From 0a634883a70f0631bb26c725ce8fb1f54acf9a4d Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:00:32 -0800 Subject: [PATCH 01/10] Reset dev version string --- src-ui/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index 0654c4a6c..d4f5fff2e 100644 --- a/src-ui/src/environments/environment.prod.ts +++ b/src-ui/src/environments/environment.prod.ts @@ -5,7 +5,7 @@ export const environment = { apiBaseUrl: document.baseURI + 'api/', apiVersion: '5', appTitle: 'Paperless-ngx', - version: '2.6.1', + version: '2.6.1-dev', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/', From d2ee319684d3fc0668d2f4769327f907ecbf2da6 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:26:35 -0800 Subject: [PATCH 02/10] Fix: remove outdated mail rule text re. consumption templates --- src-ui/messages.xlf | 23 +++++++------------ .../mail-rule-edit-dialog.component.html | 1 - 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 958c5d33b..1a36226ba 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -482,7 +482,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2565,7 +2565,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3109,25 +3109,18 @@ 33 - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3138,14 +3131,14 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3156,14 +3149,14 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html index 18da5394a..d9c3ed717 100644 --- a/src-ui/src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html @@ -32,7 +32,6 @@ @if (showActionParamField) { } -

Assignments specified here will supersede any consumption templates.

From a3892302b0b61515cccdbb7654d5247b14c9fdd6 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:40:52 -0800 Subject: [PATCH 03/10] Fix: formatting, tiny large card rounded corners bug --- .../document-card-large.component.html | 140 +++++++++--------- src-ui/src/theme.scss | 2 +- 2 files changed, 69 insertions(+), 73 deletions(-) diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html index 405e60487..81489a40a 100644 --- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html +++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html @@ -1,4 +1,4 @@ -
+
@@ -12,8 +12,7 @@
-
- +
@if (document.correspondent) { @@ -45,82 +44,79 @@ }

- - -
- @if (notesEnabled && document.notes.length) { - - } - @if (document.document_type) { - - } - @if (document.storage_path) { - - } - @if (document.archive_serial_number | isNumber) { -
- #{{document.archive_serial_number}} -
- } - -
- Created: {{ document.created | customDate }} - Added: {{ document.added | customDate }} - Modified: {{ document.modified | customDate }} -
-
-
- {{document.created_date | customDate:'mediumDate'}} -
- @if (document.owner && document.owner !== settingsService.currentUser.id) { -
- {{document.owner | username}} -
- } - @if (document.is_shared_by_requester) { -
- Shared -
- } - @if (document.__search_hit__?.score) { -
- Score: - -
- } -
+
+ @if (notesEnabled && document.notes.length) { + + } + @if (document.document_type) { + + } + @if (document.storage_path) { + + } + @if (document.archive_serial_number | isNumber) { +
+ #{{document.archive_serial_number}}
- + } + +
+ Created: {{ document.created | customDate }} + Added: {{ document.added | customDate }} + Modified: {{ document.modified | customDate }} +
+
+
+ {{document.created_date | customDate:'mediumDate'}}
+ @if (document.owner && document.owner !== settingsService.currentUser.id) { +
+ {{document.owner | username}} +
+ } + @if (document.is_shared_by_requester) { +
+ Shared +
+ } + @if (document.__search_hit__?.score) { +
+ Score: + +
+ }
+
+
+
diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss index ce1eacab9..3596f002a 100644 --- a/src-ui/src/theme.scss +++ b/src-ui/src/theme.scss @@ -155,7 +155,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml, + } @else { diff --git a/src-ui/src/app/components/dashboard/dashboard.component.html b/src-ui/src/app/components/dashboard/dashboard.component.html index 4d1c510ab..ac7bb9eb1 100644 --- a/src-ui/src/app/components/dashboard/dashboard.component.html +++ b/src-ui/src/app/components/dashboard/dashboard.component.html @@ -1,5 +1,5 @@ - +
From 1eff4b306f576e2644d559b3506ea13ff920e5a1 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 7 Mar 2024 07:04:32 -0800 Subject: [PATCH 06/10] Enhancement: better detection of default currency code (#6020) --- .../common/input/monetary/monetary.component.spec.ts | 6 ++++++ .../common/input/monetary/monetary.component.ts | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src-ui/src/app/components/common/input/monetary/monetary.component.spec.ts b/src-ui/src/app/components/common/input/monetary/monetary.component.spec.ts index 0a8608a1b..4106c01ec 100644 --- a/src-ui/src/app/components/common/input/monetary/monetary.component.spec.ts +++ b/src-ui/src/app/components/common/input/monetary/monetary.component.spec.ts @@ -56,4 +56,10 @@ describe('MonetaryComponent', () => { component.monetaryValue = 10.5 expect(component.value).toEqual('EUR10.50') }) + + it('should set the default currency code based on LOCALE_ID', () => { + expect(component.defaultCurrencyCode).toEqual('USD') // default + component = new MonetaryComponent('pt-BR') + expect(component.defaultCurrencyCode).toEqual('BRL') + }) }) diff --git a/src-ui/src/app/components/common/input/monetary/monetary.component.ts b/src-ui/src/app/components/common/input/monetary/monetary.component.ts index a7957b4c3..ebfd9b6bf 100644 --- a/src-ui/src/app/components/common/input/monetary/monetary.component.ts +++ b/src-ui/src/app/components/common/input/monetary/monetary.component.ts @@ -1,13 +1,14 @@ import { Component, - DEFAULT_CURRENCY_CODE, ElementRef, forwardRef, Inject, + LOCALE_ID, ViewChild, } from '@angular/core' import { NG_VALUE_ACCESSOR } from '@angular/forms' import { AbstractInputComponent } from '../abstract-input' +import { getLocaleCurrencyCode } from '@angular/common' @Component({ providers: [ @@ -24,11 +25,12 @@ import { AbstractInputComponent } from '../abstract-input' export class MonetaryComponent extends AbstractInputComponent { @ViewChild('currencyField') currencyField: ElementRef + defaultCurrencyCode: string - constructor( - @Inject(DEFAULT_CURRENCY_CODE) public defaultCurrencyCode: string - ) { + constructor(@Inject(LOCALE_ID) currentLocale: string) { super() + + this.defaultCurrencyCode = getLocaleCurrencyCode(currentLocale) } get currencyCode(): string { From 7b7b257725e3ed83d997ccea4baeda2987eaeec3 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 7 Mar 2024 07:15:46 -0800 Subject: [PATCH 07/10] Fix: make document count lists for objects permissions-aware (#6019) --- src/documents/views.py | 60 +++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 24 deletions(-) diff --git a/src/documents/views.py b/src/documents/views.py index 0d2826cf7..006ca0822 100644 --- a/src/documents/views.py +++ b/src/documents/views.py @@ -24,6 +24,7 @@ from django.db.models import Case from django.db.models import Count from django.db.models import IntegerField from django.db.models import Max +from django.db.models import Q from django.db.models import Sum from django.db.models import When from django.db.models.functions import Length @@ -213,12 +214,37 @@ class PassUserMixin(CreateModelMixin): return super().get_serializer(*args, **kwargs) -class CorrespondentViewSet(ModelViewSet, PassUserMixin): +class PermissionsAwareDocumentCountMixin(PassUserMixin): + """ + Mixin to add document count to queryset, permissions-aware if needed + """ + + def get_queryset(self): + filter = ( + None + if self.request.user is None or self.request.user.is_superuser + else ( + Q( + documents__id__in=get_objects_for_user_owner_aware( + self.request.user, + "documents.view_document", + Document, + ).values_list("id", flat=True), + ) + ) + ) + return ( + super() + .get_queryset() + .annotate(document_count=Count("documents", filter=filter)) + ) + + +class CorrespondentViewSet(ModelViewSet, PermissionsAwareDocumentCountMixin): model = Correspondent queryset = ( Correspondent.objects.annotate( - document_count=Count("documents"), last_correspondence=Max("documents__created"), ) .select_related("owner") @@ -243,15 +269,11 @@ class CorrespondentViewSet(ModelViewSet, PassUserMixin): ) -class TagViewSet(ModelViewSet, PassUserMixin): +class TagViewSet(ModelViewSet, PermissionsAwareDocumentCountMixin): model = Tag - queryset = ( - Tag.objects.annotate(document_count=Count("documents")) - .select_related("owner") - .order_by( - Lower("name"), - ) + queryset = Tag.objects.select_related("owner").order_by( + Lower("name"), ) def get_serializer_class(self, *args, **kwargs): @@ -271,16 +293,10 @@ class TagViewSet(ModelViewSet, PassUserMixin): ordering_fields = ("color", "name", "matching_algorithm", "match", "document_count") -class DocumentTypeViewSet(ModelViewSet, PassUserMixin): +class DocumentTypeViewSet(ModelViewSet, PermissionsAwareDocumentCountMixin): model = DocumentType - queryset = ( - DocumentType.objects.annotate( - document_count=Count("documents"), - ) - .select_related("owner") - .order_by(Lower("name")) - ) + queryset = DocumentType.objects.select_related("owner").order_by(Lower("name")) serializer_class = DocumentTypeSerializer pagination_class = StandardPagination @@ -1177,15 +1193,11 @@ class BulkDownloadView(GenericAPIView): return response -class StoragePathViewSet(ModelViewSet, PassUserMixin): +class StoragePathViewSet(ModelViewSet, PermissionsAwareDocumentCountMixin): model = StoragePath - queryset = ( - StoragePath.objects.annotate(document_count=Count("documents")) - .select_related("owner") - .order_by( - Lower("name"), - ) + queryset = StoragePath.objects.select_related("owner").order_by( + Lower("name"), ) serializer_class = StoragePathSerializer From 37c454544447fcd81e5dc057d4ab2275b99effea Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:13:01 -0800 Subject: [PATCH 08/10] Documentation: tweak `PAPERLESS_DISABLE_REGULAR_LOGIN` info --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 85bf940bc..38ffcf465 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -585,7 +585,7 @@ system. See the corresponding #### [`PAPERLESS_DISABLE_REGULAR_LOGIN=`](#PAPERLESS_DISABLE_REGULAR_LOGIN) {#PAPERLESS_DISABLE_REGULAR_LOGIN} -: Disables the regular frontend username / password login, i.e. once you have setup SSO. Note that the Django admin login cannot be disabled by Paperless. To prevent logins directly into Django, consider blocking `/admin/login` in your [web server or reverse proxy configuration](https://github.com/paperless-ngx/paperless-ngx/wiki/Using-a-Reverse-Proxy-with-Paperless-ngx). +: Disables the regular frontend username / password login, i.e. once you have setup SSO. Note that this setting does not disable the Django admin login. To prevent logins directly to Django, consider blocking `/admin/` in your [web server or reverse proxy configuration](https://github.com/paperless-ngx/paperless-ngx/wiki/Using-a-Reverse-Proxy-with-Paperless-ngx). Defaults to False From 91434a5c6fee0c61dc0999f3d5c073929c0ee148 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:39:55 -0800 Subject: [PATCH 09/10] Enhancement: move and rename files when storage paths deleted, update file handling docs (#6033) --- docs/advanced_usage.md | 71 +++++++++++-------------- docs/configuration.md | 2 +- src/documents/tests/test_api_objects.py | 29 ++++++++++ src/documents/views.py | 16 ++++++ 4 files changed, 77 insertions(+), 41 deletions(-) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 863be639b..ec67db2a5 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -256,7 +256,8 @@ document. You will end up getting files like `0000123.pdf` in your media directory. This isn't necessarily a bad thing, because you normally don't have to access these files manually. However, if you wish to name your files differently, you can do that by adjusting the -[`PAPERLESS_FILENAME_FORMAT`](configuration.md#PAPERLESS_FILENAME_FORMAT) configuration option. Paperless adds the +[`PAPERLESS_FILENAME_FORMAT`](configuration.md#PAPERLESS_FILENAME_FORMAT) configuration option +or using [storage paths (see below)](#storage-paths). Paperless adds the correct file extension e.g. `.pdf`, `.jpg` automatically. This variable allows you to configure the filename (folders are allowed) @@ -289,6 +290,15 @@ will create a directory structure as follows: paperless will report your files as missing and won't be able to find them. +!!! tip + + Paperless checks the filename of a document whenever it is saved. Changing (or deleting) + a [storage paths](#storage-paths) will automatically be reflected in the file system. However, + when changing `PAPERLESS_FILENAME_FORMAT` you will need to manually run the + [`document renamer`](administration.md#renamer) to move any existing documents. + +#### Placeholders + Paperless provides the following placeholders within filenames: - `{asn}`: The archive serial number of the document, or "none". @@ -321,6 +331,12 @@ Paperless provides the following placeholders within filenames: - `{original_name}`: Document original filename, minus the extension, if any, or "none" - `{doc_pk}`: The paperless identifier (primary key) for the document. +!!! warning + + When using file name placeholders, in particular when using `{tag_list}`, + you may run into the limits of your operating system's maximum path lengths. + In that case, files will retain the previous path instead and the issue logged. + Paperless will try to conserve the information from your database as much as possible. However, some characters that you can use in document titles and correspondent names (such as `: \ /` and a couple more) are @@ -331,34 +347,12 @@ paperless will automatically append `_01`, `_02`, etc to the filename. This happens if all the placeholders in a filename evaluate to the same value. -!!! tip - - You can affect how empty placeholders are treated by changing the - following setting to `true`. - - ``` - PAPERLESS_FILENAME_FORMAT_REMOVE_NONE=True - ``` - - Doing this results in all empty placeholders resolving to "" instead - of "none" as stated above. Spaces before empty placeholders are - removed as well, empty directories are omitted. - -!!! tip - - Paperless checks the filename of a document whenever it is saved. - Therefore, you need to update the filenames of your documents and move - them after altering this setting by invoking the - [`document renamer`](administration.md#renamer). - -!!! warning - - Make absolutely sure you get the spelling of the placeholders right, or - else paperless will use the default naming scheme instead. +If there are any errors in the placeholders included in `PAPERLESS_FILENAME_FORMAT`, +paperless will fallback to using the default naming scheme instead. !!! caution - As of now, you could totally tell paperless to store your files anywhere + As of now, you could potentially tell paperless to store your files anywhere outside the media directory by setting ``` @@ -366,28 +360,25 @@ value. ``` However, keep in mind that inside docker, if files get stored outside of - the predefined volumes, they will be lost after a restart of paperless. + the predefined volumes, they will be lost after a restart. -!!! warning +##### Empty placeholders - When file naming handling, in particular when using `{tag_list}`, - you may run into the limits of your operating system's maximum - path lengths. Files will retain the previous path instead and - the issue logged. +You can affect how empty placeholders are treated by changing the +[`PAPERLESS_FILENAME_FORMAT_REMOVE_NONE`](configuration.md#PAPERLESS_FILENAME_FORMAT_REMOVE_NONE) setting. -## Storage paths +Enabling this results in all empty placeholders resolving to "" instead of "none" as stated above. Spaces +before empty placeholders are removed as well, empty directories are omitted. -One of the best things in Paperless is that you can not only access the -documents via the web interface, but also via the file system. +### Storage paths -When a single storage layout is not sufficient for your use case, -storage paths come to the rescue. Storage paths allow you to configure -more precisely where each document is stored in the file system. +When a single storage layout is not sufficient for your use case, storage paths allow for more complex +structure to set precisely where each document is stored in the file system. - Each storage path is a [`PAPERLESS_FILENAME_FORMAT`](configuration.md#PAPERLESS_FILENAME_FORMAT) and follows the rules described above -- Each document is assigned a storage path using the matching - algorithms described above, but can be overwritten at any time +- Each document is assigned a storage path using the matching algorithms described above, but can be + overwritten at any time For example, you could define the following two storage paths: diff --git a/docs/configuration.md b/docs/configuration.md index 38ffcf465..5182d018b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -264,7 +264,7 @@ directory. See [File name handling](advanced_usage.md#file-name-handling) for de : Tells paperless to replace placeholders in `PAPERLESS_FILENAME_FORMAT` that would resolve to 'none' to be omitted from the resulting filename. This also holds -true for directory names. See [File name handling](advanced_usage.md#file-name-handling) for +true for directory names. See [File name handling](advanced_usage.md#empty-placeholders) for details. Defaults to `false` which disables this feature. diff --git a/src/documents/tests/test_api_objects.py b/src/documents/tests/test_api_objects.py index 9a0ccd598..65f379261 100644 --- a/src/documents/tests/test_api_objects.py +++ b/src/documents/tests/test_api_objects.py @@ -224,6 +224,35 @@ class TestApiStoragePaths(DirectoriesMixin, APITestCase): self.assertCountEqual([document.pk], args[0]) + @mock.patch("documents.bulk_edit.bulk_update_documents.delay") + def test_api_delete_storage_path(self, bulk_update_mock): + """ + GIVEN: + - API request to delete a storage + WHEN: + - API is called + THEN: + - Documents using the storage path are updated + """ + document = Document.objects.create( + mime_type="application/pdf", + storage_path=self.sp1, + ) + response = self.client.delete( + f"{self.ENDPOINT}{self.sp1.pk}/", + ) + self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) + + # sp with no documents + sp2 = StoragePath.objects.create(name="sp2", path="Something2/{checksum}") + response = self.client.delete( + f"{self.ENDPOINT}{sp2.pk}/", + ) + self.assertEqual(response.status_code, status.HTTP_204_NO_CONTENT) + + # only called once + bulk_update_mock.assert_called_once_with([document.pk]) + class TestBulkEditObjects(APITestCase): # See test_api_permissions.py for bulk tests on permissions diff --git a/src/documents/views.py b/src/documents/views.py index 006ca0822..99db0a5d8 100644 --- a/src/documents/views.py +++ b/src/documents/views.py @@ -1211,6 +1211,22 @@ class StoragePathViewSet(ModelViewSet, PermissionsAwareDocumentCountMixin): filterset_class = StoragePathFilterSet ordering_fields = ("name", "path", "matching_algorithm", "match", "document_count") + def destroy(self, request, *args, **kwargs): + """ + When a storage path is deleted, see if documents + using it require a rename/move + """ + instance = self.get_object() + doc_ids = [doc.id for doc in instance.documents.all()] + + # perform the deletion so renaming/moving can happen + response = super().destroy(request, *args, **kwargs) + + if len(doc_ids): + bulk_edit.bulk_update_documents.delay(doc_ids) + + return response + class UiSettingsView(GenericAPIView): queryset = UiSettings.objects.all() From 58afec98f1df3e2634f3e1d5f0e8b2a9f9d0b209 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:12:30 -0800 Subject: [PATCH 10/10] New Crowdin translations by GitHub Action (#6018) Co-authored-by: Crowdin Bot --- src-ui/src/locale/messages.af_ZA.xlf | 24 +-- src-ui/src/locale/messages.ar_AR.xlf | 24 +-- src-ui/src/locale/messages.be_BY.xlf | 24 +-- src-ui/src/locale/messages.bg_BG.xlf | 24 +-- src-ui/src/locale/messages.ca_ES.xlf | 24 +-- src-ui/src/locale/messages.cs_CZ.xlf | 24 +-- src-ui/src/locale/messages.da_DK.xlf | 24 +-- src-ui/src/locale/messages.de_DE.xlf | 24 +-- src-ui/src/locale/messages.el_GR.xlf | 24 +-- src-ui/src/locale/messages.es_ES.xlf | 24 +-- src-ui/src/locale/messages.fi_FI.xlf | 24 +-- src-ui/src/locale/messages.fr_FR.xlf | 212 ++++++++++++------------- src-ui/src/locale/messages.he_IL.xlf | 24 +-- src-ui/src/locale/messages.hr_HR.xlf | 24 +-- src-ui/src/locale/messages.hu_HU.xlf | 24 +-- src-ui/src/locale/messages.id_ID.xlf | 24 +-- src-ui/src/locale/messages.it_IT.xlf | 24 +-- src-ui/src/locale/messages.ja_JP.xlf | 24 +-- src-ui/src/locale/messages.ko_KR.xlf | 24 +-- src-ui/src/locale/messages.lb_LU.xlf | 24 +-- src-ui/src/locale/messages.lv_LV.xlf | 24 +-- src-ui/src/locale/messages.nl_NL.xlf | 84 +++++----- src-ui/src/locale/messages.no_NO.xlf | 24 +-- src-ui/src/locale/messages.pl_PL.xlf | 24 +-- src-ui/src/locale/messages.pt_BR.xlf | 24 +-- src-ui/src/locale/messages.pt_PT.xlf | 24 +-- src-ui/src/locale/messages.ro_RO.xlf | 24 +-- src-ui/src/locale/messages.ru_RU.xlf | 24 +-- src-ui/src/locale/messages.sk_SK.xlf | 24 +-- src-ui/src/locale/messages.sl_SI.xlf | 24 +-- src-ui/src/locale/messages.sr_CS.xlf | 24 +-- src-ui/src/locale/messages.sv_SE.xlf | 24 +-- src-ui/src/locale/messages.th_TH.xlf | 24 +-- src-ui/src/locale/messages.tr_TR.xlf | 24 +-- src-ui/src/locale/messages.uk_UA.xlf | 24 +-- src-ui/src/locale/messages.vi_VN.xlf | 24 +-- src-ui/src/locale/messages.zh_CN.xlf | 24 +-- src-ui/src/locale/messages.zh_TW.xlf | 24 +-- src/locale/de_DE/LC_MESSAGES/django.po | 28 ++-- src/locale/fr_FR/LC_MESSAGES/django.po | 42 ++--- src/locale/nl_NL/LC_MESSAGES/django.po | 2 +- src/locale/sv_SE/LC_MESSAGES/django.po | 80 +++++----- 42 files changed, 504 insertions(+), 808 deletions(-) diff --git a/src-ui/src/locale/messages.af_ZA.xlf b/src-ui/src/locale/messages.af_ZA.xlf index 6d18d858f..bf12f4320 100644 --- a/src-ui/src/locale/messages.af_ZA.xlf +++ b/src-ui/src/locale/messages.af_ZA.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Aksieparameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Ken titel toe van @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Ken korrespondent toe van @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.ar_AR.xlf b/src-ui/src/locale/messages.ar_AR.xlf index 4aa05c68b..f93039502 100644 --- a/src-ui/src/locale/messages.ar_AR.xlf +++ b/src-ui/src/locale/messages.ar_AR.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ إجراء المعامل - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - المهام المحددة هنا ستحل محل أي قوالب استهلاك. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 تعيين العنوان من @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 تعيين مراسل من @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 تعيين المالك من القاعدة @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.be_BY.xlf b/src-ui/src/locale/messages.be_BY.xlf index 80c9947c1..b666f0ec2 100644 --- a/src-ui/src/locale/messages.be_BY.xlf +++ b/src-ui/src/locale/messages.be_BY.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.bg_BG.xlf b/src-ui/src/locale/messages.bg_BG.xlf index 6f3049f01..466458145 100644 --- a/src-ui/src/locale/messages.bg_BG.xlf +++ b/src-ui/src/locale/messages.bg_BG.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Параметър на действието - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Задачите, посочени тук, ще заместят всички шаблони за консумация. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Присвояване на заглавие от @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Присвояване на кореспондент от @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Присвояване на собственик от правило @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.ca_ES.xlf b/src-ui/src/locale/messages.ca_ES.xlf index b0bb21e9f..4318778c7 100644 --- a/src-ui/src/locale/messages.ca_ES.xlf +++ b/src-ui/src/locale/messages.ca_ES.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Parametre d'acció - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Les assignacions especificades aquí substituiran qualsevol plantilla de consum. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assigna títol des de @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assigna corresponsal des de @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assigna propietari des de regla @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf index bfaab5983..46bbe9e47 100644 --- a/src-ui/src/locale/messages.cs_CZ.xlf +++ b/src-ui/src/locale/messages.cs_CZ.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.da_DK.xlf b/src-ui/src/locale/messages.da_DK.xlf index 6cdb3c515..e828367cf 100644 --- a/src-ui/src/locale/messages.da_DK.xlf +++ b/src-ui/src/locale/messages.da_DK.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf index a74f9eadd..8b59d7d68 100644 --- a/src-ui/src/locale/messages.de_DE.xlf +++ b/src-ui/src/locale/messages.de_DE.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Aktionsparameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Die hier angegebenen Zuweisungen überschreiben Zuweisungen aus Verarbeitungsvorlagen. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Titelzuweisung @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Korrespondentenzuweisung @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Eigentümer von dieser Regel zuweisen @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.el_GR.xlf b/src-ui/src/locale/messages.el_GR.xlf index c63e92aeb..a4315a84a 100644 --- a/src-ui/src/locale/messages.el_GR.xlf +++ b/src-ui/src/locale/messages.el_GR.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Παράμετρος ενέργειας - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Ανάθεση τίτλου από @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Ανάθεση ανταποκριτή από @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf index b9b2d9da6..804f1c9e8 100644 --- a/src-ui/src/locale/messages.es_ES.xlf +++ b/src-ui/src/locale/messages.es_ES.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Parámetro de acción - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Las tareas especificadas aquí reemplazarán a cualquier plantilla de consumo. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Asignar título desde @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Asignar interlocutor desde @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Asignar dueño de la regla @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.fi_FI.xlf b/src-ui/src/locale/messages.fi_FI.xlf index 441345a86..d50f02810 100644 --- a/src-ui/src/locale/messages.fi_FI.xlf +++ b/src-ui/src/locale/messages.fi_FI.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Toiminnon parametrit - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Aseta otsikko kohteesta @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Määritä yhteyshenkilö @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf index a54d7eaab..e59fba9dd 100644 --- a/src-ui/src/locale/messages.fr_FR.xlf +++ b/src-ui/src/locale/messages.fr_FR.xlf @@ -415,7 +415,7 @@ src/app/components/admin/tasks/tasks.component.html 4 - Les tâches de fichiers vous montrent les documents qui ont été consommés, ceux qui sont en attente de l'être, ou ceux qui ont pu échouer au cours du processus. + Les tâches sur les fichiers vous montrent les documents qui ont été consommés, ceux qui sont en attente de l'être, ou ceux qui ont pu échouer au cours du processus. Check out the settings for various tweaks to the web app and toggle settings for saved views. @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -775,7 +775,7 @@ Commencer la visite  - + System Status src/app/components/admin/settings/settings.component.html @@ -785,7 +785,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 2 - System Status + État du système Open Django Admin @@ -1165,7 +1165,7 @@ src/app/components/admin/settings/settings.component.html 234 - Permissions de vue par défaut + Autorisations de consultation par défaut Users: @@ -1245,7 +1245,7 @@ src/app/components/admin/settings/settings.component.html 261 - Permissions d'édition par défaut + Autorisations de modification par défaut Edit permissions also grant viewing permissions @@ -1335,13 +1335,13 @@ Vues enregistrées - + Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html 317 - Afficher un avertissement lors de la fermeture d’une vue enregistrée avec des modifications non enregistrées + Afficher un avertissement lors de la fermeture d’une vue enregistrée avec des modifications non enregistrées Views @@ -1725,7 +1725,7 @@ src/app/components/admin/settings/settings.component.ts 415 - Vue "" supprimée. + Vue sauvegardée « » supprimée. Settings were saved successfully. @@ -1887,13 +1887,13 @@ {VAR_PLURAL, plural,=1 {Une tâche } other { tâches }} - +  ( selected) src/app/components/admin/tasks/tasks.component.html 111 -  ( sélectionné(s)) +  ( sélectionné(s)) Failed @@ -1951,13 +1951,13 @@ Confirmer « Tout ignorer » - + Dismiss all tasks? src/app/components/admin/tasks/tasks.component.ts 65 - Ignorer les tâches ? + Ignorer toutes () les tâches ? queued @@ -1981,7 +1981,7 @@ src/app/components/admin/tasks/tasks.component.ts 137 - terminé + terminé(s) failed @@ -2719,13 +2719,13 @@ Réinitialiser - + Are you sure? src/app/components/common/confirm-button/confirm-button.component.ts 20 - Êtes-vous sûr ? + Êtes-vous sûr ? Confirmation @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Paramètre d'action - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Les affectations spécifiées ici remplaceront tous les modèles de traitement. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Affectation du titre du document @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Affectation du correspondant @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Affecter le propriétaire à la règle @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -4025,7 +4017,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 170 - Affecter des autorisations de vue + Affecter des autorisations de consultation Assign edit permissions @@ -4035,15 +4027,15 @@ Assigner des autorisations d'édition - + Remove tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 216 - Remove tags + Supprimer des étiquettes - + Remove all src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -4073,71 +4065,71 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 254 - Remove all + Tout supprimer - + Remove correspondents src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 222 - Remove correspondents + Supprimer des correspondants - + Remove document types src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 228 - Remove document types + Supprimer des types de document - + Remove storage paths src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 234 - Remove storage paths + Supprimer des chemins de stockage - + Remove custom fields src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 240 - Remove custom fields + Supprimer des champs personnalisés - + Remove owners src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 247 - Remove owners + Supprimer des propriétaires - + Remove permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 253 - Remove permissions + Supprimer des autorisations - + View permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 256 - View permissions + Autorisations de consultation - + Edit permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 275 - Edit permissions + Autorisations de modification Consume Folder @@ -4195,13 +4187,13 @@ Assignation - + Removal src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 73 - Removal + Suppression Create new workflow @@ -4428,13 +4420,13 @@ Afficher le mot de passe - + Edit Permissions src/app/components/common/input/permissions/permissions-form/permissions-form.component.html 9 - Modifier les droits d'accès + Autorisations de modification Owner: @@ -4567,7 +4559,7 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.ts 33 - Modifier les droits d'accès pour + Modifier les autorisations de modification pour Existing owner, user and group permissions will be merged with these settings. @@ -4583,7 +4575,7 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.ts 75 - Any and all existing owner, user and group permissions will be replaced. + Toutes autorisations du propriétaire, d'un utilisateur et d'un groupe existantes seront remplacées. My documents @@ -4693,7 +4685,7 @@ Jeton d'authentification d'API - + Copy src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -4711,7 +4703,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 156 - Copier + Copier Regenerate auth token @@ -4973,69 +4965,69 @@ Erreur lors de la création du lien - + Environment src/app/components/common/system-status-dialog/system-status-dialog.component.html 18 - Environment + Environnement - + Paperless-ngx Version src/app/components/common/system-status-dialog/system-status-dialog.component.html 22 - Paperless-ngx Version + Version de Paperless-ngx - + Install Type src/app/components/common/system-status-dialog/system-status-dialog.component.html 24 - Install Type + Type d'installation - + Server OS src/app/components/common/system-status-dialog/system-status-dialog.component.html 26 - Server OS + Système d'exploitation du serveur - + Media Storage src/app/components/common/system-status-dialog/system-status-dialog.component.html 28 - Media Storage + Stockage média - + available src/app/components/common/system-status-dialog/system-status-dialog.component.html 31 - available + disponible - + total src/app/components/common/system-status-dialog/system-status-dialog.component.html 31 - total + au total - + Database src/app/components/common/system-status-dialog/system-status-dialog.component.html 41 - Database + Base de données Status @@ -5053,21 +5045,21 @@ État - + Migration Status src/app/components/common/system-status-dialog/system-status-dialog.component.html 56 - Migration Status + État de la migration - + Latest Migration src/app/components/common/system-status-dialog/system-status-dialog.component.html 64 - Latest Migration + Dernière migration Pending Migrations @@ -5075,63 +5067,63 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 66 - Pending Migrations + Migrations en attente - + Tasks src/app/components/common/system-status-dialog/system-status-dialog.component.html 83 - Tasks + Tâches - + Redis Status src/app/components/common/system-status-dialog/system-status-dialog.component.html 87 - Redis Status + État de Redis - + Celery Status src/app/components/common/system-status-dialog/system-status-dialog.component.html 96 - Celery Status + État de Celery - + Search Index src/app/components/common/system-status-dialog/system-status-dialog.component.html 105 - Search Index + Index de recherche - + Last Updated src/app/components/common/system-status-dialog/system-status-dialog.component.html 119 - Last Updated + Dernière mise à jour - + Classifier src/app/components/common/system-status-dialog/system-status-dialog.component.html 121 - Classifier + Classificateur - + Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html 139 - Last Trained + Dernière entraînement Copy Raw Error @@ -5157,21 +5149,21 @@ Bienvenue sur - + Dashboard updated src/app/components/dashboard/dashboard.component.ts 71 - Tableau de bord mis à jour + Tableau de bord mis à jour - + Error updating dashboard src/app/components/dashboard/dashboard.component.ts 74 - Erreur lors de la mise à jour du tableau de bord + Erreur lors de la mise à jour du tableau de bord Show all @@ -5780,29 +5772,29 @@ Une erreur s'est produite lors du chargement du contenu : - + Document changes detected src/app/components/document-detail/document-detail.component.ts 348 - Modifications du document détectées + Modifications du document détectées - + The version of this document in your browser session appears older than the existing version. src/app/components/document-detail/document-detail.component.ts 349 - La version de ce document dans la session de votre navigateur semble plus ancien que la version existante. + La version de ce document dans la session de votre navigateur semble plus ancienne que la version existante. - + Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document. src/app/components/document-detail/document-detail.component.ts 350 - Sauvegarder le document ici peut écraser les autres modifications qui ont été faites. Pour restaurer la version existante, annulez vos modifications ou fermez le document. + Sauvegarder le document ici peut écraser les autres modifications qui ont été faites. Pour restaurer la version existante, annulez vos modifications ou fermez le document. Ok @@ -5874,7 +5866,7 @@ src/app/components/document-detail/document-detail.component.ts 722 - Voulez-vous vraiment supprimer le document "" ? + Voulez-vous vraiment supprimer le document « » ? The files for this document will be deleted permanently. This operation cannot be undone. @@ -6616,7 +6608,7 @@ src/app/components/document-list/document-list.component.ts 248 - Vue "" créée avec succès. + Vue « » créée avec succès. Title & content @@ -6916,7 +6908,7 @@ src/app/components/manage/correspondent-list/correspondent-list.component.ts 67 - Voulez-vous vraiment supprimer le correspondant "" ? + Voulez-vous vraiment supprimer le correspondant « » ? Customize the data fields that can be attached to documents. @@ -7004,7 +6996,7 @@ src/app/components/manage/document-type-list/document-type-list.component.ts 44 - Voulez-vous vraiment supprimer le type de document "" ? + Voulez-vous vraiment supprimer le type de document « » ? Mail Settings @@ -7452,7 +7444,7 @@ src/app/components/manage/tag-list/tag-list.component.ts 53 - Voulez-vous vraiment supprimer l'étiquette "" ? + Voulez-vous vraiment supprimer l'étiquette « » ? Use workflows to customize the behavior of Paperless-ngx when events 'trigger' a workflow. diff --git a/src-ui/src/locale/messages.he_IL.xlf b/src-ui/src/locale/messages.he_IL.xlf index 555407c14..8a52b9bb7 100644 --- a/src-ui/src/locale/messages.he_IL.xlf +++ b/src-ui/src/locale/messages.he_IL.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ פרמטר פעולה - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 שייך כותרת מ- @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 שייך מכותב מ- @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.hr_HR.xlf b/src-ui/src/locale/messages.hr_HR.xlf index 810b75f56..f2626266e 100644 --- a/src-ui/src/locale/messages.hr_HR.xlf +++ b/src-ui/src/locale/messages.hr_HR.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf index 4a843e5dc..a4d642802 100644 --- a/src-ui/src/locale/messages.hu_HU.xlf +++ b/src-ui/src/locale/messages.hu_HU.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Művelet paraméter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Az itt megadott hozzárendelések felülírják a feldolgozási sablonokat. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Cím hozzárendelése a @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Levelező hozzárendelése a @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Tulajdonos hozzárendelése szabályból @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.id_ID.xlf b/src-ui/src/locale/messages.id_ID.xlf index 08d2d3400..e22fa1ae9 100644 --- a/src-ui/src/locale/messages.id_ID.xlf +++ b/src-ui/src/locale/messages.id_ID.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Tetapkan judul dari @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Tetapkan koresponden dari @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Tetapkan pemilik dari aturan @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf index 43d924697..c7dd20ded 100644 --- a/src-ui/src/locale/messages.it_IT.xlf +++ b/src-ui/src/locale/messages.it_IT.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Azione parametro - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Le assegnazioni qui specificate sostituiranno tutti i modelli di elaborazione. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assegna tittolo da @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assegna corrispondente da @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assegna proprietario dalla regola @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.ja_JP.xlf b/src-ui/src/locale/messages.ja_JP.xlf index d2a083e07..74eb19579 100644 --- a/src-ui/src/locale/messages.ja_JP.xlf +++ b/src-ui/src/locale/messages.ja_JP.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ アクションパラメーター - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - 以下で指定された割り当ては、テンプレートより優先されます。 - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 タイトルの割り当て元 @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 担当の割り当て元 @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 ルールから所有者を割り当てる @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.ko_KR.xlf b/src-ui/src/locale/messages.ko_KR.xlf index c16e14446..d5c84c2eb 100644 --- a/src-ui/src/locale/messages.ko_KR.xlf +++ b/src-ui/src/locale/messages.ko_KR.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.lb_LU.xlf b/src-ui/src/locale/messages.lb_LU.xlf index 36df4e513..33231e3bc 100644 --- a/src-ui/src/locale/messages.lb_LU.xlf +++ b/src-ui/src/locale/messages.lb_LU.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.lv_LV.xlf b/src-ui/src/locale/messages.lv_LV.xlf index 31b98eee9..393e22ebe 100644 --- a/src-ui/src/locale/messages.lv_LV.xlf +++ b/src-ui/src/locale/messages.lv_LV.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf index 001e8d082..2611036ac 100644 --- a/src-ui/src/locale/messages.nl_NL.xlf +++ b/src-ui/src/locale/messages.nl_NL.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -785,7 +785,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 2 - System Status + Systeemstatus Open Django Admin @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Actie parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Deze toewijzingen zullen die van verwerkingssjablonen vervangen. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Wijs titel toe van @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Wijs correspondent toe van @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Eigenaar van regel toewijzen @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -4041,7 +4033,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 216 - Remove tags + Verwijder labels Remove all @@ -4073,7 +4065,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 254 - Remove all + Verwijder alle Remove correspondents @@ -4081,7 +4073,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 222 - Remove correspondents + Verwijder correspondenten Remove document types @@ -4089,7 +4081,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 228 - Remove document types + Verwijder documenttypes Remove storage paths @@ -4097,7 +4089,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 234 - Remove storage paths + Verwijder opslagpaden Remove custom fields @@ -4105,7 +4097,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 240 - Remove custom fields + Verwijder aangepaste velden Remove owners @@ -4113,7 +4105,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 247 - Remove owners + Verwijder eigenaars Remove permissions @@ -4121,7 +4113,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 253 - Remove permissions + Verwijder rechten View permissions @@ -4129,7 +4121,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 256 - View permissions + Bekijk rechten Edit permissions @@ -4137,7 +4129,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 275 - Edit permissions + Bewerk rechten Consume Folder @@ -4201,7 +4193,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 73 - Removal + Verwijdering Create new workflow @@ -4979,7 +4971,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 18 - Environment + Omgeving Paperless-ngx Version @@ -4987,7 +4979,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 22 - Paperless-ngx Version + Paperless-ngx versie Install Type @@ -4995,7 +4987,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 24 - Install Type + Installatietype Server OS @@ -5003,7 +4995,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 26 - Server OS + Server OS Media Storage @@ -5011,7 +5003,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 28 - Media Storage + Mediaopslag available @@ -5019,7 +5011,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 31 - available + beschikbaar total @@ -5027,7 +5019,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 31 - total + totaal Database @@ -5035,7 +5027,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 41 - Database + Database Status @@ -5059,7 +5051,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 56 - Migration Status + Migratie status Latest Migration @@ -5067,7 +5059,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 64 - Latest Migration + Laatste migratie Pending Migrations @@ -5075,7 +5067,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 66 - Pending Migrations + Migraties in behandeling Tasks @@ -5083,7 +5075,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 83 - Tasks + Taken Redis Status @@ -5091,7 +5083,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 87 - Redis Status + Redis status Celery Status @@ -5099,7 +5091,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 96 - Celery Status + Celery status Search Index @@ -5107,7 +5099,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 105 - Search Index + Zoekindex Last Updated @@ -5115,7 +5107,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 119 - Last Updated + Laatst bijgewerkt Classifier @@ -5123,7 +5115,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 121 - Classifier + Classificatie Last Trained @@ -5131,7 +5123,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 139 - Last Trained + Laatst getraind Copy Raw Error diff --git a/src-ui/src/locale/messages.no_NO.xlf b/src-ui/src/locale/messages.no_NO.xlf index 434ed992d..bd8c991ab 100644 --- a/src-ui/src/locale/messages.no_NO.xlf +++ b/src-ui/src/locale/messages.no_NO.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Parameter for handling - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Tilordne tittel fra @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Tildel korrespondent fra @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.pl_PL.xlf b/src-ui/src/locale/messages.pl_PL.xlf index b5f753fe5..24a030524 100644 --- a/src-ui/src/locale/messages.pl_PL.xlf +++ b/src-ui/src/locale/messages.pl_PL.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Parametr akcji - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Przypisania określone tutaj zastąpią wszelkie szablony pobierania. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Przypisz tytuł z @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Przypisz korespondenta nadawcy @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Przypisz właściciela z reguły @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.pt_BR.xlf b/src-ui/src/locale/messages.pt_BR.xlf index de9abdfe5..bc9ae192a 100644 --- a/src-ui/src/locale/messages.pt_BR.xlf +++ b/src-ui/src/locale/messages.pt_BR.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3400,19 +3400,11 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Atribuir título de @@ -3420,7 +3412,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3432,7 +3424,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Atribuir correspondente de @@ -3440,7 +3432,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3452,7 +3444,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Atribuir proprietário a partir da regra @@ -3460,7 +3452,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.pt_PT.xlf b/src-ui/src/locale/messages.pt_PT.xlf index 3275cd08d..5eddf644e 100644 --- a/src-ui/src/locale/messages.pt_PT.xlf +++ b/src-ui/src/locale/messages.pt_PT.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Parametro de ação - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Definir o título através de @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Definir o correspondente através de @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf index d5d397ff7..761549371 100644 --- a/src-ui/src/locale/messages.ro_RO.xlf +++ b/src-ui/src/locale/messages.ro_RO.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Parametru acțiune - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Atribuirile specificate aici vor înlocui orice șabloane de consum. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Atribuie titlu din @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Atribuie corespondent din @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Atribuiți proprietarul din regulă @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf index b401d0b78..2604da956 100644 --- a/src-ui/src/locale/messages.ru_RU.xlf +++ b/src-ui/src/locale/messages.ru_RU.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Параметр действия - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Задания, указанные здесь, заменяют все шаблоны потребления. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Присвоить заголовок из @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Присвоить корреспондента из @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Назначить владельца этого правила @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.sk_SK.xlf b/src-ui/src/locale/messages.sk_SK.xlf index 5cfdfbcda..b928847ac 100644 --- a/src-ui/src/locale/messages.sk_SK.xlf +++ b/src-ui/src/locale/messages.sk_SK.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Parameter akcie - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Priradiť názov podľa @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Priradiť odosielateľa podľa @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.sl_SI.xlf b/src-ui/src/locale/messages.sl_SI.xlf index 46a2b1b6f..5c5841268 100644 --- a/src-ui/src/locale/messages.sl_SI.xlf +++ b/src-ui/src/locale/messages.sl_SI.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Parameter dejanja - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Tukaj navedene naloge prepišejo naloge iz zajemalne predloge za obdelavo. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Dodeli naslov iz @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Dodeli dopisnika iz @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Dodeli lastnika s pravilom @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.sr_CS.xlf b/src-ui/src/locale/messages.sr_CS.xlf index aba6b3cf8..c123d3a36 100644 --- a/src-ui/src/locale/messages.sr_CS.xlf +++ b/src-ui/src/locale/messages.sr_CS.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Parametar radnje - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Zadaci navedeni ovde će zameniti sve šablone obrade. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Dodeli naziv iz @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Dodeli korespodenta iz @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Dodeli vlasnika iz pravila @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.sv_SE.xlf b/src-ui/src/locale/messages.sv_SE.xlf index 7b17bc808..29855fb2a 100644 --- a/src-ui/src/locale/messages.sv_SE.xlf +++ b/src-ui/src/locale/messages.sv_SE.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Åtgärdsparameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Tilldela titel från @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Tilldela korrespondent från @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.th_TH.xlf b/src-ui/src/locale/messages.th_TH.xlf index 3f59392da..497ac06d7 100644 --- a/src-ui/src/locale/messages.th_TH.xlf +++ b/src-ui/src/locale/messages.th_TH.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ พารามิเตอร์ของการดำเนินการ - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 กำหนดชื่อจาก @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.tr_TR.xlf b/src-ui/src/locale/messages.tr_TR.xlf index f0959cb5d..b560027fd 100644 --- a/src-ui/src/locale/messages.tr_TR.xlf +++ b/src-ui/src/locale/messages.tr_TR.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Eylem parametresi - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.uk_UA.xlf b/src-ui/src/locale/messages.uk_UA.xlf index 55d6f6978..23c0574b7 100644 --- a/src-ui/src/locale/messages.uk_UA.xlf +++ b/src-ui/src/locale/messages.uk_UA.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Параметр дії - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Визначені призначення будуть перешкоджати будь-яким шаблонам користувача. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Призначити назву з @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Призначити кореспондента з @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Призначити власника з правила @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.vi_VN.xlf b/src-ui/src/locale/messages.vi_VN.xlf index 262a1ec58..dcbde8cea 100644 --- a/src-ui/src/locale/messages.vi_VN.xlf +++ b/src-ui/src/locale/messages.vi_VN.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Gán biên tập viên từ @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Gán chủ sở hữu từ rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.zh_CN.xlf b/src-ui/src/locale/messages.zh_CN.xlf index 5f3aebd37..3fbed9bac 100644 --- a/src-ui/src/locale/messages.zh_CN.xlf +++ b/src-ui/src/locale/messages.zh_CN.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src-ui/src/locale/messages.zh_TW.xlf b/src-ui/src/locale/messages.zh_TW.xlf index 3340e5a75..7d6f41d24 100644 --- a/src-ui/src/locale/messages.zh_TW.xlf +++ b/src-ui/src/locale/messages.zh_TW.xlf @@ -543,7 +543,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 52 + 51 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -2791,7 +2791,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 51 + 50 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -3399,19 +3399,11 @@ Action parameter - - Assignments specified here will supersede any consumption templates. - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 - - Assignments specified here will supersede any consumption templates. - Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 35 Assign title from @@ -3419,7 +3411,7 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 37 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3431,7 +3423,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 39 + 38 Assign correspondent from @@ -3439,7 +3431,7 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 41 + 40 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -3451,7 +3443,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 43 + 42 Assign owner from rule @@ -3459,7 +3451,7 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 + 48 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html diff --git a/src/locale/de_DE/LC_MESSAGES/django.po b/src/locale/de_DE/LC_MESSAGES/django.po index 9ae1b985e..a29a73c2a 100644 --- a/src/locale/de_DE/LC_MESSAGES/django.po +++ b/src/locale/de_DE/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-04 17:00-0800\n" -"PO-Revision-Date: 2024-03-05 15:50\n" +"PO-Revision-Date: 2024-03-06 12:10\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -757,55 +757,55 @@ msgstr "Alle Dokumenttypen entfernen" #: documents/models.py:1132 msgid "remove these correspondent(s)" -msgstr "" +msgstr "Diese(n) Korrespondenten entfernen" #: documents/models.py:1137 msgid "remove all correspondents" -msgstr "" +msgstr "Alle Korrespondenten entfernen" #: documents/models.py:1144 msgid "remove these storage path(s)" -msgstr "" +msgstr "Diese(n) Speicherpfad(e) entfernen" #: documents/models.py:1149 msgid "remove all storage paths" -msgstr "" +msgstr "Alle Speicherpfade entfernen" #: documents/models.py:1156 msgid "remove these owner(s)" -msgstr "" +msgstr "Diese(n) Eigentümer entfernen" #: documents/models.py:1161 msgid "remove all owners" -msgstr "" +msgstr "Alle Eigentümer entfernen" #: documents/models.py:1168 msgid "remove view permissions for these users" -msgstr "" +msgstr "Anzeigeberechtigungen für diese Benutzer entfernen" #: documents/models.py:1175 msgid "remove view permissions for these groups" -msgstr "" +msgstr "Anzeigeberechtigungen für diese Gruppen entfernen" #: documents/models.py:1182 msgid "remove change permissions for these users" -msgstr "" +msgstr "Bearbeitungsberechtigungen für diese Benutzer entfernen" #: documents/models.py:1189 msgid "remove change permissions for these groups" -msgstr "" +msgstr "Bearbeitungsberechtigungen für diese Gruppen entfernen" #: documents/models.py:1194 msgid "remove all permissions" -msgstr "" +msgstr "Alle Berechtigungen entfernen" #: documents/models.py:1201 msgid "remove these custom fields" -msgstr "" +msgstr "Diese benutzerdefinierten Felder entfernen" #: documents/models.py:1206 msgid "remove all custom fields" -msgstr "" +msgstr "Alle benutzerdefinierten Felder entfernen" #: documents/models.py:1210 msgid "workflow action" diff --git a/src/locale/fr_FR/LC_MESSAGES/django.po b/src/locale/fr_FR/LC_MESSAGES/django.po index 2a3126641..b754256d0 100644 --- a/src/locale/fr_FR/LC_MESSAGES/django.po +++ b/src/locale/fr_FR/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-04 17:00-0800\n" -"PO-Revision-Date: 2024-03-05 01:01\n" +"PO-Revision-Date: 2024-03-07 00:18\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -685,7 +685,7 @@ msgstr "Affectation" #: documents/models.py:1006 msgid "Removal" -msgstr "" +msgstr "Suppression" #: documents/models.py:1010 msgid "Workflow Action Type" @@ -721,11 +721,11 @@ msgstr "assigner ce propriétaire" #: documents/models.py:1073 msgid "grant view permissions to these users" -msgstr "accorder des permissions de vue à ces utilisateurs" +msgstr "accorder des autorisations de consultation à ces utilisateurs" #: documents/models.py:1080 msgid "grant view permissions to these groups" -msgstr "accorder des droits de vue à ces groupes" +msgstr "accorder des autorisations de consultation à ces groupes" #: documents/models.py:1087 msgid "grant change permissions to these users" @@ -741,71 +741,71 @@ msgstr "assigner ces champs personnalisés" #: documents/models.py:1108 msgid "remove these tag(s)" -msgstr "" +msgstr "supprimer cette/ces étiquette(s)" #: documents/models.py:1113 msgid "remove all tags" -msgstr "" +msgstr "supprimer toutes les étiquettes" #: documents/models.py:1120 msgid "remove these document type(s)" -msgstr "" +msgstr "supprimer ce(s) type(s) de document" #: documents/models.py:1125 msgid "remove all document types" -msgstr "" +msgstr "supprimer tous les types de document" #: documents/models.py:1132 msgid "remove these correspondent(s)" -msgstr "" +msgstr "supprimer ce(s) correspondant(s)" #: documents/models.py:1137 msgid "remove all correspondents" -msgstr "" +msgstr "supprimer tous les correspondants" #: documents/models.py:1144 msgid "remove these storage path(s)" -msgstr "" +msgstr "supprimer ce(s) chemin(s) de stockage" #: documents/models.py:1149 msgid "remove all storage paths" -msgstr "" +msgstr "supprimer tous les chemins de stockage" #: documents/models.py:1156 msgid "remove these owner(s)" -msgstr "" +msgstr "supprimer ce(s) propriétaire(s)" #: documents/models.py:1161 msgid "remove all owners" -msgstr "" +msgstr "supprimer tous les propriétaires" #: documents/models.py:1168 msgid "remove view permissions for these users" -msgstr "" +msgstr "supprimer les autorisations de consultation pour ces utilisateurs" #: documents/models.py:1175 msgid "remove view permissions for these groups" -msgstr "" +msgstr "supprimer les autorisations de consultation pour ces groupes" #: documents/models.py:1182 msgid "remove change permissions for these users" -msgstr "" +msgstr "supprimer l'autorisation de modification pour ces utilisateurs" #: documents/models.py:1189 msgid "remove change permissions for these groups" -msgstr "" +msgstr "supprimer l'autorisation de modification pour ces groupes" #: documents/models.py:1194 msgid "remove all permissions" -msgstr "" +msgstr "supprimer toutes les autorisations" #: documents/models.py:1201 msgid "remove these custom fields" -msgstr "" +msgstr "supprimer tous ces champs personnalisés" #: documents/models.py:1206 msgid "remove all custom fields" -msgstr "" +msgstr "supprimer tous les champs personnalisés" #: documents/models.py:1210 msgid "workflow action" diff --git a/src/locale/nl_NL/LC_MESSAGES/django.po b/src/locale/nl_NL/LC_MESSAGES/django.po index 74ceff2d2..cfb377f92 100644 --- a/src/locale/nl_NL/LC_MESSAGES/django.po +++ b/src/locale/nl_NL/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-04 17:00-0800\n" -"PO-Revision-Date: 2024-03-05 01:01\n" +"PO-Revision-Date: 2024-03-06 12:10\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" diff --git a/src/locale/sv_SE/LC_MESSAGES/django.po b/src/locale/sv_SE/LC_MESSAGES/django.po index ea6e245e2..bb4755e88 100644 --- a/src/locale/sv_SE/LC_MESSAGES/django.po +++ b/src/locale/sv_SE/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-04 17:00-0800\n" -"PO-Revision-Date: 2024-03-05 01:01\n" +"PO-Revision-Date: 2024-03-06 12:10\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -47,11 +47,11 @@ msgstr "Reguljära uttryck" #: documents/models.py:58 documents/models.py:902 msgid "Fuzzy word" -msgstr "" +msgstr "Ungefärligt ord" #: documents/models.py:59 msgid "Automatic" -msgstr "" +msgstr "Automatisk" #: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 @@ -365,7 +365,7 @@ msgstr "fulltextfråga" #: documents/models.py:446 msgid "more like this" -msgstr "" +msgstr "mer som detta" #: documents/models.py:447 msgid "has tags in" @@ -385,51 +385,51 @@ msgstr "sökväg till lagring är" #: documents/models.py:451 msgid "has correspondent in" -msgstr "" +msgstr "har korrespondent i" #: documents/models.py:452 msgid "does not have correspondent in" -msgstr "" +msgstr "har inte korrespondent i" #: documents/models.py:453 msgid "has document type in" -msgstr "" +msgstr "har dokumenttyp i" #: documents/models.py:454 msgid "does not have document type in" -msgstr "" +msgstr "har inte dokumenttyp i" #: documents/models.py:455 msgid "has storage path in" -msgstr "" +msgstr "har sökväg till lagring i" #: documents/models.py:456 msgid "does not have storage path in" -msgstr "" +msgstr "har inte sökväg till lagring i" #: documents/models.py:457 msgid "owner is" -msgstr "" +msgstr "ägare är" #: documents/models.py:458 msgid "has owner in" -msgstr "" +msgstr "har ägare i" #: documents/models.py:459 msgid "does not have owner" -msgstr "" +msgstr "har inte ägare" #: documents/models.py:460 msgid "does not have owner in" -msgstr "" +msgstr "har inte ägare i" #: documents/models.py:461 msgid "has custom field value" -msgstr "" +msgstr "har anpassat fältvärde" #: documents/models.py:462 msgid "is shared by me" -msgstr "" +msgstr "delas av mig" #: documents/models.py:472 msgid "rule type" @@ -521,7 +521,7 @@ msgstr "De data som returneras av uppgiften" #: documents/models.py:655 msgid "Note for the document" -msgstr "" +msgstr "Anteckning för dokumentet" #: documents/models.py:679 msgid "user" @@ -529,7 +529,7 @@ msgstr "användare" #: documents/models.py:684 msgid "note" -msgstr "" +msgstr "anteckning" #: documents/models.py:685 msgid "notes" @@ -537,7 +537,7 @@ msgstr "anteckningar" #: documents/models.py:693 msgid "Archive" -msgstr "" +msgstr "Arkiv" #: documents/models.py:694 msgid "Original" @@ -545,87 +545,87 @@ msgstr "Original" #: documents/models.py:705 msgid "expiration" -msgstr "" +msgstr "utgångsdatum" #: documents/models.py:712 msgid "slug" -msgstr "" +msgstr "permalänk" #: documents/models.py:744 msgid "share link" -msgstr "" +msgstr "dela länk" #: documents/models.py:745 msgid "share links" -msgstr "" +msgstr "dela länkar" #: documents/models.py:757 msgid "String" -msgstr "" +msgstr "Sträng" #: documents/models.py:758 msgid "URL" -msgstr "" +msgstr "URL" #: documents/models.py:759 msgid "Date" -msgstr "" +msgstr "Datum" #: documents/models.py:760 msgid "Boolean" -msgstr "" +msgstr "Boolean" #: documents/models.py:761 msgid "Integer" -msgstr "" +msgstr "Heltal" #: documents/models.py:762 msgid "Float" -msgstr "" +msgstr "Flyttal" #: documents/models.py:763 msgid "Monetary" -msgstr "" +msgstr "Monetär" #: documents/models.py:764 msgid "Document Link" -msgstr "" +msgstr "Dokumentlänk" #: documents/models.py:776 msgid "data type" -msgstr "" +msgstr "datatyp" #: documents/models.py:784 msgid "custom field" -msgstr "" +msgstr "anpassat fält" #: documents/models.py:785 msgid "custom fields" -msgstr "" +msgstr "anpassade fält" #: documents/models.py:847 msgid "custom field instance" -msgstr "" +msgstr "anpassad fältinstans" #: documents/models.py:848 msgid "custom field instances" -msgstr "" +msgstr "anpassade fältinstanser" #: documents/models.py:905 msgid "Consumption Started" -msgstr "" +msgstr "Konsumtion påbörjad" #: documents/models.py:906 msgid "Document Added" -msgstr "" +msgstr "Dokument tillagt" #: documents/models.py:907 msgid "Document Updated" -msgstr "" +msgstr "Dokument uppdaterat" #: documents/models.py:910 msgid "Consume Folder" -msgstr "" +msgstr "Förbruka mapp" #: documents/models.py:911 msgid "Api Upload"