mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge pull request #195 from paperless-ngx/update-ngx-in-docs
Update remaining references to -ngx
This commit is contained in:
commit
7aa8dcb0e3
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -14,7 +14,7 @@ assignees: ''
|
|||||||
|
|
||||||
=> If you would like to submit a feature request please submit one under https://github.com/paperless-ngx/paperless-ngx/discussions/categories/feature-requests
|
=> If you would like to submit a feature request please submit one under https://github.com/paperless-ngx/paperless-ngx/discussions/categories/feature-requests
|
||||||
|
|
||||||
=> If you encounter issues while installing of configuring Paperless-ng, please post that in the "Support" section of the discussions. Remember that Paperless successfully runs on a variety of different systems. If paperless does not start, it's probably an issue with your system, and not an issue of paperless.
|
=> If you encounter issues while installing of configuring Paperless-ngx, please post that in the "Support" section of the discussions. Remember that Paperless successfully runs on a variety of different systems. If paperless does not start, it's probably an issue with your system, and not an issue of paperless.
|
||||||
|
|
||||||
=> Don't remove the [BUG] prefix from the title.
|
=> Don't remove the [BUG] prefix from the title.
|
||||||
-->
|
-->
|
||||||
|
2
.github/ISSUE_TEMPLATE/other.md
vendored
2
.github/ISSUE_TEMPLATE/other.md
vendored
@ -13,7 +13,7 @@ assignees: ''
|
|||||||
|
|
||||||
=> If you would like to submit a feature request please submit one under https://github.com/paperless-ngx/paperless-ngx/discussions/categories/feature-requests
|
=> If you would like to submit a feature request please submit one under https://github.com/paperless-ngx/paperless-ngx/discussions/categories/feature-requests
|
||||||
|
|
||||||
=> If you encounter issues while installing of configuring Paperless-ng, please post that in the "Support" section of the discussions. Remember that Paperless successfully runs on a variety of different systems. If paperless does not start, it's probably is an issue with your system, and not an issue of paperless.
|
=> If you encounter issues while installing of configuring Paperless-ngx, please post that in the "Support" section of the discussions. Remember that Paperless successfully runs on a variety of different systems. If paperless does not start, it's probably is an issue with your system, and not an issue of paperless.
|
||||||
|
|
||||||
=> Don't remove the [Other] prefix from the title.
|
=> Don't remove the [Other] prefix from the title.
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ To test your code, execute `pytest` in the src/ directory. This also generates a
|
|||||||
|
|
||||||
## More info:
|
## More info:
|
||||||
|
|
||||||
... is available in the documentation. https://paperless-ng.readthedocs.io/en/latest/extending.html
|
... is available in the documentation. https://paperless-ngx.readthedocs.io/en/latest/extending.html
|
||||||
|
|
||||||
# Merging PRs
|
# Merging PRs
|
||||||
|
|
||||||
|
@ -127,4 +127,8 @@ ENTRYPOINT ["/sbin/docker-entrypoint.sh"]
|
|||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
CMD ["/usr/local/bin/supervisord", "-c", "/etc/supervisord.conf"]
|
CMD ["/usr/local/bin/supervisord", "-c", "/etc/supervisord.conf"]
|
||||||
|
|
||||||
LABEL maintainer="Jonas Winkler <dev@jpwinkler.de>"
|
LABEL org.opencontainers.image.authors="paperless-ngx team <hello@paperless-ngx.com>"
|
||||||
|
LABEL org.opencontainers.image.documentation="https://paperless-ngx.readthedocs.io/en/latest/"
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/paperless-ngx/paperless-ngx"
|
||||||
|
LABEL org.opencontainers.image.url="https://github.com/paperless-ngx/paperless-ngx"
|
||||||
|
LABEL org.opencontainers.image.licenses="GPL-3.0-only"
|
||||||
|
@ -54,7 +54,7 @@ A demo is available at [demo.paperless-ngx.com](https://demo.paperless-ngx.com)
|
|||||||
* When adding documents from mail, paperless can move these mail to a new folder, mark them as read, flag them as important or delete them.
|
* When adding documents from mail, paperless can move these mail to a new folder, mark them as read, flag them as important or delete them.
|
||||||
* Machine learning powered document matching.
|
* Machine learning powered document matching.
|
||||||
* Paperless-ngx learns from your documents and will be able to automatically assign tags, correspondents and types to documents once you've stored a few documents in paperless.
|
* Paperless-ngx learns from your documents and will be able to automatically assign tags, correspondents and types to documents once you've stored a few documents in paperless.
|
||||||
* Optimized for multi core systems: Paperless-ng consumes multiple documents in parallel.
|
* Optimized for multi core systems: Paperless-ngx consumes multiple documents in parallel.
|
||||||
* The integrated sanity checker makes sure that your document archive is in good health.
|
* The integrated sanity checker makes sure that your document archive is in good health.
|
||||||
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
|
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ The easiest way to deploy paperless is docker-compose. The files in the [`/docke
|
|||||||
If you'd like to jump right in, you can configure a docker-compose environment with our install script:
|
If you'd like to jump right in, you can configure a docker-compose environment with our install script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/master/install-paperless-ng.sh)"
|
bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/master/install-paperless-ngx.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can install the dependencies and setup apache and a database server yourself. The [documentation](https://paperless-ngx.readthedocs.io/en/latest/setup.html#installation) has a step by step guide on how to do it.
|
Alternatively, you can install the dependencies and setup apache and a database server yourself. The [documentation](https://paperless-ngx.readthedocs.io/en/latest/setup.html#installation) has a step by step guide on how to do it.
|
||||||
@ -99,7 +99,7 @@ For bugs please [open an issue](https://github.com/paperless-ngx/paperless-ngx/i
|
|||||||
|
|
||||||
Paperless has been around a while now, and people are starting to build stuff on top of it. If you're one of those people, we can add your project to this list:
|
Paperless has been around a while now, and people are starting to build stuff on top of it. If you're one of those people, we can add your project to this list:
|
||||||
|
|
||||||
* [Paperless App](https://github.com/bauerj/paperless_app): An Android/iOS app for Paperless-ngx. Also works with the original Paperless and Paperless-ng.
|
* [Paperless App](https://github.com/bauerj/paperless_app): An Android/iOS app for Paperless-ngx. Also works with the original Paperless and Paperless-ngx.
|
||||||
* [Paperless Share](https://github.com/qcasey/paperless_share). Share any files from your Android application with paperless. Very simple, but works with all of the mobile scanning apps out there that allow you to share scanned documents.
|
* [Paperless Share](https://github.com/qcasey/paperless_share). Share any files from your Android application with paperless. Very simple, but works with all of the mobile scanning apps out there that allow you to share scanned documents.
|
||||||
* [Scan to Paperless](https://github.com/sbrunner/scan-to-paperless): Scan and prepare (crop, deskew, OCR, ...) your documents for Paperless.
|
* [Scan to Paperless](https://github.com/sbrunner/scan-to-paperless): Scan and prepare (crop, deskew, OCR, ...) your documents for Paperless.
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ install_languages() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "Paperless-ng docker container starting..."
|
echo "Paperless-ngx docker container starting..."
|
||||||
|
|
||||||
# Install additional languages if specified
|
# Install additional languages if specified
|
||||||
if [[ ! -z "$PAPERLESS_OCR_LANGUAGES" ]]; then
|
if [[ ! -z "$PAPERLESS_OCR_LANGUAGES" ]]; then
|
||||||
|
@ -468,7 +468,7 @@ Documents can be stored in Paperless using GnuPG encryption.
|
|||||||
|
|
||||||
.. danger::
|
.. danger::
|
||||||
|
|
||||||
Encryption is deprecated since paperless-ng 0.9 and doesn't really provide any
|
Encryption is deprecated since paperless-ngx 0.9 and doesn't really provide any
|
||||||
additional security, since you have to store the passphrase in a configuration
|
additional security, since you have to store the passphrase in a configuration
|
||||||
file on the same system as the encrypted documents for paperless to work.
|
file on the same system as the encrypted documents for paperless to work.
|
||||||
Furthermore, the entire text content of the documents is stored plain in the
|
Furthermore, the entire text content of the documents is stored plain in the
|
||||||
|
@ -57,7 +57,7 @@ automatically tagged with the appropriate data.
|
|||||||
Automatic matching
|
Automatic matching
|
||||||
==================
|
==================
|
||||||
|
|
||||||
Paperless-ng comes with a new matching algorithm called *Auto*. This matching
|
Paperless-ngx comes with a new matching algorithm called *Auto*. This matching
|
||||||
algorithm tries to assign tags, correspondents, and document types to your
|
algorithm tries to assign tags, correspondents, and document types to your
|
||||||
documents based on how you have already assigned these on existing documents. It
|
documents based on how you have already assigned these on existing documents. It
|
||||||
uses a neural network under the hood.
|
uses a neural network under the hood.
|
||||||
@ -174,7 +174,7 @@ The post consumption script cannot cancel the consumption process.
|
|||||||
|
|
||||||
Docker
|
Docker
|
||||||
------
|
------
|
||||||
Assumed you have ``/home/foo/paperless-ng/scripts/post-consumption-example.sh``.
|
Assumed you have ``/home/foo/paperless-ngx/scripts/post-consumption-example.sh``.
|
||||||
|
|
||||||
You can pass that script into the consumer container via a host mount in your ``docker-compose.yml``.
|
You can pass that script into the consumer container via a host mount in your ``docker-compose.yml``.
|
||||||
|
|
||||||
@ -184,10 +184,10 @@ You can pass that script into the consumer container via a host mount in your ``
|
|||||||
...
|
...
|
||||||
volumes:
|
volumes:
|
||||||
...
|
...
|
||||||
- /home/paperless-ng/scripts:/path/in/container/scripts/
|
- /home/paperless-ngx/scripts:/path/in/container/scripts/
|
||||||
...
|
...
|
||||||
|
|
||||||
Example (docker-compose.yml): ``- /home/foo/paperless-ng/scripts:/usr/src/paperless/scripts``
|
Example (docker-compose.yml): ``- /home/foo/paperless-ngx/scripts:/usr/src/paperless/scripts``
|
||||||
|
|
||||||
which in turn requires the variable ``PAPERLESS_POST_CONSUME_SCRIPT`` in ``docker-compose.env`` to point to ``/path/in/container/scripts/post-consumption-example.sh``.
|
which in turn requires the variable ``PAPERLESS_POST_CONSUME_SCRIPT`` in ``docker-compose.env`` to point to ``/path/in/container/scripts/post-consumption-example.sh``.
|
||||||
|
|
||||||
@ -195,11 +195,11 @@ Example (docker-compose.env): ``PAPERLESS_POST_CONSUME_SCRIPT=/usr/src/paperless
|
|||||||
|
|
||||||
Troubleshooting:
|
Troubleshooting:
|
||||||
|
|
||||||
- Monitor the docker-compose log ``cd ~/paperless-ng; docker-compose logs -f``
|
- Monitor the docker-compose log ``cd ~/paperless-ngx; docker-compose logs -f``
|
||||||
- Check your script's permission e.g. in case of permission error ``sudo chmod 755 post-consumption-example.sh``
|
- Check your script's permission e.g. in case of permission error ``sudo chmod 755 post-consumption-example.sh``
|
||||||
- Pipe your scripts's output to a log file e.g. ``echo "${DOCUMENT_ID}" | tee --append /usr/src/paperless/scripts/post-consumption-example.log``
|
- Pipe your scripts's output to a log file e.g. ``echo "${DOCUMENT_ID}" | tee --append /usr/src/paperless/scripts/post-consumption-example.log``
|
||||||
|
|
||||||
.. _post-consumption-example.sh: https://github.com/jonaswinkler/paperless-ng/blob/master/scripts/post-consumption-example.sh
|
.. _post-consumption-example.sh: https://github.com/jonaswinkler/paperless-ngx/blob/master/scripts/post-consumption-example.sh
|
||||||
|
|
||||||
.. _advanced-file_name_handling:
|
.. _advanced-file_name_handling:
|
||||||
|
|
||||||
|
@ -255,7 +255,7 @@ process itself is available, since that happens in a different process.
|
|||||||
API Versioning
|
API Versioning
|
||||||
##############
|
##############
|
||||||
|
|
||||||
The REST API is versioned since Paperless-ng 1.3.0.
|
The REST API is versioned since Paperless-ngx 1.3.0.
|
||||||
|
|
||||||
* Versioning ensures that changes to the API don't break older clients.
|
* Versioning ensures that changes to the API don't break older clients.
|
||||||
* Clients specify the specific version of the API they wish to use with every request and Paperless will handle the request using the specified API version.
|
* Clients specify the specific version of the API they wish to use with every request and Paperless will handle the request using the specified API version.
|
||||||
|
22
docs/faq.rst
22
docs/faq.rst
@ -3,17 +3,13 @@
|
|||||||
Frequently asked questions
|
Frequently asked questions
|
||||||
**************************
|
**************************
|
||||||
|
|
||||||
**Q:** *What's the general plan for Paperless-ng?*
|
**Q:** *What's the general plan for Paperless-ngx?*
|
||||||
|
|
||||||
**A:** Paperless-ng is already almost feature-complete. This project will remain
|
**A:** While Paperless-ngx is already considered largely "feature-complete" it is a community-driven
|
||||||
as simple as it is right now. It will see improvements to features that are already there.
|
project and development will be guided in this way. New features can be submitted via
|
||||||
If you need advanced features such as document versions,
|
GitHub discussions and "up-voted" by the community but this is not a garauntee the feature
|
||||||
workflows or multi-user with customizable access to individual files, this is
|
will be implemented. This project will always be open to collaboration in the form of PRs,
|
||||||
not the tool for you.
|
ideas etc.
|
||||||
|
|
||||||
Features that *are* planned are some more quality of life extensions for the searching
|
|
||||||
(i.e., search for similar documents, group results by correspondents with "more from this"
|
|
||||||
links, etc), bulk editing and hierarchical tags.
|
|
||||||
|
|
||||||
**Q:** *I'm using docker. Where are my documents?*
|
**Q:** *I'm using docker. Where are my documents?*
|
||||||
|
|
||||||
@ -33,12 +29,12 @@ is
|
|||||||
files around manually. This folder is meant to be entirely managed by docker
|
files around manually. This folder is meant to be entirely managed by docker
|
||||||
and paperless.
|
and paperless.
|
||||||
|
|
||||||
**Q:** *Let's say you don't support this project anymore in a year. Can I easily move to other systems?*
|
**Q:** *Let's say I want to switch tools in a year. Can I easily move to other systems?*
|
||||||
|
|
||||||
**A:** Your documents are stored as plain files inside the media folder. You can always drag those files
|
**A:** Your documents are stored as plain files inside the media folder. You can always drag those files
|
||||||
out of that folder to use them elsewhere. Here are a couple notes about that.
|
out of that folder to use them elsewhere. Here are a couple notes about that.
|
||||||
|
|
||||||
* Paperless never modifies your original documents. It keeps checksums of all documents and uses a
|
* Paperless-ngx never modifies your original documents. It keeps checksums of all documents and uses a
|
||||||
scheduled sanity checker to check that they remain the same.
|
scheduled sanity checker to check that they remain the same.
|
||||||
* By default, paperless uses the internal ID of each document as its filename. This might not be very
|
* By default, paperless uses the internal ID of each document as its filename. This might not be very
|
||||||
convenient for export. However, you can adjust the way files are stored in paperless by
|
convenient for export. However, you can adjust the way files are stored in paperless by
|
||||||
@ -55,7 +51,7 @@ out of that folder to use them elsewhere. Here are a couple notes about that.
|
|||||||
* With the optional Tika integration enabled (see :ref:`Configuration <configuration-tika>`), Paperless also supports various
|
* With the optional Tika integration enabled (see :ref:`Configuration <configuration-tika>`), Paperless also supports various
|
||||||
Office documents (.docx, .doc, odt, .ppt, .pptx, .odp, .xls, .xlsx, .ods).
|
Office documents (.docx, .doc, odt, .ppt, .pptx, .odp, .xls, .xlsx, .ods).
|
||||||
|
|
||||||
Paperless determines the type of a file by inspecting its content. The
|
Paperless-ngx determines the type of a file by inspecting its content. The
|
||||||
file extensions do not matter.
|
file extensions do not matter.
|
||||||
|
|
||||||
**Q:** *Will paperless-ngx run on Raspberry Pi?*
|
**Q:** *Will paperless-ngx run on Raspberry Pi?*
|
||||||
|
@ -22,19 +22,21 @@ finding stuff again. I feed documents right from the post box into the scanner
|
|||||||
and then shred them. Perhaps you might find it useful too.
|
and then shred them. Perhaps you might find it useful too.
|
||||||
|
|
||||||
|
|
||||||
Paperless-ng
|
Paperless-ngx
|
||||||
============
|
=============
|
||||||
|
|
||||||
Paperless-ng is a fork of the original paperless project. It changes many
|
Paperless-ngx is a document management system that transforms your physical
|
||||||
things both on the surface and under the hood. Paperless-ng was created
|
documents into a searchable online archive so you can keep, well, *less paper*.
|
||||||
because I feel that these changes are too big to be pushed into the main
|
|
||||||
repository right away.
|
Paperless-ngx forked from paperless-ng to continue the great work and
|
||||||
|
distribute responsibility of supporting and advancing the project among a team
|
||||||
|
of people.
|
||||||
|
|
||||||
NG stands for both Angular (the framework used for the
|
NG stands for both Angular (the framework used for the
|
||||||
Frontend) and next-gen. Publishing this project under a different name also
|
Frontend) and next-gen. Publishing this project under a different name also
|
||||||
avoids confusion between paperless and paperless-ngx.
|
avoids confusion between paperless and paperless-ngx.
|
||||||
|
|
||||||
If you want to learn about what's different in paperless-ngx, check out these
|
If you want to learn about what's different in paperless-ngx from Paperless, check out these
|
||||||
resources in the documentation:
|
resources in the documentation:
|
||||||
|
|
||||||
* :ref:`Some screenshots <screenshots>` of the new UI are available.
|
* :ref:`Some screenshots <screenshots>` of the new UI are available.
|
||||||
@ -53,10 +55,6 @@ resources in the documentation:
|
|||||||
* The :ref:`changelog <paperless_changelog>` contains a detailed list of all changes
|
* The :ref:`changelog <paperless_changelog>` contains a detailed list of all changes
|
||||||
in paperless-ngx.
|
in paperless-ngx.
|
||||||
|
|
||||||
It would be great if this project could eventually merge back into the main
|
|
||||||
repository, but it needs a lot more work before that can happen.
|
|
||||||
|
|
||||||
|
|
||||||
Contents
|
Contents
|
||||||
========
|
========
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ You can use your phone to "scan" documents. The regular camera app will work, bu
|
|||||||
| `OCR Scanner - QuickScan`_ | iOS | no | no | no | no | yes | `holzhannes`_ |
|
| `OCR Scanner - QuickScan`_ | iOS | no | no | no | no | yes | `holzhannes`_ |
|
||||||
+-----------------------------+----------------+-----+-----+-----+-------+--------+------------------+
|
+-----------------------------+----------------+-----+-----+-----+-------+--------+------------------+
|
||||||
|
|
||||||
On Android, you can use these applications in combination with one of the :ref:`Paperless-ng compatible apps <usage-mobile_upload>` to "Share" the documents produced by these scanner apps with paperless. On iOS, you can share the scanned documents via iOS-Sharing to other mail, WebDav or FTP apps.
|
On Android, you can use these applications in combination with one of the :ref:`Paperless-ngx compatible apps <usage-mobile_upload>` to "Share" the documents produced by these scanner apps with paperless. On iOS, you can share the scanned documents via iOS-Sharing to other mail, WebDav or FTP apps.
|
||||||
|
|
||||||
.. _Office Lens: https://play.google.com/store/apps/details?id=com.microsoft.office.officelens
|
.. _Office Lens: https://play.google.com/store/apps/details?id=com.microsoft.office.officelens
|
||||||
.. _Genius Scan: https://play.google.com/store/apps/details?id=com.thegrizzlylabs.geniusscan.free
|
.. _Genius Scan: https://play.google.com/store/apps/details?id=com.thegrizzlylabs.geniusscan.free
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
Setup
|
Setup
|
||||||
*****
|
*****
|
||||||
|
|
||||||
Overview of Paperless-ng
|
Overview of Paperless-ngx
|
||||||
########################
|
#########################
|
||||||
|
|
||||||
Compared to paperless, paperless-ngx works a little different under the hood and has
|
Compared to paperless, paperless-ngx works a little different under the hood and has
|
||||||
more moving parts that work together. While this increases the complexity of
|
more moving parts that work together. While this increases the complexity of
|
||||||
@ -110,14 +110,14 @@ performs all the steps described in :ref:`setup-docker_hub` automatically.
|
|||||||
|
|
||||||
.. code:: shell-session
|
.. code:: shell-session
|
||||||
|
|
||||||
$ bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/master/install-paperless-ng.sh)"
|
$ bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/master/install-paperless-ngx.sh)"
|
||||||
|
|
||||||
.. _setup-docker_hub:
|
.. _setup-docker_hub:
|
||||||
|
|
||||||
Install Paperless from Docker Hub
|
Install Paperless from Docker Hub
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
1. Login with your user and create a folder in your home-directory `mkdir -v ~/paperless-ng` to have a place for your configuration files and consumption directory.
|
1. Login with your user and create a folder in your home-directory `mkdir -v ~/paperless-ngx` to have a place for your configuration files and consumption directory.
|
||||||
|
|
||||||
2. Go to the `/docker/compose directory on the project page <https://github.com/paperless-ngx/paperless-ngx/tree/master/docker/compose>`_
|
2. Go to the `/docker/compose directory on the project page <https://github.com/paperless-ngx/paperless-ngx/tree/master/docker/compose>`_
|
||||||
and download one of the `docker-compose.*.yml` files, depending on which database backend you
|
and download one of the `docker-compose.*.yml` files, depending on which database backend you
|
||||||
@ -511,7 +511,7 @@ Migration to paperless-ngx is then performed in a few simple steps:
|
|||||||
|
|
||||||
.. caution::
|
.. caution::
|
||||||
|
|
||||||
Paperless-ng includes a ``.env`` file. This will set the
|
Paperless-ngx includes a ``.env`` file. This will set the
|
||||||
project name for docker compose to ``paperless``, which will also define the name
|
project name for docker compose to ``paperless``, which will also define the name
|
||||||
of the volumes by paperless-ngx. However, if you experience that paperless-ngx
|
of the volumes by paperless-ngx. However, if you experience that paperless-ngx
|
||||||
is not using your old paperless volumes, verify the names of your volumes with
|
is not using your old paperless volumes, verify the names of your volumes with
|
||||||
@ -637,11 +637,11 @@ management commands as below.
|
|||||||
Moving back to paperless
|
Moving back to paperless
|
||||||
========================
|
========================
|
||||||
|
|
||||||
Lets say you migrated to Paperless-ng and used it for a while, but decided that
|
Lets say you migrated to Paperless-ngx and used it for a while, but decided that
|
||||||
you don't like it and want to move back (If you do, send me a mail about what
|
you don't like it and want to move back (If you do, send me a mail about what
|
||||||
part you didn't like!), you can totally do that with a few simple steps.
|
part you didn't like!), you can totally do that with a few simple steps.
|
||||||
|
|
||||||
Paperless-ng modified the database schema slightly, however, these changes can
|
Paperless-ngx modified the database schema slightly, however, these changes can
|
||||||
be reverted while keeping your current data, so that your current data will
|
be reverted while keeping your current data, so that your current data will
|
||||||
be compatible with original Paperless.
|
be compatible with original Paperless.
|
||||||
|
|
||||||
@ -659,7 +659,7 @@ Or without docker:
|
|||||||
$ cd /path/to/paperless/src
|
$ cd /path/to/paperless/src
|
||||||
$ python3 manage.py migrate documents 0023
|
$ python3 manage.py migrate documents 0023
|
||||||
|
|
||||||
After that, you need to clear your cookies (Paperless-ng comes with updated
|
After that, you need to clear your cookies (Paperless-ngx comes with updated
|
||||||
dependencies that do cookie-processing differently) and probably your cache
|
dependencies that do cookie-processing differently) and probably your cache
|
||||||
as well.
|
as well.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Have a look at the docs for documentation.
|
# Have a look at the docs for documentation.
|
||||||
# https://paperless-ng.readthedocs.io/en/latest/configuration.html
|
# https://paperless-ngx.readthedocs.io/en/latest/configuration.html
|
||||||
|
|
||||||
# Debug. Only enable this for development.
|
# Debug. Only enable this for development.
|
||||||
|
|
||||||
|
@ -321,14 +321,14 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context>
|
<context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context>
|
||||||
<context context-type="linenumber">43</context>
|
<context context-type="linenumber">41</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="1218334388194408974" datatype="html">
|
<trans-unit id="1218334388194408974" datatype="html">
|
||||||
<source>Before</source>
|
<source>Before</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context>
|
<context context-type="sourcefile">src/app/components/common/date-dropdown/date-dropdown.component.html</context>
|
||||||
<context context-type="linenumber">38</context>
|
<context context-type="linenumber">36</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="4873149362496451858" datatype="html">
|
<trans-unit id="4873149362496451858" datatype="html">
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Paperless-ng</title>
|
<title>Paperless-ngx</title>
|
||||||
<base href="{% url 'base' %}">
|
<base href="{% url 'base' %}">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="username" content="{{username}}">
|
<meta name="username" content="{{username}}">
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<link rel="apple-touch-icon" href="{% static apple_touch_icon %}">
|
<link rel="apple-touch-icon" href="{% static apple_touch_icon %}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<app-root>{% translate "Paperless-ng is loading..." %}</app-root>
|
<app-root>{% translate "Paperless-ngx is loading..." %}</app-root>
|
||||||
<script src="{% static runtime_js %}" defer></script>
|
<script src="{% static runtime_js %}" defer></script>
|
||||||
<script src="{% static polyfills_js %}" defer></script>
|
<script src="{% static polyfills_js %}" defer></script>
|
||||||
<script src="{% static main_js %}" defer></script>
|
<script src="{% static main_js %}" defer></script>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
||||||
<meta name="generator" content="Jekyll v4.1.1">
|
<meta name="generator" content="Jekyll v4.1.1">
|
||||||
<meta name="robots" content="noindex,nofollow">
|
<meta name="robots" content="noindex,nofollow">
|
||||||
<title>{% translate "Paperless-ng signed out" %}</title>
|
<title>{% translate "Paperless-ngx signed out" %}</title>
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
<link href="{% static 'bootstrap.min.css' %}" rel="stylesheet">
|
<link href="{% static 'bootstrap.min.css' %}" rel="stylesheet">
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<meta name="generator" content="Jekyll v4.1.1">
|
<meta name="generator" content="Jekyll v4.1.1">
|
||||||
<meta name="robots" content="noindex,nofollow">
|
<meta name="robots" content="noindex,nofollow">
|
||||||
|
|
||||||
<title>{% translate "Paperless-ng sign in" %}</title>
|
<title>{% translate "Paperless-ngx sign in" %}</title>
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
<link href="{% static 'bootstrap.min.css' %}" rel="stylesheet">
|
<link href="{% static 'bootstrap.min.css' %}" rel="stylesheet">
|
||||||
|
@ -2,7 +2,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: paperless-ngx\n"
|
"Project-Id-Version: paperless-ngx\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2021-05-16 09:38+0000\n"
|
"POT-Creation-Date: 2022-03-02 11:20-0800\n"
|
||||||
"PO-Revision-Date: 2022-02-17 04:17\n"
|
"PO-Revision-Date: 2022-02-17 04:17\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: English\n"
|
"Language-Team: English\n"
|
||||||
@ -45,654 +45,690 @@ msgstr ""
|
|||||||
msgid "Automatic"
|
msgid "Automatic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:41 documents/models.py:350 paperless_mail/models.py:25
|
#: documents/models.py:40 documents/models.py:314 paperless_mail/models.py:23
|
||||||
#: paperless_mail/models.py:117
|
#: paperless_mail/models.py:107
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:45
|
#: documents/models.py:42
|
||||||
msgid "match"
|
msgid "match"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:49
|
#: documents/models.py:45
|
||||||
msgid "matching algorithm"
|
msgid "matching algorithm"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:55
|
#: documents/models.py:48
|
||||||
msgid "is insensitive"
|
msgid "is insensitive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:74 documents/models.py:120
|
#: documents/models.py:61 documents/models.py:104
|
||||||
msgid "correspondent"
|
msgid "correspondent"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:75
|
#: documents/models.py:62
|
||||||
msgid "correspondents"
|
msgid "correspondents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:81
|
#: documents/models.py:67
|
||||||
msgid "color"
|
msgid "color"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:87
|
#: documents/models.py:70
|
||||||
msgid "is inbox tag"
|
msgid "is inbox tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:89
|
#: documents/models.py:73
|
||||||
msgid "Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags."
|
msgid ""
|
||||||
|
"Marks this tag as an inbox tag: All newly consumed documents will be tagged "
|
||||||
|
"with inbox tags."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:94
|
#: documents/models.py:79
|
||||||
msgid "tag"
|
msgid "tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:95 documents/models.py:151
|
#: documents/models.py:80 documents/models.py:130
|
||||||
msgid "tags"
|
msgid "tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:101 documents/models.py:133
|
#: documents/models.py:85 documents/models.py:115
|
||||||
msgid "document type"
|
msgid "document type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:102
|
#: documents/models.py:86
|
||||||
msgid "document types"
|
msgid "document types"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:110
|
#: documents/models.py:94
|
||||||
msgid "Unencrypted"
|
msgid "Unencrypted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:111
|
#: documents/models.py:95
|
||||||
msgid "Encrypted with GNU Privacy Guard"
|
msgid "Encrypted with GNU Privacy Guard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:124
|
#: documents/models.py:107
|
||||||
msgid "title"
|
msgid "title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:137
|
#: documents/models.py:119
|
||||||
msgid "content"
|
msgid "content"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:139
|
#: documents/models.py:122
|
||||||
msgid "The raw, text-only data of the document. This field is primarily used for searching."
|
msgid ""
|
||||||
|
"The raw, text-only data of the document. This field is primarily used for "
|
||||||
|
"searching."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:144
|
#: documents/models.py:127
|
||||||
msgid "mime type"
|
msgid "mime type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:155
|
#: documents/models.py:134
|
||||||
msgid "checksum"
|
msgid "checksum"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:159
|
#: documents/models.py:138
|
||||||
msgid "The checksum of the original document."
|
msgid "The checksum of the original document."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:163
|
#: documents/models.py:142
|
||||||
msgid "archive checksum"
|
msgid "archive checksum"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:168
|
#: documents/models.py:147
|
||||||
msgid "The checksum of the archived document."
|
msgid "The checksum of the archived document."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:172 documents/models.py:328
|
#: documents/models.py:150 documents/models.py:295
|
||||||
msgid "created"
|
msgid "created"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:176
|
#: documents/models.py:153
|
||||||
msgid "modified"
|
msgid "modified"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:180
|
#: documents/models.py:157
|
||||||
msgid "storage type"
|
msgid "storage type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:188
|
#: documents/models.py:165
|
||||||
msgid "added"
|
msgid "added"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:192
|
#: documents/models.py:169
|
||||||
msgid "filename"
|
msgid "filename"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:198
|
#: documents/models.py:175
|
||||||
msgid "Current filename in storage"
|
msgid "Current filename in storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:202
|
#: documents/models.py:179
|
||||||
msgid "archive filename"
|
msgid "archive filename"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:208
|
#: documents/models.py:185
|
||||||
msgid "Current archive filename in storage"
|
msgid "Current archive filename in storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:212
|
#: documents/models.py:189
|
||||||
msgid "archive serial number"
|
msgid "archive serial number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:217
|
#: documents/models.py:195
|
||||||
msgid "The position of this document in your physical document archive."
|
msgid "The position of this document in your physical document archive."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:223
|
#: documents/models.py:201
|
||||||
msgid "document"
|
msgid "document"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:224
|
#: documents/models.py:202
|
||||||
msgid "documents"
|
msgid "documents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:311
|
#: documents/models.py:280
|
||||||
msgid "debug"
|
msgid "debug"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:312
|
#: documents/models.py:281
|
||||||
msgid "information"
|
msgid "information"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:313
|
#: documents/models.py:282
|
||||||
msgid "warning"
|
msgid "warning"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:314
|
#: documents/models.py:283
|
||||||
msgid "error"
|
msgid "error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:315
|
#: documents/models.py:284
|
||||||
msgid "critical"
|
msgid "critical"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:319
|
#: documents/models.py:287
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:322
|
#: documents/models.py:289
|
||||||
msgid "message"
|
msgid "message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:325
|
#: documents/models.py:292
|
||||||
msgid "level"
|
msgid "level"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:332
|
#: documents/models.py:299
|
||||||
msgid "log"
|
msgid "log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:333
|
#: documents/models.py:300
|
||||||
msgid "logs"
|
msgid "logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:344 documents/models.py:401
|
#: documents/models.py:310 documents/models.py:360
|
||||||
msgid "saved view"
|
msgid "saved view"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:345
|
#: documents/models.py:311
|
||||||
msgid "saved views"
|
msgid "saved views"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:348
|
#: documents/models.py:313
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:354
|
#: documents/models.py:317
|
||||||
msgid "show on dashboard"
|
msgid "show on dashboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:357
|
#: documents/models.py:320
|
||||||
msgid "show in sidebar"
|
msgid "show in sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:361
|
#: documents/models.py:324
|
||||||
msgid "sort field"
|
msgid "sort field"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:367
|
#: documents/models.py:326
|
||||||
msgid "sort reverse"
|
msgid "sort reverse"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:373
|
#: documents/models.py:331
|
||||||
msgid "title contains"
|
msgid "title contains"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:374
|
#: documents/models.py:332
|
||||||
msgid "content contains"
|
msgid "content contains"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:375
|
#: documents/models.py:333
|
||||||
msgid "ASN is"
|
msgid "ASN is"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:376
|
#: documents/models.py:334
|
||||||
msgid "correspondent is"
|
msgid "correspondent is"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:377
|
#: documents/models.py:335
|
||||||
msgid "document type is"
|
msgid "document type is"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:378
|
#: documents/models.py:336
|
||||||
msgid "is in inbox"
|
msgid "is in inbox"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:379
|
#: documents/models.py:337
|
||||||
msgid "has tag"
|
msgid "has tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:380
|
#: documents/models.py:338
|
||||||
msgid "has any tag"
|
msgid "has any tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:381
|
#: documents/models.py:339
|
||||||
msgid "created before"
|
msgid "created before"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:382
|
#: documents/models.py:340
|
||||||
msgid "created after"
|
msgid "created after"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:383
|
#: documents/models.py:341
|
||||||
msgid "created year is"
|
msgid "created year is"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:384
|
#: documents/models.py:342
|
||||||
msgid "created month is"
|
msgid "created month is"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:385
|
#: documents/models.py:343
|
||||||
msgid "created day is"
|
msgid "created day is"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:386
|
#: documents/models.py:344
|
||||||
msgid "added before"
|
msgid "added before"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:387
|
#: documents/models.py:345
|
||||||
msgid "added after"
|
msgid "added after"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:388
|
#: documents/models.py:346
|
||||||
msgid "modified before"
|
msgid "modified before"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:389
|
#: documents/models.py:347
|
||||||
msgid "modified after"
|
msgid "modified after"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:390
|
#: documents/models.py:348
|
||||||
msgid "does not have tag"
|
msgid "does not have tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:391
|
#: documents/models.py:349
|
||||||
msgid "does not have ASN"
|
msgid "does not have ASN"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:392
|
#: documents/models.py:350
|
||||||
msgid "title or content contains"
|
msgid "title or content contains"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:393
|
#: documents/models.py:351
|
||||||
msgid "fulltext query"
|
msgid "fulltext query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:394
|
#: documents/models.py:352
|
||||||
msgid "more like this"
|
msgid "more like this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:405
|
#: documents/models.py:353
|
||||||
|
msgid "has tags in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: documents/models.py:363
|
||||||
msgid "rule type"
|
msgid "rule type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:409
|
#: documents/models.py:365
|
||||||
msgid "value"
|
msgid "value"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:415
|
#: documents/models.py:368
|
||||||
msgid "filter rule"
|
msgid "filter rule"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/models.py:416
|
#: documents/models.py:369
|
||||||
msgid "filter rules"
|
msgid "filter rules"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/serialisers.py:53
|
#: documents/serialisers.py:64
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Invalid regular expression: %(error)s"
|
msgid "Invalid regular expression: %(error)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/serialisers.py:177
|
#: documents/serialisers.py:185
|
||||||
msgid "Invalid color."
|
msgid "Invalid color."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/serialisers.py:451
|
#: documents/serialisers.py:459
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "File type %(type)s not supported"
|
msgid "File type %(type)s not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/templates/index.html:22
|
#: documents/templates/index.html:22
|
||||||
msgid "Paperless-ng is loading..."
|
msgid "Paperless-ngx is loading..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/templates/registration/logged_out.html:14
|
#: documents/templates/registration/logged_out.html:14
|
||||||
msgid "Paperless-ng signed out"
|
msgid "Paperless-ngx signed out"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/templates/registration/logged_out.html:45
|
#: documents/templates/registration/logged_out.html:59
|
||||||
msgid "You have been successfully logged out. Bye!"
|
msgid "You have been successfully logged out. Bye!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/templates/registration/logged_out.html:46
|
#: documents/templates/registration/logged_out.html:60
|
||||||
msgid "Sign in again"
|
msgid "Sign in again"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/templates/registration/login.html:15
|
#: documents/templates/registration/login.html:15
|
||||||
msgid "Paperless-ng sign in"
|
msgid "Paperless-ngx sign in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/templates/registration/login.html:47
|
#: documents/templates/registration/login.html:61
|
||||||
msgid "Please sign in."
|
msgid "Please sign in."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/templates/registration/login.html:50
|
#: documents/templates/registration/login.html:64
|
||||||
msgid "Your username and password didn't match. Please try again."
|
msgid "Your username and password didn't match. Please try again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/templates/registration/login.html:53
|
#: documents/templates/registration/login.html:67
|
||||||
msgid "Username"
|
msgid "Username"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/templates/registration/login.html:54
|
#: documents/templates/registration/login.html:68
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: documents/templates/registration/login.html:59
|
#: documents/templates/registration/login.html:73
|
||||||
msgid "Sign in"
|
msgid "Sign in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless/settings.py:303
|
#: paperless/settings.py:299
|
||||||
msgid "English (US)"
|
msgid "English (US)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless/settings.py:304
|
#: paperless/settings.py:300
|
||||||
msgid "English (GB)"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless/settings.py:305
|
#: paperless/settings.py:301
|
||||||
|
msgid "Danish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: paperless/settings.py:302
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless/settings.py:306
|
#: paperless/settings.py:303
|
||||||
msgid "Dutch"
|
msgid "English (GB)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless/settings.py:307
|
#: paperless/settings.py:304
|
||||||
msgid "French"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: paperless/settings.py:308
|
|
||||||
msgid "Portuguese (Brazil)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: paperless/settings.py:309
|
|
||||||
msgid "Portuguese"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: paperless/settings.py:310
|
|
||||||
msgid "Italian"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: paperless/settings.py:311
|
|
||||||
msgid "Romanian"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: paperless/settings.py:312
|
|
||||||
msgid "Russian"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: paperless/settings.py:313
|
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless/settings.py:314
|
#: paperless/settings.py:305
|
||||||
|
msgid "French"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: paperless/settings.py:306
|
||||||
|
msgid "Italian"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: paperless/settings.py:307
|
||||||
|
msgid "Luxembourgish"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: paperless/settings.py:308
|
||||||
|
msgid "Dutch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: paperless/settings.py:309
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless/settings.py:315
|
#: paperless/settings.py:310
|
||||||
|
msgid "Portuguese (Brazil)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: paperless/settings.py:311
|
||||||
|
msgid "Portuguese"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: paperless/settings.py:312
|
||||||
|
msgid "Romanian"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: paperless/settings.py:313
|
||||||
|
msgid "Russian"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: paperless/settings.py:314
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless/urls.py:120
|
#: paperless/urls.py:139
|
||||||
msgid "Paperless-ng administration"
|
msgid "Paperless-ngx administration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/admin.py:15
|
#: paperless_mail/admin.py:29
|
||||||
msgid "Authentication"
|
msgid "Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/admin.py:18
|
#: paperless_mail/admin.py:30
|
||||||
msgid "Advanced settings"
|
msgid "Advanced settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/admin.py:37
|
#: paperless_mail/admin.py:47
|
||||||
msgid "Filter"
|
msgid "Filter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/admin.py:39
|
#: paperless_mail/admin.py:50
|
||||||
msgid "Paperless will only process mails that match ALL of the filters given below."
|
msgid ""
|
||||||
|
"Paperless will only process mails that match ALL of the filters given below."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/admin.py:49
|
#: paperless_mail/admin.py:64
|
||||||
msgid "Actions"
|
msgid "Actions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/admin.py:51
|
#: paperless_mail/admin.py:67
|
||||||
msgid "The action applied to the mail. This action is only performed when documents were consumed from the mail. Mails without attachments will remain entirely untouched."
|
msgid ""
|
||||||
|
"The action applied to the mail. This action is only performed when documents "
|
||||||
|
"were consumed from the mail. Mails without attachments will remain entirely "
|
||||||
|
"untouched."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/admin.py:58
|
#: paperless_mail/admin.py:75
|
||||||
msgid "Metadata"
|
msgid "Metadata"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/admin.py:60
|
#: paperless_mail/admin.py:78
|
||||||
msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined."
|
msgid ""
|
||||||
|
"Assign metadata to documents consumed from this rule automatically. If you "
|
||||||
|
"do not assign tags, types or correspondents here, paperless will still "
|
||||||
|
"process all matching rules that you have defined."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/apps.py:9
|
#: paperless_mail/apps.py:9
|
||||||
msgid "Paperless mail"
|
msgid "Paperless mail"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:11
|
#: paperless_mail/models.py:10
|
||||||
msgid "mail account"
|
msgid "mail account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:12
|
#: paperless_mail/models.py:11
|
||||||
msgid "mail accounts"
|
msgid "mail accounts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:19
|
#: paperless_mail/models.py:18
|
||||||
msgid "No encryption"
|
msgid "No encryption"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:20
|
#: paperless_mail/models.py:19
|
||||||
msgid "Use SSL"
|
msgid "Use SSL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:21
|
#: paperless_mail/models.py:20
|
||||||
msgid "Use STARTTLS"
|
msgid "Use STARTTLS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:29
|
#: paperless_mail/models.py:25
|
||||||
msgid "IMAP server"
|
msgid "IMAP server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:33
|
#: paperless_mail/models.py:28
|
||||||
msgid "IMAP port"
|
msgid "IMAP port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:36
|
#: paperless_mail/models.py:32
|
||||||
msgid "This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections."
|
msgid ""
|
||||||
|
"This is usually 143 for unencrypted and STARTTLS connections, and 993 for "
|
||||||
|
"SSL connections."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:40
|
#: paperless_mail/models.py:38
|
||||||
msgid "IMAP security"
|
msgid "IMAP security"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:46
|
#: paperless_mail/models.py:41
|
||||||
msgid "username"
|
msgid "username"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:50
|
#: paperless_mail/models.py:43
|
||||||
msgid "password"
|
msgid "password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:54
|
#: paperless_mail/models.py:46
|
||||||
msgid "character set"
|
msgid "character set"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:57
|
#: paperless_mail/models.py:50
|
||||||
msgid "The character set to use when communicating with the mail server, such as 'UTF-8' or 'US-ASCII'."
|
msgid ""
|
||||||
|
"The character set to use when communicating with the mail server, such as "
|
||||||
|
"'UTF-8' or 'US-ASCII'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:68
|
#: paperless_mail/models.py:61
|
||||||
msgid "mail rule"
|
msgid "mail rule"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:69
|
#: paperless_mail/models.py:62
|
||||||
msgid "mail rules"
|
msgid "mail rules"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:75
|
#: paperless_mail/models.py:68
|
||||||
msgid "Only process attachments."
|
msgid "Only process attachments."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:76
|
#: paperless_mail/models.py:71
|
||||||
msgid "Process all files, including 'inline' attachments."
|
msgid "Process all files, including 'inline' attachments."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:86
|
#: paperless_mail/models.py:81
|
||||||
msgid "Mark as read, don't process read mails"
|
msgid "Mark as read, don't process read mails"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:87
|
#: paperless_mail/models.py:82
|
||||||
msgid "Flag the mail, don't process flagged mails"
|
msgid "Flag the mail, don't process flagged mails"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:88
|
#: paperless_mail/models.py:83
|
||||||
msgid "Move to specified folder"
|
msgid "Move to specified folder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:89
|
#: paperless_mail/models.py:84
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:96
|
#: paperless_mail/models.py:91
|
||||||
msgid "Use subject as title"
|
msgid "Use subject as title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:97
|
#: paperless_mail/models.py:92
|
||||||
msgid "Use attachment filename as title"
|
msgid "Use attachment filename as title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:107
|
#: paperless_mail/models.py:101
|
||||||
msgid "Do not assign a correspondent"
|
msgid "Do not assign a correspondent"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:109
|
#: paperless_mail/models.py:102
|
||||||
msgid "Use mail address"
|
msgid "Use mail address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:111
|
#: paperless_mail/models.py:103
|
||||||
msgid "Use name (or mail address if not available)"
|
msgid "Use name (or mail address if not available)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:113
|
#: paperless_mail/models.py:104
|
||||||
msgid "Use correspondent selected below"
|
msgid "Use correspondent selected below"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:121
|
#: paperless_mail/models.py:109
|
||||||
msgid "order"
|
msgid "order"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:128
|
#: paperless_mail/models.py:115
|
||||||
msgid "account"
|
msgid "account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:132
|
#: paperless_mail/models.py:119
|
||||||
msgid "folder"
|
msgid "folder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:134
|
#: paperless_mail/models.py:122
|
||||||
msgid "Subfolders must be separated by dots."
|
msgid "Subfolders must be separated by dots."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:138
|
#: paperless_mail/models.py:126
|
||||||
msgid "filter from"
|
msgid "filter from"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:141
|
#: paperless_mail/models.py:129
|
||||||
msgid "filter subject"
|
msgid "filter subject"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:144
|
#: paperless_mail/models.py:132
|
||||||
msgid "filter body"
|
msgid "filter body"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:148
|
#: paperless_mail/models.py:136
|
||||||
msgid "filter attachment filename"
|
msgid "filter attachment filename"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:150
|
#: paperless_mail/models.py:141
|
||||||
msgid "Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive."
|
msgid ""
|
||||||
|
"Only consume documents which entirely match this filename if specified. "
|
||||||
|
"Wildcards such as *.pdf or *invoice* are allowed. Case insensitive."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:156
|
#: paperless_mail/models.py:148
|
||||||
msgid "maximum age"
|
msgid "maximum age"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:158
|
#: paperless_mail/models.py:148
|
||||||
msgid "Specified in days."
|
msgid "Specified in days."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:161
|
#: paperless_mail/models.py:152
|
||||||
msgid "attachment type"
|
msgid "attachment type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:164
|
#: paperless_mail/models.py:156
|
||||||
msgid "Inline attachments include embedded images, so it's best to combine this option with a filename filter."
|
msgid ""
|
||||||
|
"Inline attachments include embedded images, so it's best to combine this "
|
||||||
|
"option with a filename filter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:169
|
#: paperless_mail/models.py:162
|
||||||
msgid "action"
|
msgid "action"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:175
|
#: paperless_mail/models.py:168
|
||||||
msgid "action parameter"
|
msgid "action parameter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:177
|
#: paperless_mail/models.py:173
|
||||||
msgid "Additional parameter for the action selected above, i.e., the target folder of the move to folder action. Subfolders must be separated by dots."
|
msgid ""
|
||||||
|
"Additional parameter for the action selected above, i.e., the target folder "
|
||||||
|
"of the move to folder action. Subfolders must be separated by dots."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:184
|
#: paperless_mail/models.py:181
|
||||||
msgid "assign title from"
|
msgid "assign title from"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:194
|
#: paperless_mail/models.py:189
|
||||||
msgid "assign this tag"
|
msgid "assign this tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:202
|
#: paperless_mail/models.py:197
|
||||||
msgid "assign this document type"
|
msgid "assign this document type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:206
|
#: paperless_mail/models.py:201
|
||||||
msgid "assign correspondent from"
|
msgid "assign correspondent from"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: paperless_mail/models.py:216
|
#: paperless_mail/models.py:211
|
||||||
msgid "assign this correspondent"
|
msgid "assign this correspondent"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -132,8 +132,8 @@ websocket_urlpatterns = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Text in each page's <h1> (and above login form).
|
# Text in each page's <h1> (and above login form).
|
||||||
admin.site.site_header = "Paperless-ng"
|
admin.site.site_header = "Paperless-ngx"
|
||||||
# Text at the end of each page's <title>.
|
# Text at the end of each page's <title>.
|
||||||
admin.site.site_title = "Paperless-ng"
|
admin.site.site_title = "Paperless-ngx"
|
||||||
# Text at the top of the admin index page.
|
# Text at the top of the admin index page.
|
||||||
admin.site.index_title = _("Paperless-ng administration")
|
admin.site.index_title = _("Paperless-ngx administration")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user