Compare commits

...

11 Commits

Author SHA1 Message Date
Michael Shamoon
e44fcd4e84 v1.11.1 2022-12-30 08:33:54 -08:00
Michael Shamoon
67d7b4cef5 Merge branch 'dev' 2022-12-30 08:33:38 -08:00
Paperless-ngx Translation Bot [bot]
83734c3bee New Crowdin updates (#2268)
* New translations messages.xlf (Serbian (Latin))
[ci skip]

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations django.po (Portuguese)
[ci skip]

* New translations messages.xlf (German)
[ci skip]

* New translations messages.xlf (Romanian)
[ci skip]

* New translations messages.xlf (French)
[ci skip]

* New translations messages.xlf (Spanish)
[ci skip]

* New translations messages.xlf (Arabic)
[ci skip]

* New translations messages.xlf (Belarusian)
[ci skip]

* New translations messages.xlf (Czech)
[ci skip]

* New translations messages.xlf (Danish)
[ci skip]

* New translations messages.xlf (Finnish)
[ci skip]

* New translations messages.xlf (Hebrew)
[ci skip]

* New translations messages.xlf (Italian)
[ci skip]

* New translations messages.xlf (Dutch)
[ci skip]

* New translations messages.xlf (Norwegian)
[ci skip]

* New translations messages.xlf (Polish)
[ci skip]

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations messages.xlf (Russian)
[ci skip]

* New translations messages.xlf (Slovenian)
[ci skip]

* New translations messages.xlf (Swedish)
[ci skip]

* New translations messages.xlf (Turkish)
[ci skip]

* New translations messages.xlf (Chinese Simplified)
[ci skip]

* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]

* New translations messages.xlf (Croatian)
[ci skip]

* New translations messages.xlf (Luxembourgish)
[ci skip]

* New translations messages.xlf (Serbian (Latin))
[ci skip]
2022-12-30 08:32:55 -08:00
shamoon
06dab340dd Merge pull request #2272 from paperless-ngx/fix-missing-consupmtion-scope-options 2022-12-30 08:08:57 -08:00
shamoon
58532eeb69 Merge pull request #2273 from paperless-ngx/fix-2267 2022-12-30 08:07:38 -08:00
Michael Shamoon
2bc208cd6e fix edit dialog creation d/t success emitter was renamed 2022-12-30 07:33:45 -08:00
Michael Shamoon
eaa7ae2fb5 Fix missing frontend email attachment options 2022-12-30 07:20:17 -08:00
Michael Shamoon
f4e5023d22 Update version strings for dev 2022-12-29 20:10:14 -08:00
Michael Shamoon
cd5432fec0 Squashed commit of the following:
commit b1410a854e
Merge: f9ce4d8f 8ec9c77e
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Thu Dec 29 20:09:09 2022 -0800

    Merge pull request #2263 from paperless-ngx/v1.11.0-changelog

    [Documentation] Add v1.11.0 changelog

commit 8ec9c77e51
Author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Dec 30 04:08:17 2022 +0000

    Changelog v1.11.0 - GHA

commit f9ce4d8f6a
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Thu Dec 29 19:40:25 2022 -0800

    Update version strings for 1.11.0

commit 8c9a74ee0c
Merge: 605f86f0 0b59ef2c
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Thu Dec 29 19:39:38 2022 -0800

    Merge branch 'dev'

commit 605f86f0cf
Merge: 800e842a 8cbaca22
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Wed Dec 28 15:55:35 2022 -0800

    Merge pull request #2256 from mendelk/patch-1

    Fixed typo in docs

commit 8cbaca22c1
Author: Mendel Kramer <mendelk@users.noreply.github.com>
Date:   Wed Dec 28 18:16:00 2022 -0500

    Fixed typo in docs

commit 800e842ab3
Author: ThellraAK <github.com@absurdlybored.com>
Date:   Wed Dec 21 01:36:37 2022 -0900

    Removing Mariadb default open port (#2227)

    * Removing Mariadb default open port

    Removing the listening port 3306 for the DB, Docker networks will let the containers talk to one another.  The existing setup would allow anyone to connect to the DB and use the default passwords.

    * Update docker-compose.mariadb-tika.yml

    Adding change to the other compose file to remove open port

    * Remove excess blank lines

    * Remove excess blank lines

    Co-authored-by: Felix E <felix@eckhofer.com>

commit 6f6f365e2b
Merge: 6d324dbd 43b863b8
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sat Dec 17 19:58:06 2022 -0800

    Merge pull request #2203 from tooomm/docs_updates

    Docs: More fixes and improvements

commit 43b863b816
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Sun Dec 11 19:44:18 2022 +0100

    doc fixes

    This reverts commit e015babdc102a65a3cce0cc71812d3eb730da92e.

    link fix

    fix escaping, spacing, profile links, typo

    revert

    ~~add~~ at fixes

    Revert "~~add~~ at fixes"

    This reverts commit ce0192b733c19614048de81ea917660e25bb35f2.

commit 6d324dbd8e
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Dec 16 09:10:11 2022 -0800

    Update config.yml

commit 8ddf05e573
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Dec 16 09:09:48 2022 -0800

    Update bug-report.yml

commit 0472dfe25a
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Sun Dec 11 19:12:58 2022 +0100

    Docs: Fix leftover issues from conversion (#2172)

commit 8b36c9ad64
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Sun Dec 11 16:07:08 2022 +0100

    more fixes and cleanup

commit 1266f2d5b9
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Sun Dec 11 12:06:15 2022 +0100

    fix links

commit 8196051959
Merge: 06a6eb03 d198142a
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Dec 9 16:12:20 2022 -0800

    Merge pull request #2157 from Weltraumschaf/patch-1

    Update setup.md

commit d198142a1e
Author: Sven Strittmatter <ich@weltraumschaf.de>
Date:   Fri Dec 9 22:09:06 2022 +0100

    Update setup.md

    W/o the slash it resolves to /setup/configuration/ which does 404.

commit 06a6eb0326
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Dec 9 08:15:03 2022 -0800

    fix code block indentation

commit 28819d6d0f
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Dec 9 08:11:42 2022 -0800

    Fix code block indentation

commit 8cd5e25364
Merge: 32d54674 7788d932
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Tue Dec 6 11:23:15 2022 -0800

    Merge pull request #2137 from paperless-ngx/more-docs-cleanup

    Chore: Cleanup of new documentation

commit 7788d93227
Author: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
Date:   Sun Dec 4 08:34:49 2022 -0800

    Further cleanup of docs, including fixing autoconvert issues and general cleanups

commit 32d546740b
Merge: b0ca57a7 24da3e50
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sun Dec 4 19:12:27 2022 -0800

    Merge pull request #2118 from alexander-bauer/chart-bump

commit 24da3e5034
Author: Alexander Bauer <sasha@linux.com>
Date:   Mon Dec 5 02:51:35 2022 +0000

    Bump Helm Chart version to trigger release

commit b0ca57a7f0
Merge: cdd49c51 c864b3cd
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sun Dec 4 14:36:00 2022 -0800

    Merge pull request #2114 from paperless-ngx/v1.10.2-changelog

    [Documentation] Add v1.10.2 changelog

commit cdd49c5142
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sun Dec 4 14:32:08 2022 -0800

    Update frontend compilation info

commit c864b3cd19
Author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Dec 4 21:17:16 2022 +0000

    Changelog v1.10.2 - GHA
2022-12-29 20:09:58 -08:00
shamoon
b1410a854e Merge pull request #2263 from paperless-ngx/v1.11.0-changelog
[Documentation] Add v1.11.0 changelog
2022-12-29 20:09:09 -08:00
github-actions
8ec9c77e51 Changelog v1.11.0 - GHA 2022-12-30 04:08:17 +00:00
36 changed files with 891 additions and 426 deletions

View File

@@ -1,5 +1,67 @@
# Changelog
## paperless-ngx 1.11.0
### Notable Changes
- Feature: frontend paperless mail [@shamoon](https://github.com/shamoon) ([#2000](https://github.com/paperless-ngx/paperless-ngx/pull/2000))
- Feature: Ability to consume mails and eml files [@p-h-a-i-l](https://github.com/p-h-a-i-l) ([#848](https://github.com/paperless-ngx/paperless-ngx/pull/848))
### Features
- Chore: Downgrade hiredis to 2.0.0 [@stumpylog](https://github.com/stumpylog) ([#2262](https://github.com/paperless-ngx/paperless-ngx/pull/2262))
- Add ability to provide the configuration file path using an env variable [@hashworks](https://github.com/hashworks) ([#2241](https://github.com/paperless-ngx/paperless-ngx/pull/2241))
- Feature: Adds option to allow a user to export directly to a zipfile [@stumpylog](https://github.com/stumpylog) ([#2004](https://github.com/paperless-ngx/paperless-ngx/pull/2004))
- Feature: Adds PaperlessTask admin page interface [@stumpylog](https://github.com/stumpylog) ([#2184](https://github.com/paperless-ngx/paperless-ngx/pull/2184))
- Feature: speed up frontend by truncating content [@shamoon](https://github.com/shamoon) ([#2028](https://github.com/paperless-ngx/paperless-ngx/pull/2028))
- Feature: Allow bulk download API to follow file name formatting [@stumpylog](https://github.com/stumpylog) ([#2003](https://github.com/paperless-ngx/paperless-ngx/pull/2003))
- Feature: Bake NLTK into Docker image [@stumpylog](https://github.com/stumpylog) ([#2129](https://github.com/paperless-ngx/paperless-ngx/pull/2129))
- Feature: frontend paperless mail [@shamoon](https://github.com/shamoon) ([#2000](https://github.com/paperless-ngx/paperless-ngx/pull/2000))
- Feature: Ability to consume mails and eml files [@p-h-a-i-l](https://github.com/p-h-a-i-l) ([#848](https://github.com/paperless-ngx/paperless-ngx/pull/848))
### Bug Fixes
- Bugfix: Handle RTL languages better [@stumpylog](https://github.com/stumpylog) ([#1665](https://github.com/paperless-ngx/paperless-ngx/pull/1665))
- Fixed typo in docs [@mendelk](https://github.com/mendelk) ([#2256](https://github.com/paperless-ngx/paperless-ngx/pull/2256))
- Fix: support in advanced search, fix tags filter badge count for excluded [@shamoon](https://github.com/shamoon) ([#2205](https://github.com/paperless-ngx/paperless-ngx/pull/2205))
- Bugfix: Don't run system checks on migrate [@stumpylog](https://github.com/stumpylog) ([#2183](https://github.com/paperless-ngx/paperless-ngx/pull/2183))
- Bugfix: Decoding task signals could fail on datetime type [@stumpylog](https://github.com/stumpylog) ([#2058](https://github.com/paperless-ngx/paperless-ngx/pull/2058))
### Documentation
- Fixed typo in docs [@mendelk](https://github.com/mendelk) ([#2256](https://github.com/paperless-ngx/paperless-ngx/pull/2256))
- Docs: More fixes and improvements [@tooomm](https://github.com/tooomm) ([#2203](https://github.com/paperless-ngx/paperless-ngx/pull/2203))
- Docs: Fix leftover issues from conversion [@tooomm](https://github.com/tooomm) ([#2172](https://github.com/paperless-ngx/paperless-ngx/pull/2172))
- Docs: Fix broken internal links [@tooomm](https://github.com/tooomm) ([#2165](https://github.com/paperless-ngx/paperless-ngx/pull/2165))
- Update setup.md [@Weltraumschaf](https://github.com/Weltraumschaf) ([#2157](https://github.com/paperless-ngx/paperless-ngx/pull/2157))
- Chore: Cleanup of new documentation [@stumpylog](https://github.com/stumpylog) ([#2137](https://github.com/paperless-ngx/paperless-ngx/pull/2137))
- [Documentation] Add v1.10.2 changelog [@github-actions](https://github.com/github-actions) ([#2114](https://github.com/paperless-ngx/paperless-ngx/pull/2114))
### Maintenance
- Chore: Adds notable label for release drafter [@stumpylog](https://github.com/stumpylog) ([#2200](https://github.com/paperless-ngx/paperless-ngx/pull/2200))
- Chore: Prevent forks from having failing CI runs by default [@tooomm](https://github.com/tooomm) ([#2166](https://github.com/paperless-ngx/paperless-ngx/pull/2166))
- Chore: migrate to eslint [@shamoon](https://github.com/shamoon) ([#2199](https://github.com/paperless-ngx/paperless-ngx/pull/2199))
- Feature: Adds PaperlessTask admin page interface [@stumpylog](https://github.com/stumpylog) ([#2184](https://github.com/paperless-ngx/paperless-ngx/pull/2184))
- Chore: Changes qpdf to be cross compiled for large speed up [@stumpylog](https://github.com/stumpylog) ([#2181](https://github.com/paperless-ngx/paperless-ngx/pull/2181))
- Chore: Decrease time to build pikepdf [@stumpylog](https://github.com/stumpylog) ([#2178](https://github.com/paperless-ngx/paperless-ngx/pull/2178))
- Chore: Minor CI cleanups [@stumpylog](https://github.com/stumpylog) ([#2175](https://github.com/paperless-ngx/paperless-ngx/pull/2175))
### All App Changes
- Add ability to provide the configuration file path using an env variable [@hashworks](https://github.com/hashworks) ([#2241](https://github.com/paperless-ngx/paperless-ngx/pull/2241))
- Fix: support in advanced search, fix tags filter badge count for excluded [@shamoon](https://github.com/shamoon) ([#2205](https://github.com/paperless-ngx/paperless-ngx/pull/2205))
- Chore: migrate to eslint [@shamoon](https://github.com/shamoon) ([#2199](https://github.com/paperless-ngx/paperless-ngx/pull/2199))
- Feature: Adds option to allow a user to export directly to a zipfile [@stumpylog](https://github.com/stumpylog) ([#2004](https://github.com/paperless-ngx/paperless-ngx/pull/2004))
- Feature: Adds PaperlessTask admin page interface [@stumpylog](https://github.com/stumpylog) ([#2184](https://github.com/paperless-ngx/paperless-ngx/pull/2184))
- Bugfix: Decoding task signals could fail on datetime type [@stumpylog](https://github.com/stumpylog) ([#2058](https://github.com/paperless-ngx/paperless-ngx/pull/2058))
- Feature: speed up frontend by truncating content [@shamoon](https://github.com/shamoon) ([#2028](https://github.com/paperless-ngx/paperless-ngx/pull/2028))
- Feature: Allow bulk download API to follow file name formatting [@stumpylog](https://github.com/stumpylog) ([#2003](https://github.com/paperless-ngx/paperless-ngx/pull/2003))
- Feature: Bake NLTK into Docker image [@stumpylog](https://github.com/stumpylog) ([#2129](https://github.com/paperless-ngx/paperless-ngx/pull/2129))
- Chore: Apply live testing backoff logic to new mail tests [@stumpylog](https://github.com/stumpylog) ([#2134](https://github.com/paperless-ngx/paperless-ngx/pull/2134))
- Feature: frontend paperless mail [@shamoon](https://github.com/shamoon) ([#2000](https://github.com/paperless-ngx/paperless-ngx/pull/2000))
- Feature: Ability to consume mails and eml files [@p-h-a-i-l](https://github.com/p-h-a-i-l) ([#848](https://github.com/paperless-ngx/paperless-ngx/pull/848))
## paperless-ngx 1.10.2
### Features

View File

@@ -1194,6 +1194,13 @@
<context context-type="linenumber">14</context>
</context-group>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1303,18 +1310,25 @@
<context context-type="linenumber">24</context>
</context-group>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1377,84 +1391,84 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
</trans-unit>
<trans-unit id="4593278936733161020" datatype="html">
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
</trans-unit>
<trans-unit id="2378921144019636516" datatype="html">
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
</trans-unit>
<trans-unit id="6457024618858980302" datatype="html">
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
</trans-unit>
<trans-unit id="4673329664686432878" datatype="html">
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
</trans-unit>
<trans-unit id="8645471396972938185" datatype="html">
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
</trans-unit>
<trans-unit id="1568902914205618549" datatype="html">
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
</trans-unit>
<trans-unit id="3567746385454588269" datatype="html">
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
</trans-unit>
<trans-unit id="445154175758965852" datatype="html">
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
</trans-unit>
<trans-unit id="1258862217749148424" datatype="html">
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
</trans-unit>
<trans-unit id="3147349817770432927" datatype="html">
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
</trans-unit>
<trans-unit id="3374331029704382439" datatype="html">
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
</trans-unit>
<trans-unit id="6036319582202941456" datatype="html">

View File

@@ -11,7 +11,7 @@
<app-input-select i18n-title title="Account" [items]="accounts" formControlName="account"></app-input-select>
<app-input-text i18n-title title="Folder" formControlName="folder" i18n-hint hint="Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server." [error]="error?.folder"></app-input-text>
<app-input-number i18n-title title="Maximum age (days)" formControlName="maximum_age" [showAdd]="false" [error]="error?.maximum_age"></app-input-number>
<app-input-select i18n-title title="Attachment type" [items]="attachmentTypeOptions" formControlName="attachment_type"></app-input-select>
<app-input-select i18n-title title="Attachment type" [items]="attachmentTypeOptions" formControlName="attachment_type" i18n-hint hint="See docs for .eml processing requirements"></app-input-select>
</div>
<div class="col">
<p class="small" i18n>Paperless will only process mails that match <em>all</em> of the filters specified below.</p>

View File

@@ -23,9 +23,13 @@ const ATTACHMENT_TYPE_OPTIONS = [
id: MailFilterAttachmentType.Attachments,
name: $localize`Only process attachments.`,
},
{
id: MailFilterAttachmentType.Email_Only,
name: $localize`Process with embedded attachments as .eml`,
},
{
id: MailFilterAttachmentType.Everything,
name: $localize`Process all files, including 'inline' attachments.`,
name: $localize`Process as .eml and attachments as separate documents`,
},
]

View File

@@ -91,7 +91,7 @@ export class TagsComponent implements OnInit, ControlValueAccessor {
if (name) modal.componentInstance.object = { name: name }
else if (this._lastSearchTerm)
modal.componentInstance.object = { name: this._lastSearchTerm }
modal.componentInstance.success.subscribe((newTag) => {
modal.componentInstance.succeeded.subscribe((newTag) => {
this.tagService.listAll().subscribe((tags) => {
this.tags = tags.results
this.value = [...this.value, newTag.id]

View File

@@ -284,7 +284,7 @@ export class DocumentDetailComponent
})
modal.componentInstance.dialogMode = 'create'
if (newName) modal.componentInstance.object = { name: newName }
modal.componentInstance.success
modal.componentInstance.succeeded
.pipe(
switchMap((newDocumentType) => {
return this.documentTypeService
@@ -305,7 +305,7 @@ export class DocumentDetailComponent
})
modal.componentInstance.dialogMode = 'create'
if (newName) modal.componentInstance.object = { name: newName }
modal.componentInstance.success
modal.componentInstance.succeeded
.pipe(
switchMap((newCorrespondent) => {
return this.correspondentService
@@ -328,7 +328,7 @@ export class DocumentDetailComponent
})
modal.componentInstance.dialogMode = 'create'
if (newName) modal.componentInstance.object = { name: newName }
modal.componentInstance.success
modal.componentInstance.succeeded
.pipe(
switchMap((newStoragePath) => {
return this.storagePathService

View File

@@ -120,7 +120,7 @@ export abstract class ManagementListComponent<T extends ObjectWithId>
backdrop: 'static',
})
activeModal.componentInstance.dialogMode = 'create'
activeModal.componentInstance.success.subscribe({
activeModal.componentInstance.succeeded.subscribe({
next: () => {
this.reloadData()
this.toastService.showInfo(
@@ -143,7 +143,7 @@ export abstract class ManagementListComponent<T extends ObjectWithId>
})
activeModal.componentInstance.object = object
activeModal.componentInstance.dialogMode = 'edit'
activeModal.componentInstance.success.subscribe({
activeModal.componentInstance.succeeded.subscribe({
next: () => {
this.reloadData()
this.toastService.showInfo(

View File

@@ -546,7 +546,7 @@ export class SettingsComponent
})
modal.componentInstance.dialogMode = account ? 'edit' : 'create'
modal.componentInstance.object = account
modal.componentInstance.success
modal.componentInstance.succeeded
.pipe(takeUntil(this.unsubscribeNotifier))
.subscribe({
next: (newMailAccount) => {
@@ -604,7 +604,7 @@ export class SettingsComponent
})
modal.componentInstance.dialogMode = rule ? 'edit' : 'create'
modal.componentInstance.object = rule
modal.componentInstance.success
modal.componentInstance.succeeded
.pipe(takeUntil(this.unsubscribeNotifier))
.subscribe({
next: (newMailRule) => {

View File

@@ -2,7 +2,8 @@ import { ObjectWithId } from './object-with-id'
export enum MailFilterAttachmentType {
Attachments = 1,
Everything = 2,
Email_Only = 2,
Everything = 3,
}
export enum MailAction {

View File

@@ -5,7 +5,7 @@ export const environment = {
apiBaseUrl: document.baseURI + 'api/',
apiVersion: '2',
appTitle: 'Paperless-ngx',
version: '1.11.0',
version: '1.11.1',
webSocketHost: window.location.host,
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
webSocketBaseUrl: base_url.pathname + 'ws/',

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="translated">نوع المرفق</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="translated">معالجة المرفقات فقط.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="translated">معالجة جميع الملفات، بما في ذلك المرفقات المضمنة.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="translated">نقل إلى مجلد محدد</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="translated">وضع علامة كمقروءة، لا تعالج الرسائل المقروءة</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="translated">علم الرسالة، لا تعالج الرسائل المعلمة</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="translated">علم الرسالة بعلامة محددة، لا تعالج الرسائل المُعلمة</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="translated">استخدم الموضوع كعنوان</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="translated">استخدم اسم الملف المرفق كعنوان</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="translated">لا تعيّن مراسل</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="translated">استخدم عنوان البريد</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="translated">استخدم الاسم (أو عنوان البريد إذا لم يكن متاحا)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="translated">استخدم المراسل المحدد أدناه</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="translated">إنشاء قاعدة بريد جديدة</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="translated">تعديل قاعدة البريد</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="translated">Dateianhangstyp</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="translated">Nur Anhänge verarbeiten.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="translated">Alle Dateien verarbeiten, auch 'inline'-Anhänge.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="translated">In den angegebenen Ordner verschieben</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="translated">Als gelesen markieren, verarbeite gelesene E-Mails nicht</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="translated">Als wichtig markieren, verarbeite wichtig markierte E-Mails nicht</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="translated">Markiere die Mail mit dem angegebenen Tag, verarbeite markierte E-Mails nicht</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="translated">Betreff als Titel verwenden</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="translated">Dateinamen des Anhangs als Titel verwenden</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="translated">Keinen Korrespondenten zuweisen</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="translated">E-Mail-Adresse verwenden</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="translated">Namen (oder E-Mail-Adresse falls nicht verfügbar) verwenden</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="translated">Nachfolgend ausgewählten Korrespondent verwenden</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="translated">Neue E-Mail-Regel erstellen</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="translated">E-Mail-Regel bearbeiten</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="translated">Type de pièce jointe</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="translated">Ne traiter que les pièces jointes.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="translated">Traiter tous les fichiers, y compris les pièces jointes "en ligne".</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="translated">Déplacer vers le dossier spécifié</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="translated">Marquer comme lu, ne pas traiter les courriels lus</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="translated">Marquer le courriel, ne pas traiter les courriels marqués</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="translated">Affecter létiquette spécifée au courriel, ne pas traiter les courriels étiquetés</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="translated">Utiliser le sujet en tant que titre</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="translated">Utiliser le nom de la pièce jointe en tant que titre</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="translated">Ne pas affecter de correspondant</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="translated">Utiliser l'adresse électronique</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="translated">Utiliser le nom (ou l'adresse électronique s'il n'est pas disponible)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="translated">Utiliser le correspondant sélectionné ci-dessous</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="translated">Créer une nouvelle règle de courriel</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="translated">Éditer une règle de courriel</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="translated">Tipo di allegato</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="translated">Elabora solo gli allegati.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="translated">Elabora tutti i file, inclusi gli allegati nel corpo.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="translated">Sposta nella cartella selezionata</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="translated">Segna come letto, non elaborare le email lette</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="translated">Contrassegna la email, non elaborare le email contrassegnate</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="translated">Etichetta la posta con il tag specificato, non processare le email etichettate</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="translated">Usa oggetto come titolo</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="translated">Usa il nome dell'allegato come titolo</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="translated">Non assegnare un corrispondente</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="translated">Usa indirizzo email</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="translated">Usa nome (o indirizzo email se non disponibile)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="translated">Usa il corrispondente selezionato qui sotto</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="translated">Crea nuova regola email</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="translated">Modifica regola email</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="translated">Type bijlage</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1130,7 +1130,7 @@
<context context-type="sourcefile">src/app/components/manage/settings/settings.component.html</context>
<context context-type="linenumber">317</context>
</context-group>
<target state="final">Salvar</target>
<target state="final">Guardar</target>
</trans-unit>
<trans-unit id="6457471243969293847" datatype="html" approved="yes">
<source>Create new correspondent</source>
@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>
@@ -4085,7 +4101,7 @@
<context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context>
<context context-type="linenumber">476</context>
</context-group>
<target state="needs-translation">Settings saved</target>
<target state="translated">Configurações guardadas</target>
</trans-unit>
<trans-unit id="7217000812750597833" datatype="html">
<source>Settings were saved successfully.</source>
@@ -4093,7 +4109,7 @@
<context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context>
<context context-type="linenumber">477</context>
</context-group>
<target state="needs-translation">Settings were saved successfully.</target>
<target state="translated">As configurações foram guardadas com sucesso.</target>
</trans-unit>
<trans-unit id="525012668859298131" datatype="html">
<source>Settings were saved successfully. Reload is required to apply some changes.</source>
@@ -4511,7 +4527,7 @@
<context context-type="sourcefile">src/app/guards/dirty-doc.guard.ts</context>
<context context-type="linenumber">17</context>
</context-group>
<target state="needs-translation">Warning: You have unsaved changes to your document(s).</target>
<target state="translated">Aviso: Existem alterações não guardadas neste(s) documento(s).</target>
</trans-unit>
<trans-unit id="159901853873315050" datatype="html">
<source>Unsaved Changes</source>
@@ -4583,7 +4599,7 @@
<context context-type="sourcefile">src/app/guards/dirty-saved-view.guard.ts</context>
<context context-type="linenumber">34</context>
</context-group>
<target state="needs-translation">Save and close</target>
<target state="translated">Guardar e fechar</target>
</trans-unit>
<trans-unit id="7536524521722799066" datatype="html" approved="yes">
<source>(no title)</source>
@@ -4723,7 +4739,7 @@
<context context-type="sourcefile">src/app/services/open-documents.service.ts</context>
<context context-type="linenumber">105</context>
</context-group>
<target state="needs-translation">You have unsaved changes to the document</target>
<target state="translated">Existem alterações não guardadas neste documento</target>
</trans-unit>
<trans-unit id="2089045849587358256" datatype="html">
<source>Are you sure you want to close this document?</source>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="translated">Tip priloga</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="translated">Obradi samo priloge.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="translated">Obradite sve datoteke, uključujući "umetnute" priloge.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="translated">Premesti u određen folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="translated">Označi kao pročitano, ne obrađuj pročitanu e-poštu</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="translated">Označi poštu zastavicom, ne obrađuj e-poštu sa zastavicom</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="translated">Označite poštu specifičnom oznakom., ne obrađuj e-poštu s specifičnom oznakom</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="translated">Koristi predmet kao naziv</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="translated">Koristi naziv datoteke priloga kao naziv</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="translated">Ne dodeljuj korespodenta</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="translated">Koristi mejl adresu</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="translated">Koristi naziv (ili mejl adresu ako nije dostupno)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="translated">Koristi koreespodenta ispod</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="translated">Kreiraj novo mejl pravilo</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="translated">Izmeni mejl pravilo</target>
</trans-unit>
@@ -2699,7 +2715,7 @@
<context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context>
<context context-type="linenumber">96</context>
</context-group>
<target state="needs-translation">Include:</target>
<target state="translated">Uključi:</target>
</trans-unit>
<trans-unit id="1208547554603365604" datatype="html">
<source> Archived files </source>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html" approved="yes">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -1320,6 +1320,14 @@
</context-group>
<target state="needs-translation">Attachment type</target>
</trans-unit>
<trans-unit id="56643687972548912" datatype="html">
<source>See docs for .eml processing requirements</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<target state="needs-translation">See docs for .eml processing requirements</target>
</trans-unit>
<trans-unit id="5488632521862493221" datatype="html">
<source>Paperless will only process mails that match <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>all<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> of the filters specified below.</source>
<context-group purpose="location">
@@ -1444,19 +1452,27 @@
</context-group>
<target state="needs-translation">Only process attachments.</target>
</trans-unit>
<trans-unit id="3860563069570088911" datatype="html">
<source>Process all files, including &apos;inline&apos; attachments.</source>
<trans-unit id="3622418743488695840" datatype="html">
<source>Process with embedded attachments as .eml</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">28</context>
</context-group>
<target state="needs-translation">Process all files, including 'inline' attachments.</target>
<target state="needs-translation">Process with embedded attachments as .eml</target>
</trans-unit>
<trans-unit id="7205371824972320534" datatype="html">
<source>Process as .eml and attachments as separate documents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<target state="needs-translation">Process as .eml and attachments as separate documents</target>
</trans-unit>
<trans-unit id="7022070615528435141" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">35</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.html</context>
@@ -1520,7 +1536,7 @@
<source>Move to specified folder</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">39</context>
<context context-type="linenumber">43</context>
</context-group>
<target state="needs-translation">Move to specified folder</target>
</trans-unit>
@@ -1528,7 +1544,7 @@
<source>Mark as read, don&apos;t process read mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">43</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="needs-translation">Mark as read, don't process read mails</target>
</trans-unit>
@@ -1536,7 +1552,7 @@
<source>Flag the mail, don&apos;t process flagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">47</context>
<context context-type="linenumber">51</context>
</context-group>
<target state="needs-translation">Flag the mail, don't process flagged mails</target>
</trans-unit>
@@ -1544,7 +1560,7 @@
<source>Tag the mail with specified tag, don&apos;t process tagged mails</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">51</context>
<context context-type="linenumber">55</context>
</context-group>
<target state="needs-translation">Tag the mail with specified tag, don't process tagged mails</target>
</trans-unit>
@@ -1552,7 +1568,7 @@
<source>Use subject as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">58</context>
<context context-type="linenumber">62</context>
</context-group>
<target state="needs-translation">Use subject as title</target>
</trans-unit>
@@ -1560,7 +1576,7 @@
<source>Use attachment filename as title</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">62</context>
<context context-type="linenumber">66</context>
</context-group>
<target state="needs-translation">Use attachment filename as title</target>
</trans-unit>
@@ -1568,7 +1584,7 @@
<source>Do not assign a correspondent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">69</context>
<context context-type="linenumber">73</context>
</context-group>
<target state="needs-translation">Do not assign a correspondent</target>
</trans-unit>
@@ -1576,7 +1592,7 @@
<source>Use mail address</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">73</context>
<context context-type="linenumber">77</context>
</context-group>
<target state="needs-translation">Use mail address</target>
</trans-unit>
@@ -1584,7 +1600,7 @@
<source>Use name (or mail address if not available)</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">77</context>
<context context-type="linenumber">81</context>
</context-group>
<target state="needs-translation">Use name (or mail address if not available)</target>
</trans-unit>
@@ -1592,7 +1608,7 @@
<source>Use correspondent selected below</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">81</context>
<context context-type="linenumber">85</context>
</context-group>
<target state="needs-translation">Use correspondent selected below</target>
</trans-unit>
@@ -1600,7 +1616,7 @@
<source>Create new mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">121</context>
<context context-type="linenumber">125</context>
</context-group>
<target state="needs-translation">Create new mail rule</target>
</trans-unit>
@@ -1608,7 +1624,7 @@
<source>Edit mail rule</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">125</context>
<context context-type="linenumber">129</context>
</context-group>
<target state="needs-translation">Edit mail rule</target>
</trans-unit>

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-09 21:50+0000\n"
"PO-Revision-Date: 2022-11-09 23:11\n"
"PO-Revision-Date: 2022-12-30 15:36\n"
"Last-Translator: \n"
"Language-Team: Portuguese\n"
"Language: pt_PT\n"
@@ -100,7 +100,7 @@ msgstr "tipos de documento"
#: documents/models.py:93
msgid "path"
msgstr ""
msgstr "caminho"
#: documents/models.py:99 documents/models.py:127
msgid "storage path"
@@ -396,7 +396,7 @@ msgstr "regras de filtragem"
#: documents/models.py:536
msgid "Task ID"
msgstr ""
msgstr "ID da tarefa"
#: documents/models.py:537
msgid "Celery ID for the Task that was run"
@@ -412,7 +412,7 @@ msgstr ""
#: documents/models.py:549 documents/models.py:556
msgid "Task Name"
msgstr ""
msgstr "Nome da Tarefa"
#: documents/models.py:550
msgid "Name of the file which the Task was run for"
@@ -626,7 +626,7 @@ msgstr ""
#: paperless/settings.py:395
msgid "Serbian"
msgstr ""
msgstr "Sérvio"
#: paperless/settings.py:396
msgid "Swedish"
@@ -634,11 +634,11 @@ msgstr "Sueco"
#: paperless/settings.py:397
msgid "Turkish"
msgstr ""
msgstr "Turco"
#: paperless/settings.py:398
msgid "Chinese Simplified"
msgstr ""
msgstr "Chinês Simplificado"
#: paperless/urls.py:161
msgid "Paperless-ngx administration"

View File

@@ -1,7 +1,7 @@
from typing import Final
from typing import Tuple
__version__: Final[Tuple[int, int, int]] = (1, 11, 0)
__version__: Final[Tuple[int, int, int]] = (1, 11, 1)
# Version string like X.Y.Z
__full_version_str__: Final[str] = ".".join(map(str, __version__))
# Version string like X.Y