From f6084acfc834d9567ae397abfed09ed89e45acb9 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:26:25 -0800 Subject: [PATCH 01/24] Feature: system status (#5743) --- Dockerfile | 3 +- src-ui/angular.json | 4 +- src-ui/messages.xlf | 307 +++++++++++++----- src-ui/package-lock.json | 23 ++ src-ui/package.json | 1 + src-ui/src/app/app.module.ts | 14 + .../admin/settings/settings.component.html | 25 +- .../admin/settings/settings.component.spec.ts | 64 ++++ .../admin/settings/settings.component.ts | 49 ++- .../system-status-dialog.component.html | 154 +++++++++ .../system-status-dialog.component.scss | 0 .../system-status-dialog.component.spec.ts | 103 ++++++ .../system-status-dialog.component.ts | 39 +++ src-ui/src/app/data/system-status.ts | 41 +++ .../services/system-status.service.spec.ts | 35 ++ .../src/app/services/system-status.service.ts | 20 ++ src/documents/tests/test_api_status.py | 186 +++++++++++ src/documents/views.py | 138 ++++++++ src/paperless/urls.py | 6 + 19 files changed, 1129 insertions(+), 83 deletions(-) create mode 100644 src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html create mode 100644 src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.scss create mode 100644 src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.spec.ts create mode 100644 src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.ts create mode 100644 src-ui/src/app/data/system-status.ts create mode 100644 src-ui/src/app/services/system-status.service.spec.ts create mode 100644 src-ui/src/app/services/system-status.service.ts create mode 100644 src/documents/tests/test_api_status.py diff --git a/Dockerfile b/Dockerfile index e113f975c..963aedbd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,8 @@ ARG GS_VERSION=10.02.1 ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1 \ # Ignore warning from Whitenoise - PYTHONWARNINGS="ignore:::django.http.response:517" + PYTHONWARNINGS="ignore:::django.http.response:517" \ + PNGX_CONTAINERIZED=1 # # Begin installation and configuration diff --git a/src-ui/angular.json b/src-ui/angular.json index 92f15d769..49e419879 100644 --- a/src-ui/angular.json +++ b/src-ui/angular.json @@ -77,7 +77,9 @@ "scripts": [], "allowedCommonJsDependencies": [ "pdfjs-dist", - "pdfjs-dist/web/pdf_viewer" + "pdfjs-dist/web/pdf_viewer", + "filesize", + "file-saver" ], "vendorChunk": true, "extractLicenses": false, diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index ca23684f8..a111abc56 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -458,7 +458,7 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html @@ -600,7 +600,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -622,6 +622,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -667,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -693,238 +697,249 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 + + + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 General src/app/components/admin/settings/settings.component.html - 18 + 39 Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Display language src/app/components/admin/settings/settings.component.html - 25 + 46 You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -939,14 +954,14 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html @@ -1001,28 +1016,28 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1033,18 +1048,18 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -1067,11 +1082,11 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -1094,14 +1109,14 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -1116,56 +1131,56 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1176,14 +1191,14 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1194,7 +1209,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1301,14 +1316,14 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1319,7 +1334,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1330,7 +1345,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1393,7 +1408,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1504,28 +1519,28 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1536,7 +1551,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1547,35 +1562,35 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1586,7 +1601,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 @@ -4075,6 +4090,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Change @@ -4139,6 +4158,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Regenerate auth token @@ -4370,8 +4393,68 @@ 151 + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4381,6 +4464,76 @@ 19 + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Copy Raw Error diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index 16fda59f0..0978ca81a 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -29,6 +29,7 @@ "ngx-color": "^9.0.0", "ngx-cookie-service": "^17.1.0", "ngx-file-drop": "^16.0.0", + "ngx-filesize": "^3.0.3", "ngx-ui-tour-ng-bootstrap": "^14.0.2", "pdfjs-dist": "^3.11.174", "rxjs": "^7.8.1", @@ -9844,6 +9845,15 @@ "node": ">=10" } }, + "node_modules/filesize": { + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-9.0.11.tgz", + "integrity": "sha512-gTAiTtI0STpKa5xesyTA9hA3LX4ga8sm2nWRcffEa1L/5vQwb4mj2MdzMkoHoGv4QzfDshQZuYscQSf8c4TKOA==", + "peer": true, + "engines": { + "node": ">= 0.4.0" + } + }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -14105,6 +14115,19 @@ "@angular/core": ">=14.0.0" } }, + "node_modules/ngx-filesize": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/ngx-filesize/-/ngx-filesize-3.0.3.tgz", + "integrity": "sha512-qqP2p4WbbF7R+NXC9NqRQdAfWfMAYJ2Ijf4ezRCq7j3tPY6ybSP9AZ3FY1U7/95n1hmOJ2U5oY+oFb7LhHQRBw==", + "dependencies": { + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@angular/common": ">= 14.2.0 < 18.0.0", + "@angular/core": ">= 14.2.0 < 18.0.0", + "filesize": ">= 6.0.0 < 10.0.0" + } + }, "node_modules/ngx-ui-tour-core": { "version": "12.0.1", "resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-12.0.1.tgz", diff --git a/src-ui/package.json b/src-ui/package.json index 1ee957e04..be12c3ad4 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -31,6 +31,7 @@ "ngx-color": "^9.0.0", "ngx-cookie-service": "^17.1.0", "ngx-file-drop": "^16.0.0", + "ngx-filesize": "^3.0.3", "ngx-ui-tour-ng-bootstrap": "^14.0.2", "pdfjs-dist": "^3.11.174", "rxjs": "^7.8.1", diff --git a/src-ui/src/app/app.module.ts b/src-ui/src/app/app.module.ts index 69213846f..568b2bc0e 100644 --- a/src-ui/src/app/app.module.ts +++ b/src-ui/src/app/app.module.ts @@ -114,7 +114,10 @@ import { FileComponent } from './components/common/input/file/file.component' import { NgxBootstrapIconsModule } from 'ngx-bootstrap-icons' import { ConfirmButtonComponent } from './components/common/confirm-button/confirm-button.component' import { MonetaryComponent } from './components/common/input/monetary/monetary.component' +import { SystemStatusDialogComponent } from './components/common/system-status-dialog/system-status-dialog.component' +import { NgxFilesizeModule } from 'ngx-filesize' import { + airplane, archive, arrowCounterclockwise, arrowDown, @@ -129,12 +132,14 @@ import { boxes, calendar, calendarEvent, + cardChecklist, caretDown, caretUp, chatLeftText, check, check2All, checkAll, + checkCircleFill, checkLg, chevronDoubleLeft, chevronDoubleRight, @@ -148,7 +153,9 @@ import { doorOpen, download, envelope, + exclamationCircleFill, exclamationTriangle, + exclamationTriangleFill, eye, fileEarmark, fileEarmarkCheck, @@ -200,6 +207,7 @@ import { } from 'ngx-bootstrap-icons' const icons = { + airplane, archive, arrowCounterclockwise, arrowDown, @@ -214,12 +222,14 @@ const icons = { boxes, calendar, calendarEvent, + cardChecklist, caretDown, caretUp, chatLeftText, check, check2All, checkAll, + checkCircleFill, checkLg, chevronDoubleLeft, chevronDoubleRight, @@ -233,7 +243,9 @@ const icons = { doorOpen, download, envelope, + exclamationCircleFill, exclamationTriangle, + exclamationTriangleFill, eye, fileEarmark, fileEarmarkCheck, @@ -445,6 +457,7 @@ function initializeApp(settings: SettingsService) { FileComponent, ConfirmButtonComponent, MonetaryComponent, + SystemStatusDialogComponent, ], imports: [ BrowserModule, @@ -459,6 +472,7 @@ function initializeApp(settings: SettingsService) { TourNgBootstrapModule, DragDropModule, NgxBootstrapIconsModule.pick(icons), + NgxFilesizeModule, ], providers: [ { diff --git a/src-ui/src/app/components/admin/settings/settings.component.html b/src-ui/src/app/components/admin/settings/settings.component.html index 059b233e2..76625d886 100644 --- a/src-ui/src/app/components/admin/settings/settings.component.html +++ b/src-ui/src/app/components/admin/settings/settings.component.html @@ -4,10 +4,31 @@ info="Options to customize appearance, notifications, saved views and more. Settings apply to the current user only." i18n-info > - + + Open Django Admin - +   diff --git a/src-ui/src/app/components/admin/settings/settings.component.spec.ts b/src-ui/src/app/components/admin/settings/settings.component.spec.ts index 6256f646b..6110f7d1d 100644 --- a/src-ui/src/app/components/admin/settings/settings.component.spec.ts +++ b/src-ui/src/app/components/admin/settings/settings.component.spec.ts @@ -9,6 +9,8 @@ import { NgbModule, NgbAlertModule, NgbNavLink, + NgbModal, + NgbModalModule, } from '@ng-bootstrap/ng-bootstrap' import { NgSelectModule } from '@ng-select/ng-select' import { of, throwError } from 'rxjs' @@ -39,6 +41,13 @@ import { SettingsComponent } from './settings.component' import { IfOwnerDirective } from 'src/app/directives/if-owner.directive' import { NgxBootstrapIconsModule, allIcons } from 'ngx-bootstrap-icons' import { ConfirmButtonComponent } from '../../common/confirm-button/confirm-button.component' +import { SystemStatusDialogComponent } from '../../common/system-status-dialog/system-status-dialog.component' +import { SystemStatusService } from 'src/app/services/system-status.service' +import { + SystemStatus, + InstallType, + SystemStatusItemStatus, +} from 'src/app/data/system-status' const savedViews = [ { id: 1, name: 'view1', show_in_sidebar: true, show_on_dashboard: true }, @@ -65,6 +74,8 @@ describe('SettingsComponent', () => { let userService: UserService let permissionsService: PermissionsService let groupService: GroupService + let modalService: NgbModal + let systemStatusService: SystemStatusService beforeEach(async () => { TestBed.configureTestingModule({ @@ -96,6 +107,7 @@ describe('SettingsComponent', () => { NgbAlertModule, NgSelectModule, NgxBootstrapIconsModule.pick(allIcons), + NgbModalModule, ], }).compileComponents() @@ -107,6 +119,8 @@ describe('SettingsComponent', () => { settingsService.currentUser = users[0] userService = TestBed.inject(UserService) permissionsService = TestBed.inject(PermissionsService) + modalService = TestBed.inject(NgbModal) + systemStatusService = TestBed.inject(SystemStatusService) jest.spyOn(permissionsService, 'currentUserCan').mockReturnValue(true) jest .spyOn(permissionsService, 'currentUserHasObjectPermissions') @@ -372,4 +386,54 @@ describe('SettingsComponent', () => { fixture.detectChanges() expect(toastErrorSpy).toBeCalled() }) + + it('should load system status on initialize, show errors if needed', () => { + const status: SystemStatus = { + pngx_version: '2.4.3', + server_os: 'macOS-14.1.1-arm64-arm-64bit', + install_type: InstallType.BareMetal, + storage: { total: 494384795648, available: 13573525504 }, + database: { + type: 'sqlite', + url: '/paperless-ngx/data/db.sqlite3', + status: SystemStatusItemStatus.ERROR, + error: null, + migration_status: { + latest_migration: 'socialaccount.0006_alter_socialaccount_extra_data', + unapplied_migrations: [], + }, + }, + tasks: { + redis_url: 'redis://localhost:6379', + redis_status: SystemStatusItemStatus.ERROR, + redis_error: + 'Error 61 connecting to localhost:6379. Connection refused.', + celery_status: SystemStatusItemStatus.ERROR, + index_status: SystemStatusItemStatus.OK, + index_last_modified: new Date().toISOString(), + index_error: null, + classifier_status: SystemStatusItemStatus.OK, + classifier_last_trained: new Date().toISOString(), + classifier_error: null, + }, + } + jest.spyOn(systemStatusService, 'get').mockReturnValue(of(status)) + completeSetup() + expect(component['systemStatus']).toEqual(status) // private + expect(component.systemStatusHasErrors).toBeTruthy() + // coverage + component['systemStatus'].database.status = SystemStatusItemStatus.OK + component['systemStatus'].tasks.redis_status = SystemStatusItemStatus.OK + component['systemStatus'].tasks.celery_status = SystemStatusItemStatus.OK + expect(component.systemStatusHasErrors).toBeFalsy() + }) + + it('should open system status dialog', () => { + const modalOpenSpy = jest.spyOn(modalService, 'open') + completeSetup() + component.showSystemStatus() + expect(modalOpenSpy).toHaveBeenCalledWith(SystemStatusDialogComponent, { + size: 'xl', + }) + }) }) diff --git a/src-ui/src/app/components/admin/settings/settings.component.ts b/src-ui/src/app/components/admin/settings/settings.component.ts index a77a556bf..f04af2f9d 100644 --- a/src-ui/src/app/components/admin/settings/settings.component.ts +++ b/src-ui/src/app/components/admin/settings/settings.component.ts @@ -9,7 +9,11 @@ import { } from '@angular/core' import { FormGroup, FormControl } from '@angular/forms' import { ActivatedRoute, Router } from '@angular/router' -import { NgbNavChangeEvent } from '@ng-bootstrap/ng-bootstrap' +import { + NgbModal, + NgbModalRef, + NgbNavChangeEvent, +} from '@ng-bootstrap/ng-bootstrap' import { DirtyComponent, dirtyCheck } from '@ngneat/dirty-check-forms' import { TourService } from 'ngx-ui-tour-ng-bootstrap' import { @@ -40,6 +44,12 @@ import { } from 'src/app/services/settings.service' import { ToastService, Toast } from 'src/app/services/toast.service' import { ComponentWithPermissions } from '../../with-permissions/with-permissions.component' +import { SystemStatusDialogComponent } from '../../common/system-status-dialog/system-status-dialog.component' +import { SystemStatusService } from 'src/app/services/system-status.service' +import { + SystemStatusItemStatus, + SystemStatus, +} from 'src/app/data/system-status' enum SettingsNavIDs { General = 1, @@ -111,6 +121,18 @@ export class SettingsComponent users: User[] groups: Group[] + private systemStatus: SystemStatus + + get systemStatusHasErrors(): boolean { + return ( + this.systemStatus.database.status === SystemStatusItemStatus.ERROR || + this.systemStatus.tasks.redis_status === SystemStatusItemStatus.ERROR || + this.systemStatus.tasks.celery_status === SystemStatusItemStatus.ERROR || + this.systemStatus.tasks.index_status === SystemStatusItemStatus.ERROR || + this.systemStatus.tasks.classifier_status === SystemStatusItemStatus.ERROR + ) + } + get computedDateLocale(): string { return ( this.settingsForm.value.dateLocale || @@ -131,7 +153,9 @@ export class SettingsComponent private usersService: UserService, private groupsService: GroupService, private router: Router, - public permissionsService: PermissionsService + public permissionsService: PermissionsService, + private modalService: NgbModal, + private systemStatusService: SystemStatusService ) { super() this.settings.settingsSaved.subscribe(() => { @@ -360,6 +384,17 @@ export class SettingsComponent // prevents loss of unsaved changes this.settingsForm.patchValue(currentFormValue) } + + if ( + this.permissionsService.currentUserCan( + PermissionAction.View, + PermissionType.Admin + ) + ) { + this.systemStatusService.get().subscribe((status) => { + this.systemStatus = status + }) + } } private emptyGroup(group: FormGroup) { @@ -565,4 +600,14 @@ export class SettingsComponent clearThemeColor() { this.settingsForm.get('themeColor').patchValue('') } + + showSystemStatus() { + const modal: NgbModalRef = this.modalService.open( + SystemStatusDialogComponent, + { + size: 'xl', + } + ) + modal.componentInstance.status = this.systemStatus + } } diff --git a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html new file mode 100644 index 000000000..5b60abe34 --- /dev/null +++ b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html @@ -0,0 +1,154 @@ + + + diff --git a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.scss b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.scss new file mode 100644 index 000000000..e69de29bb diff --git a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.spec.ts b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.spec.ts new file mode 100644 index 000000000..13baa363a --- /dev/null +++ b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.spec.ts @@ -0,0 +1,103 @@ +import { + ComponentFixture, + TestBed, + fakeAsync, + tick, +} from '@angular/core/testing' +import { + NgbActiveModal, + NgbModalModule, + NgbPopoverModule, + NgbProgressbarModule, +} from '@ng-bootstrap/ng-bootstrap' +import { Clipboard, ClipboardModule } from '@angular/cdk/clipboard' +import { SystemStatusDialogComponent } from './system-status-dialog.component' +import { + SystemStatusItemStatus, + InstallType, + SystemStatus, +} from 'src/app/data/system-status' +import { HttpClientTestingModule } from '@angular/common/http/testing' +import { NgxBootstrapIconsModule, allIcons } from 'ngx-bootstrap-icons' +import { NgxFilesizeModule } from 'ngx-filesize' + +const status: SystemStatus = { + pngx_version: '2.4.3', + server_os: 'macOS-14.1.1-arm64-arm-64bit', + install_type: InstallType.BareMetal, + storage: { total: 494384795648, available: 13573525504 }, + database: { + type: 'sqlite', + url: '/paperless-ngx/data/db.sqlite3', + status: SystemStatusItemStatus.ERROR, + error: null, + migration_status: { + latest_migration: 'socialaccount.0006_alter_socialaccount_extra_data', + unapplied_migrations: [], + }, + }, + tasks: { + redis_url: 'redis://localhost:6379', + redis_status: SystemStatusItemStatus.ERROR, + redis_error: 'Error 61 connecting to localhost:6379. Connection refused.', + celery_status: SystemStatusItemStatus.ERROR, + index_status: SystemStatusItemStatus.OK, + index_last_modified: new Date().toISOString(), + index_error: null, + classifier_status: SystemStatusItemStatus.OK, + classifier_last_trained: new Date().toISOString(), + classifier_error: null, + }, +} + +describe('SystemStatusDialogComponent', () => { + let component: SystemStatusDialogComponent + let fixture: ComponentFixture + let clipboard: Clipboard + + beforeEach(async () => { + await TestBed.configureTestingModule({ + declarations: [SystemStatusDialogComponent], + providers: [NgbActiveModal], + imports: [ + NgbModalModule, + ClipboardModule, + HttpClientTestingModule, + NgxBootstrapIconsModule.pick(allIcons), + NgxFilesizeModule, + NgbPopoverModule, + NgbProgressbarModule, + ], + }).compileComponents() + + fixture = TestBed.createComponent(SystemStatusDialogComponent) + component = fixture.componentInstance + component.status = status + clipboard = TestBed.inject(Clipboard) + fixture.detectChanges() + }) + + it('should close the active modal', () => { + const closeSpy = jest.spyOn(component.activeModal, 'close') + component.close() + expect(closeSpy).toHaveBeenCalled() + }) + + it('should copy the system status to clipboard', fakeAsync(() => { + jest.spyOn(clipboard, 'copy') + component.copy() + expect(clipboard.copy).toHaveBeenCalledWith( + JSON.stringify(component.status) + ) + expect(component.copied).toBeTruthy() + tick(3000) + expect(component.copied).toBeFalsy() + })) + + it('should calculate if date is stale', () => { + const date = new Date() + date.setHours(date.getHours() - 25) + expect(component.isStale(date.toISOString())).toBeTruthy() + expect(component.isStale(date.toISOString(), 26)).toBeFalsy() + }) +}) diff --git a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.ts b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.ts new file mode 100644 index 000000000..ae391c529 --- /dev/null +++ b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.ts @@ -0,0 +1,39 @@ +import { Component, Input } from '@angular/core' +import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap' +import { SystemStatus } from 'src/app/data/system-status' +import { SystemStatusService } from 'src/app/services/system-status.service' +import { Clipboard } from '@angular/cdk/clipboard' + +@Component({ + selector: 'pngx-system-status-dialog', + templateUrl: './system-status-dialog.component.html', + styleUrl: './system-status-dialog.component.scss', +}) +export class SystemStatusDialogComponent { + public status: SystemStatus + + public copied: boolean = false + + constructor( + public activeModal: NgbActiveModal, + private clipboard: Clipboard + ) {} + + public close() { + this.activeModal.close() + } + + public copy() { + this.clipboard.copy(JSON.stringify(this.status)) + this.copied = true + setTimeout(() => { + this.copied = false + }, 3000) + } + + public isStale(dateStr: string, hours: number = 24): boolean { + const date = new Date(dateStr) + const now = new Date() + return now.getTime() - date.getTime() > hours * 60 * 60 * 1000 + } +} diff --git a/src-ui/src/app/data/system-status.ts b/src-ui/src/app/data/system-status.ts new file mode 100644 index 000000000..247535602 --- /dev/null +++ b/src-ui/src/app/data/system-status.ts @@ -0,0 +1,41 @@ +export enum InstallType { + Containerized = 'containerized', + BareMetal = 'bare-metal', +} + +export enum SystemStatusItemStatus { + OK = 'OK', + ERROR = 'ERROR', +} + +export interface SystemStatus { + pngx_version: string + server_os: string + install_type: InstallType + storage: { + total: number + available: number + } + database: { + type: string + url: string + status: SystemStatusItemStatus + error?: string + migration_status: { + latest_migration: string + unapplied_migrations: string[] + } + } + tasks: { + redis_url: string + redis_status: SystemStatusItemStatus + redis_error: string + celery_status: SystemStatusItemStatus + index_status: SystemStatusItemStatus + index_last_modified: string // ISO date string + index_error: string + classifier_status: SystemStatusItemStatus + classifier_last_trained: string // ISO date string + classifier_error: string + } +} diff --git a/src-ui/src/app/services/system-status.service.spec.ts b/src-ui/src/app/services/system-status.service.spec.ts new file mode 100644 index 000000000..dd0eb3a88 --- /dev/null +++ b/src-ui/src/app/services/system-status.service.spec.ts @@ -0,0 +1,35 @@ +import { TestBed } from '@angular/core/testing' + +import { SystemStatusService } from './system-status.service' +import { + HttpClientTestingModule, + HttpTestingController, +} from '@angular/common/http/testing' +import { environment } from 'src/environments/environment' + +describe('SystemStatusService', () => { + let httpTestingController: HttpTestingController + let service: SystemStatusService + + beforeEach(() => { + TestBed.configureTestingModule({ + providers: [SystemStatusService], + imports: [HttpClientTestingModule], + }) + + httpTestingController = TestBed.inject(HttpTestingController) + service = TestBed.inject(SystemStatusService) + }) + + afterEach(() => { + httpTestingController.verify() + }) + + it('calls get status endpoint', () => { + service.get().subscribe() + const req = httpTestingController.expectOne( + `${environment.apiBaseUrl}status/` + ) + expect(req.request.method).toEqual('GET') + }) +}) diff --git a/src-ui/src/app/services/system-status.service.ts b/src-ui/src/app/services/system-status.service.ts new file mode 100644 index 000000000..ae6c5a91c --- /dev/null +++ b/src-ui/src/app/services/system-status.service.ts @@ -0,0 +1,20 @@ +import { HttpClient } from '@angular/common/http' +import { Injectable } from '@angular/core' +import { Observable } from 'rxjs' +import { SystemStatus } from '../data/system-status' +import { environment } from 'src/environments/environment' + +@Injectable({ + providedIn: 'root', +}) +export class SystemStatusService { + private endpoint = 'status' + + constructor(private http: HttpClient) {} + + get(): Observable { + return this.http.get( + `${environment.apiBaseUrl}${this.endpoint}/` + ) + } +} diff --git a/src/documents/tests/test_api_status.py b/src/documents/tests/test_api_status.py new file mode 100644 index 000000000..964995bdc --- /dev/null +++ b/src/documents/tests/test_api_status.py @@ -0,0 +1,186 @@ +import os +from pathlib import Path +from unittest import mock + +from django.contrib.auth.models import User +from django.test import override_settings +from rest_framework import status +from rest_framework.test import APITestCase + +from documents.classifier import DocumentClassifier +from documents.classifier import load_classifier +from paperless import version + + +class TestSystemStatus(APITestCase): + ENDPOINT = "/api/status/" + + def setUp(self): + self.user = User.objects.create_superuser( + username="temp_admin", + ) + + def test_system_status(self): + """ + GIVEN: + - A user is logged in + WHEN: + - The user requests the system status + THEN: + - The response contains relevant system status information + """ + self.client.force_login(self.user) + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data["pngx_version"], version.__full_version_str__) + self.assertIsNotNone(response.data["server_os"]) + self.assertEqual(response.data["install_type"], "bare-metal") + self.assertIsNotNone(response.data["storage"]["total"]) + self.assertIsNotNone(response.data["storage"]["available"]) + self.assertEqual(response.data["database"]["type"], "sqlite") + self.assertIsNotNone(response.data["database"]["url"]) + self.assertEqual(response.data["database"]["status"], "OK") + self.assertIsNone(response.data["database"]["error"]) + self.assertIsNotNone(response.data["database"]["migration_status"]) + self.assertEqual(response.data["tasks"]["redis_url"], "redis://localhost:6379") + self.assertEqual(response.data["tasks"]["redis_status"], "ERROR") + self.assertIsNotNone(response.data["tasks"]["redis_error"]) + + def test_system_status_insufficient_permissions(self): + """ + GIVEN: + - A user is not logged in or does not have permissions + WHEN: + - The user requests the system status + THEN: + - The response contains a 401 status code or a 403 status code + """ + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_401_UNAUTHORIZED) + normal_user = User.objects.create_user(username="normal_user") + self.client.force_login(normal_user) + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_403_FORBIDDEN) + + def test_system_status_container_detection(self): + """ + GIVEN: + - The application is running in a containerized environment + WHEN: + - The user requests the system status + THEN: + - The response contains the correct install type + """ + self.client.force_login(self.user) + os.environ["PNGX_CONTAINERIZED"] = "1" + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data["install_type"], "docker") + os.environ["KUBERNETES_SERVICE_HOST"] = "http://localhost" + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.data["install_type"], "kubernetes") + + @mock.patch("redis.Redis.execute_command") + def test_system_status_redis_ping(self, mock_ping): + """ + GIVEN: + - Redies ping returns True + WHEN: + - The user requests the system status + THEN: + - The response contains the correct redis status + """ + mock_ping.return_value = True + self.client.force_login(self.user) + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data["tasks"]["redis_status"], "OK") + + @mock.patch("celery.app.control.Inspect.ping") + def test_system_status_celery_ping(self, mock_ping): + """ + GIVEN: + - Celery ping returns pong + WHEN: + - The user requests the system status + THEN: + - The response contains the correct celery status + """ + mock_ping.return_value = {"hostname": {"ok": "pong"}} + self.client.force_login(self.user) + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data["tasks"]["celery_status"], "OK") + + @override_settings(INDEX_DIR=Path("/tmp/index")) + @mock.patch("whoosh.index.FileIndex.last_modified") + def test_system_status_index_ok(self, mock_last_modified): + """ + GIVEN: + - The index last modified time is set + WHEN: + - The user requests the system status + THEN: + - The response contains the correct index status + """ + mock_last_modified.return_value = 1707839087 + self.client.force_login(self.user) + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data["tasks"]["index_status"], "OK") + self.assertIsNotNone(response.data["tasks"]["index_last_modified"]) + + @override_settings(INDEX_DIR="/tmp/index/") + @mock.patch("documents.index.open_index", autospec=True) + def test_system_status_index_error(self, mock_open_index): + """ + GIVEN: + - The index is not found + WHEN: + - The user requests the system status + THEN: + - The response contains the correct index status + """ + mock_open_index.return_value = None + mock_open_index.side_effect = Exception("Index error") + self.client.force_login(self.user) + response = self.client.get(self.ENDPOINT) + mock_open_index.assert_called_once() + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data["tasks"]["index_status"], "ERROR") + self.assertIsNotNone(response.data["tasks"]["index_error"]) + + @override_settings(DATA_DIR="/tmp/does_not_exist/data/") + def test_system_status_classifier_ok(self): + """ + GIVEN: + - The classifier is found + WHEN: + - The user requests the system status + THEN: + - The response contains the correct classifier status + """ + load_classifier() + test_classifier = DocumentClassifier() + test_classifier.save() + self.client.force_login(self.user) + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data["tasks"]["classifier_status"], "OK") + self.assertIsNone(response.data["tasks"]["classifier_error"]) + + def test_system_status_classifier_error(self): + """ + GIVEN: + - The classifier is not found + WHEN: + - The user requests the system status + THEN: + - The response contains an error classifier status + """ + with override_settings(MODEL_FILE="does_not_exist"): + self.client.force_login(self.user) + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data["tasks"]["classifier_status"], "ERROR") + self.assertIsNotNone(response.data["tasks"]["classifier_error"]) diff --git a/src/documents/views.py b/src/documents/views.py index 5c84d5ea8..bd0b6fa0f 100644 --- a/src/documents/views.py +++ b/src/documents/views.py @@ -2,6 +2,7 @@ import itertools import json import logging import os +import platform import re import tempfile import urllib @@ -13,8 +14,12 @@ from unicodedata import normalize from urllib.parse import quote import pathvalidate +from django.apps import apps from django.conf import settings from django.contrib.auth.models import User +from django.db import connections +from django.db.migrations.loader import MigrationLoader +from django.db.migrations.recorder import MigrationRecorder from django.db.models import Case from django.db.models import Count from django.db.models import IntegerField @@ -31,6 +36,7 @@ from django.http import HttpResponseRedirect from django.shortcuts import get_object_or_404 from django.utils import timezone from django.utils.decorators import method_decorator +from django.utils.timezone import make_aware from django.utils.translation import get_language from django.views import View from django.views.decorators.cache import cache_control @@ -40,6 +46,7 @@ from django.views.generic import TemplateView from django_filters.rest_framework import DjangoFilterBackend from langdetect import detect from packaging import version as packaging_version +from redis import Redis from rest_framework import parsers from rest_framework.decorators import action from rest_framework.exceptions import NotFound @@ -61,6 +68,7 @@ from rest_framework.viewsets import ReadOnlyModelViewSet from rest_framework.viewsets import ViewSet from documents import bulk_edit +from documents import index from documents.bulk_download import ArchiveOnlyStrategy from documents.bulk_download import OriginalAndArchiveStrategy from documents.bulk_download import OriginalsOnlyStrategy @@ -138,6 +146,7 @@ from documents.serialisers import WorkflowTriggerSerializer from documents.signals import document_updated from documents.tasks import consume_file from paperless import version +from paperless.celery import app as celery_app from paperless.config import GeneralConfig from paperless.db import GnuPG from paperless.views import StandardPagination @@ -1539,3 +1548,132 @@ class CustomFieldViewSet(ModelViewSet): model = CustomField queryset = CustomField.objects.all().order_by("-created") + + +class SystemStatusView(GenericAPIView, PassUserMixin): + permission_classes = (IsAuthenticated,) + + def get(self, request, format=None): + if not request.user.has_perm("admin.view_logentry"): + return HttpResponseForbidden("Insufficient permissions") + + current_version = version.__full_version_str__ + + install_type = "bare-metal" + if os.environ.get("KUBERNETES_SERVICE_HOST") is not None: + install_type = "kubernetes" + elif os.environ.get("PNGX_CONTAINERIZED") == "1": + install_type = "docker" + + db_conn = connections["default"] + db_url = db_conn.settings_dict["NAME"] + db_error = None + + try: + db_conn.ensure_connection() + db_status = "OK" + loader = MigrationLoader(connection=db_conn) + all_migrations = [f"{app}.{name}" for app, name in loader.graph.nodes] + applied_migrations = [ + f"{m.app}.{m.name}" + for m in MigrationRecorder.Migration.objects.all().order_by("id") + ] + except Exception as e: # pragma: no cover + applied_migrations = [] + db_status = "ERROR" + logger.exception(f"System status error connecting to database: {e}") + db_error = "Error connecting to database, check logs for more detail." + + media_stats = os.statvfs(settings.MEDIA_ROOT) + + redis_url = settings._CHANNELS_REDIS_URL + redis_error = None + with Redis.from_url(url=redis_url) as client: + try: + client.ping() + redis_status = "OK" + except Exception as e: + redis_status = "ERROR" + logger.exception(f"System status error connecting to redis: {e}") + redis_error = "Error connecting to redis, check logs for more detail." + + try: + celery_ping = celery_app.control.inspect().ping() + first_worker_ping = celery_ping[next(iter(celery_ping.keys()))] + if first_worker_ping["ok"] == "pong": + celery_active = "OK" + except Exception: + celery_active = "ERROR" + + index_error = None + try: + ix = index.open_index() + index_status = "OK" + index_last_modified = make_aware( + datetime.fromtimestamp(ix.last_modified()), + ) + except Exception as e: + index_status = "ERROR" + index_error = "Error opening index, check logs for more detail." + logger.exception(f"System status error opening index: {e}") + index_last_modified = None + + classifier_error = None + try: + classifier = load_classifier() + if classifier is None: + raise Exception("Classifier not loaded") + classifier_status = "OK" + task_result_model = apps.get_model("django_celery_results", "taskresult") + result = ( + task_result_model.objects.filter( + task_name="documents.tasks.train_classifier", + status="SUCCESS", + ) + .order_by( + "-date_done", + ) + .first() + ) + classifier_last_trained = result.date_done if result else None + except Exception as e: + classifier_status = "ERROR" + classifier_last_trained = None + classifier_error = "Error loading classifier, check logs for more detail." + logger.exception(f"System status error loading classifier: {e}") + + return Response( + { + "pngx_version": current_version, + "server_os": platform.platform(), + "install_type": install_type, + "storage": { + "total": media_stats.f_frsize * media_stats.f_blocks, + "available": media_stats.f_frsize * media_stats.f_bavail, + }, + "database": { + "type": db_conn.vendor, + "url": db_url, + "status": db_status, + "error": db_error, + "migration_status": { + "latest_migration": applied_migrations[-1], + "unapplied_migrations": [ + m for m in all_migrations if m not in applied_migrations + ], + }, + }, + "tasks": { + "redis_url": redis_url, + "redis_status": redis_status, + "redis_error": redis_error, + "celery_status": celery_active, + "index_status": index_status, + "index_last_modified": index_last_modified, + "index_error": index_error, + "classifier_status": classifier_status, + "classifier_last_trained": classifier_last_trained, + "classifier_error": classifier_error, + }, + }, + ) diff --git a/src/paperless/urls.py b/src/paperless/urls.py index 142f2792d..12b049918 100644 --- a/src/paperless/urls.py +++ b/src/paperless/urls.py @@ -32,6 +32,7 @@ from documents.views import SharedLinkView from documents.views import ShareLinkViewSet from documents.views import StatisticsView from documents.views import StoragePathViewSet +from documents.views import SystemStatusView from documents.views import TagViewSet from documents.views import TasksViewSet from documents.views import UiSettingsView @@ -147,6 +148,11 @@ urlpatterns = [ ProfileView.as_view(), name="profile_view", ), + re_path( + "^status/", + SystemStatusView.as_view(), + name="system_status", + ), *api_router.urls, ], ), From f07441a408e2d5edb02108865f286a965564c507 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:37:42 -0800 Subject: [PATCH 02/24] Feature: workflow removal action (#5928) --------- Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com> --- docs/usage.md | 9 +- src-ui/messages.xlf | 353 ++++++++++++------ .../workflow-edit-dialog.component.html | 209 ++++++++--- .../workflow-edit-dialog.component.spec.ts | 99 +++++ .../workflow-edit-dialog.component.ts | 165 ++++++++ .../permissions-group.component.html | 2 +- .../permissions-group.component.scss | 11 + .../permissions-user.component.html | 2 +- .../permissions-user.component.scss | 11 + .../common/input/select/select.component.scss | 3 +- src-ui/src/app/data/workflow-action.ts | 35 ++ src/documents/consumer.py | 193 +++++++--- ...tion_remove_all_correspondents_and_more.py | 223 +++++++++++ src/documents/models.py | 118 +++++- src/documents/serialisers.py | 50 +++ src/documents/signals/handlers.py | 305 ++++++++++----- src/documents/tests/test_api_workflows.py | 13 + src/documents/tests/test_workflows.py | 329 ++++++++++++++++ src/locale/en_US/LC_MESSAGES/django.po | 144 +++++-- 19 files changed, 1920 insertions(+), 354 deletions(-) create mode 100644 src/documents/migrations/1046_workflowaction_remove_all_correspondents_and_more.py diff --git a/docs/usage.md b/docs/usage.md index b1b8c4cd1..e03357499 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -329,7 +329,7 @@ Workflows allow you to filter by: ### Workflow Actions -There is currently one type of workflow action, "Assignment", which can assign: +There are currently two types of workflow actions, "Assignment", which can assign: - Title, see [title placeholders](usage.md#title-placeholders) below - Tags, correspondent, document type and storage path @@ -337,6 +337,13 @@ There is currently one type of workflow action, "Assignment", which can assign: - View and / or edit permissions to users or groups - Custom fields. Note that no value for the field will be set +and "Removal" actions, which can remove either all of or specific sets of the following: + +- Tags, correspondents, document types or storage paths +- Document owner +- View and / or edit permissions +- Custom fields + #### Title placeholders Workflow titles can include placeholders but the available options differ depending on the type of diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index a111abc56..2c883b5ad 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -498,7 +498,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 111 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -1063,11 +1063,19 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 171 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 190 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 257 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 276 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1090,11 +1098,19 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 179 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 198 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 265 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 284 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1120,7 +1136,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 204 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 290 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1508,7 +1528,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -2012,7 +2032,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2055,7 +2075,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2561,7 +2581,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 110 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2745,7 +2765,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 134 @@ -3111,7 +3131,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 159 @@ -3129,7 +3149,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 160 @@ -3147,7 +3167,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 108 src/app/components/common/toasts/toasts.component.html @@ -3491,165 +3511,259 @@ 72 - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 118 Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 119 Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 122 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 122 Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 124 Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 125 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 125 Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 126 Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 126 Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 129 Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 131 Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 140 Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 141 Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 142 + + + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 152 + + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 157 + + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 157 + + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 158 + + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 162 + + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 167 + + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 186 + + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 213 + + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 214 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 220 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 226 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 232 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 238 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 245 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 251 + + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 219 + + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 225 + + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 231 + + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 237 + + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 244 + + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 250 + + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 272 @@ -3701,18 +3815,25 @@ 69 + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 @@ -5160,33 +5281,33 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5197,35 +5318,35 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5236,28 +5357,28 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 @@ -6486,7 +6607,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -6497,7 +6618,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -6508,42 +6629,42 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html index 623119605..4134a1fb9 100644 --- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -91,63 +91,7 @@
- - -
-
- - - - - - -
-
- -
- -
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
- -
-
-
- -
-
- -
-
-
-
- -
-
- -
-
- Edit permissions also grant viewing permissions -
-
-
-
- +
@@ -201,3 +145,154 @@ + + +
+ + + @switch(formGroup.get('type').value) { + @case ( WorkflowActionType.Assignment) { +
+
+ + + + + + +
+
+ +
+ +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ Edit permissions also grant viewing permissions +
+
+
+
+ } + @case (WorkflowActionType.Removal) { +
+
+
Remove tags
+ +
+ +
+ +
Remove correspondents
+ +
+ +
+ +
Remove document types
+ +
+ +
+ +
Remove storage paths
+ +
+ +
+ +
Remove custom fields
+ +
+ +
+
+
+
Remove owners
+ +
+ +
+ +
Remove permissions
+ +
+ +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ Edit permissions also grant viewing permissions +
+
+
+
+ } + } +
+
diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.spec.ts b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.spec.ts index f7eeb1bf0..8d8ef6850 100644 --- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.spec.ts +++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.spec.ts @@ -235,4 +235,103 @@ describe('WorkflowEditDialogComponent', () => { MATCHING_ALGORITHMS.find((a) => a.id === MATCH_AUTO) ) }) + + it('should disable or enable action fields based on removal action type', () => { + const workflow: Workflow = { + name: 'Workflow 1', + id: 1, + order: 1, + enabled: true, + triggers: [], + actions: [ + { + id: 1, + type: WorkflowActionType.Removal, + remove_all_tags: true, + remove_all_document_types: true, + remove_all_correspondents: true, + remove_all_storage_paths: true, + remove_all_custom_fields: true, + remove_all_owners: true, + remove_all_permissions: true, + }, + ], + } + component.object = workflow + component.ngOnInit() + + component['checkRemovalActionFields'](workflow) + + // Assert that the action fields are disabled or enabled correctly + expect( + component.actionFields.at(0).get('remove_tags').disabled + ).toBeTruthy() + expect( + component.actionFields.at(0).get('remove_document_types').disabled + ).toBeTruthy() + expect( + component.actionFields.at(0).get('remove_correspondents').disabled + ).toBeTruthy() + expect( + component.actionFields.at(0).get('remove_storage_paths').disabled + ).toBeTruthy() + expect( + component.actionFields.at(0).get('remove_custom_fields').disabled + ).toBeTruthy() + expect( + component.actionFields.at(0).get('remove_owners').disabled + ).toBeTruthy() + expect( + component.actionFields.at(0).get('remove_view_users').disabled + ).toBeTruthy() + expect( + component.actionFields.at(0).get('remove_view_groups').disabled + ).toBeTruthy() + expect( + component.actionFields.at(0).get('remove_change_users').disabled + ).toBeTruthy() + expect( + component.actionFields.at(0).get('remove_change_groups').disabled + ).toBeTruthy() + + workflow.actions[0].remove_all_tags = false + workflow.actions[0].remove_all_document_types = false + workflow.actions[0].remove_all_correspondents = false + workflow.actions[0].remove_all_storage_paths = false + workflow.actions[0].remove_all_custom_fields = false + workflow.actions[0].remove_all_owners = false + workflow.actions[0].remove_all_permissions = false + + component['checkRemovalActionFields'](workflow) + + // Assert that the action fields are disabled or enabled correctly + expect(component.actionFields.at(0).get('remove_tags').disabled).toBeFalsy() + expect( + component.actionFields.at(0).get('remove_document_types').disabled + ).toBeFalsy() + expect( + component.actionFields.at(0).get('remove_correspondents').disabled + ).toBeFalsy() + expect( + component.actionFields.at(0).get('remove_storage_paths').disabled + ).toBeFalsy() + expect( + component.actionFields.at(0).get('remove_custom_fields').disabled + ).toBeFalsy() + expect( + component.actionFields.at(0).get('remove_owners').disabled + ).toBeFalsy() + expect( + component.actionFields.at(0).get('remove_view_users').disabled + ).toBeFalsy() + expect( + component.actionFields.at(0).get('remove_view_groups').disabled + ).toBeFalsy() + expect( + component.actionFields.at(0).get('remove_change_users').disabled + ).toBeFalsy() + expect( + component.actionFields.at(0).get('remove_change_groups').disabled + ).toBeFalsy() + }) }) diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts index 9bf49036f..77e079fd2 100644 --- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts +++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts @@ -68,6 +68,10 @@ export const WORKFLOW_ACTION_OPTIONS = [ id: WorkflowActionType.Assignment, name: $localize`Assignment`, }, + { + id: WorkflowActionType.Removal, + name: $localize`Removal`, + }, ] const TRIGGER_MATCHING_ALGORITHMS = MATCHING_ALGORITHMS.filter( @@ -84,6 +88,7 @@ export class WorkflowEditDialogComponent implements OnInit { public WorkflowTriggerType = WorkflowTriggerType + public WorkflowActionType = WorkflowActionType templates: Workflow[] correspondents: Correspondent[] @@ -159,6 +164,124 @@ export class WorkflowEditDialogComponent ngOnInit(): void { super.ngOnInit() this.updateAllTriggerActionFields() + this.objectForm.valueChanges.subscribe( + this.checkRemovalActionFields.bind(this) + ) + this.checkRemovalActionFields(this.objectForm.value) + } + + private checkRemovalActionFields(formWorkflow: Workflow) { + formWorkflow.actions + .filter((action) => action.type === WorkflowActionType.Removal) + .forEach((action, i) => { + if (action.remove_all_tags) { + this.actionFields + .at(i) + .get('remove_tags') + .disable({ emitEvent: false }) + } else { + this.actionFields + .at(i) + .get('remove_tags') + .enable({ emitEvent: false }) + } + + if (action.remove_all_document_types) { + this.actionFields + .at(i) + .get('remove_document_types') + .disable({ emitEvent: false }) + } else { + this.actionFields + .at(i) + .get('remove_document_types') + .enable({ emitEvent: false }) + } + + if (action.remove_all_correspondents) { + this.actionFields + .at(i) + .get('remove_correspondents') + .disable({ emitEvent: false }) + } else { + this.actionFields + .at(i) + .get('remove_correspondents') + .enable({ emitEvent: false }) + } + + if (action.remove_all_storage_paths) { + this.actionFields + .at(i) + .get('remove_storage_paths') + .disable({ emitEvent: false }) + } else { + this.actionFields + .at(i) + .get('remove_storage_paths') + .enable({ emitEvent: false }) + } + + if (action.remove_all_custom_fields) { + this.actionFields + .at(i) + .get('remove_custom_fields') + .disable({ emitEvent: false }) + } else { + this.actionFields + .at(i) + .get('remove_custom_fields') + .enable({ emitEvent: false }) + } + + if (action.remove_all_owners) { + this.actionFields + .at(i) + .get('remove_owners') + .disable({ emitEvent: false }) + } else { + this.actionFields + .at(i) + .get('remove_owners') + .enable({ emitEvent: false }) + } + + if (action.remove_all_permissions) { + this.actionFields + .at(i) + .get('remove_view_users') + .disable({ emitEvent: false }) + this.actionFields + .at(i) + .get('remove_view_groups') + .disable({ emitEvent: false }) + this.actionFields + .at(i) + .get('remove_change_users') + .disable({ emitEvent: false }) + this.actionFields + .at(i) + .get('remove_change_groups') + .disable({ emitEvent: false }) + } else { + this.actionFields + .at(i) + .get('remove_view_users') + .enable({ emitEvent: false }) + this.actionFields + .at(i) + .get('remove_view_groups') + .enable({ emitEvent: false }) + this.actionFields + .at(i) + .get('remove_change_users') + .enable({ emitEvent: false }) + this.actionFields + .at(i) + .get('remove_change_groups') + .enable({ emitEvent: false }) + } + }) } get triggerFields(): FormArray { @@ -215,6 +338,31 @@ export class WorkflowEditDialogComponent assign_change_users: new FormControl(action.assign_change_users), assign_change_groups: new FormControl(action.assign_change_groups), assign_custom_fields: new FormControl(action.assign_custom_fields), + remove_tags: new FormControl(action.remove_tags), + remove_all_tags: new FormControl(action.remove_all_tags), + remove_document_types: new FormControl(action.remove_document_types), + remove_all_document_types: new FormControl( + action.remove_all_document_types + ), + remove_correspondents: new FormControl(action.remove_correspondents), + remove_all_correspondents: new FormControl( + action.remove_all_correspondents + ), + remove_storage_paths: new FormControl(action.remove_storage_paths), + remove_all_storage_paths: new FormControl( + action.remove_all_storage_paths + ), + remove_owners: new FormControl(action.remove_owners), + remove_all_owners: new FormControl(action.remove_all_owners), + remove_view_users: new FormControl(action.remove_view_users), + remove_view_groups: new FormControl(action.remove_view_groups), + remove_change_users: new FormControl(action.remove_change_users), + remove_change_groups: new FormControl(action.remove_change_groups), + remove_all_permissions: new FormControl(action.remove_all_permissions), + remove_custom_fields: new FormControl(action.remove_custom_fields), + remove_all_custom_fields: new FormControl( + action.remove_all_custom_fields + ), }), { emitEvent } ) @@ -290,6 +438,23 @@ export class WorkflowEditDialogComponent assign_change_users: [], assign_change_groups: [], assign_custom_fields: [], + remove_tags: [], + remove_all_tags: false, + remove_document_types: [], + remove_all_document_types: false, + remove_correspondents: [], + remove_all_correspondents: false, + remove_storage_paths: [], + remove_all_storage_paths: false, + remove_owners: [], + remove_all_owners: false, + remove_view_users: [], + remove_view_groups: [], + remove_change_users: [], + remove_change_groups: [], + remove_all_permissions: false, + remove_custom_fields: [], + remove_all_custom_fields: false, } this.object.actions.push(action) this.createActionField(action) diff --git a/src-ui/src/app/components/common/input/permissions/permissions-group/permissions-group.component.html b/src-ui/src/app/components/common/input/permissions/permissions-group/permissions-group.component.html index 5ff0fa894..6cf5689a9 100644 --- a/src-ui/src/app/components/common/input/permissions/permissions-group/permissions-group.component.html +++ b/src-ui/src/app/components/common/input/permissions/permissions-group/permissions-group.component.html @@ -1,4 +1,4 @@ -
+
+
div { cursor: not-allowed; } diff --git a/src-ui/src/app/data/workflow-action.ts b/src-ui/src/app/data/workflow-action.ts index a0da5f03a..ff64d19b3 100644 --- a/src-ui/src/app/data/workflow-action.ts +++ b/src-ui/src/app/data/workflow-action.ts @@ -2,6 +2,7 @@ import { ObjectWithId } from './object-with-id' export enum WorkflowActionType { Assignment = 1, + Removal = 2, } export interface WorkflowAction extends ObjectWithId { type: WorkflowActionType @@ -27,4 +28,38 @@ export interface WorkflowAction extends ObjectWithId { assign_change_groups?: number[] // [Group.id] assign_custom_fields?: number[] // [CustomField.id] + + remove_tags?: number[] // Tag.id + + remove_all_tags?: boolean + + remove_document_types?: number[] // [DocumentType.id] + + remove_all_document_types?: boolean + + remove_correspondents?: number[] // [Correspondent.id] + + remove_all_correspondents?: boolean + + remove_storage_paths?: number[] // [StoragePath.id] + + remove_all_storage_paths?: boolean + + remove_owners?: number[] // [User.id] + + remove_all_owners?: boolean + + remove_view_users?: number[] // [User.id] + + remove_view_groups?: number[] // [Group.id] + + remove_change_users?: number[] // [User.id] + + remove_change_groups?: number[] // [Group.id] + + remove_all_permissions?: boolean + + remove_custom_fields?: number[] // [CustomField.id] + + remove_all_custom_fields?: boolean } diff --git a/src/documents/consumer.py b/src/documents/consumer.py index 93b41e60e..3b783cae9 100644 --- a/src/documents/consumer.py +++ b/src/documents/consumer.py @@ -7,6 +7,7 @@ from enum import Enum from pathlib import Path from subprocess import CompletedProcess from subprocess import run +from typing import TYPE_CHECKING from typing import Optional import magic @@ -35,6 +36,7 @@ from documents.models import FileInfo from documents.models import StoragePath from documents.models import Tag from documents.models import Workflow +from documents.models import WorkflowAction from documents.models import WorkflowTrigger from documents.parsers import DocumentParser from documents.parsers import ParseError @@ -63,9 +65,26 @@ class WorkflowTriggerPlugin( """ Get overrides from matching workflows """ + msg = "" overrides = DocumentMetadataOverrides() - for workflow in Workflow.objects.filter(enabled=True).order_by("order"): - template_overrides = DocumentMetadataOverrides() + for workflow in ( + Workflow.objects.filter(enabled=True) + .prefetch_related("actions") + .prefetch_related("actions__assign_view_users") + .prefetch_related("actions__assign_view_groups") + .prefetch_related("actions__assign_change_users") + .prefetch_related("actions__assign_change_groups") + .prefetch_related("actions__assign_custom_fields") + .prefetch_related("actions__remove_tags") + .prefetch_related("actions__remove_correspondents") + .prefetch_related("actions__remove_document_types") + .prefetch_related("actions__remove_storage_paths") + .prefetch_related("actions__remove_custom_fields") + .prefetch_related("actions__remove_owners") + .prefetch_related("triggers") + .order_by("order") + ): + action_overrides = DocumentMetadataOverrides() if document_matches_workflow( self.input_doc, @@ -73,49 +92,137 @@ class WorkflowTriggerPlugin( WorkflowTrigger.WorkflowTriggerType.CONSUMPTION, ): for action in workflow.actions.all(): - if action.assign_title is not None: - template_overrides.title = action.assign_title - if action.assign_tags is not None: - template_overrides.tag_ids = [ - tag.pk for tag in action.assign_tags.all() - ] - if action.assign_correspondent is not None: - template_overrides.correspondent_id = ( - action.assign_correspondent.pk - ) - if action.assign_document_type is not None: - template_overrides.document_type_id = ( - action.assign_document_type.pk - ) - if action.assign_storage_path is not None: - template_overrides.storage_path_id = ( - action.assign_storage_path.pk - ) - if action.assign_owner is not None: - template_overrides.owner_id = action.assign_owner.pk - if action.assign_view_users is not None: - template_overrides.view_users = [ - user.pk for user in action.assign_view_users.all() - ] - if action.assign_view_groups is not None: - template_overrides.view_groups = [ - group.pk for group in action.assign_view_groups.all() - ] - if action.assign_change_users is not None: - template_overrides.change_users = [ - user.pk for user in action.assign_change_users.all() - ] - if action.assign_change_groups is not None: - template_overrides.change_groups = [ - group.pk for group in action.assign_change_groups.all() - ] - if action.assign_custom_fields is not None: - template_overrides.custom_field_ids = [ - field.pk for field in action.assign_custom_fields.all() - ] + if TYPE_CHECKING: + assert isinstance(action, WorkflowAction) + msg += f"Applying {action} from {workflow}\n" + if action.type == WorkflowAction.WorkflowActionType.ASSIGNMENT: + if action.assign_title is not None: + action_overrides.title = action.assign_title + if action.assign_tags is not None: + action_overrides.tag_ids = list( + action.assign_tags.values_list("pk", flat=True), + ) + + if action.assign_correspondent is not None: + action_overrides.correspondent_id = ( + action.assign_correspondent.pk + ) + if action.assign_document_type is not None: + action_overrides.document_type_id = ( + action.assign_document_type.pk + ) + if action.assign_storage_path is not None: + action_overrides.storage_path_id = ( + action.assign_storage_path.pk + ) + if action.assign_owner is not None: + action_overrides.owner_id = action.assign_owner.pk + if action.assign_view_users is not None: + action_overrides.view_users = list( + action.assign_view_users.values_list("pk", flat=True), + ) + if action.assign_view_groups is not None: + action_overrides.view_groups = list( + action.assign_view_groups.values_list("pk", flat=True), + ) + if action.assign_change_users is not None: + action_overrides.change_users = list( + action.assign_change_users.values_list("pk", flat=True), + ) + if action.assign_change_groups is not None: + action_overrides.change_groups = list( + action.assign_change_groups.values_list( + "pk", + flat=True, + ), + ) + if action.assign_custom_fields is not None: + action_overrides.custom_field_ids = list( + action.assign_custom_fields.values_list( + "pk", + flat=True, + ), + ) + overrides.update(action_overrides) + elif action.type == WorkflowAction.WorkflowActionType.REMOVAL: + # Removal actions overwrite the current overrides + if action.remove_all_tags: + overrides.tag_ids = [] + elif overrides.tag_ids: + for tag in action.remove_custom_fields.filter( + pk__in=overrides.tag_ids, + ): + overrides.tag_ids.remove(tag.pk) + + if action.remove_all_correspondents or ( + overrides.correspondent_id is not None + and action.remove_correspondents.filter( + pk=overrides.correspondent_id, + ).exists() + ): + overrides.correspondent_id = None + + if action.remove_all_document_types or ( + overrides.document_type_id is not None + and action.remove_document_types.filter( + pk=overrides.document_type_id, + ).exists() + ): + overrides.document_type_id = None + + if action.remove_all_storage_paths or ( + overrides.storage_path_id is not None + and action.remove_storage_paths.filter( + pk=overrides.storage_path_id, + ).exists() + ): + overrides.storage_path_id = None + + if action.remove_all_custom_fields: + overrides.custom_field_ids = [] + elif overrides.custom_field_ids: + for field in action.remove_custom_fields.filter( + pk__in=overrides.custom_field_ids, + ): + overrides.custom_field_ids.remove(field.pk) + + if action.remove_all_owners or ( + overrides.owner_id is not None + and action.remove_owners.filter( + pk=overrides.owner_id, + ).exists() + ): + overrides.owner_id = None + + if action.remove_all_permissions: + overrides.view_users = [] + overrides.view_groups = [] + overrides.change_users = [] + overrides.change_groups = [] + else: + if overrides.view_users: + for user in action.remove_view_users.filter( + pk__in=overrides.view_users, + ): + overrides.view_users.remove(user.pk) + if overrides.change_users: + for user in action.remove_change_users.filter( + pk__in=overrides.change_users, + ): + overrides.change_users.remove(user.pk) + if overrides.view_groups: + for user in action.remove_view_groups.filter( + pk__in=overrides.view_groups, + ): + overrides.view_groups.remove(user.pk) + if overrides.change_groups: + for user in action.remove_change_groups.filter( + pk__in=overrides.change_groups, + ): + overrides.change_groups.remove(user.pk) - overrides.update(template_overrides) self.metadata.update(overrides) + return msg class ConsumerError(Exception): diff --git a/src/documents/migrations/1046_workflowaction_remove_all_correspondents_and_more.py b/src/documents/migrations/1046_workflowaction_remove_all_correspondents_and_more.py new file mode 100644 index 000000000..6ce5da958 --- /dev/null +++ b/src/documents/migrations/1046_workflowaction_remove_all_correspondents_and_more.py @@ -0,0 +1,223 @@ +# Generated by Django 4.2.10 on 2024-02-21 21:19 + +import django.db.models.deletion +from django.conf import settings +from django.db import migrations +from django.db import models + + +class Migration(migrations.Migration): + + dependencies = [ + ("auth", "0012_alter_user_first_name_max_length"), + migrations.swappable_dependency(settings.AUTH_USER_MODEL), + ("documents", "1045_alter_customfieldinstance_value_monetary"), + ] + + operations = [ + migrations.AddField( + model_name="workflowaction", + name="remove_all_correspondents", + field=models.BooleanField( + default=False, + verbose_name="remove all correspondents", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_all_custom_fields", + field=models.BooleanField( + default=False, + verbose_name="remove all custom fields", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_all_document_types", + field=models.BooleanField( + default=False, + verbose_name="remove all document types", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_all_owners", + field=models.BooleanField(default=False, verbose_name="remove all owners"), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_all_permissions", + field=models.BooleanField( + default=False, + verbose_name="remove all permissions", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_all_storage_paths", + field=models.BooleanField( + default=False, + verbose_name="remove all storage paths", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_all_tags", + field=models.BooleanField(default=False, verbose_name="remove all tags"), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_change_groups", + field=models.ManyToManyField( + blank=True, + related_name="+", + to="auth.group", + verbose_name="remove change permissions for these groups", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_change_users", + field=models.ManyToManyField( + blank=True, + related_name="+", + to=settings.AUTH_USER_MODEL, + verbose_name="remove change permissions for these users", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_correspondents", + field=models.ManyToManyField( + blank=True, + related_name="+", + to="documents.correspondent", + verbose_name="remove these correspondent(s)", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_custom_fields", + field=models.ManyToManyField( + blank=True, + related_name="+", + to="documents.customfield", + verbose_name="remove these custom fields", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_document_types", + field=models.ManyToManyField( + blank=True, + related_name="+", + to="documents.documenttype", + verbose_name="remove these document type(s)", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_owners", + field=models.ManyToManyField( + blank=True, + related_name="+", + to=settings.AUTH_USER_MODEL, + verbose_name="remove these owner(s)", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_storage_paths", + field=models.ManyToManyField( + blank=True, + related_name="+", + to="documents.storagepath", + verbose_name="remove these storage path(s)", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_tags", + field=models.ManyToManyField( + blank=True, + related_name="+", + to="documents.tag", + verbose_name="remove these tag(s)", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_view_groups", + field=models.ManyToManyField( + blank=True, + related_name="+", + to="auth.group", + verbose_name="remove view permissions for these groups", + ), + ), + migrations.AddField( + model_name="workflowaction", + name="remove_view_users", + field=models.ManyToManyField( + blank=True, + related_name="+", + to=settings.AUTH_USER_MODEL, + verbose_name="remove view permissions for these users", + ), + ), + migrations.AlterField( + model_name="workflowaction", + name="assign_correspondent", + field=models.ForeignKey( + blank=True, + null=True, + on_delete=django.db.models.deletion.SET_NULL, + related_name="+", + to="documents.correspondent", + verbose_name="assign this correspondent", + ), + ), + migrations.AlterField( + model_name="workflowaction", + name="assign_document_type", + field=models.ForeignKey( + blank=True, + null=True, + on_delete=django.db.models.deletion.SET_NULL, + related_name="+", + to="documents.documenttype", + verbose_name="assign this document type", + ), + ), + migrations.AlterField( + model_name="workflowaction", + name="assign_storage_path", + field=models.ForeignKey( + blank=True, + null=True, + on_delete=django.db.models.deletion.SET_NULL, + related_name="+", + to="documents.storagepath", + verbose_name="assign this storage path", + ), + ), + migrations.AlterField( + model_name="workflowaction", + name="assign_tags", + field=models.ManyToManyField( + blank=True, + related_name="+", + to="documents.tag", + verbose_name="assign this tag", + ), + ), + migrations.AlterField( + model_name="workflowaction", + name="type", + field=models.PositiveIntegerField( + choices=[(1, "Assignment"), (2, "Removal")], + default=1, + verbose_name="Workflow Action Type", + ), + ), + ] diff --git a/src/documents/models.py b/src/documents/models.py index 6dc24c801..8e7a16a60 100644 --- a/src/documents/models.py +++ b/src/documents/models.py @@ -997,7 +997,14 @@ class WorkflowTrigger(models.Model): class WorkflowAction(models.Model): class WorkflowActionType(models.IntegerChoices): - ASSIGNMENT = 1, _("Assignment") + ASSIGNMENT = ( + 1, + _("Assignment"), + ) + REMOVAL = ( + 2, + _("Removal"), + ) type = models.PositiveIntegerField( _("Workflow Action Type"), @@ -1019,6 +1026,7 @@ class WorkflowAction(models.Model): assign_tags = models.ManyToManyField( Tag, blank=True, + related_name="+", verbose_name=_("assign this tag"), ) @@ -1027,6 +1035,7 @@ class WorkflowAction(models.Model): null=True, blank=True, on_delete=models.SET_NULL, + related_name="+", verbose_name=_("assign this document type"), ) @@ -1035,6 +1044,7 @@ class WorkflowAction(models.Model): null=True, blank=True, on_delete=models.SET_NULL, + related_name="+", verbose_name=_("assign this correspondent"), ) @@ -1043,6 +1053,7 @@ class WorkflowAction(models.Model): null=True, blank=True, on_delete=models.SET_NULL, + related_name="+", verbose_name=_("assign this storage path"), ) @@ -1090,6 +1101,111 @@ class WorkflowAction(models.Model): verbose_name=_("assign these custom fields"), ) + remove_tags = models.ManyToManyField( + Tag, + blank=True, + related_name="+", + verbose_name=_("remove these tag(s)"), + ) + + remove_all_tags = models.BooleanField( + default=False, + verbose_name=_("remove all tags"), + ) + + remove_document_types = models.ManyToManyField( + DocumentType, + blank=True, + related_name="+", + verbose_name=_("remove these document type(s)"), + ) + + remove_all_document_types = models.BooleanField( + default=False, + verbose_name=_("remove all document types"), + ) + + remove_correspondents = models.ManyToManyField( + Correspondent, + blank=True, + related_name="+", + verbose_name=_("remove these correspondent(s)"), + ) + + remove_all_correspondents = models.BooleanField( + default=False, + verbose_name=_("remove all correspondents"), + ) + + remove_storage_paths = models.ManyToManyField( + StoragePath, + blank=True, + related_name="+", + verbose_name=_("remove these storage path(s)"), + ) + + remove_all_storage_paths = models.BooleanField( + default=False, + verbose_name=_("remove all storage paths"), + ) + + remove_owners = models.ManyToManyField( + User, + blank=True, + related_name="+", + verbose_name=_("remove these owner(s)"), + ) + + remove_all_owners = models.BooleanField( + default=False, + verbose_name=_("remove all owners"), + ) + + remove_view_users = models.ManyToManyField( + User, + blank=True, + related_name="+", + verbose_name=_("remove view permissions for these users"), + ) + + remove_view_groups = models.ManyToManyField( + Group, + blank=True, + related_name="+", + verbose_name=_("remove view permissions for these groups"), + ) + + remove_change_users = models.ManyToManyField( + User, + blank=True, + related_name="+", + verbose_name=_("remove change permissions for these users"), + ) + + remove_change_groups = models.ManyToManyField( + Group, + blank=True, + related_name="+", + verbose_name=_("remove change permissions for these groups"), + ) + + remove_all_permissions = models.BooleanField( + default=False, + verbose_name=_("remove all permissions"), + ) + + remove_custom_fields = models.ManyToManyField( + CustomField, + blank=True, + related_name="+", + verbose_name=_("remove these custom fields"), + ) + + remove_all_custom_fields = models.BooleanField( + default=False, + verbose_name=_("remove all custom fields"), + ) + class Meta: verbose_name = _("workflow action") verbose_name_plural = _("workflow actions") diff --git a/src/documents/serialisers.py b/src/documents/serialisers.py index adcb0d251..5ea0e21c8 100644 --- a/src/documents/serialisers.py +++ b/src/documents/serialisers.py @@ -1471,6 +1471,23 @@ class WorkflowActionSerializer(serializers.ModelSerializer): "assign_change_users", "assign_change_groups", "assign_custom_fields", + "remove_all_tags", + "remove_tags", + "remove_all_correspondents", + "remove_correspondents", + "remove_all_document_types", + "remove_document_types", + "remove_all_storage_paths", + "remove_storage_paths", + "remove_custom_fields", + "remove_all_custom_fields", + "remove_all_owners", + "remove_owners", + "remove_all_permissions", + "remove_view_users", + "remove_view_groups", + "remove_change_users", + "remove_change_groups", ] def validate(self, attrs): @@ -1551,10 +1568,22 @@ class WorkflowSerializer(serializers.ModelSerializer): assign_change_users = action.pop("assign_change_users", None) assign_change_groups = action.pop("assign_change_groups", None) assign_custom_fields = action.pop("assign_custom_fields", None) + remove_tags = action.pop("remove_tags", None) + remove_correspondents = action.pop("remove_correspondents", None) + remove_document_types = action.pop("remove_document_types", None) + remove_storage_paths = action.pop("remove_storage_paths", None) + remove_custom_fields = action.pop("remove_custom_fields", None) + remove_owners = action.pop("remove_owners", None) + remove_view_users = action.pop("remove_view_users", None) + remove_view_groups = action.pop("remove_view_groups", None) + remove_change_users = action.pop("remove_change_users", None) + remove_change_groups = action.pop("remove_change_groups", None) + action_instance, _ = WorkflowAction.objects.update_or_create( id=action.get("id"), defaults=action, ) + if assign_tags is not None: action_instance.assign_tags.set(assign_tags) if assign_view_users is not None: @@ -1567,6 +1596,27 @@ class WorkflowSerializer(serializers.ModelSerializer): action_instance.assign_change_groups.set(assign_change_groups) if assign_custom_fields is not None: action_instance.assign_custom_fields.set(assign_custom_fields) + if remove_tags is not None: + action_instance.remove_tags.set(remove_tags) + if remove_correspondents is not None: + action_instance.remove_correspondents.set(remove_correspondents) + if remove_document_types is not None: + action_instance.remove_document_types.set(remove_document_types) + if remove_storage_paths is not None: + action_instance.remove_storage_paths.set(remove_storage_paths) + if remove_custom_fields is not None: + action_instance.remove_custom_fields.set(remove_custom_fields) + if remove_owners is not None: + action_instance.remove_owners.set(remove_owners) + if remove_view_users is not None: + action_instance.remove_view_users.set(remove_view_users) + if remove_view_groups is not None: + action_instance.remove_view_groups.set(remove_view_groups) + if remove_change_users is not None: + action_instance.remove_change_users.set(remove_change_users) + if remove_change_groups is not None: + action_instance.remove_change_groups.set(remove_change_groups) + set_actions.append(action_instance) instance.triggers.set(set_triggers) diff --git a/src/documents/signals/handlers.py b/src/documents/signals/handlers.py index b6903d98c..85e8126c1 100644 --- a/src/documents/signals/handlers.py +++ b/src/documents/signals/handlers.py @@ -20,6 +20,7 @@ from django.db.models import Q from django.dispatch import receiver from django.utils import timezone from filelock import FileLock +from guardian.shortcuts import remove_perm from documents import matching from documents.caching import clear_metadata_cache @@ -34,6 +35,7 @@ from documents.models import MatchingModel from documents.models import PaperlessTask from documents.models import Tag from documents.models import Workflow +from documents.models import WorkflowAction from documents.models import WorkflowTrigger from documents.permissions import get_objects_for_user_owner_aware from documents.permissions import set_permissions_for_object @@ -529,122 +531,231 @@ def run_workflow( document: Document, logging_group=None, ): - for workflow in Workflow.objects.filter( - enabled=True, - triggers__type=trigger_type, - ).order_by("order"): + for workflow in ( + Workflow.objects.filter( + enabled=True, + triggers__type=trigger_type, + ) + .prefetch_related("actions") + .prefetch_related("actions__assign_view_users") + .prefetch_related("actions__assign_view_groups") + .prefetch_related("actions__assign_change_users") + .prefetch_related("actions__assign_change_groups") + .prefetch_related("actions__assign_custom_fields") + .prefetch_related("actions__remove_tags") + .prefetch_related("actions__remove_correspondents") + .prefetch_related("actions__remove_document_types") + .prefetch_related("actions__remove_storage_paths") + .prefetch_related("actions__remove_custom_fields") + .prefetch_related("actions__remove_owners") + .prefetch_related("triggers") + .order_by("order") + ): if matching.document_matches_workflow( document, workflow, trigger_type, ): + action: WorkflowAction for action in workflow.actions.all(): logger.info( f"Applying {action} from {workflow}", extra={"group": logging_group}, ) - if action.assign_tags.all().count() > 0: - document.tags.add(*action.assign_tags.all()) - if action.assign_correspondent is not None: - document.correspondent = action.assign_correspondent + if action.type == WorkflowAction.WorkflowActionType.ASSIGNMENT: + if action.assign_tags.all().count() > 0: + document.tags.add(*action.assign_tags.all()) - if action.assign_document_type is not None: - document.document_type = action.assign_document_type + if action.assign_correspondent is not None: + document.correspondent = action.assign_correspondent - if action.assign_storage_path is not None: - document.storage_path = action.assign_storage_path + if action.assign_document_type is not None: + document.document_type = action.assign_document_type - if action.assign_owner is not None: - document.owner = action.assign_owner + if action.assign_storage_path is not None: + document.storage_path = action.assign_storage_path - if action.assign_title is not None: - try: - document.title = parse_doc_title_w_placeholders( - action.assign_title, - ( - document.correspondent.name - if document.correspondent is not None - else "" - ), - ( - document.document_type.name - if document.document_type is not None - else "" - ), - ( - document.owner.username - if document.owner is not None - else "" - ), - timezone.localtime(document.added), - ( - document.original_filename - if document.original_filename is not None - else "" - ), - timezone.localtime(document.created), + if action.assign_owner is not None: + document.owner = action.assign_owner + + if action.assign_title is not None: + try: + document.title = parse_doc_title_w_placeholders( + action.assign_title, + ( + document.correspondent.name + if document.correspondent is not None + else "" + ), + ( + document.document_type.name + if document.document_type is not None + else "" + ), + ( + document.owner.username + if document.owner is not None + else "" + ), + timezone.localtime(document.added), + ( + document.original_filename + if document.original_filename is not None + else "" + ), + timezone.localtime(document.created), + ) + except Exception: + logger.exception( + f"Error occurred parsing title assignment '{action.assign_title}', falling back to original", + extra={"group": logging_group}, + ) + + if ( + ( + action.assign_view_users is not None + and action.assign_view_users.count() > 0 ) - except Exception: - logger.exception( - f"Error occurred parsing title assignment '{action.assign_title}', falling back to original", - extra={"group": logging_group}, + or ( + action.assign_view_groups is not None + and action.assign_view_groups.count() > 0 + ) + or ( + action.assign_change_users is not None + and action.assign_change_users.count() > 0 + ) + or ( + action.assign_change_groups is not None + and action.assign_change_groups.count() > 0 + ) + ): + permissions = { + "view": { + "users": action.assign_view_users.all().values_list( + "id", + ) + or [], + "groups": action.assign_view_groups.all().values_list( + "id", + ) + or [], + }, + "change": { + "users": action.assign_change_users.all().values_list( + "id", + ) + or [], + "groups": action.assign_change_groups.all().values_list( + "id", + ) + or [], + }, + } + set_permissions_for_object( + permissions=permissions, + object=document, + merge=True, ) - if ( - ( - action.assign_view_users is not None - and action.assign_view_users.count() > 0 - ) - or ( - action.assign_view_groups is not None - and action.assign_view_groups.count() > 0 - ) - or ( - action.assign_change_users is not None - and action.assign_change_users.count() > 0 - ) - or ( - action.assign_change_groups is not None - and action.assign_change_groups.count() > 0 - ) - ): - permissions = { - "view": { - "users": action.assign_view_users.all().values_list("id") - or [], - "groups": action.assign_view_groups.all().values_list("id") - or [], - }, - "change": { - "users": action.assign_change_users.all().values_list("id") - or [], - "groups": action.assign_change_groups.all().values_list( - "id", - ) - or [], - }, - } - set_permissions_for_object( - permissions=permissions, - object=document, - merge=True, - ) + if action.assign_custom_fields is not None: + for field in action.assign_custom_fields.all(): + if ( + CustomFieldInstance.objects.filter( + field=field, + document=document, + ).count() + == 0 + ): + # can be triggered on existing docs, so only add the field if it doesn't already exist + CustomFieldInstance.objects.create( + field=field, + document=document, + ) - if action.assign_custom_fields is not None: - for field in action.assign_custom_fields.all(): - if ( - CustomFieldInstance.objects.filter( - field=field, - document=document, - ).count() - == 0 - ): - # can be triggered on existing docs, so only add the field if it doesn't already exist - CustomFieldInstance.objects.create( - field=field, - document=document, - ) + elif action.type == WorkflowAction.WorkflowActionType.REMOVAL: + if action.remove_all_tags: + document.tags.clear() + else: + for tag in action.remove_tags.filter( + pk__in=list(document.tags.values_list("pk", flat=True)), + ).all(): + document.tags.remove(tag.pk) + + if action.remove_all_correspondents or ( + document.correspondent + and ( + action.remove_correspondents.filter( + pk=document.correspondent.pk, + ).exists() + ) + ): + document.correspondent = None + + if action.remove_all_document_types or ( + document.document_type + and ( + action.remove_document_types.filter( + pk=document.document_type.pk, + ).exists() + ) + ): + document.document_type = None + + if action.remove_all_storage_paths or ( + document.storage_path + and ( + action.remove_storage_paths.filter( + pk=document.storage_path.pk, + ).exists() + ) + ): + document.storage_path = None + + if action.remove_all_owners or ( + document.owner + and (action.remove_owners.filter(pk=document.owner.pk).exists()) + ): + document.owner = None + + if action.remove_all_permissions: + permissions = { + "view": { + "users": [], + "groups": [], + }, + "change": { + "users": [], + "groups": [], + }, + } + set_permissions_for_object( + permissions=permissions, + object=document, + merge=False, + ) + elif ( + (action.remove_view_users.all().count() > 0) + or (action.remove_view_groups.all().count() > 0) + or (action.remove_change_users.all().count() > 0) + or (action.remove_change_groups.all().count() > 0) + ): + for user in action.remove_view_users.all(): + remove_perm("view_document", user, document) + for user in action.remove_change_users.all(): + remove_perm("change_document", user, document) + for group in action.remove_view_groups.all(): + remove_perm("view_document", group, document) + for group in action.remove_change_groups.all(): + remove_perm("change_document", group, document) + + if action.remove_all_custom_fields: + CustomFieldInstance.objects.filter(document=document).delete() + elif action.remove_custom_fields.all().count() > 0: + CustomFieldInstance.objects.filter( + field__in=action.remove_custom_fields.all(), + document=document, + ).delete() document.save() diff --git a/src/documents/tests/test_api_workflows.py b/src/documents/tests/test_api_workflows.py index 0751d0df5..7f48347c0 100644 --- a/src/documents/tests/test_api_workflows.py +++ b/src/documents/tests/test_api_workflows.py @@ -202,6 +202,19 @@ class TestApiWorkflows(DirectoriesMixin, APITestCase): "assign_change_groups": [self.group1.id], "assign_custom_fields": [self.cf2.id], }, + { + "type": WorkflowAction.WorkflowActionType.REMOVAL, + "remove_tags": [self.t3.id], + "remove_document_types": [self.dt.id], + "remove_correspondents": [self.c.id], + "remove_storage_paths": [self.sp.id], + "remove_custom_fields": [self.cf1.id], + "remove_owners": [self.user2.id], + "remove_view_users": [self.user3.id], + "remove_change_users": [self.user3.id], + "remove_view_groups": [self.group1.id], + "remove_change_groups": [self.group1.id], + }, ], }, ), diff --git a/src/documents/tests/test_workflows.py b/src/documents/tests/test_workflows.py index 95f903239..509a8e54d 100644 --- a/src/documents/tests/test_workflows.py +++ b/src/documents/tests/test_workflows.py @@ -1223,3 +1223,332 @@ class TestWorkflows(DirectoriesMixin, FileSystemAssertsMixin, APITestCase): title="test", ) self.assertRaises(Exception, document_matches_workflow, doc, w, 4) + + def test_removal_action_document_updated_workflow(self): + """ + GIVEN: + - Workflow with removal action + WHEN: + - File that matches is updated + THEN: + - Action removals are applied + """ + trigger = WorkflowTrigger.objects.create( + type=WorkflowTrigger.WorkflowTriggerType.DOCUMENT_UPDATED, + filter_path="*", + ) + action = WorkflowAction.objects.create( + type=WorkflowAction.WorkflowActionType.REMOVAL, + ) + action.remove_correspondents.add(self.c) + action.remove_tags.add(self.t1) + action.remove_document_types.add(self.dt) + action.remove_storage_paths.add(self.sp) + action.remove_owners.add(self.user2) + action.remove_custom_fields.add(self.cf1) + action.remove_view_users.add(self.user3) + action.remove_view_groups.add(self.group1) + action.remove_change_users.add(self.user3) + action.remove_change_groups.add(self.group1) + action.save() + + w = Workflow.objects.create( + name="Workflow 1", + order=0, + ) + w.triggers.add(trigger) + w.actions.add(action) + w.save() + + doc = Document.objects.create( + title="sample test", + correspondent=self.c, + document_type=self.dt, + storage_path=self.sp, + owner=self.user2, + original_filename="sample.pdf", + ) + doc.tags.set([self.t1, self.t2]) + CustomFieldInstance.objects.create(document=doc, field=self.cf1) + doc.save() + assign_perm("documents.view_document", self.user3, doc) + assign_perm("documents.change_document", self.user3, doc) + assign_perm("documents.view_document", self.group1, doc) + assign_perm("documents.change_document", self.group1, doc) + + superuser = User.objects.create_superuser("superuser") + self.client.force_authenticate(user=superuser) + + self.client.patch( + f"/api/documents/{doc.id}/", + {"title": "new title"}, + format="json", + ) + doc.refresh_from_db() + + self.assertIsNone(doc.document_type) + self.assertIsNone(doc.correspondent) + self.assertIsNone(doc.storage_path) + self.assertEqual(doc.tags.all().count(), 1) + self.assertIn(self.t2, doc.tags.all()) + self.assertIsNone(doc.owner) + self.assertEqual(doc.custom_fields.all().count(), 0) + self.assertFalse(self.user3.has_perm("documents.view_document", doc)) + self.assertFalse(self.user3.has_perm("documents.change_document", doc)) + group_perms: QuerySet = get_groups_with_perms(doc) + self.assertNotIn(self.group1, group_perms) + + def test_removal_action_document_updated_removeall(self): + """ + GIVEN: + - Workflow with removal action with remove all fields set + WHEN: + - File that matches is updated + THEN: + - Action removals are applied + """ + trigger = WorkflowTrigger.objects.create( + type=WorkflowTrigger.WorkflowTriggerType.DOCUMENT_UPDATED, + filter_path="*", + ) + action = WorkflowAction.objects.create( + type=WorkflowAction.WorkflowActionType.REMOVAL, + remove_all_correspondents=True, + remove_all_tags=True, + remove_all_document_types=True, + remove_all_storage_paths=True, + remove_all_custom_fields=True, + remove_all_owners=True, + remove_all_permissions=True, + ) + action.save() + + w = Workflow.objects.create( + name="Workflow 1", + order=0, + ) + w.triggers.add(trigger) + w.actions.add(action) + w.save() + + doc = Document.objects.create( + title="sample test", + correspondent=self.c, + document_type=self.dt, + storage_path=self.sp, + owner=self.user2, + original_filename="sample.pdf", + ) + doc.tags.set([self.t1, self.t2]) + CustomFieldInstance.objects.create(document=doc, field=self.cf1) + doc.save() + assign_perm("documents.view_document", self.user3, doc) + assign_perm("documents.change_document", self.user3, doc) + assign_perm("documents.view_document", self.group1, doc) + assign_perm("documents.change_document", self.group1, doc) + + superuser = User.objects.create_superuser("superuser") + self.client.force_authenticate(user=superuser) + + self.client.patch( + f"/api/documents/{doc.id}/", + {"title": "new title"}, + format="json", + ) + doc.refresh_from_db() + + self.assertIsNone(doc.document_type) + self.assertIsNone(doc.correspondent) + self.assertIsNone(doc.storage_path) + self.assertEqual(doc.tags.all().count(), 0) + self.assertEqual(doc.tags.all().count(), 0) + self.assertIsNone(doc.owner) + self.assertEqual(doc.custom_fields.all().count(), 0) + self.assertFalse(self.user3.has_perm("documents.view_document", doc)) + self.assertFalse(self.user3.has_perm("documents.change_document", doc)) + group_perms: QuerySet = get_groups_with_perms(doc) + self.assertNotIn(self.group1, group_perms) + + @mock.patch("documents.consumer.Consumer.try_consume_file") + def test_removal_action_document_consumed(self, m): + """ + GIVEN: + - Workflow with assignment and removal actions + WHEN: + - File that matches is consumed + THEN: + - Action removals are applied + """ + trigger = WorkflowTrigger.objects.create( + type=WorkflowTrigger.WorkflowTriggerType.CONSUMPTION, + filter_filename="*simple*", + ) + action = WorkflowAction.objects.create( + assign_title="Doc from {correspondent}", + assign_correspondent=self.c, + assign_document_type=self.dt, + assign_storage_path=self.sp, + assign_owner=self.user2, + ) + action.assign_tags.add(self.t1) + action.assign_tags.add(self.t2) + action.assign_tags.add(self.t3) + action.assign_view_users.add(self.user2) + action.assign_view_users.add(self.user3) + action.assign_view_groups.add(self.group1) + action.assign_view_groups.add(self.group2) + action.assign_change_users.add(self.user2) + action.assign_change_users.add(self.user3) + action.assign_change_groups.add(self.group1) + action.assign_change_groups.add(self.group2) + action.assign_custom_fields.add(self.cf1) + action.assign_custom_fields.add(self.cf2) + action.save() + + action2 = WorkflowAction.objects.create( + type=WorkflowAction.WorkflowActionType.REMOVAL, + ) + action2.remove_correspondents.add(self.c) + action2.remove_tags.add(self.t1) + action2.remove_document_types.add(self.dt) + action2.remove_storage_paths.add(self.sp) + action2.remove_owners.add(self.user2) + action2.remove_custom_fields.add(self.cf1) + action2.remove_view_users.add(self.user3) + action2.remove_change_users.add(self.user3) + action2.remove_view_groups.add(self.group1) + action2.remove_change_groups.add(self.group1) + action2.save() + + w = Workflow.objects.create( + name="Workflow 1", + order=0, + ) + w.triggers.add(trigger) + w.actions.add(action) + w.actions.add(action2) + w.save() + + test_file = self.SAMPLE_DIR / "simple.pdf" + + with mock.patch("documents.tasks.ProgressManager", DummyProgressManager): + with self.assertLogs("paperless.matching", level="INFO") as cm: + tasks.consume_file( + ConsumableDocument( + source=DocumentSource.ConsumeFolder, + original_file=test_file, + ), + None, + ) + m.assert_called_once() + _, overrides = m.call_args + self.assertIsNone(overrides["override_correspondent_id"]) + self.assertIsNone(overrides["override_document_type_id"]) + self.assertEqual( + overrides["override_tag_ids"], + [self.t2.pk, self.t3.pk], + ) + self.assertIsNone(overrides["override_storage_path_id"]) + self.assertIsNone(overrides["override_owner_id"]) + self.assertEqual(overrides["override_view_users"], [self.user2.pk]) + self.assertEqual(overrides["override_view_groups"], [self.group2.pk]) + self.assertEqual(overrides["override_change_users"], [self.user2.pk]) + self.assertEqual(overrides["override_change_groups"], [self.group2.pk]) + self.assertEqual( + overrides["override_title"], + "Doc from {correspondent}", + ) + self.assertEqual( + overrides["override_custom_field_ids"], + [self.cf2.pk], + ) + + info = cm.output[0] + expected_str = f"Document matched {trigger} from {w}" + self.assertIn(expected_str, info) + + @mock.patch("documents.consumer.Consumer.try_consume_file") + def test_removal_action_document_consumed_removeall(self, m): + """ + GIVEN: + - Workflow with assignment and removal actions with remove all fields set + WHEN: + - File that matches is consumed + THEN: + - Action removals are applied + """ + trigger = WorkflowTrigger.objects.create( + type=WorkflowTrigger.WorkflowTriggerType.CONSUMPTION, + filter_filename="*simple*", + ) + action = WorkflowAction.objects.create( + assign_title="Doc from {correspondent}", + assign_correspondent=self.c, + assign_document_type=self.dt, + assign_storage_path=self.sp, + assign_owner=self.user2, + ) + action.assign_tags.add(self.t1) + action.assign_tags.add(self.t2) + action.assign_tags.add(self.t3) + action.assign_view_users.add(self.user3.pk) + action.assign_view_groups.add(self.group1.pk) + action.assign_change_users.add(self.user3.pk) + action.assign_change_groups.add(self.group1.pk) + action.assign_custom_fields.add(self.cf1.pk) + action.assign_custom_fields.add(self.cf2.pk) + action.save() + + action2 = WorkflowAction.objects.create( + type=WorkflowAction.WorkflowActionType.REMOVAL, + remove_all_correspondents=True, + remove_all_tags=True, + remove_all_document_types=True, + remove_all_storage_paths=True, + remove_all_custom_fields=True, + remove_all_owners=True, + remove_all_permissions=True, + ) + + w = Workflow.objects.create( + name="Workflow 1", + order=0, + ) + w.triggers.add(trigger) + w.actions.add(action) + w.actions.add(action2) + w.save() + + test_file = self.SAMPLE_DIR / "simple.pdf" + + with mock.patch("documents.tasks.ProgressManager", DummyProgressManager): + with self.assertLogs("paperless.matching", level="INFO") as cm: + tasks.consume_file( + ConsumableDocument( + source=DocumentSource.ConsumeFolder, + original_file=test_file, + ), + None, + ) + m.assert_called_once() + _, overrides = m.call_args + self.assertIsNone(overrides["override_correspondent_id"]) + self.assertIsNone(overrides["override_document_type_id"]) + self.assertEqual( + overrides["override_tag_ids"], + [], + ) + self.assertIsNone(overrides["override_storage_path_id"]) + self.assertIsNone(overrides["override_owner_id"]) + self.assertEqual(overrides["override_view_users"], []) + self.assertEqual(overrides["override_view_groups"], []) + self.assertEqual(overrides["override_change_users"], []) + self.assertEqual(overrides["override_change_groups"], []) + self.assertEqual( + overrides["override_custom_field_ids"], + [], + ) + + info = cm.output[0] + expected_str = f"Document matched {trigger} from {w}" + self.assertIn(expected_str, info) diff --git a/src/locale/en_US/LC_MESSAGES/django.po b/src/locale/en_US/LC_MESSAGES/django.po index 0689b523c..4d56bdeb3 100644 --- a/src/locale/en_US/LC_MESSAGES/django.po +++ b/src/locale/en_US/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-26 13:34-0800\n" +"POT-Creation-Date: 2024-02-27 10:51-0800\n" "PO-Revision-Date: 2022-02-17 04:17\n" "Last-Translator: \n" "Language-Team: English\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "" @@ -687,102 +687,174 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "" "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "" -#: documents/serialisers.py:1073 +#: documents/serialisers.py:1070 #, python-format msgid "File type %(type)s not supported" msgstr "" -#: documents/serialisers.py:1176 +#: documents/serialisers.py:1173 msgid "Invalid variable detected." msgstr "" From aa0da2f516d7c928ccedc40516360cbac8759204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:15:03 -0800 Subject: [PATCH 03/24] Chore(deps): Bump the django group with 1 update (#6000) Bumps the django group with 1 update: [django](https://github.com/django/django). Updates `django` from 4.2.10 to 4.2.11 - [Commits](https://github.com/django/django/compare/4.2.10...4.2.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: django ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 281f44e8b..b5656439f 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" dateparser = "~=1.2" # WARNING: django does not use semver. # Only patch versions are guaranteed to not introduce breaking changes. -django = "~=4.2.10" +django = "~=4.2.11" django-allauth = "*" django-auditlog = "*" django-celery-results = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 8705b5d7f..18e0a7561 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "cdd620926150607295aa42447d26c89d2a372309e3229c4f8f711ebe0ed19670" + "sha256": "e88ab81dcd44e04defdc7efbbd6e2c5e1e522b3cdb580419569fc433c00139ef" }, "pipfile-spec": 6, "requires": {}, @@ -463,12 +463,12 @@ }, "django": { "hashes": [ - "sha256:a2d4c4d4ea0b6f0895acde632071aff6400bfc331228fc978b05452a0ff3e9f1", - "sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13" + "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4", + "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.2.10" + "version": "==4.2.11" }, "django-allauth": { "hashes": [ @@ -1959,11 +1959,11 @@ }, "typing-extensions": { "hashes": [ - "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783", - "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd" + "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475", + "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb" ], "markers": "python_version < '3.11'", - "version": "==4.9.0" + "version": "==4.10.0" }, "tzdata": { "hashes": [ From 2fa742c94bbec57998ad1fb91c091fadc2fc8397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:08:13 +0000 Subject: [PATCH 04/24] Chore(deps-dev): Bump the development group with 2 updates (#5998) * Chore(deps-dev): Bump the development group with 2 updates Bumps the development group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `ruff` from 0.2.2 to 0.3.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.2...v0.3.0) Updates `mkdocs-material` from 9.5.11 to 9.5.12 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.11...9.5.12) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development ... Signed-off-by: dependabot[bot] * Updates ruff hook version as well --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- Pipfile.lock | 48 ++++++++++++++++++++--------------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d17836e81..4ee14f187 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: exclude: "(^Pipfile\\.lock$)" # Python hooks - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.2.2' + rev: 'v0.3.0' hooks: - id: ruff - repo: https://github.com/psf/black-pre-commit-mirror diff --git a/Pipfile.lock b/Pipfile.lock index 18e0a7561..93d69e86e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -3052,12 +3052,12 @@ }, "mkdocs-material": { "hashes": [ - "sha256:788ee0f3e036dca2dc20298d65e480297d348a44c9d7b2ee05c5262983e66072", - "sha256:7af7f8af0dea16175558f3fb9245d26c83a17199baa5f157755e63d7437bf971" + "sha256:5f69cef6a8aaa4050b812f72b1094fda3d079b9a51cf27a247244c03ec455e97", + "sha256:d6f0c269f015e48c76291cdc79efb70f7b33bbbf42d649cfe475522ebee61b1f" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==9.5.11" + "version": "==9.5.12" }, "mkdocs-material-extensions": { "hashes": [ @@ -3365,11 +3365,11 @@ }, "python-dateutil": { "hashes": [ - "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86", - "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" + "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", + "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==2.8.2" + "version": "==2.9.0.post0" }, "pywavelets": { "hashes": [ @@ -3576,27 +3576,27 @@ }, "ruff": { "hashes": [ - "sha256:0a9efb032855ffb3c21f6405751d5e147b0c6b631e3ca3f6b20f917572b97eb6", - "sha256:0c126da55c38dd917621552ab430213bdb3273bb10ddb67bc4b761989210eb6e", - "sha256:1695700d1e25a99d28f7a1636d85bafcc5030bba9d0578c0781ba1790dbcf51c", - "sha256:1ec49be4fe6ddac0503833f3ed8930528e26d1e60ad35c2446da372d16651ce9", - "sha256:3b65494f7e4bed2e74110dac1f0d17dc8e1f42faaa784e7c58a98e335ec83d7e", - "sha256:5e1439c8f407e4f356470e54cdecdca1bd5439a0673792dbe34a2b0a551a2fe3", - "sha256:5e22676a5b875bd72acd3d11d5fa9075d3a5f53b877fe7b4793e4673499318ba", - "sha256:6a61ea0ff048e06de273b2e45bd72629f470f5da8f71daf09fe481278b175001", - "sha256:940de32dc8853eba0f67f7198b3e79bc6ba95c2edbfdfac2144c8235114d6726", - "sha256:b0c232af3d0bd8f521806223723456ffebf8e323bd1e4e82b0befb20ba18388e", - "sha256:c9d15fc41e6054bfc7200478720570078f0b41c9ae4f010bcc16bd6f4d1aacdd", - "sha256:cc9a91ae137d687f43a44c900e5d95e9617cb37d4c989e462980ba27039d239d", - "sha256:d450b7fbff85913f866a5384d8912710936e2b96da74541c82c1b458472ddb39", - "sha256:d920499b576f6c68295bc04e7b17b6544d9d05f196bb3aac4358792ef6f34325", - "sha256:e62ed7f36b3068a30ba39193a14274cd706bc486fad521276458022f7bccb31d", - "sha256:ecd46e3106850a5c26aee114e562c329f9a1fbe9e4821b008c4404f64ff9ce73", - "sha256:f63d96494eeec2fc70d909393bcd76c69f35334cdbd9e20d089fb3f0640216ca" + "sha256:0886184ba2618d815067cf43e005388967b67ab9c80df52b32ec1152ab49f53a", + "sha256:128265876c1d703e5f5e5a4543bd8be47c73a9ba223fd3989d4aa87dd06f312f", + "sha256:19eacceb4c9406f6c41af806418a26fdb23120dfe53583df76d1401c92b7c14b", + "sha256:23dbb808e2f1d68eeadd5f655485e235c102ac6f12ad31505804edced2a5ae77", + "sha256:2f7dbba46e2827dfcb0f0cc55fba8e96ba7c8700e0a866eb8cef7d1d66c25dcb", + "sha256:3ef655c51f41d5fa879f98e40c90072b567c666a7114fa2d9fe004dffba00932", + "sha256:5da894a29ec018a8293d3d17c797e73b374773943e8369cfc50495573d396933", + "sha256:755c22536d7f1889be25f2baf6fedd019d0c51d079e8417d4441159f3bcd30c2", + "sha256:7deb528029bacf845bdbb3dbb2927d8ef9b4356a5e731b10eef171e3f0a85944", + "sha256:9343690f95710f8cf251bee1013bf43030072b9f8d012fbed6ad702ef70d360a", + "sha256:a1f3ed501a42f60f4dedb7805fa8d4534e78b4e196f536bac926f805f0743d49", + "sha256:b08b356d06a792e49a12074b62222f9d4ea2a11dca9da9f68163b28c71bf1dd4", + "sha256:cc30a9053ff2f1ffb505a585797c23434d5f6c838bacfe206c0e6cf38c921a1e", + "sha256:d0d3d7ef3d4f06433d592e5f7d813314a34601e6c5be8481cccb7fa760aa243e", + "sha256:dd73fe7f4c28d317855da6a7bc4aa29a1500320818dd8f27df95f70a01b8171f", + "sha256:e1e0d4381ca88fb2b73ea0766008e703f33f460295de658f5467f6f229658c19", + "sha256:e3a4a6d46aef0a84b74fcd201a4401ea9a6cd85614f6a9435f2d33dd8cefbf83" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==0.2.2" + "version": "==0.3.0" }, "scipy": { "hashes": [ From 6379e7b54fa54f2b869c7dc7645dde538feb2a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:27:59 +0000 Subject: [PATCH 05/24] Chore(deps): Bump the small-changes group with 3 updates (#6001) Bumps the small-changes group with 3 updates: [python-dateutil](https://github.com/dateutil/dateutil), [python-ipware](https://github.com/un33k/python-ipware) and [redis](https://github.com/redis/redis-py). Updates `python-dateutil` from 2.8.2 to 2.9.0.post0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.2...2.9.0.post0) Updates `python-ipware` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/un33k/python-ipware/blob/main/CHANGELOG.md) - [Commits](https://github.com/un33k/python-ipware/compare/v2.0.1...v2.0.2) Updates `redis` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: python-ipware dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile.lock | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 93d69e86e..e171f1748 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -43,7 +43,7 @@ "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f", "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028" ], - "markers": "python_full_version <= '3.11.2'", + "markers": "python_version >= '3.7'", "version": "==4.0.3" }, "billiard": { @@ -1376,12 +1376,12 @@ }, "python-dateutil": { "hashes": [ - "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86", - "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" + "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", + "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], "index": "pypi", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==2.8.2" + "version": "==2.9.0.post0" }, "python-dotenv": { "hashes": [ @@ -1402,12 +1402,12 @@ }, "python-ipware": { "hashes": [ - "sha256:1992920ef553165dfa35e6ea5a90762f64f3b943cc22ee6b4ec02e2c86d31178", - "sha256:9ba4805152ebb85ad5b53797185cd1ce6231e1db60155834f326c8cd61e8af34" + "sha256:3a94fd073b93e12b13617e291f13eda3495d3ba68b580e3e30174ea84ac63041", + "sha256:86e30cc3af62cec42284dedd49c8a14e436e73c96433c8645ec0b476ff4ad7ec" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==2.0.1" + "version": "==2.0.2" }, "python-magic": { "hashes": [ @@ -1599,11 +1599,12 @@ "hiredis" ], "hashes": [ - "sha256:0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f", - "sha256:ed4802971884ae19d640775ba3b03aa2e7bd5e8fb8dfaed2decce4d0fc48391f" + "sha256:3f82cc80d350e93042c8e6e7a5d0596e4dd68715babffba79492733e1f367037", + "sha256:4caa8e1fcb6f3c0ef28dba99535101d80934b7d4cd541bbb47f4a3826ee472d1" ], + "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==5.0.1" + "version": "==5.0.2" }, "regex": { "hashes": [ From 6779042242a76b579bd9dfa3924900c17c04a153 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:37:36 -0800 Subject: [PATCH 06/24] Feature: Allow a user to disable the pixel limit for OCR entirely (#5996) --- docs/advanced_usage.md | 2 +- docs/configuration.md | 4 +++- ...plicationconfiguration_max_image_pixels.py | 24 +++++++++++++++++++ src/paperless/models.py | 2 +- src/paperless_tesseract/parsers.py | 23 +++++++++--------- 5 files changed, 40 insertions(+), 15 deletions(-) create mode 100644 src/paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index d4ff80f87..863be639b 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -437,7 +437,7 @@ with Prometheus, as it exports metrics. For details on its capabilities, refer to the [Flower](https://flower.readthedocs.io/en/latest/index.html) documentation. -Flower can be enabled with the setting [PAPERLESS_ENABLE_FLOWER](configuration/#PAPERLESS_ENABLE_FLOWER). +Flower can be enabled with the setting [PAPERLESS_ENABLE_FLOWER](configuration.md#PAPERLESS_ENABLE_FLOWER). To configure Flower further, create a `flowerconfig.py` and place it into the `src/paperless` directory. For a Docker installation, you can use volumes to accomplish this: diff --git a/docs/configuration.md b/docs/configuration.md index 5fd14caf1..c7b710c66 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -766,6 +766,8 @@ but could result in missing text content. If unset, will default to the value determined by [Pillow](https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.MAX_IMAGE_PIXELS). + Setting this value to 0 will entirely disable the limit. See the below warning. + !!! note Increasing this limit could cause Paperless to consume additional @@ -775,7 +777,7 @@ but could result in missing text content. !!! warning The limit is intended to prevent malicious files from consuming - system resources and causing crashes and other errors. Only increase + system resources and causing crashes and other errors. Only change this value if you are certain your documents are not malicious and you need the text which was not OCRed diff --git a/src/paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py b/src/paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py new file mode 100644 index 000000000..c27feefb3 --- /dev/null +++ b/src/paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py @@ -0,0 +1,24 @@ +# Generated by Django 4.2.10 on 2024-03-04 17:30 + +import django.core.validators +from django.db import migrations +from django.db import models + + +class Migration(migrations.Migration): + + dependencies = [ + ("paperless", "0002_applicationconfiguration_app_logo_and_more"), + ] + + operations = [ + migrations.AlterField( + model_name="applicationconfiguration", + name="max_image_pixels", + field=models.FloatField( + null=True, + validators=[django.core.validators.MinValueValidator(0.0)], + verbose_name="Sets the maximum image size for decompression", + ), + ), + ] diff --git a/src/paperless/models.py b/src/paperless/models.py index 72805dc56..1f6cfbced 100644 --- a/src/paperless/models.py +++ b/src/paperless/models.py @@ -151,7 +151,7 @@ class ApplicationConfiguration(AbstractSingletonModel): max_image_pixels = models.FloatField( verbose_name=_("Sets the maximum image size for decompression"), null=True, - validators=[MinValueValidator(1_000_000.0)], + validators=[MinValueValidator(0.0)], ) color_conversion_strategy = models.CharField( diff --git a/src/paperless_tesseract/parsers.py b/src/paperless_tesseract/parsers.py index 09086585e..020922703 100644 --- a/src/paperless_tesseract/parsers.py +++ b/src/paperless_tesseract/parsers.py @@ -293,20 +293,19 @@ class RasterisedDocumentParser(DocumentParser): f"they will not be used. Error: {e}", ) - if self.settings.max_image_pixel is not None: + if ( + self.settings.max_image_pixel is not None + and self.settings.max_image_pixel >= 0 + ): # Convert pixels to mega-pixels and provide to ocrmypdf max_pixels_mpixels = self.settings.max_image_pixel / 1_000_000.0 - if max_pixels_mpixels > 0: - self.log.debug( - f"Calculated {max_pixels_mpixels} megapixels for OCR", - ) - - ocrmypdf_args["max_image_mpixels"] = max_pixels_mpixels - else: - self.log.warning( - "There is an issue with PAPERLESS_OCR_MAX_IMAGE_PIXELS, " - "this value must be at least 1 megapixel if set", - ) + msg = ( + "OCR pixel limit is disabled!" + if max_pixels_mpixels == 0 + else f"Calculated {max_pixels_mpixels} megapixels for OCR" + ) + self.log.debug(msg) + ocrmypdf_args["max_image_mpixels"] = max_pixels_mpixels return ocrmypdf_args From 00a8f0cd6e648442eba50f14620ab833adce7858 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:21:48 -0800 Subject: [PATCH 07/24] Enhancement: show ID when editing objects (#6003) --- src-ui/messages.xlf | 448 +++++++++--------- .../correspondent-edit-dialog.component.html | 3 + .../custom-field-edit-dialog.component.html | 3 + .../document-type-edit-dialog.component.html | 3 + .../group-edit-dialog.component.html | 3 + .../mail-account-edit-dialog.component.html | 3 + .../mail-rule-edit-dialog.component.html | 3 + .../storage-path-edit-dialog.component.html | 3 + .../tag-edit-dialog.component.html | 3 + .../user-edit-dialog.component.html | 3 + .../workflow-edit-dialog.component.html | 7 +- 11 files changed, 256 insertions(+), 226 deletions(-) diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 2c883b5ad..c12984c35 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -2,15 +2,15 @@ - - Close + + HH node_modules/src/ngb-config.ts 13 - - HH + + Close node_modules/src/ngb-config.ts 13 @@ -23,13 +23,6 @@ 13 - - «« - - node_modules/src/ngb-config.ts - 13 - - Select month @@ -41,6 +34,13 @@ 13 + + «« + + node_modules/src/ngb-config.ts + 13 + + Previous month @@ -145,15 +145,15 @@ 13 - - Increment hours + + First node_modules/src/ngb-config.ts 13 - - First + + Increment hours node_modules/src/ngb-config.ts 13 @@ -462,43 +462,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 111 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -612,7 +612,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -965,11 +965,11 @@ src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1063,19 +1063,19 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 171 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 193 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 257 + 260 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 276 + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1098,19 +1098,19 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 179 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 201 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 265 + 268 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 284 + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1136,11 +1136,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 204 + 207 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 290 + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1245,39 +1245,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1381,7 +1381,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1444,11 +1444,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1870,11 +1870,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 @@ -1889,7 +1889,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 @@ -2545,43 +2545,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 110 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2711,42 +2711,23 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2763,9 +2744,28 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 134 + 137 @@ -2786,14 +2786,14 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 @@ -2856,32 +2856,32 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -2892,28 +2892,28 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 @@ -2969,7 +2969,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -2980,194 +2980,194 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 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 - 32 + 35 Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 159 + 162 Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 160 + 163 Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 + 111 src/app/components/common/toasts/toasts.component.html @@ -3301,7 +3301,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3347,7 +3347,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3358,14 +3358,14 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 @@ -3386,7 +3386,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3397,7 +3397,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3408,7 +3408,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3419,21 +3419,21 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 @@ -3454,7 +3454,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3465,7 +3465,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3476,7 +3476,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3487,283 +3487,283 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 118 + 121 Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 119 + 122 Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 122 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 122 + 125 Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 124 + 127 Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 125 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 125 + 128 Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 126 + 129 Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 126 + 129 Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 129 + 132 Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 134 Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 140 + 143 Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 141 + 144 Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 142 + 145 Action type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 152 + 155 Assign title src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 157 + 160 Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 157 + 160 Assign tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 158 + 161 Assign storage path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 161 + 164 Assign custom fields src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 162 + 165 Assign owner src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 165 + 168 Assign view permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 170 Assign edit permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 186 + 189 Remove tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 213 + 216 Remove all src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 214 + 217 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 220 + 223 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 226 + 229 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 232 + 235 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 238 + 241 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 245 + 248 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 251 + 254 Remove correspondents src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 219 + 222 Remove document types src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 225 + 228 Remove storage paths src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 231 + 234 Remove custom fields src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 237 + 240 Remove owners src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 244 + 247 Remove permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 250 + 253 View permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 253 + 256 Edit permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 272 + 275 diff --git a/src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html index 4ca382ccd..120988826 100644 --- a/src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html @@ -1,6 +1,9 @@
diff --git a/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html index a45514c2d..681f4d8c7 100644 --- a/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html @@ -1,6 +1,9 @@ diff --git a/src-ui/src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html index 8315c605a..25f2f8f3b 100644 --- a/src-ui/src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html @@ -1,6 +1,9 @@ diff --git a/src-ui/src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html index be1e4b550..18bc164c1 100644 --- a/src-ui/src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html @@ -1,6 +1,9 @@ diff --git a/src-ui/src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html index 84a2f80ef..feb834035 100644 --- a/src-ui/src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html @@ -1,6 +1,9 @@ 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 7b9f36f02..18da5394a 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 @@ -1,6 +1,9 @@ diff --git a/src-ui/src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html index 0cfec7344..ecec393c9 100644 --- a/src-ui/src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html @@ -1,6 +1,9 @@ diff --git a/src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html index f2922936a..7aac54606 100644 --- a/src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html @@ -1,6 +1,9 @@ diff --git a/src-ui/src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html index 5980e74eb..25e7fb964 100644 --- a/src-ui/src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html @@ -1,6 +1,9 @@ diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html index 4134a1fb9..ef7eb4dbc 100644 --- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -1,6 +1,9 @@ @@ -35,7 +38,7 @@
From b9636a3def612bf7ecf2d3bb3892253d3ccece9f Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:19:56 -0800 Subject: [PATCH 09/24] Feature: Allow user to control PIL image pixel limit (#5997) --- docs/configuration.md | 14 ++++++++++++++ src/documents/barcodes.py | 4 ++++ src/documents/converters.py | 4 ++++ src/documents/utils.py | 16 ++++++++++++++++ src/paperless/settings.py | 4 ++++ src/paperless_tesseract/parsers.py | 4 ++++ src/paperless_tesseract/tests/test_parser.py | 2 +- 7 files changed, 47 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index c7b710c66..b1e882845 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -969,6 +969,20 @@ be used with caution! Defaults to None, which does not add any additional apps. +#### [`PAPERLESS_MAX_IMAGE_PIXELS=`](#PAPERLESS_MAX_IMAGE_PIXELS) {#PAPERLESS_MAX_IMAGE_PIXELS} + +: Configures the maximum size of an image PIL will allow to load without warning or error. + +: If unset, will default to the value determined by +[Pillow](https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.MAX_IMAGE_PIXELS). + + Defaults to None, which does change the limit + + !!! warning + + This limit is designed to prevent denial of service from malicious files. + It should only be raised or disabled in certain circumstances and with great care. + ## Document Consumption {#consume_config} #### [`PAPERLESS_CONSUMER_DELETE_DUPLICATES=`](#PAPERLESS_CONSUMER_DELETE_DUPLICATES) {#PAPERLESS_CONSUMER_DELETE_DUPLICATES} diff --git a/src/documents/barcodes.py b/src/documents/barcodes.py index e68ba4f8c..e77b35fb3 100644 --- a/src/documents/barcodes.py +++ b/src/documents/barcodes.py @@ -20,6 +20,7 @@ from documents.plugins.base import StopConsumeTaskError from documents.plugins.helpers import ProgressStatusOptions from documents.utils import copy_basic_file_stats from documents.utils import copy_file_with_basic_stats +from documents.utils import maybe_override_pixel_limit logger = logging.getLogger("paperless.barcodes") @@ -81,6 +82,9 @@ class BarcodePlugin(ConsumeTaskPlugin): self.barcodes: list[Barcode] = [] def run(self) -> Optional[str]: + # Some operations may use PIL, override pixel setting if needed + maybe_override_pixel_limit() + # Maybe do the conversion of TIFF to PDF self.convert_from_tiff_to_pdf() diff --git a/src/documents/converters.py b/src/documents/converters.py index e3a7cb786..5c5ba1e07 100644 --- a/src/documents/converters.py +++ b/src/documents/converters.py @@ -6,6 +6,7 @@ from django.conf import settings from PIL import Image from documents.utils import copy_basic_file_stats +from documents.utils import maybe_override_pixel_limit def convert_from_tiff_to_pdf(tiff_path: Path, target_directory: Path) -> Path: @@ -17,6 +18,9 @@ def convert_from_tiff_to_pdf(tiff_path: Path, target_directory: Path) -> Path: Returns the path of the PDF created. """ + # override pixel setting if needed + maybe_override_pixel_limit() + with Image.open(tiff_path) as im: has_alpha_layer = im.mode in ("RGBA", "LA") if has_alpha_layer: diff --git a/src/documents/utils.py b/src/documents/utils.py index b84c9b53c..29f4de14d 100644 --- a/src/documents/utils.py +++ b/src/documents/utils.py @@ -1,8 +1,12 @@ import shutil from os import utime from pathlib import Path +from typing import Optional from typing import Union +from django.conf import settings +from PIL import Image + def _coerce_to_path( source: Union[Path, str], @@ -40,3 +44,15 @@ def copy_file_with_basic_stats( shutil.copy(source, dest) copy_basic_file_stats(source, dest) + + +def maybe_override_pixel_limit() -> None: + """ + Maybe overrides the PIL limit on pixel count, if configured to allow it + """ + limit: Optional[Union[float, int]] = settings.MAX_IMAGE_PIXELS + if limit is not None and limit >= 0: + pixel_count = limit + if pixel_count == 0: + pixel_count = None + Image.MAX_IMAGE_PIXELS = pixel_count diff --git a/src/paperless/settings.py b/src/paperless/settings.py index 1c6113273..77adb6bbf 100644 --- a/src/paperless/settings.py +++ b/src/paperless/settings.py @@ -970,6 +970,10 @@ OCR_COLOR_CONVERSION_STRATEGY = os.getenv( OCR_USER_ARGS = os.getenv("PAPERLESS_OCR_USER_ARGS") +MAX_IMAGE_PIXELS: Final[Optional[int]] = __get_optional_int( + "PAPERLESS_MAX_IMAGE_PIXELS", +) + # GNUPG needs a home directory for some reason GNUPG_HOME = os.getenv("HOME", "/tmp") diff --git a/src/paperless_tesseract/parsers.py b/src/paperless_tesseract/parsers.py index 020922703..c483a3da4 100644 --- a/src/paperless_tesseract/parsers.py +++ b/src/paperless_tesseract/parsers.py @@ -12,6 +12,7 @@ from PIL import Image from documents.parsers import DocumentParser from documents.parsers import ParseError from documents.parsers import make_thumbnail_from_pdf +from documents.utils import maybe_override_pixel_limit from paperless.config import OcrConfig from paperless.models import ArchiveFileChoices from paperless.models import CleanChoices @@ -255,6 +256,9 @@ class RasterisedDocumentParser(DocumentParser): ocrmypdf_args["sidecar"] = sidecar_file if self.is_image(mime_type): + # This may be required, depending on the known imformation + maybe_override_pixel_limit() + dpi = self.get_dpi(input_file) a4_dpi = self.calculate_a4_dpi(input_file) diff --git a/src/paperless_tesseract/tests/test_parser.py b/src/paperless_tesseract/tests/test_parser.py index f64cb69f0..fae64742e 100644 --- a/src/paperless_tesseract/tests/test_parser.py +++ b/src/paperless_tesseract/tests/test_parser.py @@ -246,7 +246,7 @@ class TestParser(DirectoriesMixin, FileSystemAssertsMixin, TestCase): self.assertRaises(ParseError, f) - @override_settings(OCR_IMAGE_DPI=72) + @override_settings(OCR_IMAGE_DPI=72, MAX_IMAGE_PIXELS=0) def test_image_no_dpi_default(self): parser = RasterisedDocumentParser(None) From 0f5e9352144e170668adcffe1318298e316fe61c Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:00:19 -0800 Subject: [PATCH 10/24] Fix: header button wrapping issues on mobile --- .../admin/settings/settings.component.html | 4 +- .../page-header/page-header.component.html | 2 +- .../document-detail.component.html | 11 +- .../document-list.component.html | 6 +- .../custom-fields.component.html | 2 +- .../management-list.component.html | 210 +++++++++--------- .../manage/workflows/workflows.component.html | 2 +- 7 files changed, 118 insertions(+), 119 deletions(-) diff --git a/src-ui/src/app/components/admin/settings/settings.component.html b/src-ui/src/app/components/admin/settings/settings.component.html index 76625d886..42147a9b8 100644 --- a/src-ui/src/app/components/admin/settings/settings.component.html +++ b/src-ui/src/app/components/admin/settings/settings.component.html @@ -7,7 +7,7 @@ - - + Open Django Admin   diff --git a/src-ui/src/app/components/common/page-header/page-header.component.html b/src-ui/src/app/components/common/page-header/page-header.component.html index e550bcffe..283218219 100644 --- a/src-ui/src/app/components/common/page-header/page-header.component.html +++ b/src-ui/src/app/components/common/page-header/page-header.component.html @@ -19,7 +19,7 @@ }
-
+
diff --git a/src-ui/src/app/components/document-detail/document-detail.component.html b/src-ui/src/app/components/document-detail/document-detail.component.html index 79cc58f53..5b27a51ac 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.html +++ b/src-ui/src/app/components/document-detail/document-detail.component.html @@ -1,11 +1,11 @@ @if (contentRenderType === ContentRenderType.PDF && !useNativePdfViewer) { -
+
Page
of {{previewNumPages}}
-
+
-
-
- - +
+
+
+ +
+
-
- - - - - - - - @for (column of extraColumns; track column) { - - } - - - - - @if (isLoading) { - - - - } - @for (object of data; track object) { - - - - - - @for (column of extraColumns; track column) { - - } - - - } - -
-
- - -
-
NameMatchingDocument count{{column.name}}Actions
-
- Loading... -
-
- - -
-
{{ getMatching(object) }}{{ object.document_count }} - @if (column.rendersHtml) { -
- } @else { - {{ column.valueFn.call(null, object) }} - } -
-
-
- -
- - - -
-
-
-
- - - -
-
+ +
+ +
+ + + + + + + + @for (column of extraColumns; track column) { + + } + + + + + @if (isLoading) { + + + + } + @for (object of data; track object) { + + + + + + @for (column of extraColumns; track column) { + } + + + } + +
+
+ +
- - @if (!isLoading) { -
- @if (collectionSize > 0) { -
- {collectionSize, plural, =1 {One {{typeName}}} other {{{collectionSize || 0}} total {{typeNamePlural}}}} - @if (selectedObjects.size > 0) { -  ({{selectedObjects.size}} selected) - } -
- } - @if (collectionSize > 20) { - - } +
NameMatchingDocument count{{column.name}}Actions
+
+ Loading... +
+
+ +
+
{{ getMatching(object) }}{{ object.document_count }} + @if (column.rendersHtml) { +
+ } @else { + {{ column.valueFn.call(null, object) }} + } +
+
+
+ +
+ + + +
+
+
+
+ + + +
+
+
+ +@if (!isLoading) { +
+ @if (collectionSize > 0) { +
+ {collectionSize, plural, =1 {One {{typeName}}} other {{{collectionSize || 0}} total {{typeNamePlural}}}} + @if (selectedObjects.size > 0) { +  ({{selectedObjects.size}} selected) + } +
+ } + @if (collectionSize > 20) { + + } +
+} diff --git a/src-ui/src/app/components/manage/workflows/workflows.component.html b/src-ui/src/app/components/manage/workflows/workflows.component.html index 9bc68fb49..632cbfe16 100644 --- a/src-ui/src/app/components/manage/workflows/workflows.component.html +++ b/src-ui/src/app/components/manage/workflows/workflows.component.html @@ -5,7 +5,7 @@ i18n-info infoLink="usage/#workflows" > - From 98663e902fd1ba9d5cc4ef68c25ad614c276fee3 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:00:57 -0800 Subject: [PATCH 11/24] Update translation strings --- src-ui/messages.xlf | 66 +++++++++++------------ src/locale/en_US/LC_MESSAGES/django.po | 72 +++++++++++++------------- 2 files changed, 69 insertions(+), 69 deletions(-) diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index c12984c35..bd80f5f15 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -287,7 +287,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 @@ -447,7 +447,7 @@ src/app/components/document-detail/document-detail.component.html - 313 + 312 @@ -506,7 +506,7 @@ src/app/components/document-detail/document-detail.component.html - 305 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -636,7 +636,7 @@ src/app/components/document-detail/document-detail.component.html - 322 + 321 src/app/components/document-list/document-list.component.html @@ -977,7 +977,7 @@ src/app/components/document-detail/document-detail.component.html - 281 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -4709,7 +4709,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4732,7 +4732,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5014,7 +5014,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5025,35 +5025,35 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5076,7 +5076,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5095,21 +5095,21 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Content src/app/components/document-detail/document-detail.component.html - 188 + 187 Metadata src/app/components/document-detail/document-detail.component.html - 197 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5120,112 +5120,112 @@ Date modified src/app/components/document-detail/document-detail.component.html - 204 + 203 Date added src/app/components/document-detail/document-detail.component.html - 208 + 207 Media filename src/app/components/document-detail/document-detail.component.html - 212 + 211 Original filename src/app/components/document-detail/document-detail.component.html - 216 + 215 Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 220 + 219 Original file size src/app/components/document-detail/document-detail.component.html - 224 + 223 Original mime type src/app/components/document-detail/document-detail.component.html - 228 + 227 Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 233 + 232 Archive file size src/app/components/document-detail/document-detail.component.html - 239 + 238 Original document metadata src/app/components/document-detail/document-detail.component.html - 248 + 247 Archived document metadata src/app/components/document-detail/document-detail.component.html - 251 + 250 Preview src/app/components/document-detail/document-detail.component.html - 258 + 257 Notes src/app/components/document-detail/document-detail.component.html - 270,273 + 269,272 Save & next src/app/components/document-detail/document-detail.component.html - 307 + 306 Save & close src/app/components/document-detail/document-detail.component.html - 310 + 309 Enter Password src/app/components/document-detail/document-detail.component.html - 361 + 360 diff --git a/src/locale/en_US/LC_MESSAGES/django.po b/src/locale/en_US/LC_MESSAGES/django.po index 4d56bdeb3..ff1ee1442 100644 --- a/src/locale/en_US/LC_MESSAGES/django.po +++ b/src/locale/en_US/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-27 10:51-0800\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" "PO-Revision-Date: 2022-02-17 04:17\n" "Last-Translator: \n" "Language-Team: English\n" @@ -849,12 +849,12 @@ msgstr "" msgid "Invalid color." msgstr "" -#: documents/serialisers.py:1070 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "" -#: documents/serialisers.py:1173 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "" @@ -1222,135 +1222,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:656 +#: paperless/settings.py:664 msgid "English (US)" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:665 msgid "Arabic" msgstr "" -#: paperless/settings.py:658 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "" -#: paperless/settings.py:660 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:662 +#: paperless/settings.py:670 msgid "Czech" msgstr "" -#: paperless/settings.py:663 +#: paperless/settings.py:671 msgid "Danish" msgstr "" -#: paperless/settings.py:664 +#: paperless/settings.py:672 msgid "German" msgstr "" -#: paperless/settings.py:665 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:666 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "" -#: paperless/settings.py:667 +#: paperless/settings.py:675 msgid "Spanish" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:669 +#: paperless/settings.py:677 msgid "French" msgstr "" -#: paperless/settings.py:670 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:671 +#: paperless/settings.py:679 msgid "Italian" msgstr "" -#: paperless/settings.py:672 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "" -#: paperless/settings.py:674 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:675 +#: paperless/settings.py:683 msgid "Dutch" msgstr "" -#: paperless/settings.py:676 +#: paperless/settings.py:684 msgid "Polish" msgstr "" -#: paperless/settings.py:677 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "" -#: paperless/settings.py:678 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "" -#: paperless/settings.py:679 +#: paperless/settings.py:687 msgid "Romanian" msgstr "" -#: paperless/settings.py:680 +#: paperless/settings.py:688 msgid "Russian" msgstr "" -#: paperless/settings.py:681 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:682 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "" -#: paperless/settings.py:683 +#: paperless/settings.py:691 msgid "Serbian" msgstr "" -#: paperless/settings.py:684 +#: paperless/settings.py:692 msgid "Swedish" msgstr "" -#: paperless/settings.py:685 +#: paperless/settings.py:693 msgid "Turkish" msgstr "" -#: paperless/settings.py:686 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:687 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "" From 4cb2f0acefeb44682e71ea3d8e5eb4b82684cc90 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:00:18 -0800 Subject: [PATCH 12/24] Rolls up the rest of the random updates that dependabot didn't do for some reason (#6005) --- Pipfile.lock | 574 ++++++++++++++++++++++++++------------------------- 1 file changed, 293 insertions(+), 281 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index e171f1748..2f81583c6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e88ab81dcd44e04defdc7efbbd6e2c5e1e522b3cdb580419569fc433c00139ef" + "sha256": "7bc15a3bbd521f85a8cdcc85be8adf7c942acb53c6d461199d7f8b1ef63ac651" }, "pipfile-spec": 6, "requires": {}, @@ -24,11 +24,11 @@ }, "anyio": { "hashes": [ - "sha256:745843b39e829e108e518c489b31dc757de7d2131d53fac32bd8df268227bfee", - "sha256:e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f" + "sha256:048e05d0f6caeed70d731f3db756d35dcc1f35747c8c403364a8332c630441b8", + "sha256:f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6" ], "markers": "python_version >= '3.8'", - "version": "==4.2.0" + "version": "==4.3.0" }, "asgiref": { "hashes": [ @@ -392,42 +392,41 @@ }, "cryptography": { "hashes": [ - "sha256:01911714117642a3f1792c7f376db572aadadbafcd8d75bb527166009c9f1d1b", - "sha256:0e89f7b84f421c56e7ff69f11c441ebda73b8a8e6488d322ef71746224c20fce", - "sha256:12d341bd42cdb7d4937b0cabbdf2a94f949413ac4504904d0cdbdce4a22cbf88", - "sha256:15a1fb843c48b4a604663fa30af60818cd28f895572386e5f9b8a665874c26e7", - "sha256:1cdcdbd117681c88d717437ada72bdd5be9de117f96e3f4d50dab3f59fd9ab20", - "sha256:1df6fcbf60560d2113b5ed90f072dc0b108d64750d4cbd46a21ec882c7aefce9", - "sha256:3c6048f217533d89f2f8f4f0fe3044bf0b2090453b7b73d0b77db47b80af8dff", - "sha256:3e970a2119507d0b104f0a8e281521ad28fc26f2820687b3436b8c9a5fcf20d1", - "sha256:44a64043f743485925d3bcac548d05df0f9bb445c5fcca6681889c7c3ab12764", - "sha256:4e36685cb634af55e0677d435d425043967ac2f3790ec652b2b88ad03b85c27b", - "sha256:5f8907fcf57392cd917892ae83708761c6ff3c37a8e835d7246ff0ad251d9298", - "sha256:69b22ab6506a3fe483d67d1ed878e1602bdd5912a134e6202c1ec672233241c1", - "sha256:6bfadd884e7280df24d26f2186e4e07556a05d37393b0f220a840b083dc6a824", - "sha256:6d0fbe73728c44ca3a241eff9aefe6496ab2656d6e7a4ea2459865f2e8613257", - "sha256:6ffb03d419edcab93b4b19c22ee80c007fb2d708429cecebf1dd3258956a563a", - "sha256:810bcf151caefc03e51a3d61e53335cd5c7316c0a105cc695f0959f2c638b129", - "sha256:831a4b37accef30cccd34fcb916a5d7b5be3cbbe27268a02832c3e450aea39cb", - "sha256:887623fe0d70f48ab3f5e4dbf234986b1329a64c066d719432d0698522749929", - "sha256:a0298bdc6e98ca21382afe914c642620370ce0470a01e1bef6dd9b5354c36854", - "sha256:a1327f280c824ff7885bdeef8578f74690e9079267c1c8bd7dc5cc5aa065ae52", - "sha256:c1f25b252d2c87088abc8bbc4f1ecbf7c919e05508a7e8628e6875c40bc70923", - "sha256:c3a5cbc620e1e17009f30dd34cb0d85c987afd21c41a74352d1719be33380885", - "sha256:ce8613beaffc7c14f091497346ef117c1798c202b01153a8cc7b8e2ebaaf41c0", - "sha256:d2a27aca5597c8a71abbe10209184e1a8e91c1fd470b5070a2ea60cafec35bcd", - "sha256:dad9c385ba8ee025bb0d856714f71d7840020fe176ae0229de618f14dae7a6e2", - "sha256:db4b65b02f59035037fde0998974d84244a64c3265bdef32a827ab9b63d61b18", - "sha256:e09469a2cec88fb7b078e16d4adec594414397e8879a4341c6ace96013463d5b", - "sha256:e53dc41cda40b248ebc40b83b31516487f7db95ab8ceac1f042626bc43a2f992", - "sha256:f1e85a178384bf19e36779d91ff35c7617c885da487d689b05c1366f9933ad74", - "sha256:f47be41843200f7faec0683ad751e5ef11b9a56a220d57f300376cd8aba81660", - "sha256:fb0cef872d8193e487fc6bdb08559c3aa41b659a7d9be48b2e10747f47863925", - "sha256:ffc73996c4fca3d2b6c1c8c12bfd3ad00def8621da24f547626bf06441400449" + "sha256:0270572b8bd2c833c3981724b8ee9747b3ec96f699a9665470018594301439ee", + "sha256:111a0d8553afcf8eb02a4fea6ca4f59d48ddb34497aa8706a6cf536f1a5ec576", + "sha256:16a48c23a62a2f4a285699dba2e4ff2d1cff3115b9df052cdd976a18856d8e3d", + "sha256:1b95b98b0d2af784078fa69f637135e3c317091b615cd0905f8b8a087e86fa30", + "sha256:1f71c10d1e88467126f0efd484bd44bca5e14c664ec2ede64c32f20875c0d413", + "sha256:2424ff4c4ac7f6b8177b53c17ed5d8fa74ae5955656867f5a8affaca36a27abb", + "sha256:2bce03af1ce5a5567ab89bd90d11e7bbdff56b8af3acbbec1faded8f44cb06da", + "sha256:329906dcc7b20ff3cad13c069a78124ed8247adcac44b10bea1130e36caae0b4", + "sha256:37dd623507659e08be98eec89323469e8c7b4c1407c85112634ae3dbdb926fdd", + "sha256:3eaafe47ec0d0ffcc9349e1708be2aaea4c6dd4978d76bf6eb0cb2c13636c6fc", + "sha256:5e6275c09d2badf57aea3afa80d975444f4be8d3bc58f7f80d2a484c6f9485c8", + "sha256:6fe07eec95dfd477eb9530aef5bead34fec819b3aaf6c5bd6d20565da607bfe1", + "sha256:7367d7b2eca6513681127ebad53b2582911d1736dc2ffc19f2c3ae49997496bc", + "sha256:7cde5f38e614f55e28d831754e8a3bacf9ace5d1566235e39d91b35502d6936e", + "sha256:9481ffe3cf013b71b2428b905c4f7a9a4f76ec03065b05ff499bb5682a8d9ad8", + "sha256:98d8dc6d012b82287f2c3d26ce1d2dd130ec200c8679b6213b3c73c08b2b7940", + "sha256:a011a644f6d7d03736214d38832e030d8268bcff4a41f728e6030325fea3e400", + "sha256:a2913c5375154b6ef2e91c10b5720ea6e21007412f6437504ffea2109b5a33d7", + "sha256:a30596bae9403a342c978fb47d9b0ee277699fa53bbafad14706af51fe543d16", + "sha256:b03c2ae5d2f0fc05f9a2c0c997e1bc18c8229f392234e8a0194f202169ccd278", + "sha256:b6cd2203306b63e41acdf39aa93b86fb566049aeb6dc489b70e34bcd07adca74", + "sha256:b7ffe927ee6531c78f81aa17e684e2ff617daeba7f189f911065b2ea2d526dec", + "sha256:b8cac287fafc4ad485b8a9b67d0ee80c66bf3574f655d3b97ef2e1082360faf1", + "sha256:ba334e6e4b1d92442b75ddacc615c5476d4ad55cc29b15d590cc6b86efa487e2", + "sha256:ba3e4a42397c25b7ff88cdec6e2a16c2be18720f317506ee25210f6d31925f9c", + "sha256:c41fb5e6a5fe9ebcd58ca3abfeb51dffb5d83d6775405305bfa8715b76521922", + "sha256:cd2030f6650c089aeb304cf093f3244d34745ce0cfcc39f20c6fbfe030102e2a", + "sha256:cd65d75953847815962c84a4654a84850b2bb4aed3f26fadcc1c13892e1e29f6", + "sha256:e4985a790f921508f36f81831817cbc03b102d643b5fcb81cd33df3fa291a1a1", + "sha256:e807b3188f9eb0eaa7bbb579b462c5ace579f1cedb28107ce8b48a9f7ad3679e", + "sha256:f12764b8fffc7a123f641d7d049d382b73f96a34117e0b637b80643169cec8ac", + "sha256:f8837fe1d6ac4a8052a9a8ddab256bc006242696f03368a4009be7ee3075cdb7" ], - "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==42.0.4" + "version": "==42.0.5" }, "dateparser": { "hashes": [ @@ -755,11 +754,11 @@ }, "httpcore": { "hashes": [ - "sha256:096cc05bca73b8e459a1fc3dcf585148f63e534eae4339559c9b8a8d6399acc7", - "sha256:9fc092e4799b26174648e54b74ed5f683132a464e95643b226e00c2ed2fa6535" + "sha256:ac418c1db41bade2ad53ae2f3834a3a0f5ae76b56cf5aa497d2d033384fc7d73", + "sha256:cb2839ccfcba0d2d3c1131d3c3e26dfc327326fbe7a5dc0dbfe9f6c9151bb022" ], "markers": "python_version >= '3.8'", - "version": "==1.0.2" + "version": "==1.0.4" }, "httptools": { "hashes": [ @@ -807,11 +806,11 @@ "http2" ], "hashes": [ - "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf", - "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd" + "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5", + "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5" ], "markers": "python_version >= '3.9'", - "version": "==0.26.0" + "version": "==0.27.0" }, "humanize": { "hashes": [ @@ -1007,65 +1006,66 @@ }, "msgpack": { "hashes": [ - "sha256:04ad6069c86e531682f9e1e71b71c1c3937d6014a7c3e9edd2aa81ad58842862", - "sha256:0bfdd914e55e0d2c9e1526de210f6fe8ffe9705f2b1dfcc4aecc92a4cb4b533d", - "sha256:1dc93e8e4653bdb5910aed79f11e165c85732067614f180f70534f056da97db3", - "sha256:1e2d69948e4132813b8d1131f29f9101bc2c915f26089a6d632001a5c1349672", - "sha256:235a31ec7db685f5c82233bddf9858748b89b8119bf4538d514536c485c15fe0", - "sha256:27dcd6f46a21c18fa5e5deed92a43d4554e3df8d8ca5a47bf0615d6a5f39dbc9", - "sha256:28efb066cde83c479dfe5a48141a53bc7e5f13f785b92ddde336c716663039ee", - "sha256:3476fae43db72bd11f29a5147ae2f3cb22e2f1a91d575ef130d2bf49afd21c46", - "sha256:36e17c4592231a7dbd2ed09027823ab295d2791b3b1efb2aee874b10548b7524", - "sha256:384d779f0d6f1b110eae74cb0659d9aa6ff35aaf547b3955abf2ab4c901c4819", - "sha256:38949d30b11ae5f95c3c91917ee7a6b239f5ec276f271f28638dec9156f82cfc", - "sha256:3967e4ad1aa9da62fd53e346ed17d7b2e922cba5ab93bdd46febcac39be636fc", - "sha256:3e7bf4442b310ff154b7bb9d81eb2c016b7d597e364f97d72b1acc3817a0fdc1", - "sha256:3f0c8c6dfa6605ab8ff0611995ee30d4f9fcff89966cf562733b4008a3d60d82", - "sha256:484ae3240666ad34cfa31eea7b8c6cd2f1fdaae21d73ce2974211df099a95d81", - "sha256:4a7b4f35de6a304b5533c238bee86b670b75b03d31b7797929caa7a624b5dda6", - "sha256:4cb14ce54d9b857be9591ac364cb08dc2d6a5c4318c1182cb1d02274029d590d", - "sha256:4e71bc4416de195d6e9b4ee93ad3f2f6b2ce11d042b4d7a7ee00bbe0358bd0c2", - "sha256:52700dc63a4676669b341ba33520f4d6e43d3ca58d422e22ba66d1736b0a6e4c", - "sha256:572efc93db7a4d27e404501975ca6d2d9775705c2d922390d878fcf768d92c87", - "sha256:576eb384292b139821c41995523654ad82d1916da6a60cff129c715a6223ea84", - "sha256:5b0bf0effb196ed76b7ad883848143427a73c355ae8e569fa538365064188b8e", - "sha256:5b6ccc0c85916998d788b295765ea0e9cb9aac7e4a8ed71d12e7d8ac31c23c95", - "sha256:5ed82f5a7af3697b1c4786053736f24a0efd0a1b8a130d4c7bfee4b9ded0f08f", - "sha256:6d4c80667de2e36970ebf74f42d1088cc9ee7ef5f4e8c35eee1b40eafd33ca5b", - "sha256:730076207cb816138cf1af7f7237b208340a2c5e749707457d70705715c93b93", - "sha256:7687e22a31e976a0e7fc99c2f4d11ca45eff652a81eb8c8085e9609298916dcf", - "sha256:822ea70dc4018c7e6223f13affd1c5c30c0f5c12ac1f96cd8e9949acddb48a61", - "sha256:84b0daf226913133f899ea9b30618722d45feffa67e4fe867b0b5ae83a34060c", - "sha256:85765fdf4b27eb5086f05ac0491090fc76f4f2b28e09d9350c31aac25a5aaff8", - "sha256:8dd178c4c80706546702c59529ffc005681bd6dc2ea234c450661b205445a34d", - "sha256:8f5b234f567cf76ee489502ceb7165c2a5cecec081db2b37e35332b537f8157c", - "sha256:98bbd754a422a0b123c66a4c341de0474cad4a5c10c164ceed6ea090f3563db4", - "sha256:993584fc821c58d5993521bfdcd31a4adf025c7d745bbd4d12ccfecf695af5ba", - "sha256:a40821a89dc373d6427e2b44b572efc36a2778d3f543299e2f24eb1a5de65415", - "sha256:b291f0ee7961a597cbbcc77709374087fa2a9afe7bdb6a40dbbd9b127e79afee", - "sha256:b573a43ef7c368ba4ea06050a957c2a7550f729c31f11dd616d2ac4aba99888d", - "sha256:b610ff0f24e9f11c9ae653c67ff8cc03c075131401b3e5ef4b82570d1728f8a9", - "sha256:bdf38ba2d393c7911ae989c3bbba510ebbcdf4ecbdbfec36272abe350c454075", - "sha256:bfef2bb6ef068827bbd021017a107194956918ab43ce4d6dc945ffa13efbc25f", - "sha256:cab3db8bab4b7e635c1c97270d7a4b2a90c070b33cbc00c99ef3f9be03d3e1f7", - "sha256:cb70766519500281815dfd7a87d3a178acf7ce95390544b8c90587d76b227681", - "sha256:cca1b62fe70d761a282496b96a5e51c44c213e410a964bdffe0928e611368329", - "sha256:ccf9a39706b604d884d2cb1e27fe973bc55f2890c52f38df742bc1d79ab9f5e1", - "sha256:dc43f1ec66eb8440567186ae2f8c447d91e0372d793dfe8c222aec857b81a8cf", - "sha256:dd632777ff3beaaf629f1ab4396caf7ba0bdd075d948a69460d13d44357aca4c", - "sha256:e45ae4927759289c30ccba8d9fdce62bb414977ba158286b5ddaf8df2cddb5c5", - "sha256:e50ebce52f41370707f1e21a59514e3375e3edd6e1832f5e5235237db933c98b", - "sha256:ebbbba226f0a108a7366bf4b59bf0f30a12fd5e75100c630267d94d7f0ad20e5", - "sha256:ec79ff6159dffcc30853b2ad612ed572af86c92b5168aa3fc01a67b0fa40665e", - "sha256:f0936e08e0003f66bfd97e74ee530427707297b0d0361247e9b4f59ab78ddc8b", - "sha256:f26a07a6e877c76a88e3cecac8531908d980d3d5067ff69213653649ec0f60ad", - "sha256:f64e376cd20d3f030190e8c32e1c64582eba56ac6dc7d5b0b49a9d44021b52fd", - "sha256:f6ffbc252eb0d229aeb2f9ad051200668fc3a9aaa8994e49f0cb2ffe2b7867e7", - "sha256:f9a7c509542db4eceed3dcf21ee5267ab565a83555c9b88a8109dcecc4709002", - "sha256:ff1d0899f104f3921d94579a5638847f783c9b04f2d5f229392ca77fba5b82fc" + "sha256:00e073efcba9ea99db5acef3959efa45b52bc67b61b00823d2a1a6944bf45982", + "sha256:0726c282d188e204281ebd8de31724b7d749adebc086873a59efb8cf7ae27df3", + "sha256:0ceea77719d45c839fd73abcb190b8390412a890df2f83fb8cf49b2a4b5c2f40", + "sha256:114be227f5213ef8b215c22dde19532f5da9652e56e8ce969bf0a26d7c419fee", + "sha256:13577ec9e247f8741c84d06b9ece5f654920d8365a4b636ce0e44f15e07ec693", + "sha256:1876b0b653a808fcd50123b953af170c535027bf1d053b59790eebb0aeb38950", + "sha256:1ab0bbcd4d1f7b6991ee7c753655b481c50084294218de69365f8f1970d4c151", + "sha256:1cce488457370ffd1f953846f82323cb6b2ad2190987cd4d70b2713e17268d24", + "sha256:24f727df1e20b9876fa6e95f840a2a2651e34c0ad147676356f4bf5fbb0206ca", + "sha256:26ee97a8261e6e35885c2ecd2fd4a6d38252246f94a2aec23665a4e66d066305", + "sha256:3528807cbbb7f315bb81959d5961855e7ba52aa60a3097151cb21956fbc7502b", + "sha256:374a8e88ddab84b9ada695d255679fb99c53513c0a51778796fcf0944d6c789c", + "sha256:376081f471a2ef24828b83a641a02c575d6103a3ad7fd7dade5486cad10ea659", + "sha256:3923a1778f7e5ef31865893fdca12a8d7dc03a44b33e2a5f3295416314c09f5d", + "sha256:4916727e31c28be8beaf11cf117d6f6f188dcc36daae4e851fee88646f5b6b18", + "sha256:493c5c5e44b06d6c9268ce21b302c9ca055c1fd3484c25ba41d34476c76ee746", + "sha256:505fe3d03856ac7d215dbe005414bc28505d26f0c128906037e66d98c4e95868", + "sha256:5845fdf5e5d5b78a49b826fcdc0eb2e2aa7191980e3d2cfd2a30303a74f212e2", + "sha256:5c330eace3dd100bdb54b5653b966de7f51c26ec4a7d4e87132d9b4f738220ba", + "sha256:5dbf059fb4b7c240c873c1245ee112505be27497e90f7c6591261c7d3c3a8228", + "sha256:5e390971d082dba073c05dbd56322427d3280b7cc8b53484c9377adfbae67dc2", + "sha256:5fbb160554e319f7b22ecf530a80a3ff496d38e8e07ae763b9e82fadfe96f273", + "sha256:64d0fcd436c5683fdd7c907eeae5e2cbb5eb872fafbc03a43609d7941840995c", + "sha256:69284049d07fce531c17404fcba2bb1df472bc2dcdac642ae71a2d079d950653", + "sha256:6a0e76621f6e1f908ae52860bdcb58e1ca85231a9b0545e64509c931dd34275a", + "sha256:73ee792784d48aa338bba28063e19a27e8d989344f34aad14ea6e1b9bd83f596", + "sha256:74398a4cf19de42e1498368c36eed45d9528f5fd0155241e82c4082b7e16cffd", + "sha256:7938111ed1358f536daf311be244f34df7bf3cdedb3ed883787aca97778b28d8", + "sha256:82d92c773fbc6942a7a8b520d22c11cfc8fd83bba86116bfcf962c2f5c2ecdaa", + "sha256:83b5c044f3eff2a6534768ccfd50425939e7a8b5cf9a7261c385de1e20dcfc85", + "sha256:8db8e423192303ed77cff4dce3a4b88dbfaf43979d280181558af5e2c3c71afc", + "sha256:9517004e21664f2b5a5fd6333b0731b9cf0817403a941b393d89a2f1dc2bd836", + "sha256:95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3", + "sha256:99881222f4a8c2f641f25703963a5cefb076adffd959e0558dc9f803a52d6a58", + "sha256:9ee32dcb8e531adae1f1ca568822e9b3a738369b3b686d1477cbc643c4a9c128", + "sha256:a22e47578b30a3e199ab067a4d43d790249b3c0587d9a771921f86250c8435db", + "sha256:b5505774ea2a73a86ea176e8a9a4a7c8bf5d521050f0f6f8426afe798689243f", + "sha256:bd739c9251d01e0279ce729e37b39d49a08c0420d3fee7f2a4968c0576678f77", + "sha256:d16a786905034e7e34098634b184a7d81f91d4c3d246edc6bd7aefb2fd8ea6ad", + "sha256:d3420522057ebab1728b21ad473aa950026d07cb09da41103f8e597dfbfaeb13", + "sha256:d56fd9f1f1cdc8227d7b7918f55091349741904d9520c65f0139a9755952c9e8", + "sha256:d661dc4785affa9d0edfdd1e59ec056a58b3dbb9f196fa43587f3ddac654ac7b", + "sha256:dfe1f0f0ed5785c187144c46a292b8c34c1295c01da12e10ccddfc16def4448a", + "sha256:e1dd7839443592d00e96db831eddb4111a2a81a46b028f0facd60a09ebbdd543", + "sha256:e2872993e209f7ed04d963e4b4fbae72d034844ec66bc4ca403329db2074377b", + "sha256:e2f879ab92ce502a1e65fce390eab619774dda6a6ff719718069ac94084098ce", + "sha256:e3aa7e51d738e0ec0afbed661261513b38b3014754c9459508399baf14ae0c9d", + "sha256:e532dbd6ddfe13946de050d7474e3f5fb6ec774fbb1a188aaf469b08cf04189a", + "sha256:e6b7842518a63a9f17107eb176320960ec095a8ee3b4420b5f688e24bf50c53c", + "sha256:e75753aeda0ddc4c28dce4c32ba2f6ec30b1b02f6c0b14e547841ba5b24f753f", + "sha256:eadb9f826c138e6cf3c49d6f8de88225a3c0ab181a9b4ba792e006e5292d150e", + "sha256:ed59dd52075f8fc91da6053b12e8c89e37aa043f8986efd89e61fae69dc1b011", + "sha256:ef254a06bcea461e65ff0373d8a0dd1ed3aa004af48839f002a0c994a6f72d04", + "sha256:f3709997b228685fe53e8c433e2df9f0cdb5f4542bd5114ed17ac3c0129b0480", + "sha256:f51bab98d52739c50c56658cc303f190785f9a2cd97b823357e7aeae54c8f68a", + "sha256:f9904e24646570539a8950400602d66d2b2c492b9010ea7e965025cb71d0c86d", + "sha256:f9af38a89b6a5c04b7d18c492c8ccf2aee7048aff1ce8437c4683bb5a1df893d" ], "markers": "python_version >= '3.8'", - "version": "==1.0.7" + "version": "==1.0.8" }, "mysqlclient": { "hashes": [ @@ -1186,41 +1186,44 @@ }, "pikepdf": { "hashes": [ - "sha256:0586b9aec4f78a4f6ab2497b47639744ce47b7ad9b96e149194b7ada2d34b848", - "sha256:0718f822dd75574e8c015983d870d8336fe7e62d20f1f726e86fc3156d62c921", - "sha256:0c7b1404f9c7714377c3df7c756cff03ac237b2bf3273c1193d0a1849e1b83f0", - "sha256:119c18de07040cbbdf9f06a3a06fe89c8f321d3386fb96b2f68455bb2f7cab46", - "sha256:19867ff1c4db1da7a74aad0fc9455a6ca1b7a45ee460c1e7fce1dd1962c0251d", - "sha256:238cce9d9bbda606eb7050096251753b32f84c758633212d62ed5f1ecf8f5091", - "sha256:32b033345d0979e8a0dfd7c3af76013b3a3632da50d419545d012535f0cfd3e1", - "sha256:4802e48046a059b26949b16c53adb9ce8c0137a265cb8b1083957a3fadc0418b", - "sha256:480c69fabe958b56843dc38953c8568a4da2cc819d88b3b1080a470c114e622a", - "sha256:485760bb22bcf25f338ab7dc003e6b5f522783f5f00bab0079ea3383152b2d98", - "sha256:54eeaeaa4bdca7320511f00f403ea1ae33ef2e006fd5b5c2b92d92ab7eb77641", - "sha256:5f09c4263bfcad2ba9836b578c42218d6d8cf751331f5cc9639b68d60ab7a05d", - "sha256:711064313c00a5dccc5306877844f4e12b33355a9f496d870158d7f906330fd2", - "sha256:7209d3cb07d238ef81d438644363a19974697ab6c0d3360292c3c1cb4f2915e6", - "sha256:73fdaa359262feda7f62aa87bfb97c66f9a30d80bcb592d2c4c5e7714f2ab30e", - "sha256:744903f2a34f8feeb781e3e5ca86b3ea60aae92246c9085392666eaa878ca7fc", - "sha256:75de10328d6558e7821aadabb63cadbb40eec3cdc407b01ef990760343ad4305", - "sha256:78f0d79548e56636deb4749fb3fa73458dcdf86e634a1ce1b6e5155f97c4155f", - "sha256:7fd20e259c2192ca1b718d8f78bbeff1b37340b6a2c9764068c2112449895d85", - "sha256:8bc82d766f09fafd986d9410c7d53345b3e2963fe3253a9ba09b50812b60e9c4", - "sha256:93ba53c05d511a5e8a1d5ccf00b71a3c89e9285ec92e8f9a86995b022e667346", - "sha256:98c04283649b09c8c8d5f18389787dfe48224a3b99758d984ace9c1f1940dd33", - "sha256:9b2f8f518d7d4ee374deccc27cb65494c33cbc600885253e4454ab31dc466a04", - "sha256:9f2cff2ed901b5dd6ea704a24e88dfb9e3303019473ffc224d4d72a294e7c43b", - "sha256:b2d9957e188785a5913deedf6f12dc7eafb5764a3cc3996e044f0e9044b28889", - "sha256:b879e240b4d4b34822a0390fe4f30e6388d0f776e12376f043dc102fe11e9499", - "sha256:b8a91610cf07d29ef06992cdfae902fecef3712100f25796c553e1e3a0553a33", - "sha256:c1e13a4f4c7a596ad4157b93453de4dfcb7abc14c58ce9ee110b0e2ee7a0813e", - "sha256:c60e8b28b9e96137adc79eade42a764ff508291270e99ac84290808a85a12d94", - "sha256:d9ee83f20559c63413fed0059ea159a11116af098f976b8480e82018d954bba9", - "sha256:ea368bb11c1b57b773f349e8a1283617a66227a628f94023bb4a16ed53a1adf3", - "sha256:fc8dcbdb7ba95ef1e8318eb2ebd2869d53e9e9f8b81d9d7b7b5f9acbc4e6557b" + "sha256:0cad56309f0ca9702682be2bb2403e34d02edbb08a669c5a655622d40bb8ca0a", + "sha256:0f342b02f03bc18e0fd24be90be8d54801d1cff8178be214620d8220e6a17e59", + "sha256:157ecf18c43a8448bfbe4736d3e337f270e7deabf024497cbd087cccf06daf8f", + "sha256:22ce91e8fbb3ab7eb066a560db407215abe1f486a07843ff8e84e1585236aa85", + "sha256:26378e4a9d61bf00d839b637957e16d187f1207c23fa2ed1e2873f6d2d0e9d58", + "sha256:2a4c22fe09b39c58fc0669794e4ea27fabe1470db2fdffd62ed9fbedf9bb4ad0", + "sha256:2bd4435bfc757c515dc6932900d5d2cce7d911d034eff797440c3d78fa36fe46", + "sha256:32ad5105e84a8b5798bb41a05fb4dee033f10e31a074d6b1d095a5ca5985d05b", + "sha256:32c4ba17e4792d2505ae21bd27d99b728eba2c6ad16a1a9cfc0b77b52f9b413d", + "sha256:3344d99381ea75cb6b5cff5a7c6544f5d3bfac6ea784b4c493467b3577449ad1", + "sha256:3bbd79c7cd6630361d83e75132aeaf3a64ceb837f82870bafdc210a31e3d917a", + "sha256:3c24e413b7e9cc16d219c7892fed067894fc296c4408222f2fe015d04256bc10", + "sha256:44cb27be26883d604193c49219185d2488cb2c270e61f785091bcebd887785d3", + "sha256:4c70b6f864f8b2a8cc248c395e7420a338fffd39a5fbd72f4497edc80958100e", + "sha256:55e0c6f5fdd2cb5ca9dc0ada5064a02404bc03ff504b70a0686aedd74ee41d41", + "sha256:61fd4c2204836ae04dbc1b1439a47083fe4b31c6e29622cc5b84f57426dd4a57", + "sha256:6504db23601710ab7e80b5ade84d97440532c156ce0f8bdbfafcbb0a806018df", + "sha256:65d89d269c4e43e00d4de1db7313cb6813a0c88ce89a4b60d84c414cb8cd17d2", + "sha256:6ac4d03a0f7f7b982169af828ab702914a5f6fd947ead1cb400c9091c384c2c2", + "sha256:76cc1941d0df4f70e41db5548d557be9131161bd29833b86158e7ba725e592c1", + "sha256:80eb3fa37bc18d8481bc41840cfb7dcf2aa588d648205cc4b539796d7bd5a543", + "sha256:88f354c4495dff95f99af284d00af4aa12060bc5db334946deb969ee99a4f9a6", + "sha256:8cc9bbcd13d99a3cd59a58c4f40f601124e62ada32914be89d4aa96b36475779", + "sha256:99e99d638466258e97de4cac07ab7f624fbf9b06b52dda23829e2aea07e449f3", + "sha256:9d3741bc7f325a445045894379a6450535eb906ccdb2875671318832a98f4792", + "sha256:a3aab6e35819a8242ee81c4e62d1b39cfa085ace533ab921f45865fb02bed3c8", + "sha256:a3e1454a8346a98b8296a7e91cf23cb8f0947bcc1ff50ec6c086ec31225cfb46", + "sha256:a54f2e40054ae8d6931552b41f721909b6c2efbc9f04e09ba549f65374919d57", + "sha256:bde6a1ad51b82edd2e627e50a83caf3b8e280cfdfa4f35ffc740eaad76f66772", + "sha256:bf07f10682d1636a55230c01e1a7f8d6ab3ad189df1341fd5554fc978c219f0e", + "sha256:c40f5ab91151fe29020d0ad9ceabe194fea35276276c6ee7ee73038d55b2af77", + "sha256:c8a21a0f96e0071651de90bf5c751513c88b6d77bc5a097a3eefa3ad5283d5ee", + "sha256:e83d4c4d1a537a77537db471f718a18901e58830638878e329848f2c796717af", + "sha256:ee3f79165fea8e443609925b457fc1eec438e7cac317a57e5c1d7409e2db92a3", + "sha256:f933dc6343c8a2aa01a8ed61f9961428e1958ada13c828418010c0b3e763663c" ], "markers": "python_version >= '3.8'", - "version": "==8.12.0" + "version": "==8.13.0" }, "pillow": { "hashes": [ @@ -1314,11 +1317,11 @@ }, "prometheus-client": { "hashes": [ - "sha256:4585b0d1223148c27a225b10dbec5ae9bc4c81a99a3fa80774fa6209935324e1", - "sha256:c88b1e6ecf6b41cd8fb5731c7ae919bf66df6ec6fafa555cd6c0e16ca169ae92" + "sha256:287629d00b147a32dcb2be0b9df905da599b2d82f80377083ec8463309a4bb89", + "sha256:cde524a85bce83ca359cc837f28b8c0db5cac7aa653a588fd7e84ba061c329e7" ], "markers": "python_version >= '3.8'", - "version": "==0.19.0" + "version": "==0.20.0" }, "prompt-toolkit": { "hashes": [ @@ -1602,7 +1605,6 @@ "sha256:3f82cc80d350e93042c8e6e7a5d0596e4dd68715babffba79492733e1f367037", "sha256:4caa8e1fcb6f3c0ef28dba99535101d80934b7d4cd541bbb47f4a3826ee472d1" ], - "index": "pypi", "markers": "python_version >= '3.7'", "version": "==5.0.2" }, @@ -1707,11 +1709,11 @@ }, "reportlab": { "hashes": [ - "sha256:c9656216321897486e323be138f7aea67851cedc116b8cc35f8ec7f8cc763538", - "sha256:f32bff66a0fda234202e1e33eaf77f25008871a61cb01cd91584a521a04c0047" + "sha256:28a40d5000afbd8ccae15a47f7abe2841768461354bede1a9d42841132997c98", + "sha256:3a99faf412691159c068b3ff01c15307ce2fd2cf6b860199434874e002040a84" ], "markers": "python_version >= '3.7' and python_version < '4'", - "version": "==4.0.9" + "version": "==4.1.0" }, "requests": { "hashes": [ @@ -1731,11 +1733,11 @@ }, "rich": { "hashes": [ - "sha256:5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa", - "sha256:6da14c108c4866ee9520bbffa71f6fe3962e193b7da68720583850cd4548e235" + "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222", + "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432" ], "markers": "python_full_version >= '3.7.0'", - "version": "==13.7.0" + "version": "==13.7.1" }, "scikit-learn": { "hashes": [ @@ -1901,11 +1903,11 @@ }, "sniffio": { "hashes": [ - "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101", - "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" + "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", + "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" ], "markers": "python_version >= '3.7'", - "version": "==1.3.0" + "version": "==1.3.1" }, "sqlparse": { "hashes": [ @@ -1968,11 +1970,11 @@ }, "tzdata": { "hashes": [ - "sha256:aa3ace4329eeacda5b7beb7ea08ece826c28d761cda36e747cfbf97996d39bf3", - "sha256:dd54c94f294765522c77399649b4fefd95522479a664a0cec87f41bebc6148c9" + "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd", + "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252" ], "markers": "python_version >= '2'", - "version": "==2023.4" + "version": "==2024.1" }, "tzlocal": { "hashes": [ @@ -1984,11 +1986,11 @@ }, "urllib3": { "hashes": [ - "sha256:051d961ad0c62a94e50ecf1af379c3aba230c66c710493493560c0c223c49f20", - "sha256:ce3711610ddce217e6d113a2732fafad960a03fd0318c91faa79481e35c11224" + "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d", + "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" ], "markers": "python_version >= '3.8'", - "version": "==2.2.0" + "version": "==2.2.1" }, "uvicorn": { "extras": [ @@ -2706,61 +2708,61 @@ "toml" ], "hashes": [ - "sha256:0193657651f5399d433c92f8ae264aff31fc1d066deee4b831549526433f3f61", - "sha256:02f2edb575d62172aa28fe00efe821ae31f25dc3d589055b3fb64d51e52e4ab1", - "sha256:0491275c3b9971cdbd28a4595c2cb5838f08036bca31765bad5e17edf900b2c7", - "sha256:077d366e724f24fc02dbfe9d946534357fda71af9764ff99d73c3c596001bbd7", - "sha256:10e88e7f41e6197ea0429ae18f21ff521d4f4490aa33048f6c6f94c6045a6a75", - "sha256:18e961aa13b6d47f758cc5879383d27b5b3f3dcd9ce8cdbfdc2571fe86feb4dd", - "sha256:1a78b656a4d12b0490ca72651fe4d9f5e07e3c6461063a9b6265ee45eb2bdd35", - "sha256:1ed4b95480952b1a26d863e546fa5094564aa0065e1e5f0d4d0041f293251d04", - "sha256:23b27b8a698e749b61809fb637eb98ebf0e505710ec46a8aa6f1be7dc0dc43a6", - "sha256:23f5881362dcb0e1a92b84b3c2809bdc90db892332daab81ad8f642d8ed55042", - "sha256:32a8d985462e37cfdab611a6f95b09d7c091d07668fdc26e47a725ee575fe166", - "sha256:3468cc8720402af37b6c6e7e2a9cdb9f6c16c728638a2ebc768ba1ef6f26c3a1", - "sha256:379d4c7abad5afbe9d88cc31ea8ca262296480a86af945b08214eb1a556a3e4d", - "sha256:3cacfaefe6089d477264001f90f55b7881ba615953414999c46cc9713ff93c8c", - "sha256:3e3424c554391dc9ef4a92ad28665756566a28fecf47308f91841f6c49288e66", - "sha256:46342fed0fff72efcda77040b14728049200cbba1279e0bf1188f1f2078c1d70", - "sha256:536d609c6963c50055bab766d9951b6c394759190d03311f3e9fcf194ca909e1", - "sha256:5d6850e6e36e332d5511a48a251790ddc545e16e8beaf046c03985c69ccb2676", - "sha256:6008adeca04a445ea6ef31b2cbaf1d01d02986047606f7da266629afee982630", - "sha256:64e723ca82a84053dd7bfcc986bdb34af8d9da83c521c19d6b472bc6880e191a", - "sha256:6b00e21f86598b6330f0019b40fb397e705135040dbedc2ca9a93c7441178e74", - "sha256:6d224f0c4c9c98290a6990259073f496fcec1b5cc613eecbd22786d398ded3ad", - "sha256:6dceb61d40cbfcf45f51e59933c784a50846dc03211054bd76b421a713dcdf19", - "sha256:7ac8f8eb153724f84885a1374999b7e45734bf93a87d8df1e7ce2146860edef6", - "sha256:85ccc5fa54c2ed64bd91ed3b4a627b9cce04646a659512a051fa82a92c04a448", - "sha256:869b5046d41abfea3e381dd143407b0d29b8282a904a19cb908fa24d090cc018", - "sha256:8bdb0285a0202888d19ec6b6d23d5990410decb932b709f2b0dfe216d031d218", - "sha256:8dfc5e195bbef80aabd81596ef52a1277ee7143fe419efc3c4d8ba2754671756", - "sha256:8e738a492b6221f8dcf281b67129510835461132b03024830ac0e554311a5c54", - "sha256:918440dea04521f499721c039863ef95433314b1db00ff826a02580c1f503e45", - "sha256:9641e21670c68c7e57d2053ddf6c443e4f0a6e18e547e86af3fad0795414a628", - "sha256:9d2f9d4cc2a53b38cabc2d6d80f7f9b7e3da26b2f53d48f05876fef7956b6968", - "sha256:a07f61fc452c43cd5328b392e52555f7d1952400a1ad09086c4a8addccbd138d", - "sha256:a3277f5fa7483c927fe3a7b017b39351610265308f5267ac6d4c2b64cc1d8d25", - "sha256:a4a3907011d39dbc3e37bdc5df0a8c93853c369039b59efa33a7b6669de04c60", - "sha256:aeb2c2688ed93b027eb0d26aa188ada34acb22dceea256d76390eea135083950", - "sha256:b094116f0b6155e36a304ff912f89bbb5067157aff5f94060ff20bbabdc8da06", - "sha256:b8ffb498a83d7e0305968289441914154fb0ef5d8b3157df02a90c6695978295", - "sha256:b9bb62fac84d5f2ff523304e59e5c439955fb3b7f44e3d7b2085184db74d733b", - "sha256:c61f66d93d712f6e03369b6a7769233bfda880b12f417eefdd4f16d1deb2fc4c", - "sha256:ca6e61dc52f601d1d224526360cdeab0d0712ec104a2ce6cc5ccef6ed9a233bc", - "sha256:ca7b26a5e456a843b9b6683eada193fc1f65c761b3a473941efe5a291f604c74", - "sha256:d12c923757de24e4e2110cf8832d83a886a4cf215c6e61ed506006872b43a6d1", - "sha256:d17bbc946f52ca67adf72a5ee783cd7cd3477f8f8796f59b4974a9b59cacc9ee", - "sha256:dfd1e1b9f0898817babf840b77ce9fe655ecbe8b1b327983df485b30df8cc011", - "sha256:e0860a348bf7004c812c8368d1fc7f77fe8e4c095d661a579196a9533778e156", - "sha256:f2f5968608b1fe2a1d00d01ad1017ee27efd99b3437e08b83ded9b7af3f6f766", - "sha256:f3771b23bb3675a06f5d885c3630b1d01ea6cac9e84a01aaf5508706dba546c5", - "sha256:f68ef3660677e6624c8cace943e4765545f8191313a07288a53d3da188bd8581", - "sha256:f86f368e1c7ce897bf2457b9eb61169a44e2ef797099fb5728482b8d69f3f016", - "sha256:f90515974b39f4dea2f27c0959688621b46d96d5a626cf9c53dbc653a895c05c", - "sha256:fe558371c1bdf3b8fa03e097c523fb9645b8730399c14fe7721ee9c9e2a545d3" + "sha256:0209a6369ccce576b43bb227dc8322d8ef9e323d089c6f3f26a597b09cb4d2aa", + "sha256:062b0a75d9261e2f9c6d071753f7eef0fc9caf3a2c82d36d76667ba7b6470003", + "sha256:0842571634f39016a6c03e9d4aba502be652a6e4455fadb73cd3a3a49173e38f", + "sha256:16bae383a9cc5abab9bb05c10a3e5a52e0a788325dc9ba8499e821885928968c", + "sha256:18c7320695c949de11a351742ee001849912fd57e62a706d83dfc1581897fa2e", + "sha256:18d90523ce7553dd0b7e23cbb28865db23cddfd683a38fb224115f7826de78d0", + "sha256:1bf25fbca0c8d121a3e92a2a0555c7e5bc981aee5c3fdaf4bb7809f410f696b9", + "sha256:276f6077a5c61447a48d133ed13e759c09e62aff0dc84274a68dc18660104d52", + "sha256:280459f0a03cecbe8800786cdc23067a8fc64c0bd51dc614008d9c36e1659d7e", + "sha256:28ca2098939eabab044ad68850aac8f8db6bf0b29bc7f2887d05889b17346454", + "sha256:2c854ce44e1ee31bda4e318af1dbcfc929026d12c5ed030095ad98197eeeaed0", + "sha256:35eb581efdacf7b7422af677b92170da4ef34500467381e805944a3201df2079", + "sha256:37389611ba54fd6d278fde86eb2c013c8e50232e38f5c68235d09d0a3f8aa352", + "sha256:3b253094dbe1b431d3a4ac2f053b6d7ede2664ac559705a704f621742e034f1f", + "sha256:3b2eccb883368f9e972e216c7b4c7c06cabda925b5f06dde0650281cb7666a30", + "sha256:451f433ad901b3bb00184d83fd83d135fb682d780b38af7944c9faeecb1e0bfe", + "sha256:489763b2d037b164846ebac0cbd368b8a4ca56385c4090807ff9fad817de4113", + "sha256:4af154d617c875b52651dd8dd17a31270c495082f3d55f6128e7629658d63765", + "sha256:506edb1dd49e13a2d4cac6a5173317b82a23c9d6e8df63efb4f0380de0fbccbc", + "sha256:6679060424faa9c11808598504c3ab472de4531c571ab2befa32f4971835788e", + "sha256:69b9f6f66c0af29642e73a520b6fed25ff9fd69a25975ebe6acb297234eda501", + "sha256:6c00cdc8fa4e50e1cc1f941a7f2e3e0f26cb2a1233c9696f26963ff58445bac7", + "sha256:6c0cdedd3500e0511eac1517bf560149764b7d8e65cb800d8bf1c63ebf39edd2", + "sha256:708a3369dcf055c00ddeeaa2b20f0dd1ce664eeabde6623e516c5228b753654f", + "sha256:718187eeb9849fc6cc23e0d9b092bc2348821c5e1a901c9f8975df0bc785bfd4", + "sha256:767b35c3a246bcb55b8044fd3a43b8cd553dd1f9f2c1eeb87a302b1f8daa0524", + "sha256:77fbfc5720cceac9c200054b9fab50cb2a7d79660609200ab83f5db96162d20c", + "sha256:7cbde573904625509a3f37b6fecea974e363460b556a627c60dc2f47e2fffa51", + "sha256:8249b1c7334be8f8c3abcaaa996e1e4927b0e5a23b65f5bf6cfe3180d8ca7840", + "sha256:8580b827d4746d47294c0e0b92854c85a92c2227927433998f0d3320ae8a71b6", + "sha256:8640f1fde5e1b8e3439fe482cdc2b0bb6c329f4bb161927c28d2e8879c6029ee", + "sha256:9a9babb9466fe1da12417a4aed923e90124a534736de6201794a3aea9d98484e", + "sha256:a78ed23b08e8ab524551f52953a8a05d61c3a760781762aac49f8de6eede8c45", + "sha256:abbbd8093c5229c72d4c2926afaee0e6e3140de69d5dcd918b2921f2f0c8baba", + "sha256:ae7f19afe0cce50039e2c782bff379c7e347cba335429678450b8fe81c4ef96d", + "sha256:b3ec74cfef2d985e145baae90d9b1b32f85e1741b04cd967aaf9cfa84c1334f3", + "sha256:b51bfc348925e92a9bd9b2e48dad13431b57011fd1038f08316e6bf1df107d10", + "sha256:b9a4a8dd3dcf4cbd3165737358e4d7dfbd9d59902ad11e3b15eebb6393b0446e", + "sha256:ba3a8aaed13770e970b3df46980cb068d1c24af1a1968b7818b69af8c4347efb", + "sha256:c0524de3ff096e15fcbfe8f056fdb4ea0bf497d584454f344d59fce069d3e6e9", + "sha256:c0a120238dd71c68484f02562f6d446d736adcc6ca0993712289b102705a9a3a", + "sha256:cbbe5e739d45a52f3200a771c6d2c7acf89eb2524890a4a3aa1a7fa0695d2a47", + "sha256:ce8c50520f57ec57aa21a63ea4f325c7b657386b3f02ccaedeccf9ebe27686e1", + "sha256:cf30900aa1ba595312ae41978b95e256e419d8a823af79ce670835409fc02ad3", + "sha256:d25b937a5d9ffa857d41be042b4238dd61db888533b53bc76dc082cb5a15e914", + "sha256:d6cdecaedea1ea9e033d8adf6a0ab11107b49571bbb9737175444cea6eb72328", + "sha256:dec9de46a33cf2dd87a5254af095a409ea3bf952d85ad339751e7de6d962cde6", + "sha256:ebe7c9e67a2d15fa97b77ea6571ce5e1e1f6b0db71d1d5e96f8d2bf134303c1d", + "sha256:ee866acc0861caebb4f2ab79f0b94dbfbdbfadc19f82e6e9c93930f74e11d7a0", + "sha256:f6a09b360d67e589236a44f0c39218a8efba2593b6abdccc300a8862cffc2f94", + "sha256:fcc66e222cf4c719fe7722a403888b1f5e1682d1679bd780e2b26c18bb648cdc", + "sha256:fd6545d97c98a192c5ac995d21c894b581f1fd14cf389be90724d21808b657e2" ], "markers": "python_version >= '3.8'", - "version": "==7.4.1" + "version": "==7.4.3" }, "cryptography": { "hashes": [ @@ -2843,17 +2845,18 @@ }, "faker": { "hashes": [ - "sha256:60e89e5c0b584e285a7db05eceba35011a241954afdab2853cb246c8a56700a2", - "sha256:b7f76bb1b2ac4cdc54442d955e36e477c387000f31ce46887fb9722a041be60b" + "sha256:2456d674f40bd51eb3acbf85221277027822e529a90cc826453d9a25dff932b1", + "sha256:ea6f784c40730de0f77067e49e78cdd590efb00bec3d33f577492262206c17fc" ], "markers": "python_version >= '3.8'", - "version": "==23.1.0" + "version": "==24.0.0" }, "filelock": { "hashes": [ "sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e", "sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c" ], + "index": "pypi", "markers": "python_version >= '3.8'", "version": "==3.13.1" }, @@ -2888,7 +2891,7 @@ "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5", "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5" ], - "markers": "python_version >= '3.8'", + "markers": "python_version >= '3.9'", "version": "==0.27.0" }, "hyperlink": { @@ -3369,6 +3372,7 @@ "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], + "index": "pypi", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.9.0.post0" }, @@ -3457,7 +3461,6 @@ "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d", "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f" ], - "markers": "python_version >= '3.6'", "version": "==6.0.1" }, "pyyaml-env-tag": { @@ -3682,11 +3685,11 @@ "tls" ], "hashes": [ - "sha256:4ae8bce12999a35f7fe6443e7f1893e6fe09588c8d2bed9c35cdce8ff2d5b444", - "sha256:987847a0790a2c597197613686e2784fd54167df3a55d0fb17c8412305d76ce5" + "sha256:039f2e6a49ab5108abd94de187fa92377abe5985c7a72d68d0ad266ba19eae63", + "sha256:6b38b6ece7296b5e122c9eb17da2eeab3d98a198f50ca9efd00fb03e5b4fd4ae" ], "markers": "python_full_version >= '3.8.0'", - "version": "==23.10.0" + "version": "==24.3.0" }, "txaio": { "hashes": [ @@ -3752,6 +3755,7 @@ "sha256:f970663fa4f7e80401a7b0cbeec00fa801bf0287d93d48368fc3e6fa32716245", "sha256:f9b2fdca47dc855516b2d66eef3c39f2672cbf7e7a42e7e67ad2cbfcd6ba107d" ], + "index": "pypi", "markers": "python_version >= '3.8'", "version": "==4.0.0" }, @@ -3988,50 +3992,50 @@ }, "cryptography": { "hashes": [ - "sha256:087887e55e0b9c8724cf05361357875adb5c20dec27e5816b653492980d20380", - "sha256:09a77e5b2e8ca732a19a90c5bca2d124621a1edb5438c5daa2d2738bfeb02589", - "sha256:130c0f77022b2b9c99d8cebcdd834d81705f61c68e91ddd614ce74c657f8b3ea", - "sha256:141e2aa5ba100d3788c0ad7919b288f89d1fe015878b9659b307c9ef867d3a65", - "sha256:28cb2c41f131a5758d6ba6a0504150d644054fd9f3203a1e8e8d7ac3aea7f73a", - "sha256:2f9f14185962e6a04ab32d1abe34eae8a9001569ee4edb64d2304bf0d65c53f3", - "sha256:320948ab49883557a256eab46149df79435a22d2fefd6a66fe6946f1b9d9d008", - "sha256:36d4b7c4be6411f58f60d9ce555a73df8406d484ba12a63549c88bd64f7967f1", - "sha256:3b15c678f27d66d247132cbf13df2f75255627bcc9b6a570f7d2fd08e8c081d2", - "sha256:3dbd37e14ce795b4af61b89b037d4bc157f2cb23e676fa16932185a04dfbf635", - "sha256:4383b47f45b14459cab66048d384614019965ba6c1a1a141f11b5a551cace1b2", - "sha256:44c95c0e96b3cb628e8452ec060413a49002a247b2b9938989e23a2c8291fc90", - "sha256:4b063d3413f853e056161eb0c7724822a9740ad3caa24b8424d776cebf98e7ee", - "sha256:52ed9ebf8ac602385126c9a2fe951db36f2cb0c2538d22971487f89d0de4065a", - "sha256:55d1580e2d7e17f45d19d3b12098e352f3a37fe86d380bf45846ef257054b242", - "sha256:5ef9bc3d046ce83c4bbf4c25e1e0547b9c441c01d30922d812e887dc5f125c12", - "sha256:5fa82a26f92871eca593b53359c12ad7949772462f887c35edaf36f87953c0e2", - "sha256:61321672b3ac7aade25c40449ccedbc6db72c7f5f0fdf34def5e2f8b51ca530d", - "sha256:701171f825dcab90969596ce2af253143b93b08f1a716d4b2a9d2db5084ef7be", - "sha256:841ec8af7a8491ac76ec5a9522226e287187a3107e12b7d686ad354bb78facee", - "sha256:8a06641fb07d4e8f6c7dda4fc3f8871d327803ab6542e33831c7ccfdcb4d0ad6", - "sha256:8e88bb9eafbf6a4014d55fb222e7360eef53e613215085e65a13290577394529", - "sha256:a00aee5d1b6c20620161984f8ab2ab69134466c51f58c052c11b076715e72929", - "sha256:a047682d324ba56e61b7ea7c7299d51e61fd3bca7dad2ccc39b72bd0118d60a1", - "sha256:a7ef8dd0bf2e1d0a27042b231a3baac6883cdd5557036f5e8df7139255feaac6", - "sha256:ad28cff53f60d99a928dfcf1e861e0b2ceb2bc1f08a074fdd601b314e1cc9e0a", - "sha256:b9097a208875fc7bbeb1286d0125d90bdfed961f61f214d3f5be62cd4ed8a446", - "sha256:b97fe7d7991c25e6a31e5d5e795986b18fbbb3107b873d5f3ae6dc9a103278e9", - "sha256:e0ec52ba3c7f1b7d813cd52649a5b3ef1fc0d433219dc8c93827c57eab6cf888", - "sha256:ea2c3ffb662fec8bbbfce5602e2c159ff097a4631d96235fcf0fb00e59e3ece4", - "sha256:fa3dec4ba8fb6e662770b74f62f1a0c7d4e37e25b58b2bf2c1be4c95372b4a33", - "sha256:fbeb725c9dc799a574518109336acccaf1303c30d45c075c665c0793c2f79a7f" + "sha256:0270572b8bd2c833c3981724b8ee9747b3ec96f699a9665470018594301439ee", + "sha256:111a0d8553afcf8eb02a4fea6ca4f59d48ddb34497aa8706a6cf536f1a5ec576", + "sha256:16a48c23a62a2f4a285699dba2e4ff2d1cff3115b9df052cdd976a18856d8e3d", + "sha256:1b95b98b0d2af784078fa69f637135e3c317091b615cd0905f8b8a087e86fa30", + "sha256:1f71c10d1e88467126f0efd484bd44bca5e14c664ec2ede64c32f20875c0d413", + "sha256:2424ff4c4ac7f6b8177b53c17ed5d8fa74ae5955656867f5a8affaca36a27abb", + "sha256:2bce03af1ce5a5567ab89bd90d11e7bbdff56b8af3acbbec1faded8f44cb06da", + "sha256:329906dcc7b20ff3cad13c069a78124ed8247adcac44b10bea1130e36caae0b4", + "sha256:37dd623507659e08be98eec89323469e8c7b4c1407c85112634ae3dbdb926fdd", + "sha256:3eaafe47ec0d0ffcc9349e1708be2aaea4c6dd4978d76bf6eb0cb2c13636c6fc", + "sha256:5e6275c09d2badf57aea3afa80d975444f4be8d3bc58f7f80d2a484c6f9485c8", + "sha256:6fe07eec95dfd477eb9530aef5bead34fec819b3aaf6c5bd6d20565da607bfe1", + "sha256:7367d7b2eca6513681127ebad53b2582911d1736dc2ffc19f2c3ae49997496bc", + "sha256:7cde5f38e614f55e28d831754e8a3bacf9ace5d1566235e39d91b35502d6936e", + "sha256:9481ffe3cf013b71b2428b905c4f7a9a4f76ec03065b05ff499bb5682a8d9ad8", + "sha256:98d8dc6d012b82287f2c3d26ce1d2dd130ec200c8679b6213b3c73c08b2b7940", + "sha256:a011a644f6d7d03736214d38832e030d8268bcff4a41f728e6030325fea3e400", + "sha256:a2913c5375154b6ef2e91c10b5720ea6e21007412f6437504ffea2109b5a33d7", + "sha256:a30596bae9403a342c978fb47d9b0ee277699fa53bbafad14706af51fe543d16", + "sha256:b03c2ae5d2f0fc05f9a2c0c997e1bc18c8229f392234e8a0194f202169ccd278", + "sha256:b6cd2203306b63e41acdf39aa93b86fb566049aeb6dc489b70e34bcd07adca74", + "sha256:b7ffe927ee6531c78f81aa17e684e2ff617daeba7f189f911065b2ea2d526dec", + "sha256:b8cac287fafc4ad485b8a9b67d0ee80c66bf3574f655d3b97ef2e1082360faf1", + "sha256:ba334e6e4b1d92442b75ddacc615c5476d4ad55cc29b15d590cc6b86efa487e2", + "sha256:ba3e4a42397c25b7ff88cdec6e2a16c2be18720f317506ee25210f6d31925f9c", + "sha256:c41fb5e6a5fe9ebcd58ca3abfeb51dffb5d83d6775405305bfa8715b76521922", + "sha256:cd2030f6650c089aeb304cf093f3244d34745ce0cfcc39f20c6fbfe030102e2a", + "sha256:cd65d75953847815962c84a4654a84850b2bb4aed3f26fadcc1c13892e1e29f6", + "sha256:e4985a790f921508f36f81831817cbc03b102d643b5fcb81cd33df3fa291a1a1", + "sha256:e807b3188f9eb0eaa7bbb579b462c5ace579f1cedb28107ce8b48a9f7ad3679e", + "sha256:f12764b8fffc7a123f641d7d049d382b73f96a34117e0b637b80643169cec8ac", + "sha256:f8837fe1d6ac4a8052a9a8ddab256bc006242696f03368a4009be7ee3075cdb7" ], "markers": "python_version >= '3.7'", - "version": "==42.0.2" + "version": "==42.0.5" }, "django": { "hashes": [ - "sha256:a2d4c4d4ea0b6f0895acde632071aff6400bfc331228fc978b05452a0ff3e9f1", - "sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13" + "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4", + "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.2.10" + "version": "==4.2.11" }, "django-filter-stubs": { "hashes": [ @@ -4154,12 +4158,12 @@ }, "types-bleach": { "hashes": [ - "sha256:1e43c437e734a90efe4f40ebfe831057599568d3b275939ffbd6094848a18a27", - "sha256:f83f80e0709f13d809a9c79b958a1089df9b99e68059287beb196e38967e4ddf" + "sha256:1299f06b5ef80e2d4f25fac11f613033c9bc35bad116413cb320d0c0c1188466", + "sha256:78a1c39484c8949030a0931076eeb69b03a0e08a4fafec5b3764e142929859d4" ], "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==6.1.0.1" + "markers": "python_version >= '3.8'", + "version": "==6.1.0.20240222" }, "types-colorama": { "hashes": [ @@ -4181,11 +4185,19 @@ }, "types-docutils": { "hashes": [ - "sha256:79d3bcef235f7c81a63f4f3dcf1d0b138985079bb32d02f5a7d266e1f9f361ba", - "sha256:ba4bfd4ff6dd19640ba7ab5d93900393a65897880f3650997964a943f4e79a6b" + "sha256:c35ae35ca835a5aeead758df411cd46cfb7e7f19f2b223c413dae7e069d5b0be", + "sha256:ef02f9d05f2b61500638b1358cdf3fbf975cc5dedaa825a2eb5ea71b7318a760" ], "markers": "python_version >= '3.8'", - "version": "==0.20.0.20240201" + "version": "==0.20.0.20240304" + }, + "types-html5lib": { + "hashes": [ + "sha256:22736b7299e605ec4ba539d48691e905fd0c61c3ea610acc59922232dc84cede", + "sha256:af5de0125cb0fe5667543b158db83849b22e25c0e36c9149836b095548bf1020" + ], + "markers": "python_version >= '3.8'", + "version": "==1.1.11.20240228" }, "types-markdown": { "hashes": [ @@ -4198,21 +4210,21 @@ }, "types-pillow": { "hashes": [ - "sha256:abc339ae28af5916146a7729261480d68ac902cd4ff57e0bdd402eee7962644d", - "sha256:f0de5107ff8362ffdbbd53ec896202ac905e6ab22ae784b46bcdad160ea143b9" + "sha256:062c5a0f20301a30f2df4db583f15b3c2a1283a12518d1f9d81396154e12c1af", + "sha256:4800b61bf7eabdae2f1b17ade0d080709ed33e9f26a2e900e470e8b56ebe2387" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==10.2.0.20240206" + "version": "==10.2.0.20240213" }, "types-psycopg2": { "hashes": [ - "sha256:75a92735f62ba36397409ae4758f0241cbc4a9bb30f1f95d3b4a660fea7e7711", - "sha256:b05cf5d7ce0bd460319f6399fb358307e5af109bfcb6ed7b3d63c9ebec6b9be6" + "sha256:3084cd807038a62c80fb5be78b41d855b48a060316101ea59fd85c302efb57d4", + "sha256:cac96264e063cbce28dee337a973d39e6df4ca671252343cb4f8e5ef6db5e67d" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==2.9.21.20240201" + "version": "==2.9.21.20240218" }, "types-pygments": { "hashes": [ @@ -4225,11 +4237,11 @@ }, "types-pyopenssl": { "hashes": [ - "sha256:24a255458b5b8a7fca8139cf56f2a8ad5a4f1a5f711b73a5bb9cb50dc688fab5", - "sha256:c812e5c1c35249f75ef5935708b2a997d62abf9745be222e5f94b9595472ab25" + "sha256:a472cf877a873549175e81972f153f44e975302a3cf17381eb5f3d41ccfb75a4", + "sha256:cd990717d8aa3743ef0e73e0f462e64b54d90c304249232d48fece4f0f7c3c6a" ], "markers": "python_version >= '3.8'", - "version": "==24.0.0.20240130" + "version": "==24.0.0.20240228" }, "types-python-dateutil": { "hashes": [ @@ -4257,29 +4269,29 @@ }, "types-redis": { "hashes": [ - "sha256:2b2fa3a78f84559616242d23f86de5f4130dfd6c3b83fb2d8ce3329e503f756e", - "sha256:912de6507b631934bd225cdac310b04a58def94391003ba83939e5a10e99568d" + "sha256:5103d7e690e5c74c974a161317b2d59ac2303cf8bef24175b04c2a4c3486cb39", + "sha256:dc9c45a068240e33a04302aec5655cf41e80f91eecffccbb2df215b2f6fc375d" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.6.0.20240106" + "version": "==4.6.0.20240218" }, "types-requests": { "hashes": [ - "sha256:03a28ce1d7cd54199148e043b2079cdded22d6795d19a2c2a6791a4b2b5e2eb5", - "sha256:9592a9a4cb92d6d75d9b491a41477272b710e021011a2a3061157e2fb1f1a5d1" + "sha256:a82807ec6ddce8f00fe0e949da6d6bc1fbf1715420218a9640d695f70a9e5a9b", + "sha256:f1721dba8385958f504a5386240b92de4734e047a08a40751c1654d1ac3349c5" ], "markers": "python_version >= '3.8'", - "version": "==2.31.0.20240125" + "version": "==2.31.0.20240218" }, "types-setuptools": { "hashes": [ - "sha256:00835f959ff24ebc32c55da8df9d46e8df25e3c4bfacb43e98b61fde51a4bc41", - "sha256:22ad498cb585b22ce8c97ada1fccdf294a2e0dd7dc984a28535a84ea82f45b3f" + "sha256:99c1053920a6fa542b734c9ad61849c3993062f80963a4034771626528e192a0", + "sha256:ed5462cf8470831d1bdbf300e1eeea876040643bfc40b785109a5857fa7d3c3f" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==69.0.0.20240125" + "version": "==69.1.0.20240302" }, "types-tqdm": { "hashes": [ @@ -4292,19 +4304,19 @@ }, "typing-extensions": { "hashes": [ - "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783", - "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd" + "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475", + "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb" ], "markers": "python_version < '3.11'", - "version": "==4.9.0" + "version": "==4.10.0" }, "urllib3": { "hashes": [ - "sha256:051d961ad0c62a94e50ecf1af379c3aba230c66c710493493560c0c223c49f20", - "sha256:ce3711610ddce217e6d113a2732fafad960a03fd0318c91faa79481e35c11224" + "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d", + "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" ], "markers": "python_version >= '3.8'", - "version": "==2.2.0" + "version": "==2.2.1" } } } From ffddd0f323ab379df1700afb962ce94063a70d5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 03:14:30 +0000 Subject: [PATCH 13/24] New Crowdin translations by GitHub Action (#5896) Co-authored-by: Crowdin Bot Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- src-ui/src/locale/messages.af_ZA.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.ar_AR.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.be_BY.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.bg_BG.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.ca_ES.xlf | 1130 ++++++++++++++--------- src-ui/src/locale/messages.cs_CZ.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.da_DK.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.de_DE.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.el_GR.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.es_ES.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.fi_FI.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.fr_FR.xlf | 1132 ++++++++++++++--------- src-ui/src/locale/messages.he_IL.xlf | 1136 +++++++++++++++--------- src-ui/src/locale/messages.hr_HR.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.hu_HU.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.id_ID.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.it_IT.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.ja_JP.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.ko_KR.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.lb_LU.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.lv_LV.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.nl_NL.xlf | 1130 ++++++++++++++--------- src-ui/src/locale/messages.no_NO.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.pl_PL.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.pt_BR.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.pt_PT.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.ro_RO.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.ru_RU.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.sk_SK.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.sl_SI.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.sr_CS.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.sv_SE.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.th_TH.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.tr_TR.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.uk_UA.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.vi_VN.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.zh_CN.xlf | 1128 ++++++++++++++--------- src-ui/src/locale/messages.zh_TW.xlf | 1128 ++++++++++++++--------- src/locale/af_ZA/LC_MESSAGES/django.po | 353 +++++--- src/locale/ar_AR/LC_MESSAGES/django.po | 337 ++++--- src/locale/be_BY/LC_MESSAGES/django.po | 353 +++++--- src/locale/bg_BG/LC_MESSAGES/django.po | 357 +++++--- src/locale/ca_ES/LC_MESSAGES/django.po | 337 ++++--- src/locale/cs_CZ/LC_MESSAGES/django.po | 335 ++++--- src/locale/da_DK/LC_MESSAGES/django.po | 353 +++++--- src/locale/de_DE/LC_MESSAGES/django.po | 338 ++++--- src/locale/el_GR/LC_MESSAGES/django.po | 337 ++++--- src/locale/es_ES/LC_MESSAGES/django.po | 337 ++++--- src/locale/fi_FI/LC_MESSAGES/django.po | 357 +++++--- src/locale/fr_FR/LC_MESSAGES/django.po | 337 ++++--- src/locale/he_IL/LC_MESSAGES/django.po | 337 ++++--- src/locale/hr_HR/LC_MESSAGES/django.po | 357 +++++--- src/locale/hu_HU/LC_MESSAGES/django.po | 357 +++++--- src/locale/id_ID/LC_MESSAGES/django.po | 337 ++++--- src/locale/it_IT/LC_MESSAGES/django.po | 337 ++++--- src/locale/ja_JP/LC_MESSAGES/django.po | 338 ++++--- src/locale/ko_KR/LC_MESSAGES/django.po | 357 +++++--- src/locale/lb_LU/LC_MESSAGES/django.po | 353 +++++--- src/locale/lv_LV/LC_MESSAGES/django.po | 353 +++++--- src/locale/nl_NL/LC_MESSAGES/django.po | 338 ++++--- src/locale/no_NO/LC_MESSAGES/django.po | 357 +++++--- src/locale/pl_PL/LC_MESSAGES/django.po | 337 ++++--- src/locale/pt_BR/LC_MESSAGES/django.po | 451 ++++++---- src/locale/pt_PT/LC_MESSAGES/django.po | 353 +++++--- src/locale/ro_RO/LC_MESSAGES/django.po | 353 +++++--- src/locale/ru_RU/LC_MESSAGES/django.po | 337 ++++--- src/locale/sk_SK/LC_MESSAGES/django.po | 353 +++++--- src/locale/sl_SI/LC_MESSAGES/django.po | 357 +++++--- src/locale/sr_CS/LC_MESSAGES/django.po | 355 +++++--- src/locale/sv_SE/LC_MESSAGES/django.po | 355 +++++--- src/locale/th_TH/LC_MESSAGES/django.po | 355 +++++--- src/locale/tr_TR/LC_MESSAGES/django.po | 357 +++++--- src/locale/uk_UA/LC_MESSAGES/django.po | 337 ++++--- src/locale/vi_VN/LC_MESSAGES/django.po | 353 +++++--- src/locale/zh_CN/LC_MESSAGES/django.po | 337 ++++--- src/locale/zh_TW/LC_MESSAGES/django.po | 353 +++++--- 76 files changed, 35860 insertions(+), 20315 deletions(-) diff --git a/src-ui/src/locale/messages.af_ZA.xlf b/src-ui/src/locale/messages.af_ZA.xlf index df0792dfd..8fa8c5df6 100644 --- a/src-ui/src/locale/messages.af_ZA.xlf +++ b/src-ui/src/locale/messages.af_ZA.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Sluit - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Sluit - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Sluit Select month @@ -46,6 +38,14 @@ Kies maand + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Vermeerder ure - First @@ -180,6 +172,14 @@ Eerste + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Vermeerder ure + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Volgende @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Verwerp @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Begin toer + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Open Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Algemeen @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Voorkoms @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Aansigtaal @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Die blad moet herlaai word nadat ’n ander taal gekies is. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Datumvertoon @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Datumformaat @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Kort: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Medium: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Lank: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Items par bladsy @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Dokumentwysiger @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Gebruik die blaaier se ingeboude PDF-leser @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Dit is gewoonlik vinniger om groot PDF’s te toon, maar werk nie by alle blaaiers nie. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Systaaf @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Gebruik ‘maer’ systaaf (slegs ikone) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Donkermodus @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Gebruik stelselinstellings @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Aktiveer donkermodus @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Toon kiekies se negatief in donkermodus @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Temakleur @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Stel terug @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Bywerkkontrole @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Geen naspoordata word op enige wyse deur die toep versamel nie. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Aktiveer bywerkkontrole @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Massawysiging @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Toon bevestigingsdialoë @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Daar sal altyd vir bevestiging gevra word by die skrap van dokumente. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Pas toe by sluit @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Aktiveer notas @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Kennisgewings @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Dokumentverwerking @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Toon kennisgewings wanneer nuwe dokumente bespeur is @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Toon kennisgewings wanneer dokumentverwerking suksesvol voltooi is @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Toon kennisgewings wanneer dokumentverwerking misluk @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Onderdruk kennisgewings op paneelbord @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Dit sal alle boodskappe oor dokumentverwerking op die paneelbord onderdruk. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Toon waarskuwing wanneer bewaarde aansigte gesluit word met onbewaarde veranderinge @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Verskyn by @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Geen bewaarde aansigte gedefinieer. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Gebruik stelseltaal @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Gebruik datumformaat van aansigtaal @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Bewaarde aansig "" is geskrap. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Instellings is suksesvol bewaar. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Instellings is suksesvol bewaar. Moet herlaai word om sommige veranderinge toe te pas. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Herlaai nou @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Fout toe instellings op bediener bewaar is. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Gebruikersnaam @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Groepe @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Ooreenkomsalgoritme Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Ooreenkomspatroon - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Ooreenkomspatroon + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Hoofletterongevoelig @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP-bediener @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP-poort @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP-beveiliging @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Wagwoord is teken @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Gaan na of die bostaande wagwoord ’n teken is wat gebruik word vir geldigverklaring @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Karakterstel @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Toets @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Vouer @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Subvouers moet deur ’n skeidingsteken geskei word, dikwels ’n (.) of solidus (/), maar dit wissel volgens e-posbediener. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maksimum ouderdom (dae) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Aanhegseltipe @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Verbruiksomvang @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Sien dokumentasie vir verwerkingsvereistes van .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Reëlvolgorde @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless sal slegs e-pos verwerk wat ooreenstem met al die gespesifiseerde filters hieronder. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter van @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter aan @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter onderwerp @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter inhoud @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Verwerk slegs dokumente wat volledig met hierdie lêernaam ooreenkom indien gespesifiseer. U kan jokertekens soos *.pdf of *faktuur* gebruik. Hoofletterongevoelig. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Aksie @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Aksie word slegs uitgevoer wanneer dokumente uit die e-pos verwerk word. E-pos sonder aanhegsels bly onaangeraak. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Aksieparameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Ken titel toe van @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Ken dokumenttipe toe @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Ken korrespondent toe van @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Ken korrespondent toe @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inmandjie-etiket @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inmandjie-etikette word outomaties aan alle verwerkte dokumente toegewys. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktief @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Beheerder @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Verleen alle regte en kan voorwerpe bekyk) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Tipe @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Vorige @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Details @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Argiefreeksnommer @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Datum geskep @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Verstek @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Inhoud @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Datum gewysig @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Datum toegevoeg @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Medialêernaam @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Oorspronklike lêernaam @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Oorspronklike MD5 kontrolesom @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Oorspronklike lêergrootte @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Oorspronklike MIME-tipe @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 MD5-kontrolesomargief @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Lêergrootteargief @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Oorspronklike dokumentmetadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Geargiveerdedokumentmetadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Voorskou @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Bewaar & volgende @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Voer wagwoord in @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Dokument is suksesvol bewaar. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Fout by bewaar van dokument @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Wil u regtig dokument skrap"? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Die lêers vir hierdie dokument word permanent geskrap. Dit kan nie ontdaan word nie. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Skrap dokument @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Hierdie bewerking sal OCR permanent vir hierdie dokument heruitvoer. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Heruitvoer van OCR sal in die agtergrond begin. Sluit en heropen of herlaai die dokument nadat die bewerking voltooi is om nuwe inhoud te sien. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 suksesvol geskep. @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Fout by die skep van . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 suksesvol bygewerk. @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Fout by die skrap van . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.ar_AR.xlf b/src-ui/src/locale/messages.ar_AR.xlf index d3dbf173a..789dc3eec 100644 --- a/src-ui/src/locale/messages.ar_AR.xlf +++ b/src-ui/src/locale/messages.ar_AR.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - إغلاق - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ إغلاق - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + إغلاق Select month @@ -46,6 +38,14 @@ اختر الشهر + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - زيادة الساعات - First @@ -180,6 +172,14 @@ الأول + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + زيادة الساعات + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 التالي @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 تجاهل @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 ابدأ جولة + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 فتح مسؤول Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 عام @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 المظهر @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 لغة العرض @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 يجب إعادة تحميل الصفحة بعد تطبيق لغة جديدة. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 عرض التاريخ @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 تنسيق التاريخ @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 قصير: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 متوسط: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 طويل: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 العناصر لكل صفحة @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 محرر المستند @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 استخدم عارض PDF المقدم من المتصفح @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 عادة ما يكون هذا أسرع لعرض مستندات PDF الكبيرة، ولكن قد لا يعمل على بعض المتصفحات. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 الشريط الجانبي @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 استخدم الشريط الجانبي 'نحيف' (الأيقونات فقط) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 الوضع المظلم @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 استخدم إعدادات النظام @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 تفعيل الوضع المظلم @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 عكس الصور المصغرة في الوضع المظلم @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 لون السمة @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 إعادة تعيين @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 التحقق من التحديث @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 التحقق من التحديثات يعمل عن طريق اختبار التواصل مع Github API حول أحدث إصدار لتحديد ما إذا كان الإصدار الجديد متاحًا أم لا. إجراء التحديث الفعلي للتطبيق ‏يحدث يدويا. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 لا يتم جمع بيانات التتبع بواسطة التطبيق بأي طريقة. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 تمكين التحقق من التحديث @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 تعديل متعدد @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 إظهار تأكيد الحِوَارات @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 حذف المستندات سيطلب التأكيد دائما. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 تطبيق عند الإغلاق @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 السماح بالملاحظات @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 الأذونات الافتراضية @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 تنطبق الإعدادات على حساب المستخدم هذا للعناصر (قواعد البريد، إلخ) التي تم إنشاؤها عبر واجهة المستخدم @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 المالك الافتراضي @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 أذونات العرض الافتراضية @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 ‏أذون ‏التعديل الافتراضية @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 الإشعارات @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 معالجة المستندات @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 إظهار الإشعارات عند وجود مستندات جديدة @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 إظهار الإشعارات عند اكتمال معالجة المستندات بنجاح @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 إظهار الإشعارات عند فشل معالجة المستندات @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 منع الإشعارات في لوحة التحكم @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 سيؤدي هذا إلى إلغاء جميع الرسائل حول حالة معالجة المستندات في لوحة التحكم. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 إظهار التحذير عند إغلاق المشاهدات المحفوظة مع التغييرات غير المحفوظة @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 يظهر في @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 لا توجد آراء محفوظة. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 استخدم لغة النظام @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 استخدم تنسيق تاريخ لغة العرض @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 العرض المحفوظ "" مُسح. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 حُفظت الإعدادات بنجاح. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 حفظت الإعدادات بنجاح. إعادة تحميل مطلوب لتطبيق بعض التغييرات. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 إعادة تحميل الآن @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 حدث خطأ أثناء تخزين الإعدادات على السيرفر. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 اسم المستخدم @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 مجموعات @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 مطابقة الخوارزمية Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - مطابقة النمط - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + مطابقة النمط + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 حالة غير حساسة @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 خادم IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 منفذ IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 أمان IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 كلمة السر هي رمز التحقق @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 تحقق مما إذا كانت كلمة المرور أعلاه هي الرمز المستخدم للتحقق @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 نوع ترميز المحارف @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 تجربة @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 مجلد @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 يجب فصل المجلدات الفرعية باستخدام محدد، غالبا نقطة ('.') أو خط مائل ('/')، لكنها تختلف حسب خادم البريد. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 العمر الأقصى (الأيام) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 نوع المرفق @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 نطاق الاستهلاك @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 انظر الى مستندات متطلبات المعالجة لـ .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 ترتيب القاعدة @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless سيعالج فقط الرسائل التي تطابق جميع التصفيات المحددة أدناه. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 تصفية من @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 تصفية إلى @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 تصفية الموضوع @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 تصفية الجسم @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 فقط المستندات التي تتطابق تماما مع اسم هذا الملف إذا تم تحديدها. المحارف البديلة مثل *.pdf أو *الفواتير* مسموح بها. لأنها غير حساسة. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 لا تستهلك المستندات التي تتطابق تماما مع اسم الملف هذا إذا تم تحديده. البطاقات البرية مثل *.pdf أو *الفاتورة* مسموح بها. الحالة غير حساسة. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 إجراء @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 الإجراء المطبق على البريد. ينفذ هذا الإجراء فقط عندما تستهلك المستندات من البريد. ستبقى البُرٌد التي لا تحتوي على مرفقات ستبقى كما هي. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 إجراء المعامل @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 المهام المحددة هنا ستحل محل أي قوالب استهلاك. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 تعيين العنوان من @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 تعيين نوع المستند @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 تعيين مراسل من @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 تعيين مراسل @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 تعيين المالك من القاعدة @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 علامة علبة الوارد @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 تُعيَّن علامات علبة الوارد تلقائياً لجميع المستندات المستهلكة. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 نشط @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 مستخدم متميز @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (يخول بجميع الصلاحيات ويمكنه عرض الكائنات) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 إضافة مشغل @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 تطبيق الإجراءات: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 إضافة اجراء - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - نوع الإجراء - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - تعيين العنوان - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - يمكن أن تتضمن بعض العناصر النائبة، انظر <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>المستندات</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - تعيين وسوم - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - تعيين مسار التخزين - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - تعيين حقول مخصصة - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - تعيين مالك - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - تعيين أذونات العرض - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - تعيين أذونات التعديل - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 نوع المشغل @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 المشغل للمستندات التي تطابق جميع الفلاتر المحددة أدناه. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 تصفية اسم الملف @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 فقط المستندات التي تتطابق تماما مع اسم هذا المِلَفّ إذا. المحارف البديلة مثل *.pdf أو *الفواتير* مسموح بها. لأنها غير حساسة. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 تصفية المصادر @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 مسار التصفية @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 تصفية قاعدة البريد @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 تطبيق على المستندات المستهلكة عبر هذه القاعدة البريدية. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + نوع الإجراء + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + تعيين العنوان + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + يمكن أن تتضمن بعض العناصر النائبة، انظر <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>المستندات</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + تعيين وسوم + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + تعيين مسار التخزين + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + تعيين حقول مخصصة + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + تعيين مالك + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + تعيين أذونات العرض + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + تعيين أذونات التعديل + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ المهام + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 إنشاء سير عمل جديد @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 تعديل سير العمل @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + اكتب @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + نسخ @@ -4813,8 +4973,76 @@ خطأ في إنشاء الرابط + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ الحالة + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 السابق @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 تفاصيل @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 الرقم التسلسلي للأرشيف @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 تاريخ الإنشاء @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 الافتراضي @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 محتوى @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 تاريخ التعديل @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 تاريخ الإضافة @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 اسم ملف الوسائط @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 اسم الملف الأصلي @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 مجموع MD5 الاختباري للأصل @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 حجم الملف الأصلي @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 نوع mime الأصلي @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 مجموع MD5 الاختباري للأرشيف @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 حجم ملف الأرشيف @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 بيانات التعريف للمستند الأصلي @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 بيانات التعريف للمستند الأصلي @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 معاينة @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 حفظ & التالي @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 حفظ & وإغلاق @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 أدخل كلمة المرور @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 تم حفظ المستند بنجاح. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 خطأ أثناء حفظ المستند @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 هل تريد حقاً حذف المستند " @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 ستحذف ملفات هذا المستند بشكل دائم. لا يمكن التراجع عن هذه العملية. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 حذف مستند @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 حدث خطأ في أثناء حذف المستند @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 هذه العملية ستعيد بشكل دائم OCR لهذا المستند. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 إعادة تشغيل OCR ستبدأ في الخلفية. إغلاق وإعادة فتح أو إعادة تحميل هذا المستند بعد اكتمال العملية لمشاهدة محتوى جديد. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 خطأ في تنفيذ العملية @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 أنشئ بنجاح. @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 حدث خطأ في أثناء إنشاء . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 حدث بنجاح. @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 حدث خطأ خلال الحفظ . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 حدث خطأ أثناء حذف العنصر diff --git a/src-ui/src/locale/messages.be_BY.xlf b/src-ui/src/locale/messages.be_BY.xlf index d4e8fef2d..238b4c40c 100644 --- a/src-ui/src/locale/messages.be_BY.xlf +++ b/src-ui/src/locale/messages.be_BY.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Закрыць - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Закрыць - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Закрыць Select month @@ -46,6 +38,14 @@ Абраць месяц + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Прыбавіць гадзіну - First @@ -180,6 +172,14 @@ Першы + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Прыбавіць гадзіну + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Наступная @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Адхіліць @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Пачаць тур + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Open Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Асноўныя @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Знешні выгляд @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Мова інтэрфейсу @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Вам трэба перазагрузіць старонку пасля прымянення новай мовы. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Адлюстраванне даты @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Фармат даты @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Кароткі: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Сярэдні: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Доўгі: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Элементаў на старонцы @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Рэдактар дакументаў @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Выкарыстоўваць прагляднік PDF убудаваны ў браўзэр @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Звычайна гэта хутчэй для адлюстравання вялікіх дакументаў PDF, але можа не працаваць у некаторых браўзерах. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Бакавая панэль @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Выкарыстоўвайце 'тонкую' бакавую панэль (толькі значкі) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Цёмны рэжым @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Выкарыстоўваць сістэмныя налады @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Уключыць цёмны рэжым @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Інверціраваць мініяцюры ў цёмным рэжыме @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Колер тэмы @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Скінуць @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Праверка абнаўленняў @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Прыкладанне ніякім чынам не збірае даныя для адсочвання. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Уключыць праверку абнаўленняў @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Масавае рэдагаванне @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Паказаць дыялогавыя акно пацверджання @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Пры выдаленні дакументаў заўсёды будзе запытвацца пацверджанне. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Ужыць пры зачыненні @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Enable notes @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Апавяшчэнні @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Апрацоўка дакумента @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Паказваць апавяшчэнні пры выяўленні новых дакументаў @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Паказваць апавяшчэнні, калі апрацоўка дакумента завершана паспяхова @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Паказваць апавяшчэнні, калі апрацоўка дакумента няўдалая @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Схаваць апавяшчэння на галоўнай панэлі @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Гэта адключыць усе паведамленні аб статуце апрацоўкі дакументаў на галоўнай панэлі. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Няма захаваных праглядаў. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Выкарыстоўваць мову сістэмы @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Выкарыстоўваць фармат даты мовы адлюстравання @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Захаваны выгляд "" выдалены. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Налады былі паспяхова захаваны. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Налады былі паспяхова захаваны. Каб прымяніць некаторыя змены, патрабуецца перазагрузка. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Перазагрузіць зараз @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Імя карыстальніка @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Groups @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Алгарытм супастаўлення Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Шаблон супадзення - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Шаблон супадзення + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Без уліку рэгістра @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP Server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Security @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Character Set @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Folder @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Укладзеныя папкі павінны быць падзеленыя падзельнікам, часта кропкай ('.') або касой рысай ('/'), але гэта адрозніваецца ў залежнасці ад паштовага сервера. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximum age (days) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Attachment type @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consumption scope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Rule order @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter from @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter to @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter subject @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter body @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Апрацоўваць толькі дакументы, якія цалкам супадаюць з імем файла (калі яно пазначана). Маскі, напрыклад *.pdf ці *рахунак*, дазволеныя. Без уліку рэгістра. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assign document type @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assign correspondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Тэг паштовай скрыні @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Тэгі ўваходняй скрыні аўтаматычна прысвойваюцца ўсім спажываным дакументам. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Active @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Type @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Папярэдняя @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Падрабязнасці @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Парадкавы нумар архіва @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Дата стварэння @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Па змаўчанні @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Змест @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Дата змянення @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Дата дадання @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Імя медыяфайла @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Арыгінальная назва файла @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Арыгінальная кантрольная сума MD5 @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Арыгінальны памер файла @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Арыгінальны MIME тып @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 MD5 сума архіва @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Памер файла архіва @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Арыгінальныя метададзеныя дакумента @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Метададзеныя архіўнага дакумента @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Preview @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Захаваць & наступны @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Увядзіце пароль @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Вы сапраўды хочаце выдаліць дакумент ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Файлы для гэтага дакумента будуць выдалены назаўсёды. Гэтую аперацыю нельга адмяніць. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Выдаліць дакумент @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Гэтая аперацыя назаўсёды паўторыць OCR для гэтага дакумента. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.bg_BG.xlf b/src-ui/src/locale/messages.bg_BG.xlf index f7d51d497..e9b765bb0 100644 --- a/src-ui/src/locale/messages.bg_BG.xlf +++ b/src-ui/src/locale/messages.bg_BG.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Затвори - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Затвори - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Затвори Select month @@ -46,6 +38,14 @@ Изберете месец + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Увеличете часове - First @@ -180,6 +172,14 @@ Първи + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Увеличете часове + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Напред @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Откажи @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Започнете обиколка + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Отвори Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Общи @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Външен вид @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Език на показване @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Трябва да презаредите страницата след смяна на език. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Показване на дата @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Формат на дата @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Кратка: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Средна: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Дълго: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Елементи на страница @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Редактор на документи @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Използвайте вградената в браузъра програма за преглед на PDF файлове @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Това обикновено е по-бързо за показване на големи PDF документи, но може да не работи в някои браузъри. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Странична лента @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Използвайте "тънка" странична лента (само икони) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Тъмен режим @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Използвай системните настройки @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Включване на тъмен режим @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Инвертиране на миниатюри в тъмен режим @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Цвят на темата @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Нулиране @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Проверка за актуализация @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Проверката за актуализация работи чрез пингване на публичния GitHub API за най-новата версия, за да се определи дали е налична такава. Действителното актуализиране на приложението все още трябва да се извърши ръчно. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Приложението по никакъв начин не събира данни за проследяване. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Активиране на проверката за актуализация @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Групово редактиране @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Показване на диалогови прозорци за потвърждение @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Изтриването на документи винаги ще иска потвърждение. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Приложи при затваряне @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Включване на бележки @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Права по подразбиране @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Настройките се прилагат към този потребителски профил за обекти (етикети, правила за поща и т.н.), създадени чрез уеб интерфейса @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Собственик по подразбиране @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Права за преглед по подразбиране @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Права за промяна по подразбиране @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Известия @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Обработване на документ @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Показване на известия, когато са засечени нови документи @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Показване на известия, когато обработката на документ приключи успешно @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Показване на известия, когато обработката на документ се провали @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Потискане на известията в таблото за управление @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Това ще потисне всички съобщения за състоянието на обработка на документи в таблото за управление. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Показване на предупреждение при затваряне на запазени изгледи с незапазени промени @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Появява се върху @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Няма запазени дефинирани изгледи. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Използване на системния език @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Използване на формата за дата от езика на показване @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Запазен изглед "" е изтрит. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Настройките са запазени успешно. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Настройките са запазени успешно. Нужно е презареждане, за да влязат в сила. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Презареждане веднага @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Възникна грешка при запазване на настройките в сървъра. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Потребителско име @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Групи @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Алгоритъм за съвпадение Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Модел за съвпадение - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Модел за съвпадение + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Без чувствителност към големината на буквите @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Тип данни @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Типа данни не може да бъде променен, след създаване на поле @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP сървър @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP порт @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP сигурност @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Паролата е токен @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Проверете дали горната парола е токен за удостоверяване @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Кодова таблица @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Тест @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Папка @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Подпапките трябва да бъдат разделени с разделител, често точка ('.') или наклонена черта ('/'), но това варира в зависимост от пощенския сървър. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Максимална възраст (в дни) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Тип на прикачения файл @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Обхват на консумацията @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Преглед на документация за изискванията за обработка на .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Ред на правилата @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless ще обработва само писма, които отговарят на all от посочените по-долу филтри. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Филтриране от @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Филтриране към @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Филтриране по тема @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Филтриране по тяло @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Филтриране по име на прикачен файл включва @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Да се консумират само документи, които изцяло съответстват на това файлово име, ако е посочено. Разрешени са заместващи символи като *.pdf или *invoice*. Нечувствителност към големи и малки букви. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Филтриране по име на прикачен файл изключва @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Да не се консумират само документи, които изцяло съответстват на това файлово име, ако е посочено. Разрешени са заместващи символи като *.pdf или *invoice*. Нечувствителност към големи и малки букви. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Действие @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Действието се извършва само когато документите се консумират от пощата. Писмата без прикачени файлове остават напълно непокътнати. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Параметър на действието @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Задачите, посочени тук, ще заместят всички шаблони за консумация. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Присвояване на заглавие от @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Задаване на тип на документ @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Присвояване на кореспондент от @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Задаване на кореспондент @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Присвояване на собственик от правило @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Етикет за входяща поща @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Етикетите на входящата поща се задават автоматично за всички консумирани документи. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Активен @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Суперпотребител @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Дава всички права и може да преглежда обекти) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Задаване на заглавие - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Задаване на етикет - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Задаване нa път за съхранение - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Присвояване на персонализирани полета - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Задаване на собственик - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Задаване на права за разглеждане - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Задаване на права за промяна - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Филтриране по файлово име @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Прилага се към документи, които отговарят на това файлово име. Позволени са заместващи символи като *.pdf или *invoice*. Нечувствителен към големи и малки букви. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Филтриране на източници @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Филтриране на път @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Правило за филтриране на поща @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Прилагане за документи, консумирани чрез това правило за поща. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Задаване на заглавие + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Задаване на етикет + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Задаване нa път за съхранение + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Присвояване на персонализирани полета + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Задаване на собственик + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Задаване на права за разглеждане + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Задаване на права за промяна + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Тип @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Копиране @@ -4813,8 +4973,76 @@ Грешка при създаване на връзка + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Състояние + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Предишно @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Подробности @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Сериен номер на архива @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Дата на създаване @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 По подразбиране @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Съдържание @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Дата на промяна @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Дата на добавяне @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Име на медиен файл @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Оригинално име на файла @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Оригинална контролна сума MD5 @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Оригинален размер на файла @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Оригинален mime тип @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Архивна контролна сума MD5 @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Размер на архива @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Оригинални метаданни на документ @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Архивирани метаданни на документа @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Преглед @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Запази & следващото @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Запази & затвори @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Въведете парола @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Документа е запазен успешно. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Грешка при запазване на документа @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Наистина ли искате да изтриете документа ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Файловете за този документ ще бъдат изтрити завинаги. Тази операция не може да бъде отменена. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Изтриване на документ @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Грешка при изтриване на документа @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Тази операция ще повтори за постоянно OCR за този документ. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Операцията Повтаряне OCR ще започне във фонов режим. Затворете и отворете отново или презаредете този документ, след като операцията приключи, за да видите новото съдържание. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Грешка при изпълнение на операцията @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Побиране на страницата @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Успешно създаден . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Възникна грешка при създаването . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Успешно актуализиран . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Възникна грешка при запазване . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Грешка при изтриване на елемент diff --git a/src-ui/src/locale/messages.ca_ES.xlf b/src-ui/src/locale/messages.ca_ES.xlf index 38a0fb1cc..9eb797bca 100644 --- a/src-ui/src/locale/messages.ca_ES.xlf +++ b/src-ui/src/locale/messages.ca_ES.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Tanca - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Tanca - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Tanca Select month @@ -46,6 +38,14 @@ Selecciona mes + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Incrementa hores - First @@ -180,6 +172,14 @@ Primer + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Incrementa hores + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Següent @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Descarta @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Inicia el tour + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Obrir administració Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 General @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Aparença @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Llengua visualització @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Has de recarregar la pàgina per aplicar una nova llengua. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Visualització data @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Format de data @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Curt: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Mig: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Llarg: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Ítems per pàgina @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Editor de Document @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Utilitza el visor PDF del navegador @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Això sol ser més ràpid per mostrar documents PDF grans, però pot ser que no funcioni en alguns navegadors. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Barra lateral @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Empra barra lateral 'slim' (només icones) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Mode fosc @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Utilitza la configuració del sistema @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Activar mode fosc @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invertir miniatures en mode fosc @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Color Tema @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Restablir @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Comprovant actualització @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 La comprovació d'actualització funciona fent ping al públic GitHub API per la darrera versió per determinar si hi ha alguna actualització disponible. L'actualització s'haurà de fer de manera manual. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 L'aplicació no recull dades de seguiment. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Habilita la cerca d'actualitzacions @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Edició document @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Eliminar etiqueta d'entrada al desar @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Edició massiva @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Mostra diàlegs de confirmació @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Esborrat de documents sempre demanarà confirmació. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Aplica al tancar @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Habilita notes @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Permisos per defecte @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 S'apliquen a aquest compte d'usuari per als objectes (etiquetes, regles de correu, etc.) creats mitjançant la interfície d'usuari web @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Propietari per defecte @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Permisos per defecte de visionat @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Edita permissos per defecte @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notificacions @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Processant document @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Mostra notificacions quan es detectin documents nous @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Mostra notificacions quan es processin documents correctament @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Mostra notificacions quan falli el processament de document @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Suprimeix les notificacions del tauler @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Això suprimirà tots els missatges sobre l'estat del processament de documents al tauler. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Mostra avís en tancar visualitzacions desades amb canvis no desats @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Apareix a @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Sense vistes definides. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Utilitza idioma del sistema @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Utilitza el format de data de la llengua @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Vista Guardada "" esborrada. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Configuració guardada amb èxit. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 La configuració desada correctament. Cal tornar a carregar per aplicar alguns canvis. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Recarrega ara @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error desant opcions al servidor. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Nom usuari @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Grups @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritme coincident Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Patró coincident - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Patró coincident + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 No distingeix majúscules - minúscules @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Tipus de dades @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 No es pot canviar tipus de dades després que el camp s'ha creat @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 Servidor IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Port IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Seguretat IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Comprova si la contrasenya anterior és un testimoni utilitzat per l'autenticació @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Joc de caràcters @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Prova @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Carpeta @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Les subcarpetes han d'estar separades per un delimitador, sovint un punt ('.') o una barra inclinada ('/'), però varia segons el servidor de correu. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Edat màxima (dies) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Tipus de fitxer adjunt @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Àmbit consum @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consulteu documentació per als requisits de processament .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Ordre regla @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Només es processaran els correus que coincideixin all amb els filtres especificats a continuació. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtra desde @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtra a @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtra assumpte @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtra cos @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filtra nom del fitxer adjunt incloent @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Consumir només documents que coincideixin completament amb aquest nom de fitxer si s'especifica. Es permeten els comodins com ara *.pdf o *factura*. Cas insensible. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filtra nom del fitxer adjunt excloent @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 No consumir documents que coincideixin exactament amb nom d'arxiu especificat. Comodins com *.pdf or *invoice* permessos. Cas insensitiu. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Acció @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 L'acció només es realitza quan es consumeixen documents del correu. Els correus sense adjunts romanen completament intactes. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Parametre d'acció @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Les assignacions especificades aquí substituiran qualsevol plantilla de consum. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assigna títol des de @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assigna tipus document @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assigna corresponsal des de @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assigna corresponsal @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assigna propietari des de regla @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Etiqueta d'entrada @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Etiquetes d'entrada son assignades automàticament a tots els document consumits. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Actiu @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superusuari @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Atorga tots els permisos i pot veure objectes) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Activar el flux de treball a: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Afegir Disparador @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Aplica Accions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Afegir Acció - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Tipus acció - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assigna títol - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Pot incloure marcadors, vegeu <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentació</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assigna etiquetes - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assigna ruta emmagatzematge - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assigna camnps personalitzats - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assigna propietari - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assigna permisos de visionat - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assigna permisos d'edició - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Tipus disparador @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Disparadors per documents coincidents amb all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filtra nom arxiu @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Aplica als documents que coincideixen amb aquest nom de fitxer. Es permeten els comodins com ara *.pdf o *factura*. Cas insensible. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filtra orígens @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filtra ruta @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Aplica als documents que coincideixen amb aquest camí. Es permeten els comodins especificats com a *. Cas normalitzat.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filtra regla de correu @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Aplica a documents consumits amb aquesta regla de correu. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Algorisme concordança contingut @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Algorisme concordança patró @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Té etiquetes @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Té corresponsal @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Té tipus de document + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Tipus acció + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assigna títol + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Pot incloure marcadors, vegeu <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentació</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assigna etiquetes + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assigna ruta emmagatzematge + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assigna camnps personalitzats + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assigna propietari + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assigna permisos de visionat + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assigna permisos d'edició + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignació + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Afegir flux de treball @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Editar flux @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Tipus @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copia @@ -4813,8 +4973,76 @@ Error creant enllaç + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Estat + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Anterior @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detalls @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Número de sèrie de l'arxiu @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Data de creació @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Per defecte @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Contingut @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Data modificació @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Data afegit @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Nom Arxiu @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Nom arxiu original @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Original MD5 checksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Mida arxiu original @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Tipus mímic original @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 MD5 checksum arxivat @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Mida arxiu arxivat @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadades del document original @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadades del document arxivat @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Vista prèvia @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Desa & següent @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Desa & tanca @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Introdueix Contrasenya @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document guardat correctament. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error guardant document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Realment vols esborrar el document ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Els fitxers d'aquest document se suprimiran permanentment. Aquesta operació no es pot desfer. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Esborra document @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error esborrant document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Aquesta operació tornarà a fer l'OCR per a aquest document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 L'operació de refer OCR començarà en segon pla. Tanqueu i torneu a obrir o recarregueu aquest document un cop finalitzada l'operació per veure contingut nou. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executant operació @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Encaix Pàgina @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Creat correctament . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error creant . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Actualitzat correctament . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error al guardar . @@ -7054,15 +7362,15 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 - Associated documents will not be deleted. + Documents assocuiats no seran esborrats. Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error esborrant element diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf index 9b97571cc..31c773476 100644 --- a/src-ui/src/locale/messages.cs_CZ.xlf +++ b/src-ui/src/locale/messages.cs_CZ.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Zavřít - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Zavřít - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Zavřít Select month @@ -46,6 +38,14 @@ Vybrat měsíc + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Increment hours - First @@ -180,6 +172,14 @@ První + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Increment hours + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Další @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Zrušit @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Zahájit prohlídku + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Otevřít administraci Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Obecné @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Vzhled @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Jazyk zobrazení @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Po aplikaci nového jazyka je třeba stránku znovu načíst. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Zobrazení data @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Formát data @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Krátký: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Střední: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Dlouhý: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Počet položek na stránku @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Editor dokumentů @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Použít prohlížeč PDF webového prohlížeče @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 To je obvykle rychlejší při zobrazování velkých PDF dokumentů, ale nemusí fungovat na některých prohlížečích. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Sidebar @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Use 'slim' sidebar (icons only) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Tmavý motiv @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Použít systémové nastavení @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Zapnout tmavý režim @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invertovat náhledy v tmavém režimu @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Theme Color @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Reset @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Kontrola aktualizací @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Povolit kontrolu aktualizací @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Hromadné úpravy @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Zobrazit potvrzovací dialogy @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Smazání dokumentů bude vždy vyžadovat potvrzení. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Aplikovat při zavření @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Povolit poznámky @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Oznámení @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Zpracovávání dokumentu @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Zobrazit oznámení, když jsou zjištěny nové dokumenty @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Zobrazit oznámení při úspěšném dokončení zpracování dokumentu @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Zobrazit oznámení, když zpracování dokumentu selže @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Potlačit oznámení na nástěnce @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Toto potlačí všechny zprávy o stavu zpracování dokumentu na nástěnce. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Nejsou definovány žádné uložené pohledy. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Použít systémový jazyk @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Použít formát data jazyka zobrazení @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Uložený pohled "" odstraněn. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Settings were saved successfully. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Settings were saved successfully. Reload is required to apply some changes. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Reload now @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Uživatelské jméno @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Skupiny @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Porovnávací algoritmus Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Vzor shody - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Vzor shody + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Nerozlišovat velikost písmen @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Zabezpečení IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Znaková sada @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Složka @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Podsložky musí být odděleny oddělovačem, nejčastěji tečkou ('.') nebo lomítkem ('/'), toto závisí na nastavení e-mailového serveru. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximální stáří (ve dnech) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Typ přílohy @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Rozsah zpracování @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Viz dokumentace pro požadavky na zpracování .eml souborů @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Pořadí pravidla @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless zpracuje pouze e-maily, které odpovídají všem níže uvedeným filtrům. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtrovat podle odesílatele @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtrovat podle príjemce @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtrovat podle předmětu @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtrovat podle téla zprávy @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Zpracovat jen dokumenty, které přesně odpovídají tomuto názvu souboru, pokud bylo specifikováno. Zástupné znaky jako *.pdf nebo *faktura* jsou povoleny. Nezáleží na velikosti písmen. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Akce @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assign document type @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assign correspondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Štítek schránky @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Štítky doručené pošty jsou automaticky přiřazeny ke všem importovaným dokumentům. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktivní @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuživatel @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Přidává všechna oprávnění a umí zobrazit objekty) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Přiřadit vlastní pole - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Přiřadit vlastní pole + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Typ @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Předchozí @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Podrobnosti @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Sériové číslo archivu @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Vytvořeno @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Default @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Obsah @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Upraveno @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Přidána @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Název souboru @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Original filename @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Původní kontrolní součet MD5 @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Původní velikost souboru @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Původní typ mime @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Kontrolní součet MD5 archivu @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Velikost souboru archivu @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadata původního dokumentu @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadata archivovaného dokumentu @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Preview @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Poznámky @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Uložit a další @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Enter Password @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Opravdu chcete smazat dokument ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Soubory tohoto dokumentu budou trvale smazány. Tuto operaci nelze vrátit zpět. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Smazat dokument @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 This operation will permanently redo OCR for this document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.da_DK.xlf b/src-ui/src/locale/messages.da_DK.xlf index e3b31dbd7..7d2144ac8 100644 --- a/src-ui/src/locale/messages.da_DK.xlf +++ b/src-ui/src/locale/messages.da_DK.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Luk - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Luk - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Luk Select month @@ -46,6 +38,14 @@ Vælg måned + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Forøg timer - First @@ -180,6 +172,14 @@ Første + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Forøg timer + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Næste @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Forkast @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Start tour + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Open Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Generelt @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Udseende @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Visningssprog @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Du skal genindlæse siden efter at have valgt et nyt sprog. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Dato visning @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Datoformat @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Kort: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Mellem: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Lang: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Elementer pr. side @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Dokument editor @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Benyt PDF-fremviser leveret af browseren @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Dette er normalt hurtigere til visning af store PDF-dokumenter, men det virker måske ikke på nogle browsere. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Sidebar @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Use 'slim' sidebar (icons only) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Mørk tilstand @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Brug systemindstillinger @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Aktivér mørk tilstand @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invertér miniaturebilleder i mørk tilstand @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Temafarve @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Reset @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Update checking @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Enable update checking @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Masse redigering @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Vis bekræftelsesdialoger @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Sletning af dokumenter vil altid anmode om bekræftelse. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Anvend ved lukning @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Enable notes @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notifikationer @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Dokumentbehandling @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Vis notifikationer når nye dokumenter registreres @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Vis notifikationer når dokumentbehandling er fuldført @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Vis notifikationer når dokumentbehandling fejler @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Undertryk notifikationer på betjeningspanelet @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Dette vil undertrykke alle meddelelser om dokumentbehandlingsstatus på betjeningspanelet. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Ingen gemte visninger. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Benyt systemsprog @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Benyt datoformat for visningssprog @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Gemt visning "" slettet. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Settings were saved successfully. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Settings were saved successfully. Reload is required to apply some changes. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Reload now @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Brugernavn @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Groups @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Matching algoritme Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Match mønster - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Match mønster + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Skelner ikke mellem store og små bogstaver @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP Server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Security @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Character Set @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Folder @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximum age (days) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Attachment type @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consumption scope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Rule order @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter from @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter to @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter subject @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter body @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Bearbejd kun dokumenter, der helt matcher dette filnavn, hvis angivet. Wildcards såsom *.pdf eller *faktura * er tilladt. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assign document type @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assign correspondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Indbakkeetiket @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Indbakkeetiketter er automatisk tildelt til alle bearbejdede dokumenter. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Active @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Type @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Forrige @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detaljer @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Arkiv serienummer @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Oprettelsesdato @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Default @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Indhold @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Ændringsdato @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Tilføjelsesdato @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Filnavn for medie @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Original filename @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Original MD5 kontrolsum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Original filstørrelse @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Original mimetype @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Arkiv MD5 kontrolsum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Arkiv filstørrelse @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Original dokumentmetadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Arkiveret dokumentmetadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Preview @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Gem & næste @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Indtast adgangskode @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Er du sikker på, at du vil slette dokument ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Filerne for dette dokument vil blive slettet permanent. Denne handling kan ikke fortrydes. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Slet dokument @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 This operation will permanently redo OCR for this document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf index 453d48582..c997657a5 100644 --- a/src-ui/src/locale/messages.de_DE.xlf +++ b/src-ui/src/locale/messages.de_DE.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Schließen - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Schließen - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Schließen Select month @@ -46,6 +38,14 @@ Monat auswählen + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Stunden erhöhen - First @@ -180,6 +172,14 @@ Erste + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Stunden erhöhen + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Nächstes @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Verwerfen @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Tour beginnen + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Django-Adminpanel öffnen @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Allgemein @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Erscheinungsbild @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Anzeigesprache @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Nachdem Sie eine neue Sprache ausgewählt haben, müssen Sie die Seite neu laden. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Datumsanzeige @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Datumsformat @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Kurz: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Mittel: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Lang: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Dokumente pro Seite @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Dokumenteditor @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Benutze PDF-Betrachter des Webbrowsers @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Dies ist in der Regel schneller bei der Anzeige großer PDF-Dokumente, funktioniert aber möglicherweise nicht in allen Webbrowsern. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Seitenleiste @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Benutze schlanke Seitenleiste (nur Symbole) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Dunkelmodus @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Benutze Systemeinstellungen @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Dunkelmodus aktivieren @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Miniaturbilder im Dunkelmodus invertieren @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Designfarbe @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Zurücksetzen @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Überprüfung auf Aktualisierungen @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Die Überprüfung auf Aktualisierung erfolgt über Anfragen an die öffentliche GitHub-API, um zu ermitteln, ob eine neue Version verfügbar ist. Die eigentliche Aktualisierung der Anwendung muss weiterhin manuell durchgeführt werden. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Die Anwendung sammelt oder speichert keinerlei Tracking-Daten. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Automatische Überprüfung auf Aktualisierungen aktivieren @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Dokumentenbearbeitung @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Posteingangs-Tag(s) beim Speichern automatisch entfernen @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Massenbearbeitung @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Bestätigungsdialoge anzeigen @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Beim Löschen von Dokumenten wird immer nach einer Bestätigung gefragt. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Anwenden beim Schließen @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Notizen aktivieren @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Standardberechtigungen @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Einstellungen gelten für dieses Benutzerkonto für Objekte (Tags, E-Mail-Regeln, etc.), die über die Weboberfläche erstellt wurden @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Standardeigentümer @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Standard-Ansichtsberechtigungen @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Standard-Bearbeitungsberechtigungen @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Benachrichtigungen @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Dokumentverarbeitung @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Benachrichtigungen anzeigen, wenn neue Dokumente erkannt werden @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Benachrichtigungen anzeigen, wenn die Dokumentenverarbeitung erfolgreich abgeschlossen wurde @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Benachrichtigungen anzeigen, wenn die Verarbeitung des Dokuments fehlschlägt @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Unterdrücke Benachrichtigungen auf der Startseite @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Dadurch werden alle Benachrichtigungen über die Dokumentenverarbeitung auf der Startseite unterdrückt. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Warnung anzeigen, wenn gespeicherte Ansichten mit ungespeicherten Änderungen geschlossen werden @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Erscheint auf @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Keine gespeicherten Ansichten vorhanden. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Benutze Systemsprache @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Benutze Datumsformat der Anzeigesprache @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Gespeicherte Ansicht „“ gelöscht. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Einstellungen wurden erfolgreich gespeichert. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Einstellungen wurden erfolgreich gespeichert. Es ist erforderlich, die Seite neu zu laden, um einige Änderungen zu übernehmen. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Jetzt neu laden @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Fehler beim Speichern der Einstellungen auf dem Server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Benutzername @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Gruppen @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Zuweisungsalgorithmus Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Zuweisungsmuster - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Zuweisungsmuster + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Groß-/Kleinschreibung irrelevant @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Datentyp @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Datentyp kann nach der Erstellung des Feldes nicht mehr geändert werden @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP-Server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP-Port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP-Sicherheit @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Kennwort ist Token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Auswählen, wenn das obige Kennwort ein Authentifizierungstoken ist @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Zeichensatz @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Testen @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Ordner @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Unterordner müssen durch ein Trennzeichen, oft einen Punkt („.“) oder einen Schrägstrich („/“), getrennt werden. Dies variiert jedoch je nach Mailserver. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximales Alter (Tage) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Dateianhangstyp @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Verarbeitungsumfang @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Für die Voraussetzungen zur Verarbeitung von E-Mails als .eml siehe Dokumentation @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Regelreihenfolge @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless verarbeitet nur E-Mails, die mit allen unten angegebenen Filtern übereinstimmen. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Absender filtern @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Empfänger filtern @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Betreff filtern @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Nachrichteninhalt filtern @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter: Anhang-Dateiname enthält @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Nur Dokumente, die vollständig mit diesem Dateinamen (falls angegeben) übereinstimmen, verarbeiten. Platzhalter wie *.pdf oder *rechnung* sind erlaubt. Groß- und Kleinschreibung wird nicht beachtet. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter: Anhang-Dateiname enthält nicht @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Dokumente, die vollständig mit diesem Dateinamen (falls angegeben) übereinstimmen, nicht verarbeiten. Platzhalter wie *.pdf oder *rechnung* sind erlaubt. Groß- und Kleinschreibung wird nicht beachtet. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Aktion @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Die Aktion wird nur ausgeführt, wenn Dokumente aus der E-Mail verarbeitet werden. E-Mails ohne Anhänge bleiben vollkommen unberührt. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Aktionsparameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Die hier angegebenen Zuweisungen überschreiben Zuweisungen aus Verarbeitungsvorlagen. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Titelzuweisung @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Dokumenttyp zuweisen @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Korrespondentenzuweisung @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Korrespondent zuweisen @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Eigentümer von dieser Regel zuweisen @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Posteingangs-Tag @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Ein Tag mit dieser Option wird automatisch allen neuen Dokumenten zugewiesen. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktiv @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Erteilt alle Berechtigungen und kann Objekte anzeigen) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Workflow auslösen bei: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Auslöser hinzufügen @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Aktionen anwenden: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Aktion hinzufügen - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Aktionstyp - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Titel zuweisen - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Kann einige Platzhalter enthalten, siehe <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>Dokumentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Tags zuweisen - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Speicherpfad zuweisen - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Benutzerdefinierte Felder zuweisen - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Eigentümer zuweisen - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Anzeigeberechtigungen zuweisen - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Bearbeitungsberechtigungen zuweisen - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Auslösertyp @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Auslöser für Dokumente, die mit allen unten angegebenen Filtern übereinstimmen. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Dateinamen filtern @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Auf Dokumente anwenden, die mit diesem Dateinamen übereinstimmen. Platzhalter wie *.pdf oder *rechung* sind erlaubt. Groß- und Kleinschreibung wird nicht beachtet. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Quellen filtern @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Pfad filtern @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Auf Dokumente anwenden, die mit diesem Pfad übereinstimmen. Platzhalter wie * sind zulässig. Groß- und Kleinschreibung normalisiert.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 E-Mail-Regel filtern @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Auf Dokumente anwenden, die über diese E-Mail-Regel verarbeitet wurden. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Inhaltsabgleichsalgorithmus @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Inhaltsabgleichsmuster @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Hat Tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Hat Korrespondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Hat Dokumenttyp + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Aktionstyp + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Titel zuweisen + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Kann einige Platzhalter enthalten, siehe <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>Dokumentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Tags zuweisen + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Speicherpfad zuweisen + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Benutzerdefinierte Felder zuweisen + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Eigentümer zuweisen + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Anzeigeberechtigungen zuweisen + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Bearbeitungsberechtigungen zuweisen + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Zuordnung + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Neuen Arbeitsablauf erstellen @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Arbeitsablauf bearbeiten @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Typ @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Kopieren @@ -4813,8 +4973,76 @@ Fehler beim Erstellen des Links + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Vorheriges @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Details @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Archiv-Seriennummer @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Ausgestellt am @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Standard @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Inhalt @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Geändert am @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Hinzugefügt am @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Media-Dateiname @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Ursprünglicher Dateiname @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 MD5-Prüfsumme Original @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Dateigröße Original @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 MIME-Typ Original @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 MD5-Prüfsumme Archiv @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Dateigröße Archiv @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadaten Original @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadaten Archiv @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Vorschau @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notizen @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Speichern & weiter @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Speichern & schließen @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Kennwort eingeben @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Dokument erfolgreich gespeichert. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Fehler beim Speichern des Dokuments @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Möchten Sie das Dokument „“ wirklich löschen? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Die Dateien dieses Dokuments werden permanent gelöscht. Diese Aktion kann nicht rückgängig gemacht werden. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Dokument löschen @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Fehler beim Löschen des Dokuments @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Diese Aktion wird die Texterkennung für dieses Dokument wiederholen und dauerhaft überschreiben. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 OCR-Vorgang wird im Hintergrund neu gestartet. Schließen und öffnen Sie dieses Dokument nach Abschluss der Operation erneut, oder laden Sie es neu, um neue Inhalte anzuzeigen. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Fehler beim Ausführen der Aktion @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Seite einpassen @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 erfolgreich erstellt. @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Fehler beim Erstellen von . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 erfolgreich aktualisiert. @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Fehler beim Speichern von . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Verknüpfte Dokumente werden nicht gelöscht. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Fehler beim Löschen des Elements diff --git a/src-ui/src/locale/messages.el_GR.xlf b/src-ui/src/locale/messages.el_GR.xlf index 91018582c..383d1dbf0 100644 --- a/src-ui/src/locale/messages.el_GR.xlf +++ b/src-ui/src/locale/messages.el_GR.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Κλείσιμο - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Κλείσιμο - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Κλείσιμο Select month @@ -46,6 +38,14 @@ Επιλογή μήνα + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Προσαύξηση ωρών - First @@ -180,6 +172,14 @@ Πρώτο + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Προσαύξηση ωρών + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Επόμενο @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Απόρριψη @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Έναρξη περιήγησης + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Άνοιγμα Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Γενικά @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Εμφάνιση @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Γλώσσα εμφάνισης @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Θα πρέπει να φορτώσετε ξανά τη σελίδα μετά την εφαρμογή μιας νέας γλώσσας. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Προβολή ημερομηνίας @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Μορφή ημερομηνίας @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Σύντομο: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Μεσαίο: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Μεγάλο: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Αντικείμενα ανά σελίδα @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Επεξεργαστής εγγράφων @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Χρήση του προβολέα PDF που παρέχεται από το πρόγραμμα περιήγησης @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Αυτό είναι συνήθως γρηγορότερο για την εμφάνιση μεγάλων εγγράφων PDF, αλλά μπορεί να μην λειτουργεί σε ορισμένους περιηγητές. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Πλευρική μπάρα @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Χρησιμοποιήστε την 'λεπτή' πλαϊνή μπάρα (μόνο εικονίδια) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Σκοτεινό θέμα @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Χρήση των ρυθμίσεων του συστήματος @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Ενεργοποίηση σκοτεινής λειτουργίας @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Αντιστροφή μικρογραφιών σε σκοτεινή λειτουργία @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Χρώμα Θέματος @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Επαναφορά @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Ενημέρωση ελέγχου @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Δε συλλέγονται δεδομένα παρακολούθησης από την εφαρμογή με οποιονδήποτε τρόπο. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Ενεργοποίηση ελέγχου ενημερώσεων @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Μαζική επεξεργασία @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Εμφάνιση διαλόγων επιβεβαίωσης @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Η διαγραφή εγγράφων θα ζητά πάντα επιβεβαίωση. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Εφαρμογή στο κλείσιμο @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Ενεργοποίηση σημειώσεων @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Ειδοποιήσεις @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Επεξεργασία εγγράφων @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Εμφάνιση ειδοποιήσεων όταν εντοπίζονται νέα έγγραφα @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Εμφάνιση ειδοποιήσεων όταν η επεξεργασία εγγράφου ολοκληρώνεται με επιτυχία @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Εμφάνιση ειδοποιήσεων όταν η επεξεργασία του εγγράφου αποτυγχάνει @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Καταστολή ειδοποιήσεων στο ταμπλό @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Αυτό θα καταστείλει όλα τα μηνύματα σχετικά με την κατάσταση επεξεργασίας εγγράφων στο ταμπλό. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Εμφάνιση προειδοποίησης κατά το κλείσιμο αποθηκευμένων προβολών με μη αποθηκευμένες αλλαγές @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Εμφανίζεται στις @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Δεν έχουν οριστεί αποθηκευμένες προβολές. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Χρήση γλώσσας συστήματος @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Χρησιμοποιήστε τη μορφή ημερομηνίας της γλώσσας εμφάνισης @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Η αποθηκευμένη προβολή "" διαγράφηκε. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Οι ρυθμίσεις αποθηκεύτηκαν επιτυχώς. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Οι ρυθμίσεις αποθηκεύτηκαν με επιτυχία. Απαιτείται επαναφόρτωση για να εφαρμοστούν κάποιες αλλαγές. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Επαναφόρτωση τώρα @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Σφάλμα κατά την αποθήκευση των ρυθμίσεων στο διακομιστή. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Όνομα Χρήστη @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Ομάδες @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Αλγόριθμος αντιστοίχισης Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Μοτίβο αντιστοίχισης - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Μοτίβο αντιστοίχισης + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Χωρίς διάκριση πεζών/κεφαλαίων @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 Διακομιστής IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Θύρα IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Ασφάλεια IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Ο κωδικός πρόσβασης είναι token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Ελέγξτε αν ο παραπάνω κωδικός πρόσβασης είναι ένα token που χρησιμοποιείται για έλεγχο ταυτότητας @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Κωδικοποίηση χαρακτήρων @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Τεστ @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Φάκελος @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Οι υποφάκελοι πρέπει να διαχωρίζονται με οριοθέτη, συχνά με τελεία ('.') ή κάθετο ('/'), αλλά ποικίλλει ανάλογα με το διακομιστή αλληλογραφίας. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Μέγιστη ηλικία (ημέρες) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Τύπος συνημμένου @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Πεδίο κατανάλωσης @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Βλέπε οδηγίες για τις απαιτήσεις επεξεργασίας .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Σειρά κανόνων @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Το Paperless θα επεξεργάζεται μόνο μηνύματα που ταιριάζουν με όλων των φίλτρων που καθορίζονται παρακάτω. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Φίλτρο από @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Φίλτρο έως @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Φίλτρο θέματος @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Φίλτρο σώματος @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Μόνο κατανάλωση αρχείων που ταιριάζουν απόλυτα με το όνομα αρχείου, εάν καθοριστεί. Επιτρέπεται η χρήση μπαλαντέρ όπως *.pdf ή *invoice*. Δεν υπάρχει έλεγχος πεζών/κεφαλαίων. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Ενέργεια @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Η ενέργεια εκτελείται μόνο όταν τα έγγραφα καταναλώνονται από το mail. Τα mails χωρίς συνημμένα παραμένουν εντελώς άθικτα. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Παράμετρος ενέργειας @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Ανάθεση τίτλου από @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Ανάθεση τύπου εγγράφου @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Ανάθεση ανταποκριτή από @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Ανάθεση ανταποκριτή @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Ετικέτα εισερχόμενων @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Οι ετικέτες εισερχόμενων αντιστοιχίζονται αυτόματα σε όλα τα καταναλωμένα έγγραφα. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Ενεργός @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Υπερχρήστης @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Χορηγεί όλα τα δικαιώματα και μπορεί να δει αντικείμενα) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Τύπος @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Αντιγραφή @@ -4813,8 +4973,76 @@ Σφάλμα δημιουργίας συνδέσμου + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Κατάσταση + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Προηγούμενο @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Λεπτομέρειες @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Αρχειοθέτηση σειριακού αριθμού @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Ημερομηνία δημιουργίας @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Προεπιλογή @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Περιεχόμενο @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Ημερομηνία τροποποίησης @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Ημερομηνία προσθήκης @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Όνομα αρχείου πολυμέσων @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Πρωτότυπο όνομα αρχείου @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Αρχικό checksum MD5 @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Αρχικό μέγεθος αρχείου @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Αρχικός τύπος mime @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Αρχειοθέτηση MD5 checksum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Μέγεθος αρχείου αρχειοθέτησης @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Πρωτότυπα μεταδεδομένα εγγράφου @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Αρχειοθετημένα μεταδεδομένα εγγράφου @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Προεπισκόπηση @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Αποθήκευση & επόμενο @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Αποθήκευση & κλείσιμο @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Εισαγωγή Κωδικού Πρόσβασης @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Το έγγραφο αποθηκεύτηκε επιτυχώς. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Σφάλμα αποθήκευσης του εγγράφου @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Θέλετε πραγματικά να διαγράψετε το έγγραφο ""; @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Τα αρχεία αυτού του εγγράφου θα διαγραφούν οριστικά. Αυτή η λειτουργία δεν μπορεί να αναιρεθεί. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Διαγραφή εγγράφου @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Σφάλμα διαγραφής εγγράφου @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Αυτή η λειτουργία θα ξανακάνει οριστικά OCR για αυτό το έγγραφο. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Η λειτουργία επανάληψης OCR θα ξεκινήσει στο παρασκήνιο. Κλείστε και ανοίξτε εκ νέου ή επαναφορτώστε αυτό το έγγραφο μετά την ολοκλήρωση της λειτουργίας για να δείτε νέο περιεχόμενο. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Σφάλμα εκτέλεσης λειτουργίας @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Δημιουργήθηκε επιτυχώς . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Παρουσιάστηκε σφάλμα κατά τη δημιουργία του . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Επιτυχής ενημέρωση του . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Παρουσιάστηκε σφάλμα κατά την αποθήκευση του . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Σφάλμα κατά τη διαγραφή του στοιχείου diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf index b2a84d08b..4f2303c5e 100644 --- a/src-ui/src/locale/messages.es_ES.xlf +++ b/src-ui/src/locale/messages.es_ES.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Cerrar - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Cerrar - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Cerrar Select month @@ -46,6 +38,14 @@ Seleccionar mes + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Incrementar horas - First @@ -180,6 +172,14 @@ Primero + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Incrementar horas + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Siguiente @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Descartar @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Iniciar tour + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Abrir administración de Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 General @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Apariencia @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Idioma @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Necesitas recargar la página tras aplicar el nuevo idioma. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Formato de fechas @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Formato de fechas @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Corto: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Medio: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Largo: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Elementos por página @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Editor de documentos @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Usar el visor PDF proporcionado por el navegador @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Habitualmente esto es mas rápido para mostrar archivos PDF largos, pero puede no funcionar en algunos navegadores. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Barra lateral @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Usar barra lateral compacta (solo iconos) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Modo oscuro @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Usar ajustes del sistema @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Habilitar modo oscuro @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invertir miniaturas en modo oscuro @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Color del tema @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Reiniciar @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Comprobación de actualización @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 La comprobación de actualización funciona preguntando a la API pública de GitHub cuál es la última versión para determinar si una nueva está disponible. La verdadera actualización de la aplicación deberá realizarse manualmente. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 La aplicación no recoge datos de rastreo de ningún tipo. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Habilitar comprobación de actualización @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Editor multiple @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Mostrar diálogos de confirmación @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Borrar los documentos siempre pedirá confirmación. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Aplicar al cerrar @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Habilitar notas @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Permisos por defecto @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 La configuración aplica a esta cuenta de usuario para objetos (Etiquetas, Reglas de correo, etc.) que hayan sido creados a través de la interfaz web @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Propietario por defecto @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Permisos de visualización por defecto @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Permisos de edición por defecto @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notificaciones @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Procesado de documentos @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Mostrar notificaciones cuando nuevos documentos sean borrados @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Mostrar notificaciones cuando el procesado se complete satisfactoriamente @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Mostrar notificaciones cuando el procesado falle @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 No mostrar notificaciones en el panel de control @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Esto suprimirá todos los mensajes de estado de procesamiento en el panel de control. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Mostrar advertencia al cerrar vistas guardadas con cambios sin guardar @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Aparece en @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 No hay ninguna vista guardada definida @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Usar idioma del sistema @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Usar formato de fechas del idioma seleccionado @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Vista guardada "" borrada. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Los ajustes se han guardado correctamente. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Los ajustes se han guardado correctamente. Es necesario recargar para aplicar algunos cambios. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Recargar ahora @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error al almacenar los ajustes en el servidor. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Nombre de usuario @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Grupos @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritmo del patrón de búsqueda Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Patrón de busqueda - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Patrón de busqueda + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Insensible a mayúsculas y minusculas @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Tipo de dato @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 El tipo de dato no puede ser cambiado después de crear un campo @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 Servidor IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Puerto IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Seguridad IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 La contraseña es token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Compruebe si la contraseña anterior es un token utilizado para la autenticación @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Conjunto de caracteres @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Carpeta @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Las subcarpetas deben estar separadas por un delimitador, típicamente un punto ('.') o una barra ('/'), aunque varía entre servidores de correo. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Antigüedad máxima (días) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Tipo de archivo adjunto @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Ámbito de consumo @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Vea la documentación para los requerimientos de procesado para .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Orden de las reglas @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless solo procesará correos que coincidan con todos de los filtros especificados a continuación. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtrar desde @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtrar a @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtrar asunto @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtrar cuerpo @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filtrar nombre del archivo adjunto - incluir @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Sólo consumirá documentos que coincidan completamente con este nombre de archivo si se especifica. Se permiten comodines como *.pdf o *factura*. No diferencia mayúsculas. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filtrar nombre del archivo adjunto - excluir @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Si se especifica, no consumir documentos que coincidan completamente con este nombre de archivo. Comodines como *.pdf o *factura* son permitidos. No distingue mayúsculas. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Acción @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 La acción solo es ejecutada cuando se consumen documentos desde el correo. Los correos sin adjuntos permanecen intactos. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Parámetro de acción @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Las tareas especificadas aquí reemplazarán a cualquier plantilla de consumo. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Asignar título desde @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Asignar tipo de documento @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Asignar interlocutor desde @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Asignar interlocutor @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Asignar dueño de la regla @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Etiqueta de entrada @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Las etiquetas de la bandeja son asignadas automáticamente a todos los documentos consumidos. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Activo @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superusuario @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Otorga todos los permisos y puede ver objetos) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Añadir Activador @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Aplicar Acciones: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Añadir Acción - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Tipo de acción - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Asignar título - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Puede incluir algunos marcadores de posición, vea <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentación</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Asignar etiquetas - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Asignar ruta de almacenamiento - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Asignar campos personalizados - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Asignar dueño - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Asignar permisos de vista - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Asignar permisos de edición - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Tipo de activador @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Disparador para documentos que coincidan con todos los filtros especificados a continuación. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filtrar nombre del archivo @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Aplicar a documentos que coincidan con este nombre de archivo. Comodines como *.pdf o *factura* están permitidos. No distingue mayúsculas. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filtrar fuentes @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filtrar ruta @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Aplicar a documentos que coincidan con esta ruta. Comodines especificados como * están permitidos. No distingue mayúsculas.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filtrar regla de correo @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Aplicar a los documentos consumidos mediante esta regla de correo. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Algoritmo de coincidencia de contenido @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Patrón de coincidencia de contenido @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Tipo de acción + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Asignar título + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Puede incluir algunos marcadores de posición, vea <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentación</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Asignar etiquetas + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Asignar ruta de almacenamiento + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Asignar campos personalizados + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Asignar dueño + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Asignar permisos de vista + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Asignar permisos de edición + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Tipo @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copiar @@ -4813,8 +4973,76 @@ Error creando enlace + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Estado + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Anterior @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detalles @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Número de serie del archivo @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Fecha de creación @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Por defecto @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Contenido @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Fecha de modificación @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Fecha de subida @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Nombre del fichero @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Nombre del archivo original @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Comprobación MD5 original @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Tamaño del fichero original @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Tipo MIME original @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Comprobación MD5 del archivo @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Tamaño del archivo @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadatos originales @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadatos archivados @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Vista previa @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notas @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Guardar y continuar @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Guardar & cerrar @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Introducir contraseña @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 El documento guardado correctamente. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error al guardar el documento @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 ¿Estás seguro de querer borrar el documento ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Los archivos para este documento serán borrados permanentemente. Esta operación no se puede deshacer. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Borrar documento @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error al eliminar documento @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Esta operación rehará permanentemente el OCR de este documento. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 La operación de rehacer OCR comenzará en segundo plano. Cierra y vuelve a abrir o vuelve a cargar este documento después de que la operación se haya completado para ver el nuevo contenido. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error al ejecutar la operación @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Ajuste de página @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Creado correctamente . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Ha ocurrido un error al crear . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Actualizado correctamente . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Ha ocurrido un error al guardar . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error al eliminar el elemento diff --git a/src-ui/src/locale/messages.fi_FI.xlf b/src-ui/src/locale/messages.fi_FI.xlf index 203dabf4f..4bec1e087 100644 --- a/src-ui/src/locale/messages.fi_FI.xlf +++ b/src-ui/src/locale/messages.fi_FI.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Sulje - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Sulje - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Sulje Select month @@ -46,6 +38,14 @@ Valitse kuukausi + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Lisää tunteja - First @@ -180,6 +172,14 @@ Ensimmäinen + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Lisää tunteja + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Seuraava @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Hylkää @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Aloita opastus + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Avaa Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Yleiset @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Ulkoasu @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Näyttökieli @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Sinun täytyy ladata sivu uudelleen uuden kielen käyttöönoton jälkeen. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Päivämäärän näyttö @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Päivämäärän esitystapa @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Lyhyt: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Keskipitkä: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Pitkä: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Kohteita sivulla @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Asiakirjan muokkain @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Käytä selaimen PDF-katselinta @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Tämä on yleensä nopeampi suurten PDF-asiakirjojen näyttämiseen, mutta se ei välttämättä toimi joissakin selaimissa. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Sivupalkki @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Käytä pientä sivupalkkia (vain kuvakkeet) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Tumma tila @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Käytä järjestelmän asetuksia @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Käytä tummaa tilaa @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Käännä pikkukuvat pimeässä tilassa @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Teeman väri @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Nollaa @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Tarkista päivitykset @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Sovellus ei kerää seurantatietoja. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Ota päivityksen tarkistus käyttöön @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Massamuokkaus @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Näytä vahvistukset @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Asiakirjojen poistaminen pyytää aina vahvistusta. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Tallenna suljettaessa @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Ota muistiinpanot käyttöön @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Oletusoikeudet @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Oletusomistaja @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Oletusarvoiset katseluoikeudet @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Oletusarvoiset muokkausoikeudet @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Ilmoitukset @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Asiakirjan käsittely @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Näytä ilmoitukset kun uusia asiakirjoja havaitaan @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Näytä ilmoitukset, kun asiakirjan käsittely valmistuu onnistuneesti @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Näytä ilmoitukset kun asiakirjan käsittely epäonnistuu @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Älä näytä ilmoituksia koontinäytöllä @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Tämä estää koontinäytöllä kaikki viestit, jotka koskevat asiakirjojen käsittelyn tilaa. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Näytä varoitus suljettaessa tallennettuja näkymiä tallentamattomilla muutoksilla @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Tallennettuja näkymiä ei ole määritelty. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Käytä järjestelmän kieltä @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Käytä näyttökielen päivämäärämuotoa @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Tallennettu näkymä "" poistettu. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Asetukset tallennettiin onnistuneesti. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Asetukset on tallennettu onnistuneesti. Uudelleenlataus vaaditaan joidenkin muutosten käyttöönottamiseksi. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Lataa uudelleen @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Virhe palvelimen asetuksia tallentaessa. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Käyttäjänimi @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Ryhmät @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Tunnistusalgoritmi Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Hakumalli - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Hakumalli + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Kirjainkoko ei vaikuta @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP-palvelin @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP-portti @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP-suojaus @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Salasana on token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Tarkista, onko yllä oleva salasana token, jota käytetään autentikoimiseen @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Merkistö @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Testaa @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Kansio @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Alikansiot on erotettava erottimella, usein pisteellä ('.') tai kauttaviivalla ('/'), vaihtelee sähköpostipalvelimen mukaan @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Enimmäisikä (päivää) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Liitteen tyyppi @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Sisäänluennan laajuus @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Katso ohje .eml tiedostojen käsittelyn vaatimuksiin @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Sääntöjen järjestys @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless käsittelee vain sähköposteja, jotka vastaavat kaikkia alla määritettyjä suodattimia. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Suodata lähettäjä-kenttä @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Suodata lähettäjä-kenttä @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Suodata aihe @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Suodata runko @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Tuo vain dokumentit jotka täsmäävät täysin tiedostonimen suhteen. Jokerimerkit kuten *.pdf tai *lasku* ovat sallittuja. Kirjainkoko ei merkitse. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Toiminto @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Tämä toiminto suoritetaan vasta, kun asiakirjat on luettu sähköpostin kautta. Sähköpostit ilman liitteitä pysyvät täysin koskemattomina. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Toiminnon parametrit @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Aseta otsikko kohteesta @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Määritä asiakirjatyyppi @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Määritä yhteyshenkilö @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Määritä yhteyshenkilö @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Saapuneiden tagi @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Saapuneet-tagi annetaan automaattisesti kaikille löydetyille asiakirjoille. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktiivinen @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Pääkäyttäjä @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Antaa kaikki oikeudet ja voi katsella kohteita) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Määritä omistaja - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Määritä katseluoikeudet - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Määritä muokkausoikeudet - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Määritä omistaja + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Määritä katseluoikeudet + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Määritä muokkausoikeudet + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Tyyppi @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Kopioi @@ -4813,8 +4973,76 @@ Virhe luotaessa linkkiä + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Tila + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Edellinen @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Tarkemmat tiedot @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Arkistointisarjanumero @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Luontipäivä @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Oletusarvo @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Sisältö @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Muokkauspäivämäärä @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Lisäyspäivämäärä @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Median tiedostonimi @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Alkuperäinen tiedoston nimi @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Alkuperäinen MD5-tarkistussumma @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Alkuperäinen tiedostokoko @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Alkuperäinen mime-tyyppi @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Arkistoidun MD5-tarkistussumma @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Arkistoidun tiedostokoko @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Alkuperäisen asiakirjan metatiedot @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Arkistoidun dokumentin metatiedot @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Esikatsele @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Tallenna & Lopeta @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Tallenna ja sulje @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Syötä salasana @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Asiakirja tallennettu onnistuneesti. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Virhe tallennettaessa asiakirjaa @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Haluatko varmasti poistaa asiakirjan ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Tämän asiakirjan tiedostot poistetaan pysyvästi. Tätä toimintoa ei voi peruuttaa. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Poista asiakirja @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Virhe asiakirjaa poistaessa @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Tämä toiminto suorittaa OCR:n uudelleen. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 OCR-toiminto alkaa taustalla. Sulje ja avaa uudelleen tämä asiakirja tai lataa se uudelleen, kun toiminto on suoritettu nähdäksesi uuden sisällön. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Onnistuneesti luotu . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Virhe luotaessa . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Onnistuneesti päivitetty . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Virhe tallennettaessa : . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Virhe elementtiä poistaessa diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf index 1dc6bab85..0dfac96bf 100644 --- a/src-ui/src/locale/messages.fr_FR.xlf +++ b/src-ui/src/locale/messages.fr_FR.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Fermer - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Fermer - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Fermer Select month @@ -46,6 +38,14 @@ Sélectionner le mois + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Incrémenter les heures - First @@ -180,6 +172,14 @@ Premier + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Incrémenter les heures + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Suivant @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Abandonner @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Commencer la visite  + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Ouvrir l'interface d'administration Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Général @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Affichage @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Langue d'affichage @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Vous devez recharger la page après avoir sélectionné une nouvelle langue. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Affichage de la date @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Format de date @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Court : @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Moyen : @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Long : @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Éléments par page @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Visionneuse de documents @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Utiliser la visionneuse PDF intégrée du navigateur @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Cette option est généralement plus rapide pour l'affichage de grands documents PDF, mais elle peut ne pas fonctionner sur certains navigateurs. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Barre latérale @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Utiliser la barre latérale réduite (icônes seulement) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Mode sombre @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Utiliser les paramètres du système @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Activer le mode sombre @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Inverser la couleur des vignettes en mode sombre @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Couleur du thème @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Réinitialiser @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Vérification des mises à jour @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 La vérification des mises à jour fonctionne en faisant un ping sur l'API publique GitHub sur la dernière version afin de déterminer si une nouvelle version est disponible. La mise à jour réelle de l'application doit toujours être effectuée manuellement. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Aucune donnée de suivi n'est collectée par l'application. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Activer les vérifications de mises à jour @@ -983,15 +999,15 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 - Document editing + Visionneuse de documents Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatiquement supprimer le(s) étiquette(s) réception lors d'une sauvegarde @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Édition en masse @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Afficher les messages de confirmation @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 La suppression de documents requiert toujours une confirmation. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Appliquer lors de la fermeture @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Activer les notes @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Droits d'accès par défaut @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Les paramètres s'appliquent à ce compte utilisateur pour les objets (Tags, Règles de Mail, etc.) créés via l'interface web @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Propriétaire par défaut @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Permissions de vue par défaut @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Permissions d'édition par défaut @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notifications @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Traitement de documents @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Afficher des notifications lorsque de nouveaux documents sont détectés @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Afficher des notifications lorsque le traitement des documents se termine avec succès @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Afficher des notifications en cas d'échec du traitement des documents @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Supprimer les notifications du tableau de bord @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Cela supprimera tous les messages liés au traitement de documents sur le tableau de bord. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Afficher un avertissement lors de la fermeture d’une vue enregistrée avec des modifications non enregistrées @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Apparaît sur @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Aucune vue sauvegardée n'est définie. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Utiliser la langue du système @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Utiliser le format de date de la langue d'affichage @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Vue "" supprimée. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Les paramètres ont été enregistrés avec succès. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Les paramètres ont été enregistrés avec succès. Un rechargement est nécessaire pour appliquer certains changements. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Recharger maintenant @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Erreur lors de l'enregistrement des paramètres sur le serveur. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Nom d'utilisateur @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Groupes @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algorithme de rapprochement Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Modèle de rapprochement - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Modèle de rapprochement + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Insensible à la casse @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Type de données @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Le type de données ne peut pas être modifié après la création d'un champ @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 Serveur IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Port IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Sécurité IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Le mot de passe est un jeton d'authentification @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Cocher si le mot de passe ci-dessus est un jeton utilisé pour l'authentification @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Jeu de caractères @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Tester @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Dossier @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Les sous-dossiers doivent être séparés par un délimiteur, souvent un point ('.') ou un slash ('/'), en fonction du serveur de messagerie. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Âge maximum (jours) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Type de pièce jointe @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Périmètre de consommation @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consulter la documentation pour les exigences de traitement des .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Ordre de la règle @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless ne traitera que les courriels correspondant à tous les filtres spécifiés ci-dessous. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtre selon le courriel de l'expéditeur @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtre selon le courriel du destinataire @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtre selon l'objet du courriel @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtre selon le contenu du courriel @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filtrer les noms de fichiers des pièces jointes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Ne traiter que les documents correspondant intégralement à ce nom de fichier s'il est spécifié. Les jokers tels que *.pdf ou *facture* sont autorisés. La casse n'est pas prise en compte. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filtrer les noms de fichiers des pièces jointes par exclusion @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 N'importer que les documents qui correspondent intégralement à ce nom de fichier s'il est spécifié. Les caractères tels que *.pdf ou *facture* sont autorisés. La casse n'est pas prise en compte. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Cette action n'est exécutée que lorsque les documents sont traités depuis des courriels. Les courriels sans pièces jointes ne seront pas affectés. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Paramètre d'action @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Les affectations spécifiées ici remplaceront tous les modèles de traitement. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Affectation du titre du document @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Affectation du type de document @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Affectation du correspondant @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Affecter le correspondant @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Affecter le propriétaire à la règle @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Étiquette de boîte de réception @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Les étiquettes de boîte de réception sont automatiquement affectées à tous les documents traités. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Actif @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superutilisateur @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (accorde tous les droits et permet de voir les objets) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Déclencher un workflow sur : @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Ajouter un déclencheur @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Appliquer l’action : @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Ajouter une action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Type d'action - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Attribuer un titre - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Peut inclure certains placeholders, voir la <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assigner des étiquettes - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Attribuer un chemin de stockage - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Affecter des champs personnalisés - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Affecter un propriétaire - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Affecter des autorisations de vue - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assigner des autorisations d'édition - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Type de déclenchement @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Déclenche pour les documents qui correspondent à tousles filtres spécifiés ci-dessous. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filtrer le nom de fichier @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Appliquer aux documents qui correspondent à ce nom de fichier. Les expressions telles que *.pdf ou *facture* sont autorisées. Insensible à la casse. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filtrer les sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filtrer le chemin @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Appliquer aux documents qui correspondent à ce chemin. Les caractères génériques tels que "*" sont autorisés. Normalisation de la casse.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Règle de filtrage des messages @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Appliquer aux documents traités par cette règle de courrier. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Algorithme de correspondance de contenu @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Modèle de correspondance au contenu @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Porte les étiquettes @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 A le correspondant @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 A le type de document + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Type d'action + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Attribuer un titre + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Peut inclure certains placeholders, voir la <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assigner des étiquettes + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Attribuer un chemin de stockage + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Affecter des champs personnalisés + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Affecter un propriétaire + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Affecter des autorisations de vue + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assigner des autorisations d'édition + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignation + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Créer un nouveau workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Modifier le workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Type @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copier @@ -4813,8 +4973,76 @@ Erreur lors de la création du lien + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ État + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Précédent @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Détails @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Numéro de série d'archivage (NSA) @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Date de création @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Par défaut @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Contenu @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Date de modification @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Date d'ajout @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Nom de fichier du média @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Nom du fichier d'origine @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Somme de contrôle MD5 de l'original @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Taille du fichier original @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Type MIME de l'original @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Somme de contrôle MD5 de l'archive @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Taille du fichier archivé @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Métadonnées du document original @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Métadonnées du document archivé @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Prévisualisation @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Enregistrer & suivant @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Enregister & fermer @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Saisir le mot de passe @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document enregistré avec succès. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Erreur lors de la sauvegarde du document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Voulez-vous vraiment supprimer le document "" ? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Les fichiers liés à ce document seront supprimés définitivement. Cette action est irréversible. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Supprimer le document @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Erreur lors de la suppression du document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Cette opération écrasera l’OCR pour ce document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 La relance de l'ORC va démarrer en arrière-plan. Fermez et rouvrez ou rechargez ce document une fois l'opération terminée pour voir le nouveau contenu. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Erreur lors de l'exécution de l'opération @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Ajustement de la page @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Création de réussie. @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Une erreur s'est produite lors de la création de . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Mise à jour de réussie. @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Une erreur s'est produite lors de la sauvegarde de . @@ -7054,15 +7362,15 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 - Associated documents will not be deleted. + Les documents associés ne seront pas supprimés. Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Erreur lors de la suppression de l'élément diff --git a/src-ui/src/locale/messages.he_IL.xlf b/src-ui/src/locale/messages.he_IL.xlf index 33f042026..bf8e79a6a 100644 --- a/src-ui/src/locale/messages.he_IL.xlf +++ b/src-ui/src/locale/messages.he_IL.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - סגור - HH @@ -18,6 +10,14 @@ שש + + Close + + node_modules/src/ngb-config.ts + 13 + + סגור + Close @@ -26,14 +26,6 @@ סגירה - - «« - - node_modules/src/ngb-config.ts - 13 - - «« - Select month @@ -46,6 +38,14 @@ בחירת חודש + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - הגדלת שעות - First @@ -180,6 +172,14 @@ ראשון + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + הגדלת שעות + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 הבא @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 בטל @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 התחל סיור + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 פתח ניהול Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 כללי @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 מראה @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 שפת תצוגה @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 עליך לטעון מחדש את הדף לאחר החלת שפה חדשה. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 תצוגת תאריך @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 תבנית תאריך @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 קצר: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 בינוני: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 ארוך: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 פריטים בעמוד @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 עורך מסמך @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 השתמש במציג PDF המובנה בדפדפן @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 זה בדרך כלל מהיר יותר עבור הצגת מסמכי PDF גדולים, אך ייתכן שהוא לא יעבוד בדפדפנים מסוימים. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 סרגל צד @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 השתמש בסרגל צד מצומצם (אייקונים בלבד) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 מצב לילה @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 השתמש בהגדרות המערכת @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 אפשר מצב לילה @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 הפוך תמונות ממוזערות למצב חשוך @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 תבנית צבעים @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 איפוס @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 בדיקת עדכון @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 לא מבוצע איסוף נתונים על המידע שלך באפליקציה בשום מצב. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 הפעל בדיקת עידכונים @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 עריכה כמותית @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 הצג חלונות לאישור @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 מחיקת מסמך תמיד יציג חלון אישור. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 החל בסגירה @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 הפעל הערות @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 הרשאות ברירת מחדל @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 בעלים מקורי @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 הרשאות ברירת מחדל עבור צפיה בקובץ @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 הרשאות ברירת מחדל עבור קובץ @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 התראות @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 עיבוד מסמך @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 הצג התראה כאשר זוהו מסמכים חדשים @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 הצג התראה כאשר עיבוד מסמך הסתיים בהצלחה @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 הצג התראה כאשר עיבוד מסמך נכשל @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 העלם התראות בעמוד הבקרה @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 ביצוע פעולה זו תעלים את כל ההודעות על סטטוס עיבוד מסמך בעמוד הבקרה. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 הצג אזהרה כאשר סוגרים מסמך שצפינו ולא שמרנו בו שינויים @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 מופיע ב @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 לא הוגדרה שמירת צפייה. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 השתמש בשפת המערכת @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 השתמש בפורמט תאריך המתאים לשפה הנבחרת @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Saved view "" deleted. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 ההגדרות נשמרו בהצלחה @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Settings were saved successfully. Reload is required to apply some changes. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 טען מחדש כעת @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 שגיאה בתהליך שמירת ההגדרות בשרת @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 שם משתמש @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 קבוצות @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 אלגוריתם התאמה Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - דפוס התאמה - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + דפוס התאמה + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 חסר רגישות תווים גדולים/קטנים (אנגלית) @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 שרת IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 פורט IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 אבטחת IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 הסיסמה היא טוקן @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 בדוק האם הסיסמה הזאת היא טוקן לשימוש באימות כלשהו @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 ערכת תווים @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 בדיקה @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 תיקייה @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 יש להפריד בין תיקיות משנה באמצעות תוחם, לרוב נקודה ('.') או קו נטוי ('/'), אך זה משתנה לפי שרת הדואר. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 גיל מירבי (בימים) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 סוג קובץ מצורף @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 היקף הצריכה @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 צפה במסמכים עבור דרישות עיבוד של קבצי .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 סדר חוקים @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless תומך רק בדואר שתואם כל של הפילטרים שצויינו מטה. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 סנן 'מאת' @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 סנן לפי ׳נמען׳ @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 סנן לפי ׳נושא׳ @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 סנן לפי ׳גוף׳ @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 קבל רק מסמכים שתואמים לחלוטין את שם הקובץ הזה אם צוין. תווים כלליים כגון pdf.* או *חשבונית* מותרים. חסר רגישות תווים גדולים/קטנים (אנגלית). @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 פעולה @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 הפעולה חלה רק כאשר מסמכים זוהו על ידי הדואר. דואר ללא צרופות ישאר ללא נגע. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 פרמטר פעולה @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 שייך כותרת מ- @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 שייך סוג מסמך @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 שייך מכותב מ- @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 שייך מכותב זה @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 תיוג תיבה נכנסת @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 תיוגי תיבה נכנסת מוספים באופן אוטומטי לכל המסמכים שמתקבלים. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 פעיל @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 משתמש על @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (הענק את כל ההרשאות ואפשר צפייה באוביקטים) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - הקצה כותרת - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - הקצה תגיות - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - הקצה נתיב אחסון - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - הקצה שדות מותאמים אישית - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - הקצה בעלים - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - הקצה הרשאות צפיה למשתמש - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - הקצה הרשאות עריכה למשתמש - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 סנן לפי שם קובץ @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 מקורות מסננים @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 מסנן לפי נתיב שמירה @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 סנן לפי כלל דואל @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + הקצה כותרת + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + הקצה תגיות + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + הקצה נתיב אחסון + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + הקצה שדות מותאמים אישית + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + הקצה בעלים + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + הקצה הרשאות צפיה למשתמש + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + הקצה הרשאות עריכה למשתמש + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + סוג @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + העתקה @@ -4813,8 +4973,76 @@ שגיאה ביצירת קישור + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ סטטוס + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 הקודם @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 פרטים @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 מספר סידורי בארכיון @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 תאריך יצירה @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 ברירת המחדל @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 תוכן @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 תאריך שינוי @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 תאריך הוספה @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 שם קובץ המסמך @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 שם קובץ מקורי @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 סכום בדיקה MD5 לקובץ המקורי @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 גודל הקובץ המקורי @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 סוג ה-mime המקורי @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 סכום בדיקה MD5 לקובץ בארכיון @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 גודל הקובץ בארכיון @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 מטא-נתונים של המסמך המקורי @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 מטא-נתונים של המסמך בארכיון @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 תצוגה מקדימה @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 שמור & הבא @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 שמור & סגור @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 הזן סיסמה @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 מסמך נשמר בהצלחה. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 שגיאה בשמירת מסמך @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 בטוח שברצנך למחוק את המסמך ? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 הקבצים עבור מסמך זה יימחקו לצמיתות. לא ניתן לבטל פעולה זו. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 מחק מסמך @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 שגיאה במחיקת מסמך @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 פעולה זו תבצע סריקת OCR מחודשת של המסמך. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 ביצוע OCR מחדש תתחיל ברקע. סגור ופתח מחדש או רענן את המסמך לאחר שהפעולה תושלם לצפייה בתוכן החדש. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 שגיאת הרצה @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 התאם תצוגה לרוחב הדף @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 נוצר בהצלחה: . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 אירעה שגיאה ביצירת: . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 עודכן בהצלחה: . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 חלה שגיאה בשמירת . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.hr_HR.xlf b/src-ui/src/locale/messages.hr_HR.xlf index 61b3aba81..c309c3c14 100644 --- a/src-ui/src/locale/messages.hr_HR.xlf +++ b/src-ui/src/locale/messages.hr_HR.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Zatvori - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Zatvori - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Zatvori Select month @@ -46,6 +38,14 @@ Odaberi mjesec + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Povećanje sati - First @@ -180,6 +172,14 @@ Prvi + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Povećanje sati + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Sljedeće @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Discard @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Start tour + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Open Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Općenito @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Appearance @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Display language @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 You need to reload the page after applying a new language. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Date display @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Date format @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Short: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Medium: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Long: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Items per page @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Document editor @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Use PDF viewer provided by the browser @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 This is usually faster for displaying large PDF documents, but it might not work on some browsers. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Sidebar @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Use 'slim' sidebar (icons only) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Dark mode @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Use system settings @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Enable dark mode @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invert thumbnails in dark mode @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Theme Color @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Reset @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Update checking @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Enable update checking @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Bulk editing @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Show confirmation dialogs @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Deleting documents will always ask for confirmation. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Apply on close @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Enable notes @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Postavke ovog korisničkog računa za objekte (Oznake, Pravila za e-poštu, itd.) stvorene putem web sučelja @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notifications @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Document processing @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Show notifications when new documents are detected @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Show notifications when document processing completes successfully @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Show notifications when document processing fails @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Suppress notifications on dashboard @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 This will suppress all messages about document processing status on the dashboard. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 No saved views defined. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Use system language @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Use date format of display language @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Saved view "" deleted. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Settings were saved successfully. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Settings were saved successfully. Reload is required to apply some changes. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Reload now @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Korisničko ime @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Grupe @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritam podudaranja Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Odgovarajući uzorak - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Odgovarajući uzorak + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Neosjetljivo na velika i mala slova @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Tip podataka @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Tip podataka ne može se promijeniti nakon što je polje stvoreno @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP poslužitelj @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP zaštita @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Lozinka već postoji @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Skup znakova @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Mapa @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Podmape moraju biti odvojene razdjelnikom, npr. točkom ('.') ili kosom crtom ('/'), ovisno o poslužitelju e-pošte. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maksimalna starost (dana) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Vrsta privitka @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Opseg integracije @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Provjeri dokumentaciju za zahtjeve obrade .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Rule order @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtriraj po pošiljatelju @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtriraj po primatelju @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtriraj po predmetu @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtriraj po sadržaju @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Upotrijebi samo dokumente koji u potpunosti odgovaraju ovom nazivu datoteke ako je navedeno. Dopušteni su zamjenski znakovi kao što su *.pdf ili *faktura*. Neosjetljivo na mala i velika slova. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Radnja @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assign document type @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assign correspondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Oznaka pristigle pošte @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Oznake ulazne pošte automatski se dodjeljuju svim konzumiranim dokumentima. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Active @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Vrsta @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Prethodni @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detalji @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Serijski broj pohrane @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Datum izrade @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Default @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Content @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Date modified @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Date added @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Media filename @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Original filename @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Original MD5 checksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Original file size @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Original mime type @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Archive MD5 checksum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Archive file size @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Original document metadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Archived document metadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Preview @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Save & next @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Enter Password @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Do you really want to delete document ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 The files for this document will be deleted permanently. This operation cannot be undone. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Delete document @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 This operation will permanently redo OCR for this document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf index 986bc7f53..adcca5867 100644 --- a/src-ui/src/locale/messages.hu_HU.xlf +++ b/src-ui/src/locale/messages.hu_HU.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Bezár - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Bezár - - «« + + Close node_modules/src/ngb-config.ts 13 - "" + Bezár Select month @@ -46,6 +38,14 @@ Válassza ki a hónapot + + «« + + node_modules/src/ngb-config.ts + 13 + + "" + Previous month @@ -164,14 +164,6 @@ "" - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Növekvő órák - First @@ -180,6 +172,14 @@ Első + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Növekvő órák + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Következő @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Eldob @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Kezdje a túrát + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Nyitott Django admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Általános @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Megjelenés @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Megjelenítés nyelve @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Az új nyelv alkalmazása után újra kell töltenie az oldalt. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Dátum kijelzés @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Dátum formátum @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Rövid: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Közép: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Hosszú: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Tételek oldalanként @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Dokumentumszerkesztő @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 A böngésző által biztosított PDF-megjelenítő használata @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Ez általában gyorsabb a nagyméretű PDF-dokumentumok megjelenítéséhez, de előfordulhat, hogy egyes böngészőkben nem működik. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Oldalsáv @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Használjon 'vékony' oldalsávot (csak ikonok) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Sötét üzemmód @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Rendszerbeállítások használata @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Sötét üzemmód engedélyezése @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Miniatűrök invertálása sötét módban @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Téma színe @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Reset @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Frissítés ellenőrzése @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 A frissítésellenőrzés úgy működik, hogy a GitHub API oldalon a legújabb kiadásra vonatkozó pingeléssel állapítja meg, hogy elérhető-e új verzió. Az alkalmazás tényleges frissítését továbbra is kézzel kell elvégezni. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Az alkalmazás semmilyen módon nem gyűjt nyomon követési adatokat. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Frissítésellenőrzés engedélyezése @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Tömeges szerkesztés @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Megerősítő párbeszédpanelek megjelenítése @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 A dokumentumok törlése mindig megerősítést kér. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Alkalmazás lezáráskor @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Jegyzetek engedélyezése @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Alapértelmezett engedélyek @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 A beállítások erre a felhasználói fiókra vonatkoznak a webes felhasználói felületen létrehozott objektumok (címkék, levelezési szabályok stb.) esetében @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Alapértelmezett tulajdonos @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Alapértelmezett nézeti engedélyek @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Alapértelmezett szerkesztési engedélyek @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Értesítések @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Dokumentumfeldolgozás @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Értesítések megjelenítése új dokumentumok észlelésekor @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Értesítések megjelenítése a dokumentum feldolgozásának sikeres befejezésekor @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Értesítések megjelenítése, ha a dokumentum feldolgozása sikertelen @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Értesítések elnyomása a irányítópulton @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Ez elnyomja a dokumentum feldolgozási állapotára vonatkozó összes üzenetet az irányítópulton. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Figyelmeztetés megjelenítése mentett nézetek bezárásakor el nem mentett módosításokkal @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Megjelenik aoldalon @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Nincsenek mentett nézetek definiálva. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Rendszernyelv használata @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 A megjelenítési nyelv dátumformátumának használata @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Mentett nézet "" törölve. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 A beállítások sikeresen mentésre kerültek. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 A beállítások sikeresen mentésre kerültek. Egyes módosítások alkalmazásához újratöltés szükséges. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Újratöltés most @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Hiba a beállítások tárolása közben a kiszolgálón. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Felhasználónév @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Csoportok @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Egyeztető algoritmus Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Megfelelő minta - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Megfelelő minta + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Nagy- és kisbetű érzéketlen @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Adattípus @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Az adattípus nem módosítható a mező létrehozása után @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP-kiszolgáló @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP biztonság @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 A jelszó token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Ellenőrizze, hogy a fenti jelszó a hitelesítéshez használt token-e @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Karakterkészlet @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Teszt @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Mappa @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Az almappákat el kell választani egymástól egy elválasztó jelzővel, gyakran egy ponttal ('.') vagy egy perjel ('/'), de ez levelezőszerverenként változik. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximális életkor (napokban) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Rögzítés típusa @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Feldolgozási kör @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Az .eml feldolgozási követelményeket lásd a dokumentációban @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Szabály sorrend @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 A Paperless csak azokat a leveleket dolgozza fel, amelyek megfelelnek a összes alább megadott szűrőnek. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Szűrés feladóra @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Szűrő címzettre @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Szűrő tárgyra @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Szűrő tartalomra @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Szűrő csatolt fájlnévre beleértve @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Csak olyan dokumentumokat dolgoz fel, amelyek teljes mértékben megfelelnek ennek a fájlnévnek, ha meg van adva. Az olyan helyettesítő karakterek, mint *.pdf vagy *számla* engedélyezettek. Nagy- és kisbetűket nem érzékeny. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Szűrő csatolt fájlnévre exkluzív @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Ne dolgozza fel azokat a dokumentumokat, amelyek teljes egészében megfelelnek ennek a fájlnévnek, ha meg van adva. Az olyan helyettesítő karakterek, mint *.pdf vagy *számla* engedélyezettek. Nagy- és kisbetűkre nem érzékeny. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Akció @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 A művelet csak akkor kerül végrehajtásra, amikor a dokumentumokat a levélből emelik ki. A mellékletek nélküli levelek teljesen érintetlenek maradnak. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Művelet paraméter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Az itt megadott hozzárendelések felülírják a feldolgozási sablonokat. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Cím hozzárendelése a @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Dokumentumtípus hozzárendelése @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Levelező hozzárendelése a @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Levelező kijelölése @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Tulajdonos hozzárendelése szabályból @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Beérkező címke @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 A beérkező címkék automatikusan hozzárendelődnek minden feldolgozott dokumentumhoz. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktív @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Minden jogosultságot megad, és megtekintheti az objektumokat) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Cím hozzárendelése - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Címkék hozzárendelése - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Tárolási útvonal hozzárendelése - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Egyedi mezők hozzárendelése - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Tulajdonos kijelölése - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Nézetjogosultságok hozzárendelése - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Szerkesztési engedélyek hozzárendelése - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Szűrő fájlnév @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 A fájlnévnek megfelelő dokumentumokra alkalmazza. Az olyan helyettesítő karakterek, mint *.pdf vagy *számla* engedélyezettek. Nagy- és kisbetűkre nem érzékeny. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Szűrőforrások @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Szűrési útvonal @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Mail szabály szűrő @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Alkalmazza az ezen a levelezési szabályon keresztül feldolgozott dokumentumokra. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Cím hozzárendelése + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Címkék hozzárendelése + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Tárolási útvonal hozzárendelése + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Egyedi mezők hozzárendelése + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Tulajdonos kijelölése + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Nézetjogosultságok hozzárendelése + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Szerkesztési engedélyek hozzárendelése + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Típus @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Másolás @@ -4813,8 +4973,76 @@ Hiba a link létrehozásában + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Állapot + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Előző @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Részletek @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Archívum sorszáma @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Létrehozás dátuma @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Alapértelmezett @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Tartalom @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Módosított dátum @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Hozzáadás dátuma @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Média fájlnév @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Eredeti fájlnév @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Eredeti MD5 ellenőrző összeg @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Eredeti fájlméret @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Eredeti mime típus @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Archívum MD5 ellenőrző összege @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Archivált fájl mérete @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Eredeti dokumentum metaadatai @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Archivált dokumentum metaadatok @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Előnézet @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Mentés & következő @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Mentés & bezárás @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Jelszó megadása @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 A dokumentum sikeresen mentve. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Dokumentum mentési hiba @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Tényleg törölni szeretné a "" dokumentumot? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 A dokumentum fájljai véglegesen törlésre kerülnek. Ez a művelet nem vonható vissza. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Dokumentum törlése @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Hiba a dokumentum törlésében @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Ez a művelet véglegesen újra elvégzi a dokumentum OCR-felismerését. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Az OCR-művelet újbóli elvégzése a háttérben kezdődik. A művelet befejezése után zárja be és nyissa meg újra a dokumentumot, vagy töltse be újra, hogy az új tartalom megjelenjen. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Hiba a művelet végrehajtásában @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Oldal illesztése @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Sikeresen létrehozta a . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Hiba történt a létrehozásakor. @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Sikeresen frissítette a . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Hiba történt a mentése közben. @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Hiba elem törlése közben diff --git a/src-ui/src/locale/messages.id_ID.xlf b/src-ui/src/locale/messages.id_ID.xlf index 207702f6e..18ce02091 100644 --- a/src-ui/src/locale/messages.id_ID.xlf +++ b/src-ui/src/locale/messages.id_ID.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Tutup - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Tutup - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Tutup Select month @@ -46,6 +38,14 @@ Pilih bulan + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Penambahan jam - First @@ -180,6 +172,14 @@ Pertama + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Penambahan jam + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Selanjutnya @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Batalkan @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Mulai tur + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Buka Admin Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Umum @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Tampilan @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Bahasa tampilan @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Anda perlu memuat ulang halaman setelah mengganti bahasa. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Tampilan tanggal @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Format tanggal @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Short: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Medium: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Long: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Barang per halaman @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Editor dokumen @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Gunakan penampil PDF yang disediakan peramban @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Ini biasanya lebih cepat untuk menampilkan dokumen PDF berukuran besar, tapi mungkin tidak berfungsi pada beberapa peramban. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Bilah samping @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Gunakan bilah samping 'ramping' (hanya ikon) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Mode gelap @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Gunakan pengaturan sistem @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Aktifkan mode gelap @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Balikkan warna keluku dalam mode gelap @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Warna Tema @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Reset @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Periksa pembaruan @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Aktifkan pemeriksa pembaruan @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Pengeditan massal @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Tampilkan dialog konfirmasi @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Menghapus dokumen akan selalu meminta konfirmasi. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Terapkan setelah ditutup @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Aktifkan catatan @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Izin bawaan @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Pengaturan diterapkan untuk akun pengguna ini untuk objek (Label, Aturan Surel, dll.) yang dibuat via UI web @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Pemilik Bawaan @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Izin Tampilan Bawaan @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Izin Pengeditan Bawaan @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notifikasi @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Memproses dokumen @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Tampilkan notifikasi saat dokumen baru terdeteksi @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Tampilkan notifikasi saat dokumen berhasil diproses @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Tampilkan notifikasi saat dokumen gagal diproses @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Suppress notifications on dashboard @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 This will suppress all messages about document processing status on the dashboard. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 No saved views defined. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Gunakan bahasa sistem @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Use date format of display language @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Saved view "" deleted. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Settings were saved successfully. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Settings were saved successfully. Reload is required to apply some changes. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Muat ulang sekarang @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Kesalahan saat menyimpan pengaturan ke server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Nama pengguna @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Grup @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Mencocokkan algoritma Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Matching pattern - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Matching pattern + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Case insensitive @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Jenis data @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 Server IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Port IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Keamanan IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Kata sandi adalah token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Character Set @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Tes @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Direktori @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Umur maksimal (hari) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Jenis lampiran @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consumption scope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Urutan peraturan @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter dari @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter ke @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter subjek @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter badan @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter nama berkas lampiran termasuk @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter nama berkas lampiran tidak termasuk @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Aksi @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Tetapkan judul dari @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Tetapkan jenis dokumen @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Tetapkan koresponden dari @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Tetapkan koresponden @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Tetapkan pemilik dari aturan @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Label kotak masuk @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inbox tags are automatically assigned to all consumed documents. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktif @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Tetapkan judul - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Tetapkan label - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Tetapkan lokasi penyimpanan - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Tetapkan pemilik - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Tetapkan izin tampilan - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Tetapkan izin edit - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter nama berkas @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sumber @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter lokasi @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter aturan surel @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Tetapkan judul + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Tetapkan label + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Tetapkan lokasi penyimpanan + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Tetapkan pemilik + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Tetapkan izin tampilan + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Tetapkan izin edit + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Jenis @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Salin @@ -4813,8 +4973,76 @@ Kesalahan saat membuat tautan + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Sebelumnya @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Rincian @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Nomor serial arsip @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Tanggal dibuat @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Bawaan @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Konten @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Tanggal dimodifikasi @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Tanggal ditambahkan @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Media filename @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Nama file asli @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Original MD5 checksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Ukuran file asli @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Original mime type @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Archive MD5 checksum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Ukuran file arsip @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Original document metadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Archived document metadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Pratinjau @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Simpan & lanjut @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Simpan & tutup @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Masukan Kata Sandi @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Dokumen berhasil disimpan. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Kesalahan saat menyimpan dokumen @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Apakah Anda yakin ingin menghapus dokumen ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 File untuk dokumen akan dihapus secara permanen. Operasi ini tidak dapat diurungkan. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Hapus dokumen @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Kesalahan saat menghapus dokumen @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 This operation will permanently redo OCR for this document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf index f887f1c79..711884c91 100644 --- a/src-ui/src/locale/messages.it_IT.xlf +++ b/src-ui/src/locale/messages.it_IT.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Chiudi - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Chiudi - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Chiudi Select month @@ -46,6 +38,14 @@ Seleziona il mese + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Incrementa ore - First @@ -180,6 +172,14 @@ Primo + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Incrementa ore + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Successivo @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Scarta @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Inizia tour + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Apri Admin Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Generale @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Aspetto @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Lingua @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Riavviare la pagina dopo avere impostato la nuova lingua. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Visualizzazione data @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Formato data @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Breve: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Media: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Lunga: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Elementi per pagina @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Editor dei documenti @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Usa il visualizzatore PDF fornito dal browser @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Di solito è più rapido nel visualizzare documenti PDF grandi, ma potrebbe non funzionare su tutti i browser. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Barra laterale @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Usa barra laterale 'snella' (solo icone) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Modalità notte @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Usa impostazioni di sistema @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Abilita modalità notte @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Inverti anteptime in modalità notte @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Colore del tema @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Reimposta @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Controllo aggiornamento @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Il controllo degli aggiornamenti funziona tramite ping alle API di Github per determinare se è disponibile una nuova versione. L'aggiornamento effettivo dell'applicazione deve comunque essere eseguito manualmente. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 L'app non raccoglie assolutamente alcun dato di tracciamento. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Abilita controllo aggiornamenti @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Modifica in blocco @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Mostra dialoghi di conferma @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Verrà sempre chiesta una conferma prima di eliminare documenti. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Applica in chiusura @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Abilita note @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Permessi predefiniti @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Le impostazioni si applicano a questo account per gli oggetti (Tag, Regole e-mail, ecc.) creati tramite l'interfaccia web @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Proprietario predefinito @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Permessi predefiniti di visualizzazione @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Permessi predefiniti di modifica @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notifiche @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Elaborazione del documento @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Notifica quando vengono trovati nuovi documenti @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Notifica quando l'elaborazione del documento viene completata con successo. @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Notifica quando l'elaborazione del documento fallisce @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Non mostrare notifiche nella dashboard @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Verranno interrotte tutte le notifiche nella dashboard riguardo lo stato dell'elaborazione dei documenti. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Mostra un avviso quando chiudi le viste salvate con modifiche non salvate @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Appare su @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Nessuna vista salvata. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Usa lingua di sistema @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Usa il formato data della lingua @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 La vista "" è stata eliminata. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Impostazioni salvate con successo. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Impostazioni salvate con successo. È necessario ricaricare per applicare alcune modifiche. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Ricarica ora @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Errore durante il salvataggio delle impostazioni sul server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Nome utente @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Gruppi @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritmo di assegnazione Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Criterio di assegnazione - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Criterio di assegnazione + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Senza distinzione tra maiuscole e minuscole @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Tipo di dati @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Il tipo di dati non può essere modificato dopo la creazione del campo @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 Server IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Porta IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Sicurezza IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 La password è il token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Controlla se la password sopra è un token utilizzato per l'autenticazione @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Set di Caratteri @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Prova @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Cartella @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Le sottocartelle devono essere separate da un delimitatore, solitamente da un punto ('.') o da uno slash ('/'), ma variano a seconda del server di posta. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Età massima (giorni) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Tipo di allegato @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Ambito di applicazione @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Controlla la documentazione per l'elaborazione dei file .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Ordine regola @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless elaborerà solo messaggi che corrispondono a all o i filtri specificati qui sotto. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtra da @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtra per @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtro oggetto @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtro corpo messaggio @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filtra il nome del file allegato includendo @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Elabora esclusivamente i documenti che corrispondono completamente a questo nome. Puoi usare wildcard come *.pdf o *fattura*. Ignora maiuscole e minuscole. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filtra il nome del file allegato escludendo @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Non elaborare i documenti che corrispondono completamente a questo nome se specificato. Puoi usare wildcard come *.pdf o *fattura*. Ignora maiuscole e minuscole. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Azione @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 L'azione viene eseguita solo quando i documenti vengono elaborati dalle email. Le email senza allegati non vengolo toccate. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Azione parametro @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Le assegnazioni qui specificate sostituiranno tutti i modelli di elaborazione. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assegna tittolo da @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assegna tipo di documento @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assegna corrispondente da @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assegna corrispondente @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assegna proprietario dalla regola @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Tag di arrivo @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 I tag di arrivo vengono assegnati automaticamente a tutti i documenti elaborati. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Attivo @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superutente @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Concede tutti i permessi e può vedere gli oggetti) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Avvio del Flusso di lavoro il: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Aggiungi trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Applica Azioni: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Aggiungi Azione - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Tipo di Azione - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assegna titolo - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Può includere alcuni segnaposto, vedere <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assegna tag - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assegna percorso di archiviazione - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assegna campi personalizzati - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assegna proprietario - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assegna permessi di visualizzazione - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assegna permessi di modifica - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Tipo di trigger @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Attiva per i documenti che corrispondono a tutti filtri specificati di seguito. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filtra nome file @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Elabora i documenti che corrispondono a questo nome. Puoi usare wildcard come *.pdf o *fattura*. Ignora maiuscole e minuscole. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filtra sorgenti @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filtro percorso @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Applica ai documenti che corrispondono a questo percorso. I caratteri jolly specificati come * sono consentiti. Case-normalizzato.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Regola e-mail @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Applica ai documenti elaborati attraverso questa regola di posta. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Algoritmo di corrispondenza contenuti @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Modello di corrispondenza contenuti @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Ha etichetta @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Ha corrispondente in @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Ha tipo di documento in + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Tipo di Azione + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assegna titolo + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Può includere alcuni segnaposto, vedere <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assegna tag + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assegna percorso di archiviazione + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assegna campi personalizzati + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assegna proprietario + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assegna permessi di visualizzazione + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assegna permessi di modifica + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assegnazione + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Crea un nuovo flusso di lavoro @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Modifica flusso di lavoro @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Tipo @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copia @@ -4813,8 +4973,76 @@ Errore nella creazione del collegamento + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Stato + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Precedente @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Dettagli @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Numero seriale di archivio @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Data creazione @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Predefinito @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Contenuto @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Data modifica @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Data aggiunta @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Nome file @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Nome file originale @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Checksum MD5 originale @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Dimensione file originale @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Tipo mime originale @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Checksum MD5 archivio @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Dimensione file archivio @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadati del documento originale @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadati del documento archiviato @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Anteprima @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Note @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Salva e vai al prossimo @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Salva & chiudi @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Immettere Password @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Documento salvato con successo. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Errore nel salvare il documento @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Vuoi eliminare il documento ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 I file di questo documento saranno eliminati permanentemente. Questa operazione è irreversibile. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Elimina documento @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Errore durante l'eliminazione del documento @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Questa operazione effettuerà la rilettura OCR di questo documento. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 L'operazione di rilettura OCR inizierà in background. Chiudi e riapri o ricarica questo documento dopo che l'operazione è stata completata per vedere i nuovi contenuti. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Errore nell'esecuzione dell'operazione @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Adatta Alla Pagina @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 è stato creato con successo. @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Errore durante la creazione di . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 è stato aggiornato con successo. @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Errore durante e il salvataggio di . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Errore durante l'eliminazione dell'elemento diff --git a/src-ui/src/locale/messages.ja_JP.xlf b/src-ui/src/locale/messages.ja_JP.xlf index 2e47b9b41..95d77a95a 100644 --- a/src-ui/src/locale/messages.ja_JP.xlf +++ b/src-ui/src/locale/messages.ja_JP.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - 閉じる - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ 閉じる - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + 閉じる Select month @@ -46,6 +38,14 @@ 月を選択 + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - 時の増加 - First @@ -180,6 +172,14 @@ 先頭ページ + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + 時の増加 + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 次のドキュメント @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 破棄 @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 ツアーを開始 + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Django の管理画面を開く @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 一般 @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 表示設定 @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 表示言語 @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 新しい言語の適用後は、ページを再読み込みする必要があります。 @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 日付表示 @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 日付書式 @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 短い: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 中: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 長い: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 ページあたりの表示件数 @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 ドキュメントエディター @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 ブラウザーが提供する PDF ビューアを使用する @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 これは通常、大きな PDF ドキュメントの表示が速くなりますが、一部のブラウザでは動作しない可能性があります。 @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 サイドバー @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 スリムサイドバーを使用する (アイコンのみ) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 ダークモード @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 システム設定を使用する @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 ダークモードを有効にする @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 ダークモードでサムネイルの色を反転します @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 テーマカラー @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 リセット @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 アップデートの確認 @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 アップデートの確認は、最新のパブリック GitHub API に ping を実行して、新しいバージョンが入手可能かどうかを判断します。 アップデート自体は手動で実行する必要があります。 @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 アプリはいかなる追跡データも収集しません @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 アップデートの確認を有効にする @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 ドキュメントの編集 @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 保存時に受信トレイタグを自動的に削除する @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 一括編集 @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 確認ダイアログを表示する @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 ドキュメントを削除する際は、常に確認が求められます。 @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 閉じるときに適用 @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 メモを有効にする @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 デフォルト権限 @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Web UI 経由で作成されたオブジェクト (タグ、メールルールなど) の設定が、このユーザーアカウントに適用されます @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 デフォルトの所有者 @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 デフォルトの表示権限 @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 デフォルトの編集権限 @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 通知 @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 ドキュメントの処理 @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 新しいドキュメントが検出されたときに通知を表示する @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 ドキュメント処理が正常に完了したときに通知を表示する @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 ドキュメント処理が失敗したときに通知を表示する @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 ダッシュボードでの通知を抑制する @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 これにより、ドキュメント処理ステータスに関するすべてのメッセージがダッシュボードに表示されなくなります。 @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 未保存の変更を含む保存済みビューを閉じるときに警告を表示する @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 表示 @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 保存済みビューは定義されていません。 @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 システム言語を使用する @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 表示言語の日付書式を使用する @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 保存済みビュー "" を削除しました @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 設定は正常に保存されました @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 設定は正常に保存されました。変更を適用するには再読み込みが必要です。 @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 今すぐ再読み込み @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 サーバーへの設定の保存中にエラーが発生しました @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 ユーザー名 @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 グループ @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 マッチングアルゴリズム Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - マッチングパターン - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + マッチングパターン + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 大文字・小文字を区別しない @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 データの種類 @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 項目の作成後に、データの種類を変更することはできません @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP サーバー @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP ポート番号 @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP セキュリティ @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 パスワードはトークンです @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 上記のパスワードが認証に使用されるトークンである場合はチェックしてください @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 文字セット @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 テスト @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 フォルダー @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 サブフォルダーは、区切り文字 (通常はドット ( . ) またはスラッシュ ( / ) で区切る必要がありますが、これはメール サーバーによって異なります。 @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 最大有効期間 (日) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 添付ファイルの種類 @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 利用範囲 @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 .eml の処理要件についてはマニュアルを参照してください @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 ルールの順序 @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless は、以下で指定された すべて のフィルターにマッチするメールのみを処理します。 @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 送信元のフィルター @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 宛先のフィルター @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 件名のフィルター @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 本文のフィルター @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 添付ファイル名のフィルター @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 このファイル名にマッチするドキュメントのみを使用します。 *.pdf や *請求書* などのワイルドカードが使用できます。大文字・小文字を区別しません。 @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 除外する添付ファイル名のフィルター @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 このファイル名にマッチするドキュメントは使用しません。 *.pdf や *請求書* などのワイルドカードが使用できます。大文字・小文字を区別しません。 @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 アクション @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 アクションは、メールで送信されたドキュメントに対してのみ実行されます。添付ファイルのないメールはまったく変更されません。 @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 アクションパラメーター @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 以下で指定された割り当ては、テンプレートより優先されます。 @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 タイトルの割り当て元 @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 ドキュメントタイプの割り当て @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 担当の割り当て元 @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 担当の割り当て @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 ルールから所有者を割り当てる @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 受信トレイタグ @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 受信トレイタグは、すべてのドキュメントに自動的に割り当てられます。 @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 有効 @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 スーパーユーザ― @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (すべての権限が付与され、オブジェクトを表示できます) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 ワークフロー開始のトリガー @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 トリガーを追加 @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 アクションの適用 @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 アクションを追加 - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - アクションの種類 - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - タイトルの割り当て - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - プレースホルダーを含めることができます。 <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>マニュアル</a> を参照してください。 - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - タグの割り当て - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - フォルダーの割り当て - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - カスタム項目の割り当て - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - 所有者の割り当て - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - 表示権限の割り当て - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - 編集権限の割り当て - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 トリガーの種類 @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 以下の すべての フィルターにマッチするドキュメントのトリガー @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 ファイル名のフィルター @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 このファイル名にマッチするドキュメントに適用されます。 *.pdf や *請求書* などのワイルドカードが使用できます。大文字・小文字を区別しません。 @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 ソースのフィルター @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 パスのフィルター @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 このパスにマッチするドキュメントに適用されます。 * で指定されたワイルドカードが使用できます。大文字・小文字を区別しません。 @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 メールルールのフィルター @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 このメールルールを介して利用されるドキュメントに適用されます。 @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 内容のマッチングアルゴリズム @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 内容のマッチングパターン @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 タグ @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 担当 @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 ドキュメントタイプ + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + アクションの種類 + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + タイトルの割り当て + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + プレースホルダーを含めることができます。 <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>マニュアル</a> を参照してください。 + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + タグの割り当て + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + フォルダーの割り当て + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + カスタム項目の割り当て + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + 所有者の割り当て + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + 表示権限の割り当て + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + 編集権限の割り当て + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ 割り当て + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 新規ワークフローの作成 @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 ワークフローの編集 @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + タイプ @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + コピー @@ -4813,8 +4973,76 @@ リンクの作成に失敗しました + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ ステータス + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 前のドキュメント @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 詳細 @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 アーカイブ番号 @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 作成日 @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 既定 @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 内容 @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 更新日 @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 追加日 @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 メディアファイル名 @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 元のファイル名 @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 元の MD5 チェックサム @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 元のファイルサイズ @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 元の MIME タイプ @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 アーカイブの MD5 チェックサム @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 アーカイブのファイルサイズ @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 元のドキュメントのメタデータ @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 アーカイブされたドキュメントのメタデータ @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 プレビュー @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 メモ @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 保存して次へ @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 保存して閉じる @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 パスワードを入力 @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 ドキュメントは正常に保存されました @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 ドキュメントの保存に失敗しました @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 ドキュメント "" を削除してもよろしいですか? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 このドキュメントのファイルは完全に削除されます。この操作は取り消すことができません。 @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 ドキュメントを削除しました @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 ドキュメントの削除に失敗しました @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 この操作により、このドキュメントに OCR が再実行されます @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 OCR の再実行はバックグラウンドで処理されます。処理の完了後、このドキュメントを一度閉じて再度開くか、再読み込みすることで、新しいコンテンツが表示されます。 @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 操作の実行に失敗しました @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 ページに合わせる @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 は正常に作成されました @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 の作成中にエラーが発生しました @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 を更新しました @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 の保存中にエラーが発生しました @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 割り当てられたドキュメントは削除されません @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 要素の削除中にエラーが発生しました diff --git a/src-ui/src/locale/messages.ko_KR.xlf b/src-ui/src/locale/messages.ko_KR.xlf index 61e37c0d0..6515cbde1 100644 --- a/src-ui/src/locale/messages.ko_KR.xlf +++ b/src-ui/src/locale/messages.ko_KR.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - 닫기 - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ 닫기 - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + 닫기 Select month @@ -46,6 +38,14 @@ 월 선택 + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Increment hours - First @@ -180,6 +172,14 @@ 처음 + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Increment hours + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 다음 @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Discard @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 둘러보기 + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Django 관리페이지 열기 @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 일반 @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 디자인 @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 언어 @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 You need to reload the page after applying a new language. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Date display @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Date format @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Short: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Medium: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Long: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 페이지당 표시 항목 수 @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 문서 편집기 @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 브라우저에서 제공하는 PDF 뷰어 사용 @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 이 설정은 대용량의 PDF를 표시할 때 빠르지만 어떤 브라우저에서는 작동하지 않을 수 있습니다. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 사이드바 @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 슬림한 사이드바 사용 (아이콘만 보기) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 다크모드 @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 시스템 설정 사용 @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 다크모드 활성화 @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invert thumbnails in dark mode @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 테마 색상 @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 초기화 @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 업데이트 확인중 @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 자동으로 업데이트 확인 @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Bulk editing @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Show confirmation dialogs @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Deleting documents will always ask for confirmation. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Apply on close @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 메모 활성화 @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 기본 권한 @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 기본 열람 권한 @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 기본 편집 권한 @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 알림 @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 문서 처리중 @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Show notifications when new documents are detected @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Show notifications when document processing completes successfully @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Show notifications when document processing fails @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Suppress notifications on dashboard @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 This will suppress all messages about document processing status on the dashboard. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 No saved views defined. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 시스템 언어 사용 @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 표시 중인 언어의 날짜 포맷 사용 @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Saved view "" deleted. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Settings were saved successfully. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Settings were saved successfully. Reload is required to apply some changes. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 지금 새로 고침 @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 서버에 설정을 저장하는 중 오류가 발생하였습니다. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 사용자 이름 @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 그룹 @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Matching algorithm Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Matching pattern - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Matching pattern + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Case insensitive @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 데이터 타입 @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP 서버 @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP 포트 @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP 보안 @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 문자셋 @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Folder @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximum age (days) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Attachment type @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consumption scope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Rule order @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter from @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter to @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter subject @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter body @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assign document type @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assign correspondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inbox tag @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inbox tags are automatically assigned to all consumed documents. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Active @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + 타입 @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + 복사 @@ -4813,8 +4973,76 @@ 링크 생성 오류 + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ 상태 + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Previous @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Details @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Archive serial number @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Date created @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 기본값 @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 내용 @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Date modified @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Date added @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 미디어 파일명 @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 원본 파일명 @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 원본 MD5 체크섬 @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 원본 파일 사이즈 @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 원본 MIME 타입 @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 MD5 체크섬 기록 @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 파일 사이즈 기록 @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 원본 문서 메타데이터 @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 문서 메타데이터 기록됨 @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 미리보기 @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 저장 후 다음 @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 저장 후 닫기 @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 비밀번호 입력 @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 문서를 성공적으로 저장하였습니다. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 문서를 저장하는데 오류가 발생하였습니다. @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Do you really want to delete document ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 The files for this document will be deleted permanently. This operation cannot be undone. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 문서 삭제 @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 문서 삭제 오류 @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 이 작업은 해당 문서에 되돌릴 수 없는 OCR재작업을 수행합니다. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 OCR 작업은 백그라운드에서 진행됩니다. 작업이 완료된 후 문서를 닫고 다시 열거나 새로고침을 하면 새로운 OCR 작업결과를 볼 수 있습니다. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 작업 수행중 오류가 발생하였습니다. @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 페이지 맞춤 @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.lb_LU.xlf b/src-ui/src/locale/messages.lb_LU.xlf index 0fc86773e..058e6b56f 100644 --- a/src-ui/src/locale/messages.lb_LU.xlf +++ b/src-ui/src/locale/messages.lb_LU.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Zoumaachen - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Zoumaachen - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Zoumaachen Select month @@ -46,6 +38,14 @@ Mount auswielen + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Stonnen eropsetzen - First @@ -180,6 +172,14 @@ Ufank + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Stonnen eropsetzen + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Weider @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Verwerfen @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Tour starten + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Open Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Allgemeng @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Ausgesinn @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Sprooch vum Interface @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Nodeem s eng nei Sprooch gewielt gouf muss d'Säit nei geluede ginn. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Uweise vum Datum @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Datumsformat @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Kuerz: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Mëttel: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Laang: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Elementer pro Säit @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Dokumenteneditor @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 PDF-Betruechter vum Web-Browser notzen @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Dëst ass normalerweis méi séier fir grouss PDF-Dokumenter, mee kéint op verschiddene Browseren net goen. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Saiteläischt @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Schmuel Saiteläischt benotzen (nëmmen Ikonen) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Nuetsmodus @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Systemastellungen notzen @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Nuetsmodus aktivéieren @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Virschaubiller an Nuetsmodus invertéieren @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Designfaarf @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Zrécksetzen @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Aktualiséierungs Kontroll @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Aktualiséierungs Kontroll aschalten @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Massebeaarbechtung @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Bestätegungsmessagë weisen @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Beim Läsche vun Dokumenter gëtt ëmmer no enger Bestätegung gefrot. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Späichere beim Zoumaachen @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Enable notes @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notifikatiounen @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Dokumenteveraarbechtung @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Notifikatiounen uweise wann nei Dokumenter detektéiert ginn @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Notifikatiounen uweise wann d'Dokumentveraarbechtung erfollegräich ofgeschloss ass @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Notifikatiounen uweise wann d'Dokumenteveraarbechtung feelschléit @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Notifikatiounen op der Startsäit ënnerdrécken @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Doduerch ginn all Messagen iwwer Dokumenteveraarbechtung op der Startsäit ënnerdréckt. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Keng gespäichert Usiicht definéiert. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Systemsprooch benotzen @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Datumsformat vun der Sprooch vum Interface notzen @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Gespäichert Usiicht "" geläscht. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Astellungen erfollegräich gespäichert. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Astellungen erfollegräich gespäichert. Nei lueden ass néideg fir verschidden Ännerungen ze applizéieren. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Elo nei lueden @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Benotzernumm @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Groups @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Zouweisungsalgorithmus Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Zouweisungsmuster - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Zouweisungsmuster + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Grouss-/Klengschreiwung ignoréieren @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP Server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Security @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Character Set @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Folder @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Ënnerdossiere musse mat engem Zeeche getrennt si wéi beispillsweis engem Punkt ('.') oder engem Slash ('/'), mee dat hänkt vum Mailserver of. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximum age (days) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Attachment type @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consumption scope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Rule order @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter from @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter to @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter subject @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter body @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Just Dokumenter traitéieren, déi exakt dësen Dateinumm hunn (falls definéiert). Platzhalter wéi *.pdf oder *invoice* sinn erlaabt. D'Grouss-/Klengschreiwung gëtt ignoréiert. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assign document type @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assign correspondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Postaganks-Etikett @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Postaganks-Etikette ginn automatesch allen nei veraarbechten Dokumenter zougewisen. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Active @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Type @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Zréck @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detailer @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Archiv-Seriennummer @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Erstellungsdatum @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Virdefinéiert @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Inhalt @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Verännert um @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Dobäigesat um @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Dateinumm vum Mediefichier @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Original Dateinumm @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 MD5-Préifzomm vum Original @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Dateigréisst vum Original @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Urspréngleche MIME-Typ @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 MD5-Préifzomm vum Archiv @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Archiv-Dateigréisst @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadate vum Original-Dokument @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadate vum Archiv-Dokument @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Preview @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Späicheren a weider @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Passwuert aginn @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Wëllt Dir d'Dokument "" wierklech läschen? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 D'Fichiere fir dëst Dokument gi permanent geläscht. Dës Operatioun kann net réckgängeg gemaach ginn. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Dokument läschen @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 This operation will permanently redo OCR for this document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.lv_LV.xlf b/src-ui/src/locale/messages.lv_LV.xlf index b9a555c7a..08cfebae3 100644 --- a/src-ui/src/locale/messages.lv_LV.xlf +++ b/src-ui/src/locale/messages.lv_LV.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Aizvērt - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Aizvērt - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Aizvērt Select month @@ -46,6 +38,14 @@ Izvēlieties mēnesi + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Palielināt stundas - First @@ -180,6 +172,14 @@ Pirmā + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Palielināt stundas + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Nākamā @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Discard @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Start tour + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Open Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 General @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Appearance @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Display language @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 You need to reload the page after applying a new language. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Date display @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Date format @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Short: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Medium: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Long: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Items per page @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Document editor @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Use PDF viewer provided by the browser @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 This is usually faster for displaying large PDF documents, but it might not work on some browsers. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Sidebar @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Use 'slim' sidebar (icons only) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Dark mode @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Use system settings @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Enable dark mode @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invert thumbnails in dark mode @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Theme Color @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Reset @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Update checking @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Enable update checking @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Bulk editing @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Show confirmation dialogs @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Deleting documents will always ask for confirmation. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Apply on close @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Enable notes @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notifications @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Document processing @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Show notifications when new documents are detected @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Show notifications when document processing completes successfully @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Show notifications when document processing fails @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Suppress notifications on dashboard @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 This will suppress all messages about document processing status on the dashboard. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 No saved views defined. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Use system language @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Use date format of display language @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Saved view "" deleted. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Settings were saved successfully. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Settings were saved successfully. Reload is required to apply some changes. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Reload now @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Username @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Groups @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Matching algorithm Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Matching pattern - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Matching pattern + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Case insensitive @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP Server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Security @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Character Set @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Folder @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximum age (days) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Attachment type @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consumption scope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Rule order @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter from @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter to @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter subject @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter body @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assign document type @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assign correspondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inbox tag @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inbox tags are automatically assigned to all consumed documents. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Active @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Type @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Iepriekšējā @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Details @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Archive serial number @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Date created @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Default @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Content @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Date modified @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Date added @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Media filename @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Original filename @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Original MD5 checksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Original file size @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Original mime type @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Archive MD5 checksum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Archive file size @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Original document metadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Archived document metadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Preview @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Save & next @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Enter Password @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Do you really want to delete document ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 The files for this document will be deleted permanently. This operation cannot be undone. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Delete document @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 This operation will permanently redo OCR for this document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf index 3527ba98f..66e4c9a83 100644 --- a/src-ui/src/locale/messages.nl_NL.xlf +++ b/src-ui/src/locale/messages.nl_NL.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Sluiten - HH @@ -18,7 +10,7 @@ UU - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Sluiten - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Sluiten Select month @@ -46,6 +38,14 @@ Selecteer maand + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Uren verhogen - First @@ -180,6 +172,14 @@ Eerste + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Uren verhogen + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Volgende @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Negeren @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Rondleiding starten + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Open Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Algemeen @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Uiterlijk @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Taal @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 De pagina moet herladen worden nadat een andere taal werd gekozen. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Datumweergave @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Datumopmaak @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Kort: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Medium: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Lang: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Resultaten per pagina @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Documentbewerker @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Gebruik de PDF lezer ingebouwd in uw browser @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Dit is gewoonlijk sneller om grote PDF's te tonen, maar werkt niet bij elke browser. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Navigatiekolom @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Gebruik 'dunne' navigatiekolom (alleen pictogrammen) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Nachtmodus @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Gebruik systeeminstellingen @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Gebruik nachtmodus @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Toon negatief van voorbeeldweergave in nachtmodus @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Thema kleur @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Resetten @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Updatecontrole @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Updatecontrole werkt door de openbare GitHub API te gebruiken om te bepalen of een nieuwe versie beschikbaar is. Het daadwerkelijk updaten van de app moet nog handmatig worden gedaan. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 De app verzamelt op geen enkele manier trackinggegevens. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Updatecontroles inschakelen @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Documentbewerking @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Verwijder inbox label(s) automatisch bij opslaan @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Massabewerking @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Toon dialoogvenster ter bevestiging @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Er zal altijd om bevestiging gevraagd worden voor het verwijderen van documenten. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Toepassen bij het sluiten @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Notities inschakelen @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Standaard rechten @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Instellingen zijn van toepassing op dit gebruikersaccount voor objecten (Tags, Mailregels, etc.) gemaakt via de web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Standaard eigenaar @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Standaard weergaverechten @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Standaard bewerkingsrechten @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Meldingen @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Verwerking van documenten @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Toon meldingen wanneer nieuwe documenten worden gedetecteerd @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Toon een melding wanneer documenten met succes zijn verwerkt @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Toon meldingen wanneer het verwerken van documenten faalt @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Onderdruk meldingen op het dashboard @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Dit verbergt alle statusberichten op het dashboard die met het verwerken van documenten te maken hebben. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Toon waarschuwing bij het sluiten van weergaven met niet-opgeslagen wijzigingen @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Verschijnt op @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Geen opgeslagen weergaven gedefinieerd. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Gebruik de systeemtaal @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Datumopmaak van weergavetaal gebruiken @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Opgeslagen view "" verwijderd. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Instellingen zijn succesvol opgeslagen. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Instellingen zijn succesvol opgeslagen. Herladen is vereist om sommige wijzigingen toe te passen. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Nu herladen @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Fout bij het opslaan van de instellingen op de server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Gebruikersnaam @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Groepen @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritme voor het bepalen van de overeenkomst Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Patroon voor overeenkomst - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Patroon voor overeenkomst + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Niet hoofdlettergevoelig @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Gegevenstype @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Gegevenstype kan niet worden gewijzigd nadat een veld is aangemaakt @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP Server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Poort @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Beveiliging @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Wachtwoord is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Controleer of het bovenstaande wachtwoord een token is dat wordt gebruikt voor authenticatie @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Karakterset @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Testen @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Map @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Submappen moeten gescheiden worden door een scheidingsteken, vaak een punt ('.') of slash ('/'), maar het varieert per mailserver. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximale leeftijd (dagen) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Type bijlage @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Verwerkingsscope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Bekijk documentatie voor verwerkingsvereisten van .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Regel volgorde @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless zal alleen mails verwerken die overeenkomen met alle van de hieronder opgegeven filters. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter afzender @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filteren op @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter onderwerp @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter inhoud @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter bestandsnaam van bijlage bevat @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Alleen documenten verwerken die volledig overeenkomen met deze bestandsnaam indien aangegeven. Je kunt jokertekens gebruiken, zoals *.pdf of *factuur*. Dit is niet hoofdlettergevoelig. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter bestandsnaam van bijlage bevat niet @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Geen documenten verwerken die overeenkomen met deze bestandsnaam indien ingevuld. Je kunt wildcards gebruiken, zoals *.pdf of *factuur*. Dit is niet hoofdlettergevoelig. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Actie @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Deze actie wordt alleen uitgevoerd wanneer documenten verwerkt worden uit de mail. Mails zonder bijlage worden genegeerd. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Actie parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Deze toewijzingen zullen die van verwerkingssjablonen vervangen. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Wijs titel toe van @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Documenttype toewijzen @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Wijs correspondent toe van @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Correspondent toewijzen @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Eigenaar van regel toewijzen @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 "Postvak in"-label @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 "Postvak in"-labels worden automatisch toegewezen aan alle verwerkte documenten. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Actief @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Beheerder @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Verleent alle rechten en kan objecten weergeven) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger workflow wanneer: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Trigger toevoegen @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Acties toepassen: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Actie toevoegen - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Actietype - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Titel toewijzen - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Kan gebruik maken van sommige placeholders, zie <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentatie</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Labels toewijzen - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Opslaglocatie toewijzen - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Aangepaste velden toewijzen - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Eigenaar toewijzen - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Weergaverechten toewijzen - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Bewerkingsrechten toewijzen - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger voor documenten die overeenkomen met alle filters hieronder. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Bestandsnaam filteren @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Toepassen op documenten die overeenkomen met deze bestandsnaam. Wildcards als *.pdf of *factuur* zijn toegestaan. Niet hoofdlettergevoelig. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Bronnen filteren @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter op opslaglocatie @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Toepassen op documenten die overeenkomen met dit pad. Wildcards met * zijn toegestaan. Hoofdletters worden genormaliseerd.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter op e-mailregel @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Toepassen op documenten die via deze e-mailregel zijn toegevoegd. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Inhoud matchingsalgoritme @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Inhoud matchen op patroon @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Heeft labels @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Heeft correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Heeft documenttype + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Actietype + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Titel toewijzen + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Kan gebruik maken van sommige placeholders, zie <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentatie</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Labels toewijzen + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Opslaglocatie toewijzen + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Aangepaste velden toewijzen + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Eigenaar toewijzen + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Weergaverechten toewijzen + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Bewerkingsrechten toewijzen + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Toewijzing + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Nieuwe workflow maken @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Workflow bewerken @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Type @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Kopiëren @@ -4813,8 +4973,76 @@ Fout bij maken link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Vorige @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Details @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Archief serienummer @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Aanmaakdatum @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Standaard @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Inhoud @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Wijzigingsdatum @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Datum toegevoegd @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Media bestandsnaam @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Originele bestandsnaam @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Originele MD5 checksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Originele bestandsgrootte @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Oorspronkelijke mime-type @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Archief MD5 checksum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Archief bestandsgrootte @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Originele document metadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Gearchiveerde document metadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Voorbeeld @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notities @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Opslaan & volgende @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Opslaan & sluiten @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Wachtwoord invoeren @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document succesvol opgeslagen. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Fout bij opslaan document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Wilt u het document echt verwijderen ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 De bestanden voor dit document worden definitief verwijderd. Deze bewerking kan niet ongedaan worden gemaakt. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Verwijder document @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Fout bij verwijderen document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Met deze bewerking wordt OCR permanent opnieuw uitgevoerd voor dit document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Opnieuw uitvoeren van OCR-bewerking begint op de achtergrond. Sluit en heropen of herlaad dit document nadat de bewerking is voltooid om nieuwe inhoud te zien. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Fout bij uitvoeren bewerking @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Pagina passend maken @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Succesvol aangemaakt. @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Fout bij maken . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 succesvol bijgewerkt. @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Fout bij opslaan . @@ -7054,15 +7362,15 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 - Associated documents will not be deleted. + Bijbehorende documenten worden niet verwijderd. Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Fout tijdens het verwijderen van element diff --git a/src-ui/src/locale/messages.no_NO.xlf b/src-ui/src/locale/messages.no_NO.xlf index 7b0c4ba4b..b83cff2bf 100644 --- a/src-ui/src/locale/messages.no_NO.xlf +++ b/src-ui/src/locale/messages.no_NO.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Lukk - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Lukk - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Lukk Select month @@ -46,6 +38,14 @@ Velg en måned + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Økende timer - First @@ -180,6 +172,14 @@ Først + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Økende timer + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Neste @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Forkast @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Start omvisning + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Åpne Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Generelt @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Utseende @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Visningsspråk @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Du må laste siden på nytt etter endring av språk. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Dato visning @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Datoformat @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Kort: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Middels: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Lang: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Elementer per side @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Dokument editor @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Bruk PDF-leser levert av nettleseren @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Dette er vanligvis raskere for å vise store PDF-dokumenter, men det fungerer kanskje ikke i enkelte nettlesere. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Sidepanel @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Bruk forenklet sidepanel (kun ikoner) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Mørkt tema @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Bruk systeminnstillinger @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Aktiver mørk modus @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Inverter miniatyrbilder i mørk modus @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Temafarge @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Tilbakestill @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Sjekk for oppdateringer @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Sjekk for oppdateringer fungerer ved å pinge den offentlige GitHub API for siste utgivelse for å avgjøre om en ny versjon er tilgjengelig. Faktisk oppdatering av appen må fortsatt utføres manuelt. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Ingen sporingsdata samles inn av appen på noen måte. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Aktiver oppdaterings sjekk @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Bulk redigering @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Vis bekreftelsesdialoger @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Sletting av dokumenter vil alltid be om bekreftelse. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Bruk ved lukking @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Aktiver notater @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Standardtillatelser @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Innstillinger gjelder denne brukerkontoen for objekter (Tags, e-postregler, osv.) opprettet via web-grensesnittet @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Standard eier @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Standard visningstillatelser @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Standard redigeringstillatelser @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Varsler @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Dokumentbehandling @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Vis varsler når nye dokumenter oppdages @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Vis varsler når dokumentbehandling er fullført @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Vis varsler når dokumentbehandlingen mislykkes @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Skjul varsler på dashbordet @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Dette vil skjule alle meldinger om dokumentbehandlingsstatus på dashbordet. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Vis advarsel når du lukker lagrede visninger med ulagrede endringer @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Vises på @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Ingen lagrede visninger definert. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Bruk systemspråk @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Bruk datoformat for visningsspråk @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Lagret visning "" slettet. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Innstillingene ble lagret. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Innstillingene ble lagret. Siden må lastes inn på nytt for å ta i bruk alle endringer. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Oppfrisk nå @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Feil ved lagring av innstillinger på serveren. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Brukernavn @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Grupper @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Samsvarende algoritme Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Matchende mønster - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Matchende mønster + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Skill mellom store og små bokstaver @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP tjener @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Sikkerhet @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Passord er token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Sjekk om passordet ovenfor er et token som brukes for autentisering @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Tegnsett @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Mappe @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Undermapper må være atskilt av en skilletegn, ofte en punktum ('.') eller skråstrek ('/'), men den varierer fra e-posttjener. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maksimum alder (dager) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Vedlegg type @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consumption scope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Se dokumentasjon for krav til .eml prosessering @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Regel rekkefølge @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless vil kun behandle e-post som matcher all av filtrene oppgitt nedenfor. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtrer fra @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtrer til @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtrer emne @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtrer innhold @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Bare bruke dokumenter som samsvarer med dette filnavnet hvis angitt. Jokertegn som *.pdf eller *faktura* er tillatt. Saksfortegnet. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Handling @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Parameter for handling @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Tilordne tittel fra @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Tilordne dokumenttype @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Tildel korrespondent fra @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Tildel korrespondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Innboks etikett @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Innboks-etiketter blir automatisk tildelt til alle innleste dokumenter. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktiv @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superbruker @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Gir alle tilatelser og kan se objekter) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Type @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Forrige @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detaljer @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Arkiver serienummer @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Dato opprettet @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Standard @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Innhold @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Dato endret @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Dato lagt til @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Media filnavn @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Opprinnelig filnavn @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Opprinnelig MD5-sjekksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Opprinnelig filstørrelse @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Opprinnelig mimetype @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Arkiver MD5-sjekksum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Arkivstørrelse @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Opprinnelig dokumentmetadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Arkivert dokumentmetadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Forhåndsvis @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Lagre & Avslutt @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Lagre & Lukk @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Skriv inn passord @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Dokumentet ble lagret. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Feil ved lagring av dokument @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Ønsker du virkelig å slette dokumentet ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Filene til dokumentet vil bli slettet permanent. Denne operasjonen kan ikke angres. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Slett dokument @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Denne operasjonen vil permanent gjenta OCR for dette dokumentet. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.pl_PL.xlf b/src-ui/src/locale/messages.pl_PL.xlf index c61a054da..4c6f63ab6 100644 --- a/src-ui/src/locale/messages.pl_PL.xlf +++ b/src-ui/src/locale/messages.pl_PL.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Zamknij - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Zamknij - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Zamknij Select month @@ -46,6 +38,14 @@ Wybierz miesiąc + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Zwiększ godziny - First @@ -180,6 +172,14 @@ Pierwszy + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Zwiększ godziny + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Następny @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Zaniechaj @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Uruchom samouczek + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Otwórz Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Ogólne @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Wygląd @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Język @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Musisz przeładować stronę po wybraniu nowego języka. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Wyświetlanie daty @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Format daty @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Krótki: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Średni: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Długi: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Ilość elementów na stronie @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Edytor dokumentów @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Wyświetl PDF przez wbudowaną przeglądarkę @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Zazwyczaj działa szybciej przy wyświetlaniu dużych dokumentów w formacie PDF, ale może nie działać na niektórych przeglądarkach. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Pasek boczny @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Użyj wąskiego paska bocznego (tylko ikony) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Tryb ciemny @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Użyj ustawień systemowych @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Użyj ciemnego motywu @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Odwróć kolory miniaturki w trybie ciemnym @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Kolor Motywu @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Anuluj @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Sprawdzanie aktualizacji @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Sprawdzanie aktualizacji działa poprzez wysyłanie pingów do publicznego GitHub API w celu określenia, czy jest dostępna nowa wersja. Aktualizacja aplikacji musi być nadal wykonana ręcznie. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Żadne dane nie są w żaden sposób gromadzone przez aplikację. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Włącz sprawdzanie aktualizacji @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Edycja dokumentu @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatyczne usuwanie znacznika(ów) przy zapisywaniu @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Edycja grupowa @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Używaj dialogów potwierdzenia @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Usuwanie dokumentów zawsze będzie wymagało potwierdzenia. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Zamknięcie zapisuje zmiany @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Włącz notatki @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Domyślnie uprawnienia @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Konfiguracja dotyczy uprawnień wskazanego konta użytkownika do obiektów (tagi, reguły pocztowe itp.) utworzonych za pomocą interfejsu webowego @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Domyślny Właściciel @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Domyślne uprawnienia do przeglądania @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Domyślne uprawnienia do edycji @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Powiadomienia @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Przetwarzanie dokumentów @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Pokaż powiadomienia, gdy zostaną wykryte nowe dokumenty @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Pokaż powiadomienia, gdy przetwarzanie dokumentu zakończy się pomyślnie @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Pokaż powiadomienia, gdy przetwarzanie dokumentu nie powiedzie się @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Wyłącz powiadomienia na pulpicie @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Wyłącz pokazywanie wszystkich wiadomości o statusie przetwarzania dokumentów na pulpicie. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Pokaż ostrzeżenie podczas zamykania utworzonych widoków z niezapisanymi zmianami @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Pojawia się na @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Nie zdefiniowano zapisanych widoków. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Użyj języka systemowego @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Użyj formatu daty według wyświetlanego języka @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Zapisany widok "" został usunięty. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Ustawienia zapisane pomyślnie. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Ustawienia zostały pomyślnie zapisane. Przeładowanie jest wymagane do zastosowania zmian. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Załaduj ponownie @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Błąd podczas zapisywania ustawień na serwerze. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Nazwa użytkownika @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Grupy @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algorytm dopasowania Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Wzorzec dopasowania - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Wzorzec dopasowania + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 (Nieuwzględniający wielkości liter) @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Typ danych @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Typ danych nie może być zmieniony po utworzeniu pola @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 Serwer IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Port IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Bezpieczeństwo IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Hasło to token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Sprawdź, czy powyższe hasło jest tokenem użytym do uwierzytelniania @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Zestaw znaków @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Katalog @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Podfoldery muszą być oddzielone ogranicznikiem, zwykle kropką ('.') lub slashem ('/'), zaleznue od serwera pocztowego. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maksymalny wiek (dni) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Typ załącznika @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Zakres przetwarzania @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Zobacz dokumenty dotyczące wymagań przetwarzania .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Kolejność reguł @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless przetwarza tylko wiadomości pasujące do wszystkich filtrów podanych poniżej. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtruj po nadawcy @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtruj po odbiorcy @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtruj po temacie @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtruj po treści @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filtruj nazwę załącznika, która zawiera @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Przetwarzaj tylko dokumenty, które całkowicie pasują do tej nazwy pliku, jeśli jest podana. Wzorce dopasowania jak *.pdf lub *faktura* są dozwolone. Wielkość liter nie jest rozróżniana. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filtruj nazwę załącznika, która nie zawiera @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Nie przetwarzaj dokumentów, które wpisują się w zdefiniowaną maskę pliku - jeśli jest podana. Maski jak *.pdf lub *faktura* są dozwolone. Wielkość liter nie ma znaczenia. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Akcja @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Akcja jest wykonywana tylko wtedy, gdy dokumenty są pobierane z maila. Maile bez załączników pozostają całkowicie nietknięte. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Parametr akcji @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Przypisania określone tutaj zastąpią wszelkie szablony pobierania. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Przypisz tytuł z @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Przypisz typ dokumentu @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Przypisz korespondenta nadawcy @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Przypisz korespondenta @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Przypisz właściciela z reguły @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Tag skrzynki odbiorczej @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Tagi skrzynki odbiorczej są automatycznie przypisane do wszystkich przetworzonych dokumentów. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktywny @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Przyznaje wszystkie uprawnienia i może wyświetlać obiekty) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Wyzwalaj proces na: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Dodaj wyzwalacz @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Zastosuj akcje: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Dodaj akcję - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Typ akcji - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Przypisz tytuł - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Może zawierać różna zmienne, zobacz <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>dokumentację</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Przypisz tagi - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Przypisz ścieżkę zapisu - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Przypisz pola dodatkowe - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Przypisz właściciela - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Przypisz uprawnienia do przeglądania - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Przypisz uprawnienia do edycji - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Typ wyzwalacza @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Wyzwalacze do dokumentów, które pasują do wszystkich filtrów określonych poniżej. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filtruj po nazwie pliku @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Zastosuj do dokumentów, które pasują do tej nazwy pliku. Maski takie jak *.pdf lub *faktura* są dozwolone. Wielkość liter nie ma znaczenia. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filtruj źródła @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filtruj ścieżkę @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Zastosuj do dokumentów pasujących do tej ścieżki. Dozwolone są symbole wieloznaczne takie jak *. Wielkość liter nie ma znaczenia.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Reguła filtrowania wiadomości e-mail @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Zastosuj do dokumentów pobieranych za pomocą tej reguły mailowej. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Algorytm dopasowania zawartości @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Wzór dopasowania zawartości @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Ma tagi @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Ma nadawcę @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Ma typ dokumentu + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Typ akcji + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Przypisz tytuł + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Może zawierać różna zmienne, zobacz <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>dokumentację</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Przypisz tagi + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Przypisz ścieżkę zapisu + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Przypisz pola dodatkowe + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Przypisz właściciela + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Przypisz uprawnienia do przeglądania + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Przypisz uprawnienia do edycji + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Przypisanie + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Utwórz nowy proces @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edytuj proces @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Typ @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Kopiuj @@ -4813,8 +4973,76 @@ Błąd tworzenia linku + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Poprzedni @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Szczegóły @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Numer seryjny archiwum @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Data utworzenia @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Domyślne @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Zawartość @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Data modyfikacji @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Data dodania @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Nazwa pliku @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Oryginalna nazwa pliku @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 MD5 - Suma kontrolna Oryginału @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Rozmiar oryginalnego pliku @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Typ mime oryginału @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Suma kontrolna archiwum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Rozmiar pliku archiwalnego @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadane oryginalnego dokumentu @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadane zarchiwizowanego dokumentu @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Podgląd @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notatki @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Zapisz & następny @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Zapisz & zamknij @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Wprowadź hasło @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Dokument zapisany pomyślnie. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Błąd podczas zapisywania dokumentu @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Czy na pewno chcesz usunąć dokument""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Pliki tego dokumentu zostaną trwale usunięte. Tej operacji nie można cofnąć. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Usuń dokument @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Błąd usuwania dokumentu @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Ta operacja nieodwracalnie powtórzy OCR dla tego dokumentu. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Powtórny OCR rozpocznie się w tle. Zamknij i ponownie otwórz lub odśwież ten dokument po zakończeniu operacji, aby zobaczyć nową zawartość. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Błąd podczas wykonywania operacji @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Dopasuj do strony @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Pomyślnie utworzono . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Wystąpił błąd podczas tworzenia . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Pomyślnie zmodyfikowano . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Wystąpił błąd podczas zapisywania . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Powiązane dokumenty nie zostaną usunięte. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Błąd podczas usuwania elementu diff --git a/src-ui/src/locale/messages.pt_BR.xlf b/src-ui/src/locale/messages.pt_BR.xlf index 6437a7fdd..f0a6afcfa 100644 --- a/src-ui/src/locale/messages.pt_BR.xlf +++ b/src-ui/src/locale/messages.pt_BR.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Fechar - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Fechar - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Fechar Select month @@ -46,6 +38,14 @@ Selecione o mês + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Increment hours - First @@ -180,6 +172,14 @@ Primeiro + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Increment hours + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Próximo @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Descartar @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Iniciar o tour + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Open Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Geral @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Aparência @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Linguagem de exibição @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Você precisar recarregar a página após escolher um novo idioma. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Exibição de data @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Formato de data @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Curto: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Médio: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Longo: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Itens por página @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Editor de documentos @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Usar visualizador de PDF do navegador @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Isso é geralmente mais rápido para exibir grandes documentos PDF, mas poderá não funcionar em alguns navegadores. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Barra lateral @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Usar barra lateral 'fina' (apenas ícones) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Modo noturno @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Usar configurações do sistema @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Habilitar modo noturno @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Inverter imagens em modo noturno @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Cor do tema @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Reset @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Verificação de atualização @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 A verificação de atualização checa a API pública do Github para decidir se uma nova versão está disponível. De qualquer modo, a atualização de fato da aplicação deve ser feita manualmente. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Habilitar verificação de atualizações @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Edição em massa @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Mostrar janelas de confirmação @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Ao excluir um documento, sempre será pedido uma confirmação. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Aplicar ao fechar @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Habilitar notas @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Proprietário padrão @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notificações @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Processamento de documentos @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Exibir notificações quando novos documentos forem detectados @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Exibir notificações quando o processamento de um documento concluir com sucesso @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Exibir notificações quando o processamento de um documento falhar @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Não exibir notificações no painel de controle @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Isso esconderá todas as mensagens sobre o status de processamento de documentos no painel de controle. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Nenhuma visualização definida. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Usar idioma do sistema @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Usar formato de data do idioma de exibição @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Visualização "" excluída. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 As configurações foram salvas com sucesso. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 As configurações foram salvas com sucesso. Recarregar é necessário para aplicar algumas alterações. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Recarregar agora @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Usuário @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Grupos @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritmo de detecção Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Padrão de detecção - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Padrão de detecção + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Não diferenciar maiúsculas de minúsculas @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 Servidor IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Porta IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Segurança IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Character Set @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Pasta @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Subpastas devem ser separadas por um delimitador, muitas vezes um ponto ('.') ou uma barra ('/'), mas varia conforme o servidor de email. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Idade máxima (dias) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Tipo de anexo @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Escopo de consumo @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consulte a documentação para requisitos de processamento .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Ordem da regra @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 O Paperless somente processará emails que correspondam a todos os filtros especificados abaixo. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter from @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter to @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter subject @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter body @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Consumir somente documentos que correspondem a este nome de arquivo se especificado. Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsculas e minúsculas. @@ -3328,7 +3364,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3336,7 +3372,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3344,7 +3380,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Ação @@ -3352,7 +3388,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3360,7 +3396,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3368,7 +3404,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3376,7 +3412,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Atribuir título de @@ -3384,11 +3420,11 @@ 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 - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Atribuir tipo de documento @@ -3396,7 +3432,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 - 36 + 39 Atribuir correspondente de @@ -3404,11 +3440,11 @@ 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 - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Atribuir correspondente @@ -3416,7 +3452,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 - 40 + 43 Atribuir proprietário a partir da regra @@ -3424,11 +3460,11 @@ 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 - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3580,7 +3616,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3632,7 +3668,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3644,7 +3680,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Etiqueta caixa de entrada @@ -3652,7 +3688,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Etiquetas de caixa de entrada são atribuídas automaticamente para todos os documentos consumidos. @@ -3676,7 +3712,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3688,7 +3724,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3700,7 +3736,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3712,7 +3748,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Ativo @@ -3720,7 +3756,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Super usuário @@ -3728,7 +3764,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Concede todas as permissões e pode visualizar objetos) @@ -3752,7 +3788,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3764,7 +3800,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3776,7 +3812,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3788,7 +3824,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3796,7 +3832,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3804,7 +3840,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3812,87 +3848,15 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Atribuir título - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Atribuir etiquetas - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Atribuir caminho de armazenamento - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Atribuir campos personalizados - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Atribuir proprietário - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Atribuir permissões de visualização - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Atribuir permissões de edição - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3900,7 +3864,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3908,7 +3872,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filtro de nome de arquivo @@ -3916,7 +3880,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Aplica-se a documentos que correspondem a esse nome de arquivo. Caracteres curinga como *.pdf ou *fatura* são permitidos. Sem diferenciação de maiúsculas e minúsculas. @@ -3924,7 +3888,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filtro de fontes @@ -3932,7 +3896,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filtro de caminho @@ -3940,7 +3904,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3948,7 +3912,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filtro de regra de e-mail @@ -3956,7 +3920,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Aplica-se a documentos consumidos por essa regra de e-mail. @@ -3964,7 +3928,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3972,7 +3936,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3980,7 +3944,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3988,7 +3952,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3996,10 +3960,186 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Atribuir título + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Atribuir etiquetas + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Atribuir caminho de armazenamento + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Atribuir campos personalizados + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Atribuir proprietário + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Atribuir permissões de visualização + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Atribuir permissões de edição + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4056,11 +4196,19 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4068,7 +4216,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4195,6 +4343,10 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4480,6 +4632,10 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Tipo @@ -4552,6 +4708,10 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copiar @@ -4814,8 +4974,76 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4826,6 +5054,86 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4886,7 +5194,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4910,7 +5218,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5225,7 +5533,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5237,7 +5545,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Anterior @@ -5245,7 +5553,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detalhes @@ -5253,7 +5561,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Número de série de arquivamento @@ -5261,7 +5569,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Data de criação @@ -5269,7 +5577,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5293,7 +5601,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5313,7 +5621,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Padrão @@ -5321,7 +5629,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Conteúdo @@ -5329,7 +5637,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5341,7 +5649,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Data de modificação @@ -5349,7 +5657,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Data de adição @@ -5357,7 +5665,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Nome do arquivo @@ -5365,7 +5673,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Nome do arquivo original @@ -5373,7 +5681,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Soma de verificação MD5 original @@ -5381,7 +5689,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Tamanho do arquivo original @@ -5389,7 +5697,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Tipo mime original @@ -5397,7 +5705,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Soma de verificação MD5 de arquivamento @@ -5405,7 +5713,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Tamanho arquivado @@ -5413,7 +5721,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadados do documento original @@ -5421,7 +5729,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadados do documento arquivado @@ -5429,7 +5737,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Pré-visualizar @@ -5437,7 +5745,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5445,7 +5753,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Salvar & próximo @@ -5453,7 +5761,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Salvar & Fechar @@ -5461,7 +5769,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Digite a senha @@ -5525,11 +5833,11 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5537,11 +5845,11 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Erro ao salvar documento @@ -5549,11 +5857,11 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5565,7 +5873,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Você realmente deseja excluir o documento ""? @@ -5573,7 +5881,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Os arquivos desse documento serão excluídos permanentemente. Essa operação não pode ser revertida. @@ -5581,7 +5889,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Excluir documento @@ -5589,7 +5897,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5597,7 +5905,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5609,7 +5917,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Esta operação irá refazer o OCR permanentemente para este documento. @@ -5617,7 +5925,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 A operação de refazer o OCR começará em segundo plano. Feche e reabra ou recarregue este documento após a operação ser concluída para ver o novo conteúdo. @@ -5625,7 +5933,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5633,7 +5941,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6999,7 +7307,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7011,7 +7319,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7023,7 +7331,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7031,7 +7339,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7039,7 +7347,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7047,7 +7355,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7055,7 +7363,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7063,7 +7371,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.pt_PT.xlf b/src-ui/src/locale/messages.pt_PT.xlf index 92cada1b4..36e7f9eb1 100644 --- a/src-ui/src/locale/messages.pt_PT.xlf +++ b/src-ui/src/locale/messages.pt_PT.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Fechar - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Fechar - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Fechar Select month @@ -46,6 +38,14 @@ Selecionar mês + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Incrementar horas - First @@ -180,6 +172,14 @@ Primeiro + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Incrementar horas + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Seguinte @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Descartar @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Iniciar tutorial + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Abrir Administração do Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Geral @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Aparência @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Linguagem de exibição @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Tem de recarregar a página depois de escolher uma nova linguagem. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Exibição de data @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Formato de data @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Curto: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Médio: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Longo: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Itens por página @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Editor de documentos @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Usar visualizador de PDF do navegador @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Isso é geralmente mais rápido para exibir grandes documentos PDF, mas poderá não funcionar em alguns navegadores. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Barra lateral @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Utilizar barra lateral 'magra' (apenas os icons) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Modo noturno @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Usar configurações do sistema @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Habilitar modo noturno @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Inverter miniaturas no modo escuro @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Cor do Tema @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Repor @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Verificação de atualizações @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Nenhuns dados de rastreamento são recolhidos pela aplicação de forma alguma. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Ativar a verificação de atualizações @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Edição em massa @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Mostrar janelas de confirmação @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Ao excluir um documento, sempre será pedido uma confirmação. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Aplicar ao fechar @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Ativar notas @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notificações @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Processamento de documentos @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Exibir notificações quando novos documentos forem detectados @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Exibir notificações quando o processamento de um documento concluir com sucesso @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Mostrar notificações quando o processamento de um documento falhar @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Não mostrar notificações no dashboard @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Isso esconderá todas as mensagens sobre o status de processamento de documentos no painel de controle. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Mostrar um aviso quando fechar visualizações gravadas com modificações por guardar @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Nenhuma vista gravada definida. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Usar linguagem do sistema @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Usar formato de data da linguagem de exibição @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Visualização "" apagada. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 As configurações foram guardadas com sucesso. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Configurações atualizadas com sucesso. O recarregamento da página é necessário para aplicar algumas alterações. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Recarregar agora @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Erro ao gravar as configurações no servidor. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Nome de utilizador @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Grupos @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritmo de correspondência Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Padrão de correspondência - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Padrão de correspondência + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Não distinguir entre maiúsculas e minúsculas @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 Servidor IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Porto IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Segurança IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 A palavra-passe é um token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Verifique se a palavra-passe acima é um token utilizado para autenticação @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Conjunto de caracteres @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Teste @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Pasta @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Sub pastas têm de ser separadas por um separador, por norma um ponto('.') ou uma barra ('/'), no entanto varia entre servidores de email. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Idade máxima (em dias) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Tipo de anexo @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Âmbito de consumo @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Verifique a documentação para os requisitos de processamento de .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Ordem da regra @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 O Paperless só irá processar emails que coincidam todos os filtros especificados abaixo. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtrar de @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtrar para @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtrar assunto @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtrar corpo @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Apenas consumir documentos que inteiramente coincidam com este nome de ficheiro se especificado. Variáveis como *.pdf ou *fatura* são permitidos. Sem diferenciação entre letras maiúsculas ou minúsculas. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Ação @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Ação é apenas executada quando documentos são consumidos através de um email. Emails sem anexos não serão tocados. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Parametro de ação @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Definir o título através de @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Definir ao tipo de documento através de @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Definir o correspondente através de @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Definir correspondente @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Etiqueta de caixa de entrada @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 As etiquetas de caixa de entrada são automaticamente adicionadas a todos os documentos consumidos. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Ativo @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Super utilizador @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Concede todas as permissões e pode visualizar objetos) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Tipo @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Anterior @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detalhes @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Número de série de arquivamento @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Data de criação @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Padrão @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Conteúdo @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Data de modificação @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Data de adição @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Nome do ficheiro @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Nome original do ficheiro @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Checksum MD5 original @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Tamanho do ficheiro original @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Tipo mime original @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Checksum MD5 do arquivo @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Tamanho do arquivo @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadados do documento original @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadados do documento arquivado @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Pré-Visualizar @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Guardar & próximo @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Gravar e fechar @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Introduzir Palavra-Passe @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Documento guardado com sucesso. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Erro ao gravar documento @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Tem a certeza que quer apagar o documento ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Os ficheiros deste documento serão excluídos permanentemente. Esta operação não pode ser revertida. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Apagar documento @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Esta operação irá refazer permanentemente o OCR para este documento. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 A repetição do OCR irá acontecer em segundo plano. Feche e reabra, ou recarregue este documento depois da operação estar terminada para visualizar o novo conteúdo. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Criado com sucesso . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Ocorreu um erro ao criar . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Atualizado com sucesso . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Ocorreu um erro ao gravar . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf index e9c1709d2..d955d1a67 100644 --- a/src-ui/src/locale/messages.ro_RO.xlf +++ b/src-ui/src/locale/messages.ro_RO.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Închide - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Închide - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Închide Select month @@ -46,6 +38,14 @@ Selectați luna + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Incrementare ore - First @@ -180,6 +172,14 @@ Primul + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Incrementare ore + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Următor @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Renunță @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Începeți turul + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Deschideți Administratorul Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Setări generale @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Afișare @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Limba de afișare @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Trebuie să reîncărcați pagina după aplicarea unei noi limbi. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Afișarea datei @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Formatul datei @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Scurt: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Mediu: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Lung: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Articole pe pagina @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Editor de documente @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Utilizați vizualizatorul PDF furnizat de browser @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Această opțiune este mai rapidă pentru PDF-uri mari, dar nu este compatibilă cu toate browserele. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Bară laterală @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Utilizaţi bara laterală "subţire" (numai pictograme) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Mod întunecat @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Folosește setările sistemului @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Activează modul întunecat @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Inversează miniaturile în modul întunecat @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Culoarea temei @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Inițializare @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Verificare actualizare @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Enable update checking @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Editare în bloc @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Afișare dialoguri de confirmare @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Ștergerea documentelor va necesita întotdeauna confirmare. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Aplică la ieșire @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Enable notes @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notificări @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Procesarea documentelor @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Arată notificări atunci când sunt detectate documente noi @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Arată notificări atunci când procesarea documentului se termină cu succes @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Arată notificări atunci când procesarea documentului eșuează @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Ascunde notificările pe tabloul de bord @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Această setare va opri mesajele despre procesarea documentelor pe tabloul de bord. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Nu sunt definite vizualizări. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Utilizați limba sistemului @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Folosiți formatul datei corespunzător limbii de afișare @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Vizualizarea "" a fost ștearsă. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Settings were saved successfully. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Settings were saved successfully. Reload is required to apply some changes. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Reload now @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Nume @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Groups @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritm de potrivire Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Model de potrivire - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Model de potrivire + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Ignoră majusculele @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP Server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Security @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Character Set @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Dosar @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Subdosarele trebuie separate printr-un delimitator, adesea un punct ('.') sau slash ('/'), dar variază de la serverul de mail. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Vârsta maximă (zile) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Tip atașament @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Sfera de consum @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Rule order @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtrează de la @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtrează către @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtrează subiect @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtrează corpul email-ului @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filtrul de nume al fișierului include @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Consumă doar documentele care se potrivesc în întregime cu acest nume de fișier, dacă este specificat. Simbolul * ține locul oricărui șir de caractere. Majusculele nu contează. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filtru nume fișier atașat exclusiv @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Acţiune @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Acțiunea este efectuată numai atunci când documentele sunt consumate din e-mail. Mailurile fără atașamente rămân în întregime neatinse. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Parametru acțiune @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Atribuirile specificate aici vor înlocui orice șabloane de consum. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Atribuie titlu din @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assign document type @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Atribuie corespondent din @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assign correspondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Atribuiți proprietarul din regulă @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Eticheta inbox @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Etichetele inbox sunt atribuite automat documentelor consumate. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Activ @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Super utilizator @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Alocă toate permisiunile si pot vizualiza obiectele) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filtru nume fișier @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Aplică la documentele care se potrivesc cu acest nume de fișier. Wildcards cum ar fi *.pdf sau *factura* sunt permise. Masca insensibilă. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filtrare surse @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filtrare cale @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Regulă filtrare e-mail @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Aplică la documentele consumate prin această regulă de e-mail. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Type @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Eroare la crearea linkului + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Stare + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Previous @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detalii @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Număr serial în arhivă @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Data creării @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Default @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Conținut @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Data ultimei modificări @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Data adăugării @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Numele fișierului media @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Original filename @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 MD5 original @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Dimensiunea fișierului original @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Tip MIME original @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 MD5 arhivă @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Mărimea arhivei @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadatele documentului original @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadatele documentului arhivat @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Preview @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Salvează și continuă @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Enter Password @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Sunteţi sigur că doriţi să ştergeţi documentul ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Fișierele pentru acest document vor fi șterse permanent. Operațiunea este ireversibila. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Șterge document @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 This operation will permanently redo OCR for this document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf index 864b2e526..073c4fe5f 100644 --- a/src-ui/src/locale/messages.ru_RU.xlf +++ b/src-ui/src/locale/messages.ru_RU.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Закрыть - HH @@ -18,7 +10,7 @@ ЧЧ - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Закрыть - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Закрыть Select month @@ -46,6 +38,14 @@ Выберите месяц + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Увеличить часы - First @@ -180,6 +172,14 @@ Первый + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Увеличить часы + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Следующий @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Отменить @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Начать тур + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Открыть настройки Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Общие @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Вид @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Язык интерфейса @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Вы должны перезагрузить страница, после применения нового языка. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Дата @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Формат даты @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Краткий: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Средний: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Длинный: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Элементов на странице @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Редактор документов @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Использовать просмотрщик PDF встроенный в браузер @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Это, обычно, более быстрый способ отображения больших PDF документов, но он может не работать в некоторых браузерах. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Боковая панель @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Использовать маленькую боковую панель (только иконки) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Тёмный режим @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Использовать системные настройки @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Включить тёмный режим @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Инвертировать эскизы при включенном тёмном режиме @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Цветовая тема @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Сбросить @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Проверка обновлений @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Проверка обновлений работает путем обращения к публичному GitHub API для определения новой версии. Фактическое обновление приложения по-прежнему должно выполняться вручную. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Приложение не собирает данные для отслеживания. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Включить проверку обновлений @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Редактирование документа @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Автоматически удалять входящие этикетки при сохранении @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Массовое редактирование @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Показывать диалоги подтверждения @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Удаление документов всегда будет требовать подтверждения. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Применить при закрытии @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Включить заметки @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Права по умолчанию @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Настройки применяются к этой учетной записи пользователя для объектов (метки, правила почты и т. д.) созданные через веб-интерфейс @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Владелец по умолчанию @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Разрешения на просмотр по умолчанию @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Разрешения на редактирование по умолчанию @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Уведомления @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Обработка документа @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Показывать уведомления при обнаружении новых документов @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Показывать уведомления, когда обработка документа успешна @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Показывать уведомления, когда обработка документа не удалась @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Спрятать уведомления на главной @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Это отключит все сообщения о статусе обработки документов на главной. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Показывать предупреждение при закрытии сохраненных видов с несохраненными изменениями @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Появляется на @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Нет сохраненных представлений. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Использовать язык системы @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Использовать формат даты, соответствующий языку @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Сохраненное представление "" удалено. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Настройки успешно сохранены. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Настройки успешно сохранены. Для применения некоторых изменений необходимо перезагрузить. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Перезагрузить @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Ошибка при сохранении настроек на сервере. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Имя пользователя @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Группы @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Алгоритм сопоставления Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Шаблон соответствия - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Шаблон соответствия + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Без учёта регистра @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Тип данных @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Нельзя изменить дататип после создания поля @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP-сервер @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Порт @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Защита соединения IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Пароль является токеном @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Проверьте, является ли указанный выше пароль токеном, используемым для аутентификации @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Кодировка @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Проверка @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Папка @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Подпапки должны быть разделены разделителем, часто точкой ('.') или косой чертой ('/'), но это зависит от почтового сервера. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Максимальный возраст (в днях) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Тип вложения @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Рамки потребления @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Обратитесь к документации за подробностями обработки .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Порядок правил @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless будет обрабатывать только те письма, которые соответствуют всем фильтрам, указанным ниже. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Фильтр по отправителю @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Отфильтровать по @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Фильтр по теме @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Фильтр по тексту сообщения @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Фильтр: имя файла вложения включает @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Обрабатывать только документы, которые полностью совпадают с именем файла (если оно указано). Маски, например *.pdf или *счет*, разрешены. Не учитывает регистр. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Фильтр: имя файла вложения исключает @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Не используйте документы, полностью совпадающие с этим именем, если оно указано. Допускаются подстановочные знаки, такие как *.pdf или *invoice*. Нечувствительность к регистру. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Действие @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Действие выполняется только тогда, когда документы импортированы из письма. Письма без вложений остаются полностью нетронутыми. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Параметр действия @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Задания, указанные здесь, заменяют все шаблоны потребления. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Присвоить заголовок из @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Назначить тип документа @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Присвоить корреспондента из @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Назначить корреспондента @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Назначить владельца этого правила @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Входящий теги @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Входящий тег будет автоматически назначен всем добавленным документам. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Активный @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Суперпользователь @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Даёт все разрешения и может просматривать объекты) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Условия запуска процесса: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Добавить условие @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Применять действие: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Добавить - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Тип действия - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Присвоить заголовок - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Может содержать некоторые заполнители, смотрите <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>документацию</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Назначить метки - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Назначить путь хранения - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Назначить пользовательские поля - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Назначить владельца - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Назначить права для просмотра - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Назначить права для редактирования - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Тип триггера @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Триггер для документов, соответствующих всем фильтрам указанным ниже. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Фильтр имя файла @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Обрабатывать только документы, которые полностью совпадают с именем файла. Маски, например *.pdf или *счет*, разрешены. Не учитывает регистр. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Фильтр источников @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Фильтр пути @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Обрабатывать только документы, которые соответствуют данному пути. Маски, указанные как *, разрешены. Допускается регистр.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Фильтр почтовых правил @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Обрабатывать только документы, добавленные через это почтовое правило. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Алгоритм подбора содержимого @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Шаблон подбора содержимого @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Есть этикетки @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Имеет корреспондента @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Имеет тип документа + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Тип действия + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Присвоить заголовок + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Может содержать некоторые заполнители, смотрите <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>документацию</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Назначить метки + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Назначить путь хранения + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Назначить пользовательские поля + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Назначить владельца + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Назначить права для просмотра + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Назначить права для редактирования + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Задание + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Создать новый процесс @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Редактирование рабочего процесса @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Тип @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Копировать @@ -4813,8 +4973,76 @@ Ошибка при создании ссылки + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Статус + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Предыдущий @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Детали @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Архивный номер (АН) @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Дата создания @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 По умолчанию @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Содержимое @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Дата изменения @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Дата добавления @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Имя файла @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Исходное имя файла @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Оригинальная MD5 сумма @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Размер оригинального файла @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Оригинальный MIME тип @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 MD5 сумма архива @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Размер архива @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Метаданные оригинального документа @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Метаданные архивного документа @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Предпросмотр @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Примечания @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Сохранить & следующий @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Сохранить & закрыть @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Введите пароль @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Документ успешно сохранён. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Ошибка при сохранении документа @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Вы действительно хотите удалить документ ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Файлы из этого документа будут удалены незамедлительно. Это операцию нельзя отменить. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Удалить документ @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Ошибка удаления документа @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Это действие перезапишет результаты распознавания текста для этого документа. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Операция повторного распознавания начнется в фоновом режиме. Закройте и повторно откройте или перезагрузите этот документ после завершения операции, чтобы увидеть новое содержимое. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Ошибка при выполнении операции @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Вместить страницу @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Успешно создано . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Произошла ошибка во время создания . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Успешно обновлено . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Произошла ошибка при сохранении . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Ошибка при удалении элемента diff --git a/src-ui/src/locale/messages.sk_SK.xlf b/src-ui/src/locale/messages.sk_SK.xlf index c1fea83f6..34cf12cd8 100644 --- a/src-ui/src/locale/messages.sk_SK.xlf +++ b/src-ui/src/locale/messages.sk_SK.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Zavrieť - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Zavrieť - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Zavrieť Select month @@ -46,6 +38,14 @@ Vyberte mesiac + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Navýšiť hodiny - First @@ -180,6 +172,14 @@ Prvý + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Navýšiť hodiny + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Ďalší @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Zahodiť @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Začať prehliadku + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Otvoriť Django administrátora @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Všeobecné @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Vzhľad @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Jazyk zobrazenia @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Po aplikovaní nového jazyka je nutné znovu načítať stránku. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Zobrazenie dátumu @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Formát dátumu @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Skrátene: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Stredná dĺžka: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Neskrátene: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Položiek na stránku @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Editor dokumentov @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Použiť prehliadač PDF webového prehliadača @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Je to zvyčajne rýchlejšie pri zobrazovaní veľkých PDF dokumentov, ale nemusí fungovať vo všetkých prehliadačoch. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Bočný panel @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Použiť "úzky" bočný panel (len ikony) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Tmavý režim @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Použiť nastavenia systému @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Zapnúť tmavý režim @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invertovať náhľady v tmavom režime @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Farba rozhrania @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Resetovať @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Kontrola aktualizácií @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Aplikácia žiadnym spôsobom nezhromažďuje žiadne údaje o sledovaní. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Povoliť kontrolu aktualizácií @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Hromadné úpravy @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Zobrazovať potvrdzovacie okná @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Odstránenie dokumentov vždy vyžaduje potvrdenie. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Potvrdiť pri zavretí @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Povoliť poznámky @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Upozornenia @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Spracovanie dokumentu @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Zobraziť upozornenie keď je detekovaný nový dokument @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Zobraziť upozornenie keď sa dokončí spracovanie dokumentu @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Zobraziť upozornenie keď spracovanie dokumentu zlyhá @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Nezobrazovať upozornenia na hlavnej obrazovke @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Táto možnosť prestane zobrazovať upozornenia pri otvorenej hlavnej obrazovke. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Zobraziť upozornenie pri zatváraní pohľadu bez uloženia zmien @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Zobraziť na @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Nie su uložené žiadne pohľady. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Použiť systémovy jazyk @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Použiť formát dátumu zvoleného jazyka @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Uložený pohľad "" odstránený. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Nastavenia boli úspešne uložené. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Nastavenia boli úspešne uložené. Aby sa prejavili zmeny, je potrebné znova načítať webstránku. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Načítať @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Chyba pri ukladaní nastavení na server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Meno používateľa @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Skupiny @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritmus porovnávania Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Vzor porovnania - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Vzor porovnania + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Nerozlišuje veľké a malé písmená @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Zabezpečenie @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Heslo je token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Overte, či je ako heslo vyššie použitý token pre autentifikáciu @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Znaková sada @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Priečinok @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Podpriečinky musia byť oddelené oddeľovačom, najčastejšie bodkou ('.') alebo lomítkom ('/'), podľa mailového servera. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximálny vek (dni) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Typ prílohy @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Rozsah spracovania @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Pozrite dokumentáciu pre podmienky spracovania .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Poradie pravidiel @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless spracuje iba e-maily, ktoré spĺňajú všetky filtre definované nižšie. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtrovať od @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtrovať do @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtrovať predmet @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtrovať obsah @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Spracuje iba dokumenty so zhodným názvom, ak je vyplnený. Použitie zástupných znakov ako *.pdf alebo *invoice* je povolené. Rozoznáva malé a veľké písmená. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Akcia @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Akcia sa vykonáva, keď sú spracúvané dokumenty zaslané e-mailom. E-maily bez príloh sa nespracovávajú. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Parameter akcie @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Priradiť názov podľa @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Priradiť typ dokumentu @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Priradiť odosielateľa podľa @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Priradiť odosielateľa @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Štítok schránky @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Štítky schránky sú všetkým spracovaným dokumentom priradené automaticky. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktívny @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Priraďuje všetky oprávnenia a môže prehliadať objekty) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Typ @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Predchádzajúci @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Podrobnosti @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Sériové číslo archívu @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Vytvorené @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Predvolené @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Obsah @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Dátum úpravy @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Dátum pridania @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Názov súboru médií @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Originál - názov @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Originál - MD5 @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Originál - veľkosť @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Pôvodný MIME typ @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Archív - MD5 @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Archív - veľkosť @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metadáta originálu @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metadáta archívu @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Náhľad @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Uložiť & nasledujúci @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Uložiť & zatvoriť @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Zadajte Heslo @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Dokument bol úspešne uložený. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Chyba pri ukladaní dokumentu @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Naozaj si želáte vymazať dokument ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Súbory tohto dokumentu budú trvalo odstránené. Túto akciu nie je možné vrátiť. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Zmazať dokument @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Táto akcia vykoná opakované OCR dokumentu a natrvalo zmaže pôvodné. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Akcia opakovaného OCR sa spustí na pozadí. Zavrite a otvorte alebo znovu načítajte dokument po skončení akcia, ak chcete zobraziť nový obsah. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Úspešne vytvorený . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Chyba pri vytváraní . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Úspešne aktualizovaný . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Chyba pri ukladaní . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.sl_SI.xlf b/src-ui/src/locale/messages.sl_SI.xlf index 4915f21d5..3a18edd28 100644 --- a/src-ui/src/locale/messages.sl_SI.xlf +++ b/src-ui/src/locale/messages.sl_SI.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Zapri - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Zapri - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Zapri Select month @@ -46,6 +38,14 @@ Izberi mesec + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Povečanje ur - First @@ -180,6 +172,14 @@ Prvi + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Povečanje ur + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Naslednji @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Zavrzi @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Začni z ogledom + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Odpri Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Splošno @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Izgled @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Jezik prikaza @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Po uporabi novega jezika morate osvežiti stran. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Prikaz datuma @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Oblika datuma @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Kratka: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Srednja: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Dolga: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Elementov na stran @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Urejevalnik dokumentov @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Uporabite pregledovalnik PDF, ki ga ponuja brskalnik @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 To je običajno hitrejše za prikazovanje velikih dokumentov PDF, vendar morda ne bo delovalo v nekaterih brskalnikih. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Stranska vrstica @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Uporabi ozko stransko vrstico (le ikone) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Temni način @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Uporabite sistemske nastavitve @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Omogoči temni način @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invertirajte sličice v temnem načinu @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Barve teme @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Ponastavi @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Preverjanje za posodobitve @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Preverjanje posodobitev deluje tako, da javni API GitHuba preveri za najnovejšo izdajo in preveri, ali je na voljo nova različica. Dejansko posodabljanje aplikacije je treba še vedno opraviti ročno. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Aplikacija ne zbira podatkov o sledenju na noben način. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Vključi preverjanje za posodobitve @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Množično urejanje @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Pokaži potrditvena okna @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Brisanje dokumentov bo vedno zahtevalo potrditev. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Potrdite ob zaprtju @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Vklopi zapiske @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Privzeta dovoljenja @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Nastavitve veljajo za ta uporabniški račun za predmete (oznake, e-poštna pravila itd.), ustvarjene prek spletnega uporabniškega vmesnika @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Privzeti lastnik @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Privzeta dovoljenja za vpogled @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Privzeta dovoljenja za urejanje @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Obvestila @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Obdelava dokumentov @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Pokaži obvestila, ko so zaznani novi dokumenti @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Pokaži obvestila, ko se obdelava dokumenta uspešno zaključi @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Pokaži obvestila, ko obdelava dokumenta ne uspe @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Preprečite obvestila na pregledni strani @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 S tem bodo na plošči prekinjena vsa sporočila o stanju obdelave dokumentov. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Pokaži opozorilo pri zapiranju pogledov z neshranjenimi spremembami @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Pojavlja se v @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Ni določenih shranjenih pogledov. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Uporabi sistemski jezik @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Uporabite obliko datuma prikaznega jezika @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Shranjen pogled "" je izbrisan. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Nastavitve uspešno shranjene. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Nastavitve so bile uspešno shranjene. Za uveljavitev nekaterih sprememb je potreben ponovni zagon. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Ponovno zaženi @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Napaka pri shranjevanju nastavitev na strežnik. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Uporabniško ime @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Skupine @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritem ujemanja Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Vzorec ujemanja - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Vzorec ujemanja + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Brez razlikovanje velikosti črk @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Tip podatka @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Podatkovnega tipa ni mogoče spremeniti, potem ko je polje ustvarjeno @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP strežnik @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP vrata @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Varnost IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Geslo je žeton @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Preveri, ali je zgornje geslo žeton, ki se uporablja za avtentikacijo @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Nabor znakov @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Preizkusi @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Mapa @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Podmape morajo biti ločene z znakom, običajno je to pika (.) ali poševnica ('/'), vendar je odvisno od poštnega strežnika. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maksimalna starost (dni) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Vrsta priponke @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Obseg zajemanja @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Zahteve za obdelavo .eml datoteke najdete v dokumentaciji @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Vrstni red pravil @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless bo obdelal samo pošto, ki ustreza vsem spodaj navedenim filtrom. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtriraj od @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtriraj za @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtriraj zadevo @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtriraj vsebino @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Uporabljajte samo dokumente, ki se v celoti ujemajo s tem imenom datoteke, če je navedeno. Dovoljeni so nadomestni znaki, kot sta *.pdf ali *račun*. Neobčutljiva na velike in male črke. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Dejanje @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Dejanje se izvede le ko so zajeti dokumenti iz e-pošte. Pošta brez priponk ostane popolnoma nedotaknjena. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Parameter dejanja @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Tukaj navedene naloge prepišejo naloge iz zajemalne predloge za obdelavo. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Dodeli naslov iz @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Dodeli vrsto dokumenta @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Dodeli dopisnika iz @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Dodeli dopisnika @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Dodeli lastnika s pravilom @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Oznaka nabiralnika @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Oznake nabiralnika se samodejno dodelijo vsem dodanim dokumentom. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktivno @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Skrbnik @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Dodeli vsa dovoljenja in ima vpogled predmetov) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Dodaj sprožilec @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Dodaj akcijo - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Tip akcije - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Dodeli naslov - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Dodeli oznake - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Dodeli pot shrambe - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Določi lastnika - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Dodeli dovoljenje za vpoglede - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Dodeli dovoljenje za urejanje - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filtriraj imena datotek @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Uporabi za dokumente, ki ustrezajo temu imenu datoteke. Dovoljeni so nadomestni znaki, kot sta *.pdf ali *račun*. Neobčutljivo na velikost črk. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filtriraj vire @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filtriraj pot @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filtriraj e-poštna pravila @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Uporabi za dokumente, zajete prek tega e-poštnega pravila. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Ima oznake @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Tip akcije + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Dodeli naslov + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Dodeli oznake + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Dodeli pot shrambe + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Določi lastnika + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Dodeli dovoljenje za vpoglede + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Dodeli dovoljenje za urejanje + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Tip @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Kopiraj @@ -4813,8 +4973,76 @@ Napaka pri ustvarjanju povezave + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Stanje + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Prejšnji @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Podrobnosti @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Arhivska serijska številka @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Datum nastanka @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Privzeto @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Vsebina @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Datum spremembe @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Datum vnosa @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Ime medijske datoteke @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Izvirno ime datoteke @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Izvirni MD5 checksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Izvirna velikost datoteke @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Izvirna mime vrsta @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Arhiviran MD5 checksum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Velikost arhivske datoteke @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Izvirni metapodatki dokumenta @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Arhivirani metapodatki dokumenta @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Predogled @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Shrani & naslednjo @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Shrani & zapri @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Vnesi geslo @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Dokument uspešno shranjen. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Napaka pri shranjevanju dokumenta @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Ali res želite izbrisati dokument ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Datoteke za ta dokument bodo trajno izbrisane. Te operacije ni mogoče razveljaviti. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Izbriši dokument @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Napaka pri brisanju dokumenta @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Ta izbira bo permanentno izvedla ponovni OCR na tem dokumentu. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Operacija 'Ponovi OCR' se bo začela v ozadju. Po končani operaciji zaprite in ponovno odprite ali naložite ta dokument, da si ogledate novo vsebino. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Napaka pri izvajanju operacije @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Uspešno ustvarjeno . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Prišlo je do napake med ustvarjanjem . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Uspešno posodobil . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Prišlo je do napake med shranjevanjem . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Napaka med brisanjem elementa diff --git a/src-ui/src/locale/messages.sr_CS.xlf b/src-ui/src/locale/messages.sr_CS.xlf index 3830be6a1..af5ea42b1 100644 --- a/src-ui/src/locale/messages.sr_CS.xlf +++ b/src-ui/src/locale/messages.sr_CS.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Zatvori - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Zatvori - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Zatvori Select month @@ -46,6 +38,14 @@ Odaberi mesec + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Povećaj sate - First @@ -180,6 +172,14 @@ Prvi + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Povećaj sate + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Sledeći @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Odbaci @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Započni obilazak + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Otvori Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Opšta @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Izglеd @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Jezik prikaza @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Morate ponovo da učitati stranicu nakon što primenite novi jezik. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Prikaz datuma @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Format datuma @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Kratak: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Srednji: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Dugačak: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Stavki po stranici @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Dokument editor @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Koristite PDF pregledač koji obezbeđuje brauzer @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Ovo je obično brže za prikazivanje velikih PDF dokumenata, ali možda neće raditi u nekim pretraživačima. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Bočna traka @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Koristi 'tanku' bočnu traku (samo ikone) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Tamni režim @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Koristi sistemska podešavanja @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Omogući tamni režim @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Okrenite sličice u tamnom režimu @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Boja teme @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Resetuj @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Provera ažuriranja @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Provera ažuriranja funkcioniše pingovanjem javnog Github API za najnovije izdanje da bi se utvrdilo da li je nova verzija dostupna. Stvarno ažuriranje aplikacije i dalje mora da se obavlja ručno. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Aplikacije ni na koji način ne prikuplja podatke za praćanje. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Omogućite proveru ažuriranja @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Grupno uređivanje @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Prikaži dijaloge za potvrdu @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Brisanje dokumenata će uvek tražiti potvrdu. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Primeni pri zatvaranju @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Omogući beleške @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Podrazumevane dozvole @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Podešavanja se primenjuju na ovaj korisnički nalog za objekte (Oznake, Pravila pošte, itd.) kreirane preko veb korisničkog interfejsa @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Podrazumevani vlasnik @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Podrazumevane dozvole za prikaz @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Podrazumevane dozvole za uređivanje @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Obaveštenja @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Procesiranje dokumenata @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Prikaži obaveštenja kada se otkriju novi dokumenti @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Prikaži obaveštenja kada se obrada dokumenta uspešno završi @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Prikaži obaveštenja kada obrada dokumenta ne uspe @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Poništi obaveštenja na kontrolnoj tabli @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Ovo će potisnuti sve poruke o statusu obrade dokumenta na kontrolnoj tabli. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Prikaži upozorenje kada se zatvara sačuvani pogled sa nesačuvanim izmenama @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Pojavljuje se u @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Nema definisanih sačuvanih pogleda. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Koristi sistemski jezik @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Koristi format datuma jezika prikaza @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Sačuvan pogled "" je obrisan. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Podešavanja su uspešno sačuvana. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Podešavanja su uspešno sačuvana. Potrebno je ponovno učitavanje da biste primenili neke promene. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Sad ponovo učitaj @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Greška prilikom čuvanja podešavanja na serveru. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Korisničko ime @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Grupe @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Algoritam podudaranja Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Obrzac podudaranja - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Obrzac podudaranja + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Bez razlike veliko/malo slovo @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Tip podataka @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Tip podataka se ne može promeniti nakon kreiranja polja @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP bezbednost @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Lozinka je token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Proverite da li je gornja lozinka token koji se koristi za autentifikaciju @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Karakter set @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Folder @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Podfolderi moraju biti odvojeni separatorom, često tačkom ('.') ili kosom crtom ('/'), ali to se razlikuje zavisno od servera e-pošte. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maksimalna starost (dana) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Tip priloga @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Obim obrade priloga @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Pogledajte dokumentaciju za .eml obradu priloga @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Redosled pravila @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless će obrađivati samo poštu koja odgovara svim filterima navedenim ispod. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter od @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtriraj po @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter naslova @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter tela poruke @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter naziva fajla priloga uključuje @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Konzumirajte samo dokumente koji u potpunosti odgovaraju ovom nazivu datoteke ako je navedeno. Dopušteni su zamenski znakovi kao što su *.pdf ili *faktura*. Neosetljivo je na mala i mala slova. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter naziva fajla priloga isključuje @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Neće obrađivati dokumente koji se u potpunosti podudaraju sa ovim imenom datoteke ako je navedeno. Dopušteni su zamenski znakovi kao što su *.pdf ili *faktura*. Neosetljivo je na mala i mala slova. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Radnja @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Radnja se izvodi samo ako su dokumenti konzumirani iz e-pošte. E-pošta bez priloga ostat će u potpunosti netaknuta. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Parametar radnje @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Zadaci navedeni ovde će zameniti sve šablone obrade. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Dodeli naziv iz @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Dodeli tip dokumenta @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Dodeli korespodenta iz @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Dodeli korespodenta @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Dodeli vlasnika iz pravila @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Oznaka prijemnog sandučeta @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Oznake prijemnog sandučeta se automatski dodeljuju svim obrađenim dokumentima. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktivan @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Super-korisnik @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Daje sve dozvole i može da vidi objekte) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Dodeli naslov - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Dodeli oznake - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Dodeli putanju skladišta - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Dodeli dodatno polje - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Dodeli vlasnika - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Dodeli dozvolu za prikaz - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Dodeli dozvolu za izmenu - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filtriraj ime fajla @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Primeni na dokumente koji odgovaraju ovom imenu fajla. Dozvoljeni su džoker znakovi kao što su *.pdf ili *faktura*. Neosetljivo na velika i mala slova. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filtriraj izvore @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filtriraj putanju @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filtriraj pravilo e-pošte @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Primeni na dokumentima koji se obrađuju putem ovog pravila za poštu. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Dodeli naslov + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Dodeli oznake + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Dodeli putanju skladišta + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Dodeli dodatno polje + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Dodeli vlasnika + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Dodeli dozvolu za prikaz + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Dodeli dozvolu za izmenu + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Tip @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Kopiraj @@ -4813,8 +4973,76 @@ Greška prilikom kreiranja veze + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Prethodni @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detalji @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Arhivski serijski broj (ASN) @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Datum kreiranja @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Podrazumevano @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Sadržaj @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Datum izmene @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Datum dodavanja @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Naziv fajla @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Originalno ime fajla @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Originalni MD5 checksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Originalna veličina fajla @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Originalni MIME tip @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Arhivni MD5 checksum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Arhivna veličina fajla @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Metapodaci originalnog dokumenta @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Metapodaci arhivnog dokumenta @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Pregled @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Sačuvaj & sledeći @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Sačuvaj i zatvori @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Unesite lozinku @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Dokument je uspešno sačuvan. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Greška prilikom čuvanja dokumenta @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Da li stvarno želite da obrišite dokument ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Fajlovi za ovaj dokument će biti trajno obrisani. Ova operacija se ne može opozvati. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Obriši dokument @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Greška prilikom brisanja dokumenta @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Ova će operacija trajno ponoviti OCR za ovaj dokument. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Ponovna OCR operacija će početi u pozadini. Zatvorite i ponovo otvorite ili ponovo učitajte ovaj dokument nakon što se operacija završi da biste videli novi sadržaj. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Greška prilikom izvršavanja operacije @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Uklopi stranu @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Uspešno kreirano . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Greška se pojavilia prilikom kreiranja . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Uspešno izmenjeno . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Greška se pojavilia prilikom čuvanja . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Greška prilikom brisanja elementa diff --git a/src-ui/src/locale/messages.sv_SE.xlf b/src-ui/src/locale/messages.sv_SE.xlf index f5d522ce9..7c833b046 100644 --- a/src-ui/src/locale/messages.sv_SE.xlf +++ b/src-ui/src/locale/messages.sv_SE.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Stäng - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Stäng - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Stäng Select month @@ -46,6 +38,14 @@ Välj månad + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Öka timmar - First @@ -180,6 +172,14 @@ Första + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Öka timmar + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Nästa @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Avfärda @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Starta rundtur + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Öppna Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Allmänt @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Utseende @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Visningsspråk @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Du måste ladda om sidan efter att du ställt in ett nytt språk. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Visning av datum @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Datumformat @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Kort: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Medium: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Lång: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Objekt per sida @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Redigerare för dokument @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Använd PDF-läsaren som tillhandahålls av webbläsaren @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Detta är oftast snabbare för att visa stora PDF-dokument, men det kanske inte fungerar på vissa webbläsare. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Sidofält @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Visa endast ikoner @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Mörkt läge @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Använd systeminställningar @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Aktivera mörkt läge @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invertera miniatyrer i mörkt läge @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Tema Färg @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Återställ @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Automatisk uppdateringskontroll @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Ingen spårningsdata samlas in av appen överhuvudtaget. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Aktivera automatisk uppdateringskontroll @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Massändring @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Visa bekräftelsedialoger @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Radering av dokument kommer alltid att be om bekräftelse. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Tillämpa vid stängning @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Aktivera anteckningar @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notifieringar @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Dokument bearbetas @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Visa notifieringar när nya dokument upptäcks @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Visa notifieringar när dokumentbehandlingen är klar @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Visa aviseringar när dokumentbehandling misslyckas @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Förhindra aviseringar på instrumentpanelen @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Detta kommer att förhindra alla meddelanden om status för dokumenthantering på instrumentpanelen. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Visa varning när sparade vyer stängs med osparade ändringar @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Visas på @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Inga sparade vyer har definierats. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Använd systemspråk @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Använd datumformat för visningsspråk @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Sparad vy "" borttagen. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Inställningarna sparades. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Inställningarna har sparats. Ladda om sidan för att tillämpa vissa ändringar. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Ladda om @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Kunde inte spara inställningarna på servern. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Användarnamn @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Grupper @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Matchande algoritm Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Matchande mönster - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Matchande mönster + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Ej skiftlägeskänsligt @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP-server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP-port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP-säkerhet @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Lösenordet är token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Kontrollera om lösenordet ovan är en token som används för autentisering @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Teckentabell @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Testa @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Mapp @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Undermappar måste separeras med en avgränsare, ofta en punkt ('.') eller snedstreck ('/'), men det varierar beroende på e-postserver. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximal ålder (daga) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Typ av bilaga @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Förbruknings omfattning @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Se dokumentation för .eml-bearbetningskrav @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Regel ordning @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless kommer enbart att processa e-post som matchar alla av filtren nedan. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filtrera från @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filtrera till @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtrera ämne @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filtrera innehåll @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Processa endast de dokument som exakt matchar detta filnamn, om det är angivet. Wildcards som *.pdf och *faktura* är tillåtna. Ingen skillnad på stor eller liten bokstav görs. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Åtgärd @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Åtgärden sker endast när dokument hämtas från e-postmeddelandet. E-post utan bilaga förblir orörd. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Åtgärdsparameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Tilldela titel från @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Tilldela dokumenttyp @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Tilldela korrespondent från @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Tilldela korrespondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inkorgs tagg @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inkorgtaggar tilldelas automatiskt till alla konsumerade dokument. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Aktiv @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superanvändare @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Ger alla behörigheter och kan visa objekt) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Typ @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Föregående @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Detaljer @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Arkivets serienummer @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Datum skapad @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Standard @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Innehåll @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Datum ändrad @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Datum tillagd @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Media filnamn @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Ursprungligt filnamn @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Original MD5-kontrollsumma @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Ursprunglig filstorlek @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Ursprunglig mime-typ @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Arkiv MD5-kontrollsumma @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Arkiv filstorlek @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Ursprungliga dokument metadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Arkiverade dokument metadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Förhandsgranska @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Spara & nästa @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Spara & stäng @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Ange lösenord @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Dokumentet har sparats. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Kunde inte spara dokumentet @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Vill du verkligen ta bort dokumentet ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Filerna för detta dokument kommer att raderas permanent. Den här åtgärden kan inte ångras. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Ta bort dokument @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Den här åtgärden kommer permanent att göra om OCR läsningen för detta dokument. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Upprepning av OCR läsning kommer ske i bakgrunden. Stäng och öppna, eller ladda om detta dokument efter läsningen är klar, för att se den nya inläsningen. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Skapade . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Kunde inte skapa . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Uppdaterade . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Kunde inte spara . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.th_TH.xlf b/src-ui/src/locale/messages.th_TH.xlf index c2cf0ccf3..eb28086bc 100644 --- a/src-ui/src/locale/messages.th_TH.xlf +++ b/src-ui/src/locale/messages.th_TH.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - ปิด - HH @@ -18,7 +10,7 @@ ชช - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ ปิด - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + ปิด Select month @@ -46,6 +38,14 @@ เลือกเดือน + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - เพิ่มชั่วโมง - First @@ -180,6 +172,14 @@ แรก + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + เพิ่มชั่วโมง + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 ต่อไป @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 ละทิ้ง @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 เริ่มทัวร์ต้อนรับ + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 เปิด Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 ทั่วไป @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 รูปลักษณ์ @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 ภาษาที่แสดง @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 You need to reload the page after applying a new language. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 แสดงวันที่ @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 รูปแบบวันที่ @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Short: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Medium: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Long: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 รายการต่อหน้า @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 เครื่องมือแก้ไขเอกสาร @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Use PDF viewer provided by the browser @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 This is usually faster for displaying large PDF documents, but it might not work on some browsers. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 แถบด้านข้าง @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Use 'slim' sidebar (icons only) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 โหมดกลางคืน @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 ใช้การตั้งค่าของระบบ @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 เปิดโหมดกลางคืน @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invert thumbnails in dark mode @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 สีธีม @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 รีเซ็ต @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 การตรวจสอบการอัพเดท @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Enable update checking @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 การแก้ไขครั้งละจำนวนมาก @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Show confirmation dialogs @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Deleting documents will always ask for confirmation. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 บันทึกเมื่อปิด @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 เปิดใช้หมายเหตุ @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 การแจ้งเตือน @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 การประมวลผลเอกสาร @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Show notifications when new documents are detected @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Show notifications when document processing completes successfully @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Show notifications when document processing fails @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Suppress notifications on dashboard @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 This will suppress all messages about document processing status on the dashboard. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 No saved views defined. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 ใช้ภาษาของระบบ @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Use date format of display language @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Saved view "" deleted. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Settings were saved successfully. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Settings were saved successfully. Reload is required to apply some changes. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 โหลดใหม่เดี๋ยวนี้ @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 ชื่อผู้ใช้ @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 กลุ่ม @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 วิธีการจำแนก Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - รูปแบบการจับคู่ - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + รูปแบบการจับคู่ + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 ไม่คำนึงถึงตัวพิมพ์เล็ก-ใหญ่ @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP security @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 รหัสผ่านเป็น Token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 ชุดอักขระ @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 ทดสอบ @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 โฟลเดอร์ @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 โฟลเตอร์รองต้องแยกด้วยเครื่องหมายวรรคตอน ปกติแล้วจะเป็น มหัพภาค ('.') หรือ ทับ ('/') ทั้งนี้อาจจะแตกต่างกันไปตามแม่ข่ายเมล @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 อายุสูงสุด (วัน) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 ประเภทไฟล์แนบ @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 ขอบเขตการประมวลผล @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 ลำดับกฎ @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 กรอง จาก @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 กรอง ถึง @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 กรอง หัวเรื่อง @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 กรอง เนื้อความ @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 ประมวลผลเอกสารที่ชื่อไฟล์ตรงกับที่ระบุ (หากมี) โดยไม่สนใจอักษรพิมพ์ใหญ่-เล็ก และสามารถระบุแบบ wildcard ได้เช่น .pdf หรือ *invoice* @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 การดำเนินการ @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 พารามิเตอร์ของการดำเนินการ @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 กำหนดชื่อจาก @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 กำหนดประเภทเอกสาร @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 กำหนดผู้เขียน @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 แท็กกล่องแรกเข้า @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inbox tags are automatically assigned to all consumed documents. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 ใช้งาน @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 ผู้ดูแลระบบ @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + ประเภท @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + คัดลอก @@ -4813,8 +4973,76 @@ เกิดข้อผิดพลาดในการสร้างลิงก์ + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ สถานะ + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 ก่อนหน้า @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 รายละเอียด @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 รหัสการจัดเก็บถาวร @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 วันที่สร้าง @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 ค่าเริ่มต้น @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 เนื้อหา @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 วันที่แก้ไข @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 วันที่เพิ่ม @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 ชื่อไฟล์สื่อ @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 ชื่อไฟล์ต้นฉบับ @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Original MD5 checksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 ขนาดไฟล์เดิม @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 MIME Type ของไฟล์เดิม @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 MD5 checksum ของไฟล์เก็บถาวร @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 ขนาดไฟล์เก็บถาวร @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Original document metadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Archived document metadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 ตัวอย่าง @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 บันทึก & ถัดไป @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 บันทึก & ปิด @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 กรอกรหัสผ่าน @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Do you really want to delete document ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 The files for this document will be deleted permanently. This operation cannot be undone. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 ลบเอกสาร @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 เกิดข้อผิดพลาดในการลบเอกสาร @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 This operation will permanently redo OCR for this document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.tr_TR.xlf b/src-ui/src/locale/messages.tr_TR.xlf index 66784a93e..24994bf43 100644 --- a/src-ui/src/locale/messages.tr_TR.xlf +++ b/src-ui/src/locale/messages.tr_TR.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Kapat - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Kapat - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Kapat Select month @@ -46,6 +38,14 @@ Ay seçin + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Saati arttır - First @@ -180,6 +172,14 @@ İlk + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Saati arttır + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Sonraki @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Gözardı et @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Tura başla + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Django Yöneticisini Aç @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Genel @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Görünüm @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Uygulama dili @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Yeni bir dil uyguladıktan sonra sayfayı yeniden yüklemeniz gerekir. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Tarih Gösterimi @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Tarih formatı @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Kısa: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Orta: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Uzun: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Sayfa başına öğe @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Belge düzenleyici @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Tarayıcı tarafından sağlanan PDF görüntüleyiciyi kullan @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Bu genellikle büyük PDF belgelerini görüntülemek için daha hızlıdır, ancak bazı tarayıcılarda çalışmayabilir. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Kenar Çubuğu @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 'İnce' kenar çubuğu kullanın (yalnızca simgeler) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Karanlık modu @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Sistem ayarlarını kullan @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Karanlık modu etkinleştir @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Karanlık modunda küçük resimleri tersine çevir @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Tema Rengi @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Sıfırla @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Güncelleme Kontrolü @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Güncelleme kontrolünü etkinleştir @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Toplu düzenlemec @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Onaylama iletişim kutuları göster @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Belgeleri silmek her zaman onay ister. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Kapanışta uygula @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Notları etkinleştir @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Varsayılan İzinler @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Ayarlar, web kullanıcı arayüzü aracılığıyla oluşturulan nesneler (Etiketler, Posta Kuralları, vb.) için bu kullanıcı hesabına uygulanır @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Varsayılan Sahip @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Varsayılan Görüntüleme İzinleri @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Varsayılan Değiştirme İzinleri @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Bildirimler @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Belge işleme @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Yeni belge bulunduğunda bildirimi göster @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Belge işleme başarıyla tamamlandığında bildirimleri göster @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Belge işleme başarız tamamlandığında bildirimleri göster @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Kontrol panodaki bildirimleri bastır @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Bu, kontrol panodaki belge işleme durumuyla ilgili tüm iletileri bastırır. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Kaydedilmemiş değişikliklerle kayıtlı görünümleri kapatırken uyarı göster @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Kaydedilmiş görünüm tanımlanmadı. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Sistem dilini kullan @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Görüntüleme dilinin tarih formatını kullan @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 adlı görünüm silindi. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Ayarlar başarıyla kaydedildi. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Ayarlar başarıyla kaydedildi. Bazı değişiklikleri uygulamak için yenileme gereklidir. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Şimdi yenile @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Ayarlar sunucuda saklanırken hata oluştu. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Kullanıcı Adı @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Gruplar @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Eşleştirme algoritması Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Eşleşme düzeni - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Eşleşme düzeni + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Büyük / küçük harf duyarsız @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Veri türü @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Bir alan oluşturulduktan sonra veri türü değiştirilemez @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP Sunucusu @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Portu @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Güvenliği @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Parola bir token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Yukarıdaki parolanın kimlik doğrulama için kullanılan bir token olup olmadığını kontrol edin @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Karakter Seti @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Klasör @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Alt klasörler, genellikle nokta ('.') veya eğik çizgi ('/') gibi bir sınırlayıcı ile ayrılmalıdır, ancak bu posta sunucusuna göre değişir. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximum age (gün) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Ek türü @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consumption scope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Rule order @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Şuradan filtrele @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Buraya kadar filtrele @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filtre konusu @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter body @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Yalnızca belirtilmişse bu dosya ismiyla tamamen eşleşen belgeleri tüket. *.pdf veya *fatura* gibi joker karakterlere izin verilir. Büyük küçük yazılımına duyarsız. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Eylem @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Eylem parametresi @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Dosya türü ata @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assign correspondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Gelen kutusu etiketi @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Gelen kutusu etiketleri, otomatik olarak tüketilen bütin belgelere atanmaktadır. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Etkin @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Eylem Ekle - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Başlık at - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Etiketler ata - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Sahip Ata - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Yeni görüntüleme izni ata - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Yeni değiştire izni ata - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Dosya adı filtrele @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Bu dosya adıyla eşleşen belgelere uygulayın, *.pdf veya *fatura* gibi joker karakterlere de izin verilir. Büyük/küçük harf fark etmeksizin. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filtre Yolu @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Posta kuralı filtrele @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Başlık at + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Etiketler ata + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Sahip Ata + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Yeni görüntüleme izni ata + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Yeni değiştire izni ata + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Tür @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Kopyala @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Önceki @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Ayrıntılar @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Arşiv seri numarası @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Oluşturma tarihi @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Varsayılan @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Içerik @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Değiştirilme tarihi @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Ekleme tarihi @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Medya dosya ismi @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Orjinal dosya adı @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Orijinal MD5 sağlama toplamı @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Orijinal dosya boyutu @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Orijinal mime türü @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Arşiv MD5 sağlama toplamı @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Arşiv dosya boyutu @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Orijinal belge meta verisi @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Arşivlenen belge meta verileri @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Ön İzleme @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Kaydet & sonraki @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Parolayı girin @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 "" olan belgeyi gerçekten silmek istiyormusunuz? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Bu belgeye ait dosyalar kalıcı olarak siliniecektir. Bu işlem geri alınamaz. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Belgeyi sil @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 This operation will permanently redo OCR for this document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.uk_UA.xlf b/src-ui/src/locale/messages.uk_UA.xlf index d9dd3d64e..f8ea985ad 100644 --- a/src-ui/src/locale/messages.uk_UA.xlf +++ b/src-ui/src/locale/messages.uk_UA.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Закрити - HH @@ -18,7 +10,7 @@ ГГ - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Закрити - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Закрити Select month @@ -46,6 +38,14 @@ Оберіть місяць + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Збільшити години - First @@ -180,6 +172,14 @@ Перший + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Збільшити години + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Далі @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Скасувати @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Почати знайомство + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Відкрити адміністрування Django @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Загальне @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Інтерфейс @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Мова інтерфейсу @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Потрібно перезавантажити сторінку після застосування нової мови. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Відображення дати @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Формат дати @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Короткий: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Середній: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Довгий: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Елементів на сторінці @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Редактор документів @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Використовувати переглядач PDF, що надається браузером @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Зазвичай це швидше працює для показу великих PDF-документів, але може не працювати у деяких браузерах. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Бічна панель @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Використовувати "тонку" бічну панель (лише значки) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Темний режим @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Використовувати системні налаштування @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Увімкнути темний режим @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Інвертувати мініатюри в темному режимі @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Колір теми @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Скинути @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Перевірка оновлень @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Перевірка оновлень працює шляхом перевірки загальнодоступного GitHub репозиторіюGitHub API для останнього випуску, щоб визначити, чи доступна нова версія. Фактичне оновлення програми все одно потрібно виконувати вручну. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 Програма жодним чином не відстежує дані. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Увімкнути перевірку оновлень @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Групове редагування @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Показувати діалогові вікна з підтвердженням @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Видалення документів завжди запитуватиме підтвердження. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Застосувати при закритті @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Увімкнути нотатки @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Типові дозволи @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Налаштування застосовуються до цього облікового запису для об'єктів (Теги, Правила пошти, тощо), створених у вебінтерфейсі @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Власник за замовчуванням @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Дозволи перегляду за умовчанням @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Дозволи на редагування за замовчуванням @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Сповіщення @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Обробка документа @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Показувати сповіщення, коли виявлено нові документи @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Показувати сповіщення після успішної обробки документа @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Показувати сповіщення, коли не вдається обробити документ @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Заховати сповіщення на головній @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Це приховає усі повідомлення про статус обробки документа на головній сторінці. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Показувати попередження під час закриття представлень з незбереженими змінами @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Показувати на @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Немає збережених представлень. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Використовувати мову системи @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Використовувати формат, що відповідає вибраній мові @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Збережене представлення було "" видалено. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Налаштування успішно збережено. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Налаштування успішно збережені. Оновіть сторінку для застосування змін. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Перезавантажити зараз @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Помилка при збереженні налаштувань на сервері. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Ім'я користувача @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Групи @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Алгоритм зіставлення Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Шаблон зіставлення - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Шаблон зіставлення + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Нечутливий до регістру @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Тип даних @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Тип даних не можна змінити після створення поля @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 Сервер IMAP @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 Порт IMAP @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 Безпека IMAP @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Пароль є токеном @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Перевірте, чи є пароль вище токеном, який використовується для автентифікації @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Кодування @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Тест @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Тека @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Підтеки мають розділятися розділювальними символами, часто крапкою ('.') або скісною рискою ('/'), але це залежить від поштового сервера. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Максимальний вік (у днях) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Тип вкладення @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Сфера застосування @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Ознайомтеся з документацією щодо вимог обробки .eml @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Порядок правил @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless-ngx оброблятиме лише ті листи, які відповідають УСІМ фільтрам нижче. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Фільтрувати по відправнику @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Фільтрувати по отримувачу @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Фільтрувати за темою @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Фільтрувати по тексту повідомлення @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Фільтр враховує вкладену назву файлу @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Обробляти лише ті документи, які повністю відповідають назві файлу, якщо вказано. Шаблони, такі як *.pdf чи *invoice* дозволені. Без врахування регістру. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Фільтр не враховує вкладену назву файлу @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Обробляти лише ті документи, які повністю відповідають назві файлу, якщо вказано. Шаблони, такі як *.pdf чи *invoice* дозволені. Без врахування регістру. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Дія @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Дія виконується лише тоді, коли документи отримуються з пошти. Листи без вкладень не обробляються взагалі. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Параметр дії @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Визначені призначення будуть перешкоджати будь-яким шаблонам користувача. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Призначити назву з @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Призначити тип документа @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Призначити кореспондента з @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Призначити кореспондента @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Призначити власника з правила @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Вхідний тег @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Вхідні теги автоматично призначаються усім обробленим документам. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Активний @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Суперкористувач @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Надає всі права доступу та може переглядати об'єкти) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Запуск робочого процесу на: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Додати тригер @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Застосувати дії: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Додати дію - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Тип дії - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Призначити назву - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Може містити деякі заповнювачі, дивись <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>документацію</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Призначити теги - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Призначити шлях до сховища - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Призначити користувацькі поля - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Призначити власника - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Призначити дозволи на перегляд - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Призначити права на редагування - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Тип тригера @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Тригер для документів, які збігаються усі фільтри, зазначені нижче. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Фільтрувати назви файлів @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Обробляти лише ті документи, які повністю відповідають назві файлу, якщо вказано. Шаблони, такі як *.pdf чи *invoice* дозволені. Без врахування регістру. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Джерела фільтрації @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Шлях фільтра @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Застосовувати до документів, які відповідають цьому шляху. Допускаються символи підставляння, позначені як *. Нормалізовано за регістром.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Правило фільтрування пошти @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Застосувати до документів, що обслуговуються за допомогою цього правила пошти. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Алгоритм розпізнавання вмісту @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Шаблон відповідності вмісту @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Має тег @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Має кореспондента @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Має тип документа + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Тип дії + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Призначити назву + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Може містити деякі заповнювачі, дивись <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>документацію</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Призначити теги + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Призначити шлях до сховища + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Призначити користувацькі поля + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Призначити власника + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Призначити дозволи на перегляд + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Призначити права на редагування + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Призначення + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Створити новий робочий процес @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Редагувати робочий процес @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Тип @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Копіювати @@ -4813,8 +4973,76 @@ Помилка створення посилання + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Статус + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Попередній @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Деталі @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Архівний серійний номер @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Дата створення @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 За замовчуванням @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Вміст @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Дата зміни @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Дата додавання @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Назва медіафайлу @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Оригінальна назва файлу @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Оригінальна контрольна сума MD5 @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Оригінальний розмір файлу @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Оригінальний тип MIME @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Контрольна сума MD5 архіву @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Розмір архіву @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Метадані оригінального документа @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Метадані архівованого документа @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Попередній перегляд @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Примітки @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Зберегти та перейти до наступного @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Зберегти та закрити @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Введіть пароль @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Документ успішно збережено. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Помилка при збереженні документа @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Ви дійсно хочете видалити документ ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 Файли для цього документа будуть видалені назавжди. Цю операцію неможливо скасувати. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Видалити документ @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Помилка видалення документа @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Ця операція перезапише результат OCR для цього документа. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Повторна операція OCR розпочнеться у фоновому режимі. Для того, щоб побачити оновлений вміст перевідкрийте документ або перезавантажте сторінку з цим документом після того, як операція завершиться. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Помилка виконання операції @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Вмістити сторінку @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Успішно створено . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Виникла помилка протягом створення . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Успішно оновлено . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Виникла помилка під час збереження . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Помилка видалення елемента diff --git a/src-ui/src/locale/messages.vi_VN.xlf b/src-ui/src/locale/messages.vi_VN.xlf index db53e595e..8d474effa 100644 --- a/src-ui/src/locale/messages.vi_VN.xlf +++ b/src-ui/src/locale/messages.vi_VN.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Đóng - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Đóng - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Đóng Select month @@ -46,6 +38,14 @@ Chọn tháng + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Tăng giờ - First @@ -180,6 +172,14 @@ Trang đầu + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Tăng giờ + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Tiếp @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Discard @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Bắt đầu xem + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Open Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 Tổng quan @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Giao diện @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Ngôn ngữ hiển thị @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 Bạn cần tải lại trang để cập nhật ngôn ngữ mới. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Hiển thị ngày @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Định dạng ngày @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Rút gọn: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Chuẩn: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Đầy đủ: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Mục trên trang @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Trình chỉnh sửa tài liệu @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Sử dụng trình xem PDF của trình duyệt @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 Điều này thường nhanh hơn khi hiển thị các tài liệu PDF lớn nhưng có thể không hoạt động trên một số trình duyệt. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Sidebar @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Sử dụng icon cho sidebar @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Chế độ tối @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Dùng cài đặt hệ thống @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Bật chế độ tối @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Chuyển hình thu nhỏ ở chế độ tối @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Màu giao diện @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Đặt lại @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Update checking @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Enable update checking @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Chỉnh sửa hàng loạt @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Hiển thị hộp thoại xác nhận @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Yêu cầu xác nhận khi xóa tài liệu. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Áp dụng và đóng @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Bật ghi chú @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Quyền hạn mặc định @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Cài đặt áp dụng cho tài khoản người dùng này đối với các đối tượng (Thẻ, Quy tắc thư, v.v.) được tạo thông qua giao diện người dùng web @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Quyền xem mặc định @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Quyền chỉnh sửa mặc định @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Thông báo @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Đang được xử lý tài liệu @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Hiển thị thông báo khi thấy có tài liệu mới @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Hiển thị thông báo khi quá trình xử lý tài liệu hoàn tất thành công @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Hiển thị thông báo khi xử lý tài liệu không thành công @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Chặn thông báo trên bảng dashboard @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 Điều này sẽ chặn tất cả thông báo về trạng thái xử lý tài liệu trên trang tổng quan. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Hiển thị cảnh báo khi đóng chế độ xem đã lưu với các thay đổi chưa được lưu @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332 Xuất hiện ở @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 Không có chế độ xem đã lưu nào được xác định @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Sử dụng ngôn ngữ hệ thống @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Sử dụng định dạng ngày của ngôn ngữ hiển thị @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Chế độ lưu "" đã được xóa. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Các thiết lập được lưu thành công @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Các thiết lập được lưu thành công. Tải lại để cập nhật thay đổi. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Tải lại ngay @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Lỗi trong quá trình lưu cài đặt lên máy chủ. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Username @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Groups @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Thuật toán tìm kiếm Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Mẫu phù hợp - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Mẫu phù hợp + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Trường hợp bình thường @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Kiểu dữ liệu @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Loại dữ liệu không thể thay đổi sau khi trường được tạo @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP Server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Security @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Character Set @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Folder @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximum age (days) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Attachment type @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consumption scope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Rule order @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter from @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter to @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter subject @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter body @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Hành động chỉ được thực hiện khi tài liệu được sử dụng thư. Thư không có tệp đính kèm vẫn hoàn toàn nguyên vẹn. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Gán loại tài liệu @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Gán biên tập viên từ @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Gán biên tập viên @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Gán chủ sở hữu từ rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Thẻ Hộp thư đến @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Thẻ hộp thư đến được tự động gán cho tất cả tài liệu được sử dụng. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Active @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Gán tiêu đề - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Gán thẻ - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Gán đường dẫn lưu - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Gán người phụ trách - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Gán quyền xem - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Gán quyền sửa - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Lọc tên file @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Áp dụng cho các tài liệu khớp với tên tệp này. Cho phép sử dụng các ký tự đại diện như *.pdf hoặc *invoice*. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Lọc nguồn @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Lọc đường dẫn @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Lọc mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Áp dụng cho các văn bản áp dụng mail rule này @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Gán tiêu đề + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Gán thẻ + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Gán đường dẫn lưu + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Gán người phụ trách + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Gán quyền xem + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Gán quyền sửa + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Type @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Sao chép @@ -4813,8 +4973,76 @@ Lỗi tạo link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Trạng thái + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Previous @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Details @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Archive serial number @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Date created @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Default @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Content @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Date modified @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Date added @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Media filename @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Original filename @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Original MD5 checksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Original file size @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Original mime type @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Archive MD5 checksum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Archive file size @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Original document metadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Archived document metadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Preview @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Save & next @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Enter Password @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Do you really want to delete document ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 The files for this document will be deleted permanently. This operation cannot be undone. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Delete document @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 Xác nhận này sẽ làm lại vĩnh viễn OCR cho tài liệu này. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Thao tác Redo OCR sẽ bắt đầu ở chế độ nền. Đóng và mở lại hoặc tải lại tài liệu này sau khi thao tác hoàn tất để xem nội dung mới. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Lỗi thực hiện thao tác @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.zh_CN.xlf b/src-ui/src/locale/messages.zh_CN.xlf index b3721659f..8fb4bda6b 100644 --- a/src-ui/src/locale/messages.zh_CN.xlf +++ b/src-ui/src/locale/messages.zh_CN.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - 关闭 - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ 关闭 - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + 关闭 Select month @@ -46,6 +38,14 @@ 选择月份 + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - 增加小时 - First @@ -180,6 +172,14 @@ 第一页 + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + 增加小时 + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 下一个 @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 放弃 @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 开始导览 + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 打开Django管理 @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 通用 @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 外观 @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 显示语言 @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 您需要在应用新语言后重新加载页面。 @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 日期显示 @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 日期格式 @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 短: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 中: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 长: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 每页显示 @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 文档编辑器 @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 使用浏览器提供的 PDF 查看器 @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 显示大型的 PDF 文档通常更快,但在某些浏览器上可能无法使用。 @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 侧边栏 @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 使用“slim”侧边栏(仅图标) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 深色模式 @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 使用系统设置 @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 启用深色模式 @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 在深色模式下反转缩略图 @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 主题颜色 @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 重置 @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 检查更新 @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 更新检查工作通过插件公开的 GitHub API 以确定是否有新版本。 应用程序的实际更新仍然必须手动进行。 @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 该应用程序不会以任何方式收集任何跟踪数据。 @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 启用更新检查 @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 批量编辑 @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 显示确认对话框 @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 删除文档时总是需要确认。 @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 关闭时应用 @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 启用备注 @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 默认权限 @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 默认所有者 @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 默认编辑权限 @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 通知 @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 文档处理 @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 检测到新文档时显示通知 @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 文件处理成功完成时显示通知 @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 文件处理失败时显示通知 @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 禁用在仪表盘上的通知 @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 这将禁止仪表盘上所有有关文件处理状态的消息。 @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 未定义保存的视图。 @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 使用系统语言 @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 使用显示语言的日期格式 @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 保存的视图已删除。 @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 设置保存成功 @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 设置已成功保存。需要重新加载以应用某些更改。 @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 立即重载 @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 用户名 @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 匹配算法 Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - 匹配模式 - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + 匹配模式 + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 忽略大小写 @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 数据类型 @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 创建字段后不能更改数据类型 @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP 服务器 @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP 端口 @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP 安全 @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 密码是令牌 @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 检查上面的密码是否是用于身份验证的 token @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 字符集 @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 测试 @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 文件夹 @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 子文件夹必须用分隔符分隔,通常是一个 dot ('.') 或 slash ('/'),但它因邮件服务器而异。 @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 最长邮件时效(天) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 附件类型 @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 处理范围 @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 请参阅.eml 处理要求的文档 @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 规则顺序 @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 过滤从 @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 过滤到 @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 过滤主题 @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 过滤内容 @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 如果指定了文件名,只处理完全匹配此文件名的文档。允许使用通配符,如 *.pdf 或 *发票*。不区分大小写。 @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 操作 @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 只有当从邮件中摄取文档时才执行操作。没有附件的邮件完全不受影响。 @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 分配文档类型 @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 分配联系人 @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 收件箱标签 @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 收件箱标签自动分配给所有已处理的文档。 @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Active @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 超级用户 @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - 指定标题 - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - 分配标签 - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - 指定存储路径 - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - 分配自定义字段 - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - 分配用户 - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - 分配查看权限 - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - 分配编辑权限 - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 筛选文件名 @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 应用于匹配此文件名的文档。允许使用通配符,如 *.pdf 或 *发票*。不区分大小写。 @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 筛选源 @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 筛选路径 @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 筛选邮件规则 @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + 指定标题 + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + 分配标签 + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + 指定存储路径 + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + 分配自定义字段 + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + 分配用户 + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + 分配查看权限 + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + 分配编辑权限 + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + 类型 @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ 运行状态 + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 上一个 @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 详细信息 @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 归档序列号 @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 创建日期 @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 默认 @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 内容 @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 修改日期 @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 日期已添加 @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 媒体文件名 @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 原文件名 @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 原始 MD5 校验和 @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 原始文件大小 @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 原始 mime 类型 @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 归档 MD5 校验和 @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 归档文件大小 @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 原始文档元数据 @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 归档文档元数据 @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 预览 @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 保存 & 下一个 @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 保存并关闭 @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 输入密码 @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 文档已成功保存。 @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 保存文档出错 @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 您真的想要删除文档 “” 吗? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 此文档的文件将被永久删除。此操作无法撤消。 @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 删除文档 @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 删除文档出错。 @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 此操作将为此文档永久重做OCR。 @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 重做OCR 操作将在后台开始。关闭并在操作完成后重新打开或重新加载此文档以查看新内容。 @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 适应页面 @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src-ui/src/locale/messages.zh_TW.xlf b/src-ui/src/locale/messages.zh_TW.xlf index dab2dacf4..9d0d5feda 100644 --- a/src-ui/src/locale/messages.zh_TW.xlf +++ b/src-ui/src/locale/messages.zh_TW.xlf @@ -2,14 +2,6 @@ - - Close - - node_modules/src/ngb-config.ts - 13 - - Close - HH @@ -18,7 +10,7 @@ HH - + Close node_modules/src/ngb-config.ts @@ -26,13 +18,13 @@ Close - - «« + + Close node_modules/src/ngb-config.ts 13 - «« + Close Select month @@ -46,6 +38,14 @@ Select month + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + Previous month @@ -164,14 +164,6 @@ »» - - Increment hours - - node_modules/src/ngb-config.ts - 13 - - Increment hours - First @@ -180,6 +172,14 @@ First + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Increment hours + Previous @@ -325,7 +325,7 @@ src/app/components/document-detail/document-detail.component.html - 82 + 81 Next @@ -507,7 +507,7 @@ src/app/components/document-detail/document-detail.component.html - 315 + 312 Discard @@ -519,47 +519,47 @@ src/app/components/admin/settings/settings.component.html - 354 + 375 src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 27 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 17 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 37 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 49 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 28 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 30 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 52 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 31 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 36 + 39 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 167 + 114 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -567,7 +567,7 @@ src/app/components/document-detail/document-detail.component.html - 307 + 304 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -671,7 +671,7 @@ src/app/components/admin/settings/settings.component.html - 342 + 363 src/app/components/admin/tasks/tasks.component.html @@ -683,7 +683,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 32 + 35 src/app/components/common/input/document-link/document-link.component.html @@ -693,6 +693,10 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 23 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 10 + src/app/components/dashboard/dashboard.component.html 15 @@ -703,7 +707,7 @@ src/app/components/document-detail/document-detail.component.html - 324 + 321 src/app/components/document-list/document-list.component.html @@ -739,7 +743,7 @@ src/app/components/admin/settings/settings.component.html - 293 + 314 src/app/components/app-frame/app-frame.component.html @@ -767,15 +771,27 @@ Start tour src/app/components/admin/settings/settings.component.html - 7 + 8 Start tour + + System Status + + src/app/components/admin/settings/settings.component.html + 27 + + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 2 + + System Status + Open Django Admin src/app/components/admin/settings/settings.component.html - 9 + 30 Open Django Admin @@ -783,7 +799,7 @@ General src/app/components/admin/settings/settings.component.html - 18 + 39 General @@ -791,7 +807,7 @@ Appearance src/app/components/admin/settings/settings.component.html - 21 + 42 Appearance @@ -799,7 +815,7 @@ Display language src/app/components/admin/settings/settings.component.html - 25 + 46 Display language @@ -807,7 +823,7 @@ You need to reload the page after applying a new language. src/app/components/admin/settings/settings.component.html - 38 + 59 You need to reload the page after applying a new language. @@ -815,7 +831,7 @@ Date display src/app/components/admin/settings/settings.component.html - 46 + 67 Date display @@ -823,7 +839,7 @@ Date format src/app/components/admin/settings/settings.component.html - 63 + 84 Date format @@ -831,7 +847,7 @@ Short: src/app/components/admin/settings/settings.component.html - 69,70 + 90,91 Short: @@ -839,7 +855,7 @@ Medium: src/app/components/admin/settings/settings.component.html - 73,74 + 94,95 Medium: @@ -847,7 +863,7 @@ Long: src/app/components/admin/settings/settings.component.html - 77,78 + 98,99 Long: @@ -855,7 +871,7 @@ Items per page src/app/components/admin/settings/settings.component.html - 85 + 106 Items per page @@ -863,7 +879,7 @@ Document editor src/app/components/admin/settings/settings.component.html - 101 + 122 Document editor @@ -871,7 +887,7 @@ Use PDF viewer provided by the browser src/app/components/admin/settings/settings.component.html - 105 + 126 Use PDF viewer provided by the browser @@ -879,7 +895,7 @@ This is usually faster for displaying large PDF documents, but it might not work on some browsers. src/app/components/admin/settings/settings.component.html - 105 + 126 This is usually faster for displaying large PDF documents, but it might not work on some browsers. @@ -887,7 +903,7 @@ Sidebar src/app/components/admin/settings/settings.component.html - 112 + 133 Sidebar @@ -895,7 +911,7 @@ Use 'slim' sidebar (icons only) src/app/components/admin/settings/settings.component.html - 116 + 137 Use 'slim' sidebar (icons only) @@ -903,7 +919,7 @@ Dark mode src/app/components/admin/settings/settings.component.html - 123 + 144 Dark mode @@ -911,7 +927,7 @@ Use system settings src/app/components/admin/settings/settings.component.html - 126 + 147 Use system settings @@ -919,7 +935,7 @@ Enable dark mode src/app/components/admin/settings/settings.component.html - 127 + 148 Enable dark mode @@ -927,7 +943,7 @@ Invert thumbnails in dark mode src/app/components/admin/settings/settings.component.html - 128 + 149 Invert thumbnails in dark mode @@ -935,7 +951,7 @@ Theme Color src/app/components/admin/settings/settings.component.html - 134 + 155 Theme Color @@ -943,7 +959,7 @@ Reset src/app/components/admin/settings/settings.component.html - 141 + 162 Reset @@ -951,7 +967,7 @@ Update checking src/app/components/admin/settings/settings.component.html - 146 + 167 Update checking @@ -959,7 +975,7 @@ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/admin/settings/settings.component.html - 150,153 + 171,174 Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. @@ -967,7 +983,7 @@ No tracking data is collected by the app in any way. src/app/components/admin/settings/settings.component.html - 155,157 + 176,178 No tracking data is collected by the app in any way. @@ -975,7 +991,7 @@ Enable update checking src/app/components/admin/settings/settings.component.html - 157 + 178 Enable update checking @@ -983,7 +999,7 @@ Document editing src/app/components/admin/settings/settings.component.html - 161 + 182 Document editing @@ -991,7 +1007,7 @@ Automatically remove inbox tag(s) on save src/app/components/admin/settings/settings.component.html - 165 + 186 Automatically remove inbox tag(s) on save @@ -999,7 +1015,7 @@ Bulk editing src/app/components/admin/settings/settings.component.html - 169 + 190 Bulk editing @@ -1007,7 +1023,7 @@ Show confirmation dialogs src/app/components/admin/settings/settings.component.html - 173 + 194 Show confirmation dialogs @@ -1015,7 +1031,7 @@ Deleting documents will always ask for confirmation. src/app/components/admin/settings/settings.component.html - 173 + 194 Deleting documents will always ask for confirmation. @@ -1023,7 +1039,7 @@ Apply on close src/app/components/admin/settings/settings.component.html - 174 + 195 Apply on close @@ -1031,7 +1047,7 @@ Notes src/app/components/admin/settings/settings.component.html - 178 + 199 src/app/components/document-list/document-list.component.html @@ -1047,7 +1063,7 @@ Enable notes src/app/components/admin/settings/settings.component.html - 182 + 203 Enable notes @@ -1055,15 +1071,15 @@ Permissions src/app/components/admin/settings/settings.component.html - 190 + 211 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 30 + 33 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1071,7 +1087,7 @@ src/app/components/document-detail/document-detail.component.html - 283 + 280 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -1111,7 +1127,7 @@ Default Permissions src/app/components/admin/settings/settings.component.html - 193 + 214 Default Permissions @@ -1119,7 +1135,7 @@ Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI src/app/components/admin/settings/settings.component.html - 197,199 + 218,220 Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1127,7 +1143,7 @@ Default Owner src/app/components/admin/settings/settings.component.html - 204 + 225 Default Owner @@ -1135,7 +1151,7 @@ Objects without an owner can be viewed and edited by all users src/app/components/admin/settings/settings.component.html - 208 + 229 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1147,7 +1163,7 @@ Default View Permissions src/app/components/admin/settings/settings.component.html - 213 + 234 Default View Permissions @@ -1155,19 +1171,27 @@ Users: src/app/components/admin/settings/settings.component.html - 218 + 239 src/app/components/admin/settings/settings.component.html - 245 + 266 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 112 + 174 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 131 + 193 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 260 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 279 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1183,19 +1207,27 @@ Groups: src/app/components/admin/settings/settings.component.html - 228 + 249 src/app/components/admin/settings/settings.component.html - 255 + 276 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 120 + 182 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 139 + 201 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 268 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 287 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1211,7 +1243,7 @@ Default Edit Permissions src/app/components/admin/settings/settings.component.html - 240 + 261 Default Edit Permissions @@ -1219,11 +1251,15 @@ Edit permissions also grant viewing permissions src/app/components/admin/settings/settings.component.html - 264 + 285 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 145 + 207 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 293 src/app/components/common/input/permissions/permissions-form/permissions-form.component.html @@ -1235,7 +1271,7 @@ Notifications src/app/components/admin/settings/settings.component.html - 272 + 293 Notifications @@ -1243,7 +1279,7 @@ Document processing src/app/components/admin/settings/settings.component.html - 275 + 296 Document processing @@ -1251,7 +1287,7 @@ Show notifications when new documents are detected src/app/components/admin/settings/settings.component.html - 279 + 300 Show notifications when new documents are detected @@ -1259,7 +1295,7 @@ Show notifications when document processing completes successfully src/app/components/admin/settings/settings.component.html - 280 + 301 Show notifications when document processing completes successfully @@ -1267,7 +1303,7 @@ Show notifications when document processing fails src/app/components/admin/settings/settings.component.html - 281 + 302 Show notifications when document processing fails @@ -1275,7 +1311,7 @@ Suppress notifications on dashboard src/app/components/admin/settings/settings.component.html - 282 + 303 Suppress notifications on dashboard @@ -1283,7 +1319,7 @@ This will suppress all messages about document processing status on the dashboard. src/app/components/admin/settings/settings.component.html - 282 + 303 This will suppress all messages about document processing status on the dashboard. @@ -1291,7 +1327,7 @@ Saved views src/app/components/admin/settings/settings.component.html - 290 + 311 src/app/components/app-frame/app-frame.component.html @@ -1303,7 +1339,7 @@ Show warning when closing saved views with unsaved changes src/app/components/admin/settings/settings.component.html - 296 + 317 Show warning when closing saved views with unsaved changes @@ -1311,7 +1347,7 @@ Views src/app/components/admin/settings/settings.component.html - 300 + 321 src/app/components/document-list/document-list.component.html @@ -1323,7 +1359,7 @@ Name src/app/components/admin/settings/settings.component.html - 306 + 327 src/app/components/admin/tasks/tasks.component.html @@ -1339,39 +1375,39 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 9 + 12 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 8 + 11 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 10 + 13 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1431,7 +1467,7 @@  Appears on src/app/components/admin/settings/settings.component.html - 310,311 + 331,332  Appears on @@ -1439,7 +1475,7 @@ Show on dashboard src/app/components/admin/settings/settings.component.html - 313 + 334 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1451,7 +1487,7 @@ Show in sidebar src/app/components/admin/settings/settings.component.html - 317 + 338 src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html @@ -1463,7 +1499,7 @@ Actions src/app/components/admin/settings/settings.component.html - 321 + 342 src/app/components/admin/tasks/tasks.component.html @@ -1479,7 +1515,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 64 + 67 src/app/components/document-detail/document-detail.component.html @@ -1527,7 +1563,7 @@ Delete src/app/components/admin/settings/settings.component.html - 324 + 345 src/app/components/admin/users-groups/users-groups.component.html @@ -1543,11 +1579,11 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 42 + 45 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 84 + 87 src/app/components/common/permissions-select/permissions-select.component.html @@ -1627,7 +1663,7 @@ src/app/components/manage/management-list/management-list.component.ts - 208 + 206 src/app/components/manage/workflows/workflows.component.html @@ -1639,7 +1675,7 @@ No saved views defined. src/app/components/admin/settings/settings.component.html - 336 + 357 No saved views defined. @@ -1647,7 +1683,7 @@ Use system language src/app/components/admin/settings/settings.component.ts - 51 + 61 Use system language @@ -1655,7 +1691,7 @@ Use date format of display language src/app/components/admin/settings/settings.component.ts - 54 + 64 Use date format of display language @@ -1663,7 +1699,7 @@ Error retrieving users src/app/components/admin/settings/settings.component.ts - 159 + 183 src/app/components/admin/users-groups/users-groups.component.ts @@ -1675,7 +1711,7 @@ Error retrieving groups src/app/components/admin/settings/settings.component.ts - 178 + 202 src/app/components/admin/users-groups/users-groups.component.ts @@ -1687,7 +1723,7 @@ Saved view "" deleted. src/app/components/admin/settings/settings.component.ts - 380 + 415 Saved view "" deleted. @@ -1695,7 +1731,7 @@ Settings were saved successfully. src/app/components/admin/settings/settings.component.ts - 506 + 541 Settings were saved successfully. @@ -1703,7 +1739,7 @@ Settings were saved successfully. Reload is required to apply some changes. src/app/components/admin/settings/settings.component.ts - 510 + 545 Settings were saved successfully. Reload is required to apply some changes. @@ -1711,7 +1747,7 @@ Reload now src/app/components/admin/settings/settings.component.ts - 511 + 546 Reload now @@ -1719,7 +1755,7 @@ An error occurred while saving settings. src/app/components/admin/settings/settings.component.ts - 521 + 556 src/app/components/app-frame/app-frame.component.ts @@ -1731,7 +1767,7 @@ Error while storing settings on server. src/app/components/admin/settings/settings.component.ts - 555 + 590 Error while storing settings on server. @@ -2007,11 +2043,11 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 16 + 19 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 10 + 13 Username @@ -2027,7 +2063,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 27 + 30 Groups @@ -2179,7 +2215,7 @@ src/app/components/document-detail/document-detail.component.ts - 762 + 766 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2223,7 +2259,7 @@ src/app/components/document-detail/document-detail.component.ts - 764 + 768 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2735,43 +2771,43 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 24 - - - src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 15 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 26 - - - src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html - 16 - - - src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 36 - - - src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 48 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 25 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 27 + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 29 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 39 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 51 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 28 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 30 + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 166 + 113 src/app/components/common/permissions-dialog/permissions-dialog.component.html @@ -2915,44 +2951,24 @@ Matching algorithm src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 10 + 13 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 11 + 14 src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 13 + 16 Matching algorithm Matching pattern - - src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html - 12 - - - src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 13 - - - src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 15 - - Matching pattern - - - Case insensitive src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html 15 @@ -2969,9 +2985,29 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 + Matching pattern + + + Case insensitive + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 18 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 21 + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 190 + 137 Case insensitive @@ -2995,7 +3031,7 @@ Data type src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 9 + 12 Data type @@ -3003,7 +3039,7 @@ Data type cannot be changed after a field is created src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 11 + 14 Data type cannot be changed after a field is created @@ -3075,7 +3111,7 @@ IMAP Server src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 11 + 14 IMAP Server @@ -3083,7 +3119,7 @@ IMAP Port src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 12 + 15 IMAP Port @@ -3091,7 +3127,7 @@ IMAP Security src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 13 + 16 IMAP Security @@ -3099,11 +3135,11 @@ Password src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 17 + 20 src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 12 + 15 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3115,7 +3151,7 @@ Password is token src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Password is token @@ -3123,7 +3159,7 @@ Check if the password above is a token used for authentication src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 18 + 21 Check if the password above is a token used for authentication @@ -3131,7 +3167,7 @@ Character Set src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 19 + 22 Character Set @@ -3139,7 +3175,7 @@ Test src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html - 34 + 37 Test @@ -3203,7 +3239,7 @@ Account src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 11 + 14 src/app/components/manage/mail/mail.component.html @@ -3215,7 +3251,7 @@ Folder src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Folder @@ -3223,7 +3259,7 @@ Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 12 + 15 Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. @@ -3231,7 +3267,7 @@ Maximum age (days) src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 13 + 16 Maximum age (days) @@ -3239,7 +3275,7 @@ Attachment type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 14 + 17 Attachment type @@ -3247,7 +3283,7 @@ Consumption scope src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 Consumption scope @@ -3255,7 +3291,7 @@ See docs for .eml processing requirements src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 15 + 18 See docs for .eml processing requirements @@ -3263,7 +3299,7 @@ Rule order src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 16 + 19 Rule order @@ -3271,7 +3307,7 @@ Paperless will only process mails that match all of the filters specified below. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 19 + 22 Paperless will only process mails that match all of the filters specified below. @@ -3279,7 +3315,7 @@ Filter from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 20 + 23 Filter from @@ -3287,7 +3323,7 @@ Filter to src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 21 + 24 Filter to @@ -3295,7 +3331,7 @@ Filter subject src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 22 + 25 Filter subject @@ -3303,7 +3339,7 @@ Filter body src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 23 + 26 Filter body @@ -3311,7 +3347,7 @@ Filter attachment filename includes src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Filter attachment filename includes @@ -3319,7 +3355,7 @@ Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 24 + 27 Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3327,7 +3363,7 @@ Filter attachment filename excluding src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Filter attachment filename excluding @@ -3335,7 +3371,7 @@ Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 25 + 28 Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3343,7 +3379,7 @@ Action src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action @@ -3351,7 +3387,7 @@ Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 28 + 31 Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3359,7 +3395,7 @@ Action parameter src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 30 + 33 Action parameter @@ -3367,7 +3403,7 @@ Assignments specified here will supersede any consumption templates. src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 32 + 35 Assignments specified here will supersede any consumption templates. @@ -3375,7 +3411,7 @@ Assign title from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 33 + 36 Assign title from @@ -3383,11 +3419,11 @@ Assign document type src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 35 + 38 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 100 + 162 Assign document type @@ -3395,7 +3431,7 @@ Assign correspondent from src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 36 + 39 Assign correspondent from @@ -3403,11 +3439,11 @@ Assign correspondent src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 38 + 41 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 101 + 163 Assign correspondent @@ -3415,7 +3451,7 @@ Assign owner from rule src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 40 + 43 Assign owner from rule @@ -3423,11 +3459,11 @@ Error src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html - 46 + 49 src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 164 + 111 src/app/components/common/toasts/toasts.component.html @@ -3579,7 +3615,7 @@ Path src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html - 10 + 13 src/app/components/manage/storage-path-list/storage-path-list.component.ts @@ -3631,7 +3667,7 @@ Color src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 10 + 13 src/app/components/manage/tag-list/tag-list.component.ts @@ -3643,7 +3679,7 @@ Inbox tag src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inbox tag @@ -3651,7 +3687,7 @@ Inbox tags are automatically assigned to all consumed documents. src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html - 12 + 15 Inbox tags are automatically assigned to all consumed documents. @@ -3675,7 +3711,7 @@ Email src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 11 + 14 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3687,7 +3723,7 @@ First name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 13 + 16 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3699,7 +3735,7 @@ Last name src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 14 + 17 src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html @@ -3711,7 +3747,7 @@ Active src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 19 + 22 Active @@ -3719,7 +3755,7 @@ Superuser src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 Superuser @@ -3727,7 +3763,7 @@ (Grants all permissions and can view objects) src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html - 23 + 26 (Grants all permissions and can view objects) @@ -3751,7 +3787,7 @@ Sort order src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 13 + 16 src/app/components/manage/workflows/workflows.component.html @@ -3763,7 +3799,7 @@ Enabled src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 16 + 19 src/app/components/manage/workflows/workflows.component.html @@ -3775,7 +3811,7 @@ Triggers src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 22 + 25 src/app/components/manage/workflows/workflows.component.html @@ -3787,7 +3823,7 @@ Trigger Workflow On: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 28 + 31 Trigger Workflow On: @@ -3795,7 +3831,7 @@ Add Trigger src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 30 + 33 Add Trigger @@ -3803,7 +3839,7 @@ Apply Actions: src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 70 + 73 Apply Actions: @@ -3811,87 +3847,15 @@ Add Action src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 72 + 75 Add Action - - Action type - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 94 - - Action type - - - Assign title - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Assign title - - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 98 - - Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. - - - Assign tags - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 99 - - Assign tags - - - Assign storage path - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 102 - - Assign storage path - - - Assign custom fields - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 103 - - Assign custom fields - - - Assign owner - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 106 - - Assign owner - - - Assign view permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 108 - - Assign view permissions - - - Assign edit permissions - - src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 127 - - Assign edit permissions - Trigger type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 174 + 121 Trigger type @@ -3899,7 +3863,7 @@ Trigger for documents that match all filters specified below. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 175 + 122 Trigger for documents that match all filters specified below. @@ -3907,7 +3871,7 @@ Filter filename src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Filter filename @@ -3915,7 +3879,7 @@ Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 178 + 125 Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3923,7 +3887,7 @@ Filter sources src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 180 + 127 Filter sources @@ -3931,7 +3895,7 @@ Filter path src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Filter path @@ -3939,7 +3903,7 @@ Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 181 + 128 Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -3947,7 +3911,7 @@ Filter mail rule src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Filter mail rule @@ -3955,7 +3919,7 @@ Apply to documents consumed via this mail rule. src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 182 + 129 Apply to documents consumed via this mail rule. @@ -3963,7 +3927,7 @@ Content matching algorithm src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 185 + 132 Content matching algorithm @@ -3971,7 +3935,7 @@ Content matching pattern src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 187 + 134 Content matching pattern @@ -3979,7 +3943,7 @@ Has tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 196 + 143 Has tags @@ -3987,7 +3951,7 @@ Has correspondent src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 197 + 144 Has correspondent @@ -3995,10 +3959,186 @@ Has document type src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html - 198 + 145 Has document type + + Action type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 155 + + Action type + + + Assign title + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Assign title + + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 160 + + Can include some placeholders, see <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'>documentation</a>. + + + Assign tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 161 + + Assign tags + + + Assign storage path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 164 + + Assign storage path + + + Assign custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 165 + + Assign custom fields + + + Assign owner + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 168 + + Assign owner + + + Assign view permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 170 + + Assign view permissions + + + Assign edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 189 + + Assign edit permissions + + + Remove tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 216 + + Remove tags + + + Remove all + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 217 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 223 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 229 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 235 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 241 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 248 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 254 + + Remove all + + + Remove correspondents + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 222 + + Remove correspondents + + + Remove document types + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 228 + + Remove document types + + + Remove storage paths + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 234 + + Remove storage paths + + + Remove custom fields + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 240 + + Remove custom fields + + + Remove owners + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 247 + + Remove owners + + + Remove permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 253 + + Remove permissions + + + View permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 256 + + View permissions + + + Edit permissions + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 275 + + Edit permissions + Consume Folder @@ -4055,11 +4195,19 @@ Assignment + + Removal + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 73 + + Removal + Create new workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 137 + 142 Create new workflow @@ -4067,7 +4215,7 @@ Edit workflow src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts - 141 + 146 Edit workflow @@ -4194,6 +4342,10 @@ src/app/components/common/input/file/file.component.html 21 + + src/app/components/common/input/monetary/monetary.component.html + 9 + src/app/components/common/input/number/number.component.html 9 @@ -4479,6 +4631,10 @@ src/app/components/common/permissions-select/permissions-select.component.html 5 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 45 + Type @@ -4551,6 +4707,10 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 29 + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 152 + Copy @@ -4813,8 +4973,76 @@ Error creating link + + Environment + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 18 + + Environment + + + Paperless-ngx Version + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 22 + + Paperless-ngx Version + + + Install Type + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 24 + + Install Type + + + Server OS + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 26 + + Server OS + + + Media Storage + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 28 + + Media Storage + + + available + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + available + + + total + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 31 + + total + + + Database + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 41 + + Database + Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 47 + src/app/components/common/toasts/toasts.component.html 26 @@ -4825,6 +5053,86 @@ Status + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Latest Migration + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 64 + + Latest Migration + + + Pending Migrations + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 66 + + Pending Migrations + + + Tasks + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 83 + + Tasks + + + Redis Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 87 + + Redis Status + + + Celery Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 96 + + Celery Status + + + Search Index + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 105 + + Search Index + + + Last Updated + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 119 + + Last Updated + + + Classifier + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 121 + + Classifier + + + Last Trained + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 135 + + Last Trained + Copy Raw Error @@ -4885,7 +5193,7 @@ src/app/components/document-detail/document-detail.component.html - 95 + 94 src/app/components/document-list/document-list.component.html @@ -4909,7 +5217,7 @@ src/app/components/document-detail/document-detail.component.html - 99 + 98 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5224,7 +5532,7 @@ Close src/app/components/document-detail/document-detail.component.html - 76 + 75 src/app/guards/dirty-saved-view.guard.ts @@ -5236,7 +5544,7 @@ Previous src/app/components/document-detail/document-detail.component.html - 79 + 78 Previous @@ -5244,7 +5552,7 @@ Details src/app/components/document-detail/document-detail.component.html - 92 + 91 Details @@ -5252,7 +5560,7 @@ Archive serial number src/app/components/document-detail/document-detail.component.html - 96 + 95 Archive serial number @@ -5260,7 +5568,7 @@ Date created src/app/components/document-detail/document-detail.component.html - 97 + 96 Date created @@ -5268,7 +5576,7 @@ Document type src/app/components/document-detail/document-detail.component.html - 101 + 100 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5292,7 +5600,7 @@ Storage path src/app/components/document-detail/document-detail.component.html - 103 + 102 src/app/components/document-list/bulk-editor/bulk-editor.component.html @@ -5312,7 +5620,7 @@ Default src/app/components/document-detail/document-detail.component.html - 104 + 103 Default @@ -5320,7 +5628,7 @@ Content src/app/components/document-detail/document-detail.component.html - 190 + 187 Content @@ -5328,7 +5636,7 @@ Metadata src/app/components/document-detail/document-detail.component.html - 199 + 196 src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts @@ -5340,7 +5648,7 @@ Date modified src/app/components/document-detail/document-detail.component.html - 206 + 203 Date modified @@ -5348,7 +5656,7 @@ Date added src/app/components/document-detail/document-detail.component.html - 210 + 207 Date added @@ -5356,7 +5664,7 @@ Media filename src/app/components/document-detail/document-detail.component.html - 214 + 211 Media filename @@ -5364,7 +5672,7 @@ Original filename src/app/components/document-detail/document-detail.component.html - 218 + 215 Original filename @@ -5372,7 +5680,7 @@ Original MD5 checksum src/app/components/document-detail/document-detail.component.html - 222 + 219 Original MD5 checksum @@ -5380,7 +5688,7 @@ Original file size src/app/components/document-detail/document-detail.component.html - 226 + 223 Original file size @@ -5388,7 +5696,7 @@ Original mime type src/app/components/document-detail/document-detail.component.html - 230 + 227 Original mime type @@ -5396,7 +5704,7 @@ Archive MD5 checksum src/app/components/document-detail/document-detail.component.html - 235 + 232 Archive MD5 checksum @@ -5404,7 +5712,7 @@ Archive file size src/app/components/document-detail/document-detail.component.html - 241 + 238 Archive file size @@ -5412,7 +5720,7 @@ Original document metadata src/app/components/document-detail/document-detail.component.html - 250 + 247 Original document metadata @@ -5420,7 +5728,7 @@ Archived document metadata src/app/components/document-detail/document-detail.component.html - 253 + 250 Archived document metadata @@ -5428,7 +5736,7 @@ Preview src/app/components/document-detail/document-detail.component.html - 260 + 257 Preview @@ -5436,7 +5744,7 @@ Notes src/app/components/document-detail/document-detail.component.html - 272,275 + 269,272 Notes @@ -5444,7 +5752,7 @@ Save & next src/app/components/document-detail/document-detail.component.html - 309 + 306 Save & next @@ -5452,7 +5760,7 @@ Save & close src/app/components/document-detail/document-detail.component.html - 312 + 309 Save & close @@ -5460,7 +5768,7 @@ Enter Password src/app/components/document-detail/document-detail.component.html - 363 + 360 Enter Password @@ -5524,11 +5832,11 @@ Document saved successfully. src/app/components/document-detail/document-detail.component.ts - 637 + 638 src/app/components/document-detail/document-detail.component.ts - 646 + 649 Document saved successfully. @@ -5536,11 +5844,11 @@ Error saving document src/app/components/document-detail/document-detail.component.ts - 650 + 653 src/app/components/document-detail/document-detail.component.ts - 691 + 694 Error saving document @@ -5548,11 +5856,11 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 717 + 721 src/app/components/manage/management-list/management-list.component.ts - 204 + 202 src/app/components/manage/management-list/management-list.component.ts @@ -5564,7 +5872,7 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 718 + 722 Do you really want to delete document ""? @@ -5572,7 +5880,7 @@ The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 719 + 723 The files for this document will be deleted permanently. This operation cannot be undone. @@ -5580,7 +5888,7 @@ Delete document src/app/components/document-detail/document-detail.component.ts - 721 + 725 Delete document @@ -5588,7 +5896,7 @@ Error deleting document src/app/components/document-detail/document-detail.component.ts - 740 + 744 Error deleting document @@ -5596,7 +5904,7 @@ Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 760 + 764 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -5608,7 +5916,7 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 761 + 765 This operation will permanently redo OCR for this document. @@ -5616,7 +5924,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 772 + 776 Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -5624,7 +5932,7 @@ Error executing operation src/app/components/document-detail/document-detail.component.ts - 783 + 787 Error executing operation @@ -5632,7 +5940,7 @@ Page Fit src/app/components/document-detail/document-detail.component.ts - 852 + 856 Page Fit @@ -6998,7 +7306,7 @@ Automatic src/app/components/manage/management-list/management-list.component.ts - 116 + 114 src/app/data/matching-model.ts @@ -7010,7 +7318,7 @@ None src/app/components/manage/management-list/management-list.component.ts - 118 + 116 src/app/data/matching-model.ts @@ -7022,7 +7330,7 @@ Successfully created . src/app/components/manage/management-list/management-list.component.ts - 161 + 159 Successfully created . @@ -7030,7 +7338,7 @@ Error occurred while creating . src/app/components/manage/management-list/management-list.component.ts - 166 + 164 Error occurred while creating . @@ -7038,7 +7346,7 @@ Successfully updated . src/app/components/manage/management-list/management-list.component.ts - 181 + 179 Successfully updated . @@ -7046,7 +7354,7 @@ Error occurred while saving . src/app/components/manage/management-list/management-list.component.ts - 186 + 184 Error occurred while saving . @@ -7054,7 +7362,7 @@ Associated documents will not be deleted. src/app/components/manage/management-list/management-list.component.ts - 206 + 204 Associated documents will not be deleted. @@ -7062,7 +7370,7 @@ Error while deleting element src/app/components/manage/management-list/management-list.component.ts - 222 + 220 Error while deleting element diff --git a/src/locale/af_ZA/LC_MESSAGES/django.po b/src/locale/af_ZA/LC_MESSAGES/django.po index 7ce0fab52..c92c78b22 100644 --- a/src/locale/af_ZA/LC_MESSAGES/django.po +++ b/src/locale/af_ZA/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "Language: af_ZA\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "naam" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "ken hierdie etiket toe" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "ken hierdie dokumenttipe toe" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "ken hierdie korrespondent toe" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "volgorde" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "volgorde" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Ongeldige reguliere uitdrukking: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Ongeldige kleur." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Lêertipe %(type)s word nie ondersteun nie" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Ongeldige veranderlike bespeur." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx-aantekening" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Teken asb. aan." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "U gebruikersnaam en wagwoord stem nie ooreen nie. Probeer weer." - -#: documents/templates/account/login.html:54 -msgid "Share link was not found." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Gebruikersnaam" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Wagwoord" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Teken aan" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-pos" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx laai tans…" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Nog steeds hier?! H’m, iets is dalk fout." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Hier is ’n skakel na die dokumente." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Engels (VS)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabies" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Belorussies" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Katalaans" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Tsjeggies" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Deens" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Duits" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Engels (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spaans" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Fins" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Frans" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italiaans" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburgs" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Nederlands" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Pools" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugees (Brasilië)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugees" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Roemeens" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Russies" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Sloweens" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serwies" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Sweeds" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turks" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Vereenvoudigde Sjinees" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx administrasie" diff --git a/src/locale/ar_AR/LC_MESSAGES/django.po b/src/locale/ar_AR/LC_MESSAGES/django.po index 93cf5557a..1daf9159c 100644 --- a/src/locale/ar_AR/LC_MESSAGES/django.po +++ b/src/locale/ar_AR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-25 00:25\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Arabic\n" "Language: ar_SA\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "تلقائي" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "اسم" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "تعيين العنوان" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "تعيين عنوان مستند، يمكن أن يتضمن بعض العناصر النائبة، انظر الوثائق." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "تعيين هذه العلامة" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "تعيين نوع هذا المستند" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "تعيين هذا المراسل" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "تعيين مسار التخزين هذا" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "تعيين هذا المالك" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "منح أذونات العرض إلى هؤلاء المستخدمين" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "منح صلاحيات العرض إلى هذه المجموعات" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "منح صلاحيات التغيير لهؤلاء المستخدمين" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "منح صلاحيات التغيير إلى هذه المجموعات" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "الطلب" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "إجراءات" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "مفعل" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "التعبير النظامي خاطىء: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "لون خاطئ." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "نوع الملف %(type)s غير مدعوم" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "اكتشاف متغير خاطئ." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "تسجيل الدخول Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "الرجاء تسجيل الدخول." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "اسم المستخدم وكلمة المرور غير متطابقين. حاول مرة أخرى." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "لم يتم العثور على رابط المشاركة." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "انتهت صلاحية رابط المشاركة." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "اسم المستخدم" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "كلمة المرور" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "تسجيل الدخول" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "نسيت كلمة المرور؟" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "أو تسجيل الدخول عبر" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "طلب إعادة تعيين كلمة مرور Paperless-ngx" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "أدخل عنوان بريدك الإلكتروني أدناه، وسنرسل تعليمات لإعداد ‏كلمة مرور جديدة." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "لقد حصل خطأ، يرجى المحاولة مرة أخرى." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "البريد الإلكتروني" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "أرسل لي التعليمات!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "‏تم إرسال رابط إعادة تعيين كلمة المرور لPaperless-ngx" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "تحقَّق من بريدك الوارِد." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "لقد أرسلنا إليك تعليمات لإعداد كلمة المرور الخاصة بك. يجب أن تتلقى البريد الإلكتروني قريباً!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "تأكيد إعادة تعيين كلمة المرور لPaperless-ngx" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "طلب رابط جديد لإعادة تعيين كلمة المرور" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "تعيين كلمة مرور جديدة." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "كلمات المرور غير متطابقة أو ضعيفة جداً. حاول مرة أخرى." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "طلب رابط جديد لإعادة تعيين كلمة المرور" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "كلمة المرور الجديدة" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "أَكِد كلمة المرور" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "تغيير كلمة المرور الخاصة بي" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "تم إعادة تعيين كلمة المرور لPaperless-ngx" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "تم إعادة ضبط كلمة المرور." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "تم تعيين كلمة المرور الجديدة الخاصة بك. يمكنك الآن تسجيل الدخول" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "إنشاء حساب" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "تحميل Paperless-ngx..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "مازلت هنا؟! همم، قد يكون هناك خطأ ما." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "إليك رابط المستندات." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "لم يتم العثور على رابط المشاركة." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "انتهت صلاحية رابط المشاركة." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "استمر" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "إنشاء حساب" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "شعار التطبيق" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "الإنجليزية (الولايات المتحدة)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "العربية" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "اللغة الأفريقانية" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "البيلاروسية" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "البلغارية" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "اللغة الكتالونية" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "التشيكية" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "الدانماركية" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "الألمانية" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "اليونانية" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "الإنجليزية (المملكة المتحدة)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "الإسبانية" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "الفنلندية" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "الفرنسية" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "المجرية" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "الإيطالية" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "اللوكسمبرجية" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "النرويجية" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "الهولندية" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "البولندية" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "البرتغالية (البرازيل)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "البرتغالية" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "الرومانية" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "الروسية" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "السلوفاكية" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "السلوفانية" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "الصربية" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "السويدية" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "التركية" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "الأوكرانية" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "الصينية المبسطة" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx الإدارة" diff --git a/src/locale/be_BY/LC_MESSAGES/django.po b/src/locale/be_BY/LC_MESSAGES/django.po index da3b48956..3b8bc53e4 100644 --- a/src/locale/be_BY/LC_MESSAGES/django.po +++ b/src/locale/be_BY/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Belarusian\n" "Language: be_BY\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "назва" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "прызначыць гэты тэг" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "прызначыць гэты тып дакумента" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "прызначыць гэтага карэспандэнта" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "парадак" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "парадак" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Няправільны рэгулярны выраз: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Няправільны колер." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Тып файла %(type)s не падтрымліваецца" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Выяўлена няправільная зменная." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Увайсці ў Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Калі ласка, увайдзіце." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Няправільныя імя карыстальніка або пароль! Паспрабуйце яшчэ раз." - -#: documents/templates/account/login.html:54 -msgid "Share link was not found." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Імя карыстальніка" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Пароль" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Увайсці" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx загружаецца..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Яшчэ тут?! Хм, можа нешта не так." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Вось спасылка на дакументы." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Англійская (ЗША)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Беларуская" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Чэшская" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Дацкая" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Нямецкая" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Англійская (Вялікабрытанія)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Іспанская" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Французская" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Італьянская" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Люксембургская" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Нідэрландская" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Польская" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Партугальская (Бразілія)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Партугальская" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Румынская" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Руская" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Славенская" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Сербская" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Шведская" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Турэцкая" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Кітайская спрошчаная" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Адміністраванне Paperless-ngx" diff --git a/src/locale/bg_BG/LC_MESSAGES/django.po b/src/locale/bg_BG/LC_MESSAGES/django.po index c90610eb9..fd9e364d1 100644 --- a/src/locale/bg_BG/LC_MESSAGES/django.po +++ b/src/locale/bg_BG/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "Language: bg_BG\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "име" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "задаване на заглавие" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Задайте заглавие на документа, може да включва някои заместители, вижте документацията." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "задайте този етикет" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "задайте този тип документ" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "задайте този кореспондент" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "задайте този път за хранилище" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "задайте този собственик" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "предоставяне на права за преглед на тези потребители" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "предоставяне на права за преглед на тези групи" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "предоставяне на права за промяна на тези потребители" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "предоставяне на права за промяна на тези групи" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "присвояване на тези персонализирани полета" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "ред" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "ред" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Невалиден регулярен израз: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Невалиден цвят." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Файловия тип %(type)s не се поддържа" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Засечена е невалидна променлива." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Вписване в Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Моля, впишете се." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Вашите потребителско име и парола не съвпадат. Моля, опитайте отново." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Връзката за споделяне не беше открита." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Връзката за споделяне е изтекла." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Потребителско име" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Парола" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Вход" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Забравена парола?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Заявка за нулиране на парола за Paperless-ngx" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Въведете имейл адреса си по-долу и ние ще ви изпратим инструкции за създаване на нов адрес." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Възникна грешка. Опитайте отново." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Имейл" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Изпрати ми указания!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Изпратена е нова парола за Paperless-ngx" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Проверете входящата си пощенска кутия." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Изпратихме ви по имейл инструкции за задаване на парола. Скоро трябва да получите имейла!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Потвърждение за нулиране на паролата на Paperless-ngx" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "заявка за ново нулиране на парола" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Задайте нова парола." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Паролите не съвпадат или са твърде слаби. Опитайте отново." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "заявка за ново нулиране на парола" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Нова парола" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Потвърдете паролата" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Промяна на моята паролата" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Възстановяването на паролата в Paperless-ngx е завършено" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Нулирането на паролата е завършено." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Вашата нова парола е зададена. Вече можете да да влезете в системата" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx се зарежда..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Все още сте тук?! Хм, може би нещо не е наред." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Ето връзка към документите." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Връзката за споделяне не беше открита." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Връзката за споделяне е изтекла." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Английски (САЩ)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Арабски" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Африканс" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Беларуски" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Български" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Каталунски" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Чешки" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Датски" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Немски" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Гръцки" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Английски (Великобритания)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Испански" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Финландски" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Френски" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Унгарски" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Италиански" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Люксембургски" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Норвежки" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Холандски" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Полски" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Португалски (Бразилия)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Португалски" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Румънски" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Руски" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Словашки" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Словенски" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Сръбски" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Шведски" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Турски" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Украински" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Китайски опростен" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx администрация" diff --git a/src/locale/ca_ES/LC_MESSAGES/django.po b/src/locale/ca_ES/LC_MESSAGES/django.po index 618214d2f..0b76096f2 100644 --- a/src/locale/ca_ES/LC_MESSAGES/django.po +++ b/src/locale/ca_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-16 00:22\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Catalan\n" "Language: ca_ES\n" @@ -53,7 +53,7 @@ msgstr "Paraula Difusa" msgid "Automatic" msgstr "Automàtic" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "nom" @@ -679,267 +679,368 @@ msgstr "disparador de flux" msgid "workflow triggers" msgstr "disparadors de fluxos" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "Assignació" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "Tipus d'acció de disparador" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "assigna títol" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Assigna un títol de document, pot incloure alguns marcadors de posició, vegeu la documentació." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "assigna aquesta etiqueta" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "assigna aquest tipus de document" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "assigna aquest corresponsal" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "assigna aquesta ruta emmagatzematge" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "assigna aquest propietari" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "dona permissos visualització a aquests usuaris" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "dóna permissos de visionat a aquests grups" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "dóna permissos d'edició a aquests usuaris" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "dóna permissos d'edició a aquests grups" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "assigna aquests camps personalitzats" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "acció disparador" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "accions disparadors" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "ordena" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "disparadors" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "accions" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "habilitat" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Expressió regular invàlida: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Color Invàlid." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Tipus arxiu %(type)s no suportat" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Variable detectada invàlida." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx sign in" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Siusplau valida't." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Nom usuari / contrasenya no coincideixen. Siusplau torna a provar." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "No s'ha trobat aquest enllaç." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "L'enllaç ha caducat." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Nom usuari" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Contrasenya" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Validació" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Contrasenya oblidada?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "o accedeix via" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Sol·licitud de restabliment de la contrasenya" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Introduïu la vostra adreça de correu electrònic a continuació i us enviarem les instruccions per configurar-ne una de nova." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Error. Prova de nou." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Email" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Enviar instruccions" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "S'ha enviat el restabliment de contrasenya" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Reviseu el correu." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Enviat per correu electrònic instruccions per configurar la vostra contrasenya. Hauríeu de rebre el correu electrònic en breu!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Paperless-ngx confirmació de restabliment de contrasenya" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "sol·licitar restabliment de contrasenya" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Entra una contrasenya nova" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Contrasenyes no coincideixen o son massa febles." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "sol·licitar restabliment de contrasenya" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Nova contrasenya" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Confirmar contrasenya" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Canvia contrasenya" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Contrasenya restablerta" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Contrasenya restablerta." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Contrasenya enviada. Pots iniciar sessió" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "Registra't" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx carregant..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Encara Aquí?! Hmm, alguna cosa pot estar malament." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Link als documents." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "No s'ha trobat aquest enllaç." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "L'enllaç ha caducat." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "Paperless-ngx accés a través de compte social" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "Error al autenticar amb xarxa social. Torna a pàgina de login" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "Estàs a punt de connectar un nou proveïdor extern des de %(provider)s." -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "Continuar" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "Paperless-ngx alta de xarxa social" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "Estàs a punt d'emprar el teu %(provider_name)s compte per a fer login." -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "Com a pas final, completa el següent formulari:" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "Registra't" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "Logo Aplicació" msgid "paperless application settings" msgstr "configuració de l'aplicació paperless" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "English (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Àrab" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Africà" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Bielorús" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Búlgar" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Català" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Txec" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Danès" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Alemany" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Grec" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Anglès (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Espanyol" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finès" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francès" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Hongarès" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italià" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "Japonès" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburguès" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Noruec" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Holandès" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polac" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portuguès (BZ)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portuguès" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Romanès" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Rus" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Eslovac" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Eslovè" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbi" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Suec" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turc" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ucranià" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Xinès Simplificat" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Administració Paperless-ngx" diff --git a/src/locale/cs_CZ/LC_MESSAGES/django.po b/src/locale/cs_CZ/LC_MESSAGES/django.po index 7d1b70842..b01c0cbf3 100644 --- a/src/locale/cs_CZ/LC_MESSAGES/django.po +++ b/src/locale/cs_CZ/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-16 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Czech\n" "Language: cs_CZ\n" @@ -53,7 +53,7 @@ msgstr "Fuzzy slovo" msgid "Automatic" msgstr "Automatický" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "název" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "přiřadit tento tag" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "přiřadit tento typ dokumentu" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "přiřadit tohoto korespondenta" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "přiřadit tato vlastní pole" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "pořadí" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "akce" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "povoleno" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Neplatný regulární výraz: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Neplatná barva." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Typ souboru %(type)s není podporován" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Zjištěna neplatná proměnná." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx přihlášení" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Prosím přihlaste se." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Vaše uživatelské jméno a heslo se neshodují. Prosím, zkuste to znovu." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Tento odkaz nebyl nalezen." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Platnost odkazu vypršela." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Uživatelské jméno" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Heslo" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Přihlásit se" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Zapomněli jste heslo?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-mail" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Zadejte nové heslo." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Změnit moje heslo" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx obnovení hesla dokončeno" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Obnovení hesla dokončeno." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Vaše nové heslo bylo nastaveno. Nyní se můžete přihlásit " -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx se načítá..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Stále tady?! Hmm, možná se něco pokazilo." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Zde je odkaz na dokumenty." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Tento odkaz nebyl nalezen." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Platnost odkazu vypršela." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Angličtina (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabština" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Běloruština" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Čeština" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Dánština" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Němčina" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Angličtina (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Španělština" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francouzština" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italština" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Lucemburština" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Holandština" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polština" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugalština (Brazílie)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugalština" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumunština" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Ruština" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovinština" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Srbština" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Švédština" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turečtina" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Čínština (zjednodušená)" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Správa Paperless-ngx" diff --git a/src/locale/da_DK/LC_MESSAGES/django.po b/src/locale/da_DK/LC_MESSAGES/django.po index 078015b0b..3e50c4d88 100644 --- a/src/locale/da_DK/LC_MESSAGES/django.po +++ b/src/locale/da_DK/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Danish\n" "Language: da_DK\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "navn" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "tildel denne etiket" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "tildel denne dokumenttype" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "tildel denne korrespondent" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "rækkefølge" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "rækkefølge" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Ugyldigt regulært udtryk: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Ugyldig farve." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Filtype %(type)s understøttes ikke" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "" -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx log ind" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Log venligst ind." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Dit brugernavn og adgangskode stemte ikke overens. Prøv venligst igen." - -#: documents/templates/account/login.html:54 -msgid "Share link was not found." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Brugernavn" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Adgangskode" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Log ind" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx indlæses..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "" -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Engelsk (USA)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Tjekkisk" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Dansk" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Tysk" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Engelsk (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spansk" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Fransk" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italiensk" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburgsk" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Hollandsk" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polsk" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugisisk (Brasilien)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugisisk" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Romansk" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Russisk" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Svensk" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx administration" diff --git a/src/locale/de_DE/LC_MESSAGES/django.po b/src/locale/de_DE/LC_MESSAGES/django.po index 5f5a62dae..634339abb 100644 --- a/src/locale/de_DE/LC_MESSAGES/django.po +++ b/src/locale/de_DE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-22 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -53,7 +53,7 @@ msgstr "Ungenaues Wort" msgid "Automatic" msgstr "Automatisch" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "Name" @@ -679,267 +679,369 @@ msgstr "Arbeitsablauf-Auslöser" msgid "workflow triggers" msgstr "Arbeitsablauf-Auslöser" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "Zuordnung" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "Arbeitsablauf-Aktionstyp" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "Titel zuweisen" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Weisen Sie einen Dokumententitel zu. Dieser kann Platzhalter beinhalten, siehe Dokumentation." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "Dieses Tag zuweisen" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "Diesen Dokumenttyp zuweisen" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "Diesen Korrespondenten zuweisen" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "Diesen Speicherpfad zuweisen" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "Diesen Eigentümer zuordnen" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "Diesen Benutzern Anzeigeberechtigungen erteilen" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "Diesen Gruppen Anzeigeberechtigungen erteilen" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "Diesen Benutzern Bearbeitungsberechtigungen erteilen" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "Diesen Gruppen Bearbeitungsberechtigungen erteilen" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "Diese benutzerdefinierten Felder zuweisen" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "Workflow-Aktion" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "Workflow-Aktionen" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "Reihenfolge" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "Auslöser" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "Aktionen" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "aktiviert" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Ungültiger regulärer Ausdruck: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Ungültige Farbe." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Dateityp %(type)s nicht unterstützt" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Ungültige Variable erkannt." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "Hallo von %(site_name)s!" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "Vielen Dank, dass Sie %(site_name)s verwenden!\n" +"%(site_domain)s" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx Anmeldung" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Bitte melden Sie sich an." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Ihr Benutzername und Kennwort stimmen nicht überein. Bitte versuchen Sie es erneut." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "Sie haben noch kein Konto? Registrieren" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Freigabelink wurde nicht gefunden." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Freigabelink ist abgelaufen." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Benutzername" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Kennwort" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Anmelden" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Kennwort vergessen?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "oder anmelden über" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Paperless-ngx Kennwort zurücksetzen Anfrage" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Geben Sie unten Ihre E-Mail-Adresse ein und wir senden Ihnen Anweisungen zum Setzen eines neuen Kennworts zu." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Ein Fehler ist aufgetreten. Bitte versuchen Sie es erneut." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-Mail" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Anweisungen senden!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Paperless-ngx Kennwort zurücksetzen gesendet" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Überprüfen Sie Ihren Posteingang." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Wir haben Ihnen Anweisungen zum Setzen Ihres neuen Kennworts gesendet. Sie sollten die E-Mail in Kürze erhalten!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Paperless-ngx Kennwort zurücksetzen Bestätigung" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "Fordern Sie eine neue Kennwortrücksetzung an" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Legen Sie ein neues Kennwort fest." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Kennwörter stimmen nicht überein oder sind zu schwach. Versuchen Sie es erneut." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "Fordern Sie eine neue Kennwortrücksetzung an" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Neues Kennwort" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Kennwort bestätigen" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Mein Kennwort ändern" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx Kennwort zurücksetzen abgeschlossen" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Kennwort-Rücksetzung abgeschlossen." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Ihr neues Kennwort wurde gesetzt. Sie können sich jetzt unter anmelden" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "Paperless-ngx-Registrierung" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "Sie haben bereits ein Konto? Anmelden" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "E-Mail (optional)" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "Kennwort (wiederholen)" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "Registrieren" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx wird geladen..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Immer noch hier?! Hmm, vielleicht stimmt etwas nicht." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Hier ist ein Link zur Dokumentation." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Freigabelink wurde nicht gefunden." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Freigabelink ist abgelaufen." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "Paperless-ngx Drittanbieterkonto-Anmeldung" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "Fehler beim Anmelden über Ihr Drittanbieterkonto. Zurück zur Anmeldeseite" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "Sie sind dabei, ein Drittkonto von %(provider)s zu verknüpfen." -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "Fortfahren" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "Paperless-ngx Drittanbieterkonto-Registrierung" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "Sie sind dabei, Ihr %(provider_name)s-Konto zur Anmeldung zu verwenden." -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "Bitte füllen Sie zum Abschluss folgendes Formular aus:" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "Registrieren" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1205,135 @@ msgstr "Anwendungslogo" msgid "paperless application settings" msgstr "Paperless-Anwendungseinstellungen" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Englisch (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabisch" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Afrikanisch" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Belarussisch" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Bulgarisch" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Katalanisch" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Tschechisch" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Dänisch" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Deutsch" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Griechisch" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Englisch (UK)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spanisch" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finnisch" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Französisch" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Ungarisch" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italienisch" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "Japanisch" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburgisch" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norwegisch" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Niederländisch" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polnisch" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugiesisch (Brasilien)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugiesisch" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumänisch" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Russisch" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slowakisch" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slowenisch" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbisch" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Schwedisch" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Türkisch" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukrainisch" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Chinesisch (vereinfacht)" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx Administration" diff --git a/src/locale/el_GR/LC_MESSAGES/django.po b/src/locale/el_GR/LC_MESSAGES/django.po index 2148978f1..289e16958 100644 --- a/src/locale/el_GR/LC_MESSAGES/django.po +++ b/src/locale/el_GR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Greek\n" "Language: el_GR\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "όνομα" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "ανάθεση τίτλου" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Η ανάθεση τίτλου εγγράφου μπορεί να περιέχει μερικά placeholders, δείτε την τεκμηρίωση." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "ανάθεση αυτής της ετικέτας" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "ανάθεση αυτού του τύπου εγγράφου" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "ανάθεση αυτού του ανταποκριτή" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "ανάθεση αυτής της διαδρομής αποθήκευσης" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "ανάθεση αυτού του ιδιοκτήτη" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "εκχώρηση δικαιωμάτων προβολής σε αυτούς τους χρήστες" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "εκχώρηση δικαιωμάτων προβολής σε αυτές τις ομάδες" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "εκχώρηση δικαιωμάτων μεταβολής σε αυτές τις ομάδες" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "εκχώρηση δικαιωμάτων μεταβολής σε αυτές τις ομάδες" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "σειρά" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "ενέργειες" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Άκυρη έκφραση: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Άκυρο χρώμα." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Ο τύπος αρχείου %(type)s δεν υποστηρίζεται" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Εντοπίστηκε μη έγκυρη μεταβλητή." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Σύνδεση Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Παρακαλώ συνδεθείτε." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Το όνομα χρήστη και ο κωδικός πρόσβασης δεν ταιριάζουν. Παρακαλώ δοκιμάστε ξανά." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Δεν βρέθηκε σύνδεσμος κοινοποίησης." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Ο σύνδεσμος κοινοποίησης έχει λήξει." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Όνομα χρήστη" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Κωδικός" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Είσοδος" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Ξεχάσατε τον κωδικό σας;" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Αίτημα επαναφοράς κωδικού πρόσβασης Paperless-ngx" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Εισάγετε το email σας παρακάτω και θα αποστείλουμε οδηγίες για τον ορισμό νέου." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Παρουσιάστηκε σφάλμα. Παρακαλώ προσπαθήστε ξανά." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-mail" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Αποστολή Οδηγιών!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Επαναφορά κωδικού paperless-ngx εστάλη" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Ελέγξτε τα εισερχόμενά σας." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Σας στείλαμε μήνυμα ηλεκτρονικού ταχυδρομείου με οδηγίες για τον ορισμό του κωδικού πρόσβασης σας. Θα πρέπει να το λάβετε σύντομα!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Επιβεβαίωση κωδικού paperless-ngx" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "αίτημα επαναφοράς νέου κωδικού πρόσβασης" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Ορίστε έναν νέο κωδικό πρόσβασης." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Οι κωδικοί πρόσβασης δεν ταιριάζουν ή είναι πολύ αδύναμοι. Δοκιμάστε ξανά." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "αίτημα επαναφοράς νέου κωδικού πρόσβασης" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Νέος Κωδικός" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Επιβεβαίωση Κωδικού" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Αλλαγή κωδικού πρόσβασης" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Η επαναφορά κωδικού paperless-ngx πραγματοποιήθηκε" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Ολοκλήρωση επαναφοράς κωδικού πρόσβασης." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Έχει οριστεί νέος κωδικός πρόσβασης. Μπορείτε τώρα να συνδεθείτε στο" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Το Paperless-ngx φορτώνει..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Ακόμα εδώ?! Χμμ, κάτι μπορεί να είναι λάθος." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Ορίστε ένας σύνδεσμος για τις οδηγίες." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Δεν βρέθηκε σύνδεσμος κοινοποίησης." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Ο σύνδεσμος κοινοποίησης έχει λήξει." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Αγγλικά (ΗΠΑ)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Αραβικά" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Αφρικανικά" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Λευκορωσικά" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Βουλγαρικά" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Καταλανικά" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Τσέχικα" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Δανέζικα" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Γερμανικά" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Ελληνικά" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Αγγλικά (Ηνωμένο Βασίλειο)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Ισπανικά" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Φινλανδικά" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Γαλλικά" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Ουγγρικά" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Ιταλικά" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Λουξεμβουργικά" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Νορβηγικά" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Ολλανδικά" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Πολωνικά" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Πορτογαλικά (Βραζιλίας)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Πορτογαλικά" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Ρουμάνικα" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Ρωσικά" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Σλοβακικά" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Σλοβενικά" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Σερβικά" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Σουηδικά" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Τούρκικα" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ουκρανικά" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Κινέζικα Απλοποιημένα" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Διαχείριση Paperless-ngx" diff --git a/src/locale/es_ES/LC_MESSAGES/django.po b/src/locale/es_ES/LC_MESSAGES/django.po index 74863b2b4..87a70d826 100644 --- a/src/locale/es_ES/LC_MESSAGES/django.po +++ b/src/locale/es_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "nombre" @@ -679,267 +679,368 @@ msgstr "disparador de flujo de trabajo" msgid "workflow triggers" msgstr "activadores de flujo de trabajo" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "Tarea" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "Tipo de acción del flujo de trabajo" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "asignar título" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Asignar título al documento, puede incluir marcadores de posición, vea documentación." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "asignar esta etiqueta" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "asignar este tipo de documento" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "asignar este interlocutor" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "asignar esta ruta de almacenamiento" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "asignar dueño" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "conceder permisos de vista a estos usuarios" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "conceder permisos de vista a estos grupos" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "conceder permisos de cambio a estos usuarios" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "conceder permisos de cambio a estos grupos" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "asignar estos campos personalizados" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "acción de flujo de trabajo" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "tiene un valor de campo personalizado" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "orden" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "disparador" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "acciones" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "habilitado" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Expresión irregular inválida: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Color inválido." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Tipo de fichero %(type)s no suportado" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Variable inválida." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx inicio de sesión" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Por favor, inicie sesión" -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Tu usuario y contraseña no coinciden. Inténtalo de nuevo." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Este enlace no ha sido encontrado." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "El enlace ha expirado." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Usuario" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Contraseña" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Iniciar sesión" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "¿Olvidaste tu contraseña?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "o inicie sesión vía" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Solicitud para restablecer contraseña de Paperless-ngx" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Introduzca su dirección de correo electrónico a continuación y le enviaremos instrucciones para establecer una nueva." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Se ha producido un error. Por favor, inténtelo de nuevo." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-mail" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "¡Envíeme instrucciones!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Contraseña de restablecimiento de Paperless-ngx enviada" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Revise su bandeja de entrada." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Te hemos enviado instrucciones para configurar tu contraseña. ¡Deberías recibir el correo electrónico en breve!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Confirmación de contraseña de restablecimiento de Paperless-ngx" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "solicitar un restablecimiento de contraseña" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Establecer nueva contraseña." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Las contraseñas no coinciden o son muy débiles. Inténtalo de nuevo." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "solicitar un restablecimiento de contraseña" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Nueva contraseña" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Confirmar contraseña" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Cambiar mi contraseña" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Restablecimiento de contraseña de Paperless-ngx completado" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Restablecimiento de contraseña completo." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Se ha establecido tu nueva contraseña. Ahora puedes iniciar sesión " -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "Registrarse" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx está cargando..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "¡¿Todavía estás aquí?! Hmm, algo podría estar mal." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Aquí hay un enlace a la documentación." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Este enlace no ha sido encontrado." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "El enlace ha expirado." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "Acceso a Paperless-ngx con cuenta social" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "Se ha producido un error al intentar iniciar sesión a través de su cuenta de red social. Volver a la página de inicio de sesión" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "Estás a punto de conectar una nueva cuenta de terceros de %(provider)s." -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "Continuar" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "Acceso a Paperless-ngx con cuenta social" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "Registrarse" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Inglés (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Árabe" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Africano" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Bielorruso" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Búlgaro" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Catalán" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Checo" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Danés" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Alemán" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Griego" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Inglés (Gran Bretaña)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Español" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finlandés" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francés" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Húngaro" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italiano" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburgués" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Noruego" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Alemán" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polaco" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugués (Brasil)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugués" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumano" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Ruso" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Eslovaco" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Esloveno" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbio" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Sueco" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turco" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ucraniano" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Chino simplificado" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Administración de Paperless-ngx" diff --git a/src/locale/fi_FI/LC_MESSAGES/django.po b/src/locale/fi_FI/LC_MESSAGES/django.po index 32a6b836b..e0da9b26b 100644 --- a/src/locale/fi_FI/LC_MESSAGES/django.po +++ b/src/locale/fi_FI/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Finnish\n" "Language: fi_FI\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "nimi" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "määritä tämä tunniste" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "määritä tämä asiakirjatyyppi" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "määritä tämä kirjeenvaihtaja" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "järjestys" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "järjestys" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Virheellinen regex-lauseke: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Virheellinen väri." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Tiedostotyyppiä %(type)s ei tueta" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Virheellinen muuttuja havaittu." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx kirjaudu sisään" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Kirjaudu sisään." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Käyttäjätunnus ja salasana eivät täsmää. Yritä uudelleen." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Jakolinkkiä ei löytynyt." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Jakolinkki on vanhentunut." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Käyttäjänimi" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Salasana" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Kirjaudu sisään" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Unohditko salasanan?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Syötä sähköpostiosoitteesi alla ja lähetämme ohjeet uuden salasanan asettamiseen." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Tapahtui virhe. Yritä uudelleen." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Sähköposti" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Lähettäkää ohjeet!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Tarkista postilaatikkosi." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Olemme lähettäneet sinulle ohjeet salasanan asettamiseen. Sinun pitäisi saada sähköposti pian!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Aseta uusi salasana." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Salasanat eivät täsmää tai salasana on liian heikko. Yritä uudelleen." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Uusi salasana" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Vahvista salasana" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Vaihda salasana" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Uusi salasanasi on asetettu. Voit nyt kirjautua sisään" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx latautuu..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Vielä täällä?! Hmm, jokin saattaa olla vialla." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Tässä on linkki dokumentteihin." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Jakolinkkiä ei löytynyt." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Jakolinkki on vanhentunut." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Englanti (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabialainen" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "valkovenäjä" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Katalaani" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Tšekki" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Tanska" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Saksa" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Kreikka" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Englanti (US)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Espanja" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Suomi" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Ranska" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italia" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburg" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norja" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Hollanti" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "puola" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "portugali (Brasilia)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "portugali" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "romania" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "venäjä" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slovakia" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovenia" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbia" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "ruotsi" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turkki" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukraina" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Kiina (yksinkertaistettu)" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx:n ylläpito" diff --git a/src/locale/fr_FR/LC_MESSAGES/django.po b/src/locale/fr_FR/LC_MESSAGES/django.po index c93ebfcb2..2a3126641 100644 --- a/src/locale/fr_FR/LC_MESSAGES/django.po +++ b/src/locale/fr_FR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-21 23:28\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -53,7 +53,7 @@ msgstr "Mot approximatif" msgid "Automatic" msgstr "Automatique" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "nom" @@ -679,267 +679,368 @@ msgstr "déclencheur workflow" msgid "workflow triggers" msgstr "déclencheurs workflow" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "Affectation" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "Type d'action de workflow" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "attribuer un titre" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Assigner un titre de document, peut inclure certains marqueurs, voir la documentation." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "affecter cette étiquette" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "affecter ce type de document" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "affecter ce correspondant" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "assigner ce chemin de stockage" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "assigner ce propriétaire" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "accorder des permissions de vue à ces utilisateurs" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "accorder des droits de vue à ces groupes" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "accorder des droits de modification à ces utilisateurs" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "accorder des droits de modification à ces groupes" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "assigner ces champs personnalisés" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "action de workflow" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "actions de workflow" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "ordre" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "déclencheurs" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "actions" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "activé" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Expression régulière incorrecte : %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Couleur incorrecte." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Type de fichier %(type)s non pris en charge" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Variable invalide détectée." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "Bonjour de %(site_name)s !" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "Merci d'utiliser %(site_name)s ! %(site_domain)s" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Connexion à Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Veuillez vous connecter." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Votre nom d'utilisateur et votre mot de passe ne correspondent pas. Veuillez réessayer." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "Vous n'avez pas encore de compte ? Inscrivez-vous" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Le lien de partage n'a pas été trouvé." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Le lien de partage a expiré." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Nom d'utilisateur" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Mot de passe" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "S'identifier" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Mot de passe oublié ?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "ou se connecter via" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Demande de réinitialisation du mot de passe Paperless-ngx" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Entrez votre adresse électronique ci-dessous, et nous vous enverrons les instructions pour en définir un nouveau." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Une erreur s'est produite. Veuillez réessayer." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Adresse électronique" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Envoyez-moi les instructions !" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Réinitialisation du mot de passe Paperless-ngx envoyé" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Vérifiez votre boîte de réception." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Nous vous avons envoyé un courriel contenant des insutrctions pour définir votre mot de passe. Vous devriez le recevoir bientôt !" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Confirmation de la réinitialisation du mot de passe Paperless-ngx" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "redemander la réinitialisation du mot de passe" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Définir un nouveau mot de passe." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Les mots de passe ne correspondent pas ou sont trop faciles. Veuillez réessayer." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "redemander la réinitialisation du mot de passe" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Nouveau mot de passe" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Confirmation du mot de passe" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Changer mon mot de passe" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Mot de passe Paperless-ngx réinitialisé" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Mot de passe réinitialisé." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Votre nouveau mot de passe a été défini. Vous pouvez maintenant vous connecter" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "S'inscrire à Paperless-ngx" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "Vous avez déjà un compte ? Connectez-vous" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "Adresse électronique (facultatif)" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "Mot de passe (à nouveau)" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "S'inscrire" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx est en cours de chargement..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Toujours ici ? Hum, quelque chose a dû mal se passer." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Voici un lien vers la documentation." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Le lien de partage n'a pas été trouvé." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Le lien de partage a expiré." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "Connexion à Paperless-ngx avec un compte externe" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "Une erreur est survenue lors de la tentative de connexion via votre compte social. Retournez à la page de connexion" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "Vous vous apprêtez à connecter un nouveau compte tiers depuis %(provider)s." -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "Continuer" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "Inscription à Paperless-ngx avec un compte externe" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "Vous vous apprêtez à utiliser votre compte %(provider_name)s pour vous connecter." -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "Pour finir, veuillez remplir le formulaire suivant :" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "S'inscrire" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "Nom de l'application" msgid "paperless application settings" msgstr "paramètres de l'application paperless" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Anglais (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabe" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Afrikaans" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Biélorusse" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Bulgare" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Catalan" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Tchèque" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Danois" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Allemand" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Grec" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Anglais (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Espagnol" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finnois" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Français" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Hongrois" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italien" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "Japonais" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxembourgeois" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norvégien" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Néerlandais" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polonais" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugais (Brésil)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugais" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Roumain" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Russe" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Solvaque" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovène" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbe" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Suédois" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turc" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukrainien" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Chinois simplifié" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Administration de Paperless-ngx" diff --git a/src/locale/he_IL/LC_MESSAGES/django.po b/src/locale/he_IL/LC_MESSAGES/django.po index e5cb1efa8..448e82a6e 100644 --- a/src/locale/he_IL/LC_MESSAGES/django.po +++ b/src/locale/he_IL/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "Language: he_IL\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "שם" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "הקצה כותרת" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "הקצה כותרת למסמך, תוכל להשתמש במראה מקומות. בדוק כיצד במדריך למשתמש" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "שייך תגית זו" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "שייך סוג מסמך זה" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "שייך מכותב זה" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "הקצה נתיב אחסון זה" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "הקצה בעלים זה" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "אפשר זכויות צפיה בקובץ למשתמשים אלו" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "אפשר זכויות צפיה בקובץ לקבוצות אלו" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "אפשר זכויות שינוי הגדרות צפיה בקובץ למשתמשים אלו" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "אפשר זכויות שינוי הגדרות צפיה בקובץ לקבוצות אלו" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "הקצה שדות מותאמים אישית אלו " -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "סדר" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "פעולות" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "פעיל" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "ביטוי רגולרי בלתי חוקי: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "צבע לא חוקי." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "סוג קובץ %(type)s לא נתמך" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "משתנה לא חוקי זוהה." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "התחברות Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "נא להתחבר." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "שם המשתמש או הסיסמה שגויים. אנא נסה שנית." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "קישור לשיתוף הקובץ לא נמצא" - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "לינק לקישור הקובץ פג תוקף" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "שם משתמש" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "סיסמה" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "התחבר" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "שכחת את הסיסמה?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "בקשה לאיפוס סיסמה" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "הכנס את כתובת המייל ואנחנו נשלח לתיבה שלך הנחיות להגדרה מחדש" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "אירעה שגיאה. נא לנסות שוב." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "דוא\"ל" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "שלח לי את ההוראות!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "סיסמא לאיפוס נשלחה" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "בדוק את תיבת הדואר שלך." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "נשלח מייל עם הוראות להגדרת הסיסמה שלך. אתה צריך לקבל מייל בקרוב!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "אשור תהליך איפוס הסיסמה" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "בקש סיסמת איפוס חדשה" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "הגדר סיסמה חדשה" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "סיסמא חלשה מדי. נסה שוב." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "בקש סיסמת איפוס חדשה" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "סיסמא חדשה" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "אשר סיסמה" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "שנה את הסיסמא שלי" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "תהליך איפוס הסיסמה הסתיים" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "איפוס סיסמה הושלם." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "הסיסמה שלך הוגדרה בהצלחה במערכת. אתה יכול עתה להתחבר התחבר" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx נטען..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "עדיין כאן?! הממ, יכול להיות שמשהו לא בסדר." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "הנה קישור למסמכים." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "קישור לשיתוף הקובץ לא נמצא" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "לינק לקישור הקובץ פג תוקף" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "אנגלית (ארה״ב)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "ערבית" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "אפריקאנס" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "בלרוסית" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "בולגרית" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "קטלאנית" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "צ'כית" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "דנית" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "גרמנית" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "יוונית" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "אנגלית (בריטניה)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "ספרדית" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "פינית" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "צרפתית" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "הונגרית" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "איטלקית" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "לוקסמבורגית" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "נורווגית" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "הולנדית" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "פולנית" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "פורטוגלית ברזילאית" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "פורטוגלית" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "רומנית" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "רוסית" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "סלובקית" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "סלובנית" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "סרבית" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "שוודית" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "טורקית" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "אוקראינית" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "סינית מפושטת" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "ניהול Paperless-ngx" diff --git a/src/locale/hr_HR/LC_MESSAGES/django.po b/src/locale/hr_HR/LC_MESSAGES/django.po index 34377fe43..0df5a7c72 100644 --- a/src/locale/hr_HR/LC_MESSAGES/django.po +++ b/src/locale/hr_HR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Croatian\n" "Language: hr_HR\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "ime" @@ -533,7 +533,7 @@ msgstr "bilješka" #: documents/models.py:685 msgid "notes" -msgstr "" +msgstr "bilješka" #: documents/models.py:693 msgid "Archive" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "dodijeli oznaku" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "dodijeliti ovu vrstu dokumenta" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "dodijelite ovom dopisniku" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "dodijeliti ova prilagođena polja" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "redoslijed" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "redoslijed" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Nevažeći regularni izraz: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Nevažeća boja." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Vrsta datoteke %(type)s nije podržana" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Otkrivena je nevaljana vrsta datoteke." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx prijava" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Molimo prijavite se." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Vaše korisničko ime i lozinka ne odgovaraju. Molimo pokušajte ponovno." - -#: documents/templates/account/login.html:54 -msgid "Share link was not found." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Korisničko ime" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Lozinka" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Prijava" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Lozinka nije točna ili je prekratka. Pokušajte ponovo." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Nova lozinka" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Potvrdi lozinku" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx se učitava..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Još uvijek si ovdje?! Hmm, možda nešto nije u redu." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Poveznica na dokumente." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Engleski (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arapski" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Bjeloruski" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Češki" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Danski" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Njemački" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Engleski (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Španjolski" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francuski" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Talijanski" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luksemburški" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Nizozemski" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Poljski" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugalski (Brazil)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugalski" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumunjski" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Ruski" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovenski" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Srpski" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Švedski" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turski" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Pojednostavljeni kineski" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx administracija" diff --git a/src/locale/hu_HU/LC_MESSAGES/django.po b/src/locale/hu_HU/LC_MESSAGES/django.po index d5ee90e0b..d3f8ab5b1 100644 --- a/src/locale/hu_HU/LC_MESSAGES/django.po +++ b/src/locale/hu_HU/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "Language: hu_HU\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "név" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "cím hozzárendelése" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "A dokumentum címének hozzárendelése, tartalmazhat néhány helykitöltőt, lásd a dokumentációt." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "rendelje hozzá ezt a jelölőt" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "rendelje hozzá ezt a dokumentumtípust" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "rendelje hozzá ezt a kapcsolattartót" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "rendelje hozzá ezt a tárolási útvonalat" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "rendelje hozzá ezt a tulajdonost" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "adjon megtekintési engedélyeket ezeknek a felhasználóknak" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "nézeti engedélyeket adjon ezeknek a csoportoknak" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "adjon módosítási engedélyeket ezeknek a felhasználóknak" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "adjon módosítási jogosultságokat ezeknek a csoportoknak" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "rendelje hozzá ezeket az egyedi mezőket" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "megrendelés" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "megrendelés" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Érvénytelen reguláris kifejezés: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Érvénytelen szín." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Fájltípus %(type)s nem támogatott" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Érvénytelen változót észleltek." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx bejelentkezés" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Kérjük, jelentkezzen be." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "A felhasználónév és a jelszó nem egyezik. Kérjük, próbálja meg újra." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "A megosztási linket nem találtuk." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "A megosztási link lejárt." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Felhasználónév" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Jelszó" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Bejelentkezés" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Elfelejtette jelszavát?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Paperless-ngx jelszó-visszaállítási kérelem" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Adja meg az alábbiakban az e-mail címét, és mi elküldjük Önnek az új cím beállításához szükséges utasításokat." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Hiba történt. Kérjük, próbálja meg újra." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-mail" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Küldjenek utasításokat!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Paperless-ngx jelszó visszaállítása elküldve" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Ellenőrizze a postaládáját." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "E-mailben küldtünk utasításokat a jelszó beállításához. Hamarosan megkapja az e-mailt!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Paperless-ngx jelszó visszaállításának megerősítése" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "új jelszó visszaállításának kérése" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Új jelszó beállítása." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "A jelszavak nem egyeztek vagy túl gyengék voltak. Próbálja újra." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "új jelszó visszaállításának kérése" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Új jelszó" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Jelszó megerősítése" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Jelszó módosítása" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx jelszó visszaállítása befejeződött" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Jelszó visszaállítása befejeződött." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Az új jelszót beállítottuk. Mostantól a címen jelentkezhet be:" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx betöltődik..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Még mindig itt vagy?! Hmm, valami baj lehet." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Itt egy link a dokumentumokhoz." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "A megosztási linket nem találtuk." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "A megosztási link lejárt." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Angol (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arab" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Afrikai" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Fehérorosz" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Bolgár" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Katalán" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Cseh" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Dán" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Német" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Görög" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Angol (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spanyol" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finn" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francia" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Magyar" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Olasz" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburgi" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norvég" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Holland" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Lengyel" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugál (Brazília)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugál" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Román" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Orosz" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Szlovák" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Szlovén" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Szerb" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Svéd" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Török" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukrán" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Kínai egyszerűsített" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx adminisztráció" diff --git a/src/locale/id_ID/LC_MESSAGES/django.po b/src/locale/id_ID/LC_MESSAGES/django.po index 98d29b913..3c6c2596c 100644 --- a/src/locale/id_ID/LC_MESSAGES/django.po +++ b/src/locale/id_ID/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Language: id_ID\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "nama" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "tetapkan label ini" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "urut" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "tindakan" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "dinyalakan" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Ekspresi reguler tidak valid: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Warna tidak valid." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Jenis berkas %(type)s tidak didukung" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Variabel ilegal terdeteksi." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Masuk Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Mohon masuk." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Nama pengguna dan sandi tidak cocok. Silahkan coba kembali." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Tautan tidak ditemukan." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Tautan telah kedaluwarsa." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Nama pengguna" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Kata sandi" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Masuk" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Lupa kata sandi Anda?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Paperless-ngx permintaan mengatur ulang kata sandi" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Masukkan email Anda di bawah ini, dan kami akan kirim email instruksi untuk penyetingan yang baru." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Terjadi kesalahan. Harap coba lagi." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Surel" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Kirim saya instruksi!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Periksa kotak masuk Anda." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Kami telah mengirimkan Anda surel instruksi untuk menyetel kata sandi. Anda akan menerima surel segera!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Setel kata sandi baru." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Kata sandi tidak sama atau terlalu lemah. Coba lagi." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Kata Sandi Baru" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Konfirmasi Kata Sandi" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Ubah kata sandi saya" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx sedang memuat..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Masih disini?! Hmm, sepertinya ada yang salah." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Berikut tautan ke dokumen." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Tautan tidak ditemukan." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Tautan telah kedaluwarsa." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Inggris (AS)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arab" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Belarusia" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Bahasa Ceko" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Jerman" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Yunani" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Inggris (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spanyol" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Prancis" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Hungaria" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italia" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luksemburg" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norwegia" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Belanda" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polandia" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugis (Brasil)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugis" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumania" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Rusia" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slovakia" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovenia" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbia" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Swedia" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turki" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukraina" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Mandarin Sederhana" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Administrasi Paperless-ngx" diff --git a/src/locale/it_IT/LC_MESSAGES/django.po b/src/locale/it_IT/LC_MESSAGES/django.po index 6d3b3a743..3115f0e63 100644 --- a/src/locale/it_IT/LC_MESSAGES/django.po +++ b/src/locale/it_IT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "nome" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "Assegnazione" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "assegna titolo" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Assegna un titolo al documento, può includere alcuni segnaposti, vedi documentazione." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "assegna questo tag" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "assegna questo tipo di documento" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "assegna questo corrispondente" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "assegna questo percorso di archiviazione" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "assegna questo proprietario" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "concedi i permessi di visualizzazione a questi utenti" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "concedi i permessi di visualizzazione a questi gruppi" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "concedi permessi di modifica a questi utenti" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "concedi permessi di modifica a questi gruppi" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "assegna questi campi personalizzati" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "Azioni del flusso di lavoro" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "azioni del flusso di lavoro" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "priorità" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "azioni" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "abilitato" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Espressione regolare non valida: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Colore non valido." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Il tipo di file %(type)s non è supportato" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Variabile non valida rilevata." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Accedi a Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Accedi" -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Il nome utente e la password non sono corretti. Riprovare." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Link di condivisione non trovato." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Il link di condivisione è scaduto." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Nome utente" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Password" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Accedi" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Hai dimenticato la password?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Richiesta di reimpostazione password Paperless-ngx" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Inserisci il tuo indirizzo email qui sotto, e ti invieremo istruzioni per impostarne uno nuovo." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Si è verificato un errore. Si prega di riprovare." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Email" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Inviami le istruzioni!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Richiesta di reset password Paperless-ngx inviata" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Controlla la tua casella di posta." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Ti abbiamo inviato per email le istruzioni per impostare la tua password. Dovresti ricevere l'email a breve!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Conferma ripristino password di Paperless-ngx" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "richiedi un nuovo ripristino della password" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Imposta una nuova password." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Le password non corrispondevano o erano troppo deboli. Riprova." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "richiedi un nuovo ripristino della password" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Nuova Password" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Conferma Password" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Modifica la mia password" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Ripristino password Paperless-ngx completato" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Ripristino della password completato." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "La tua nuova password è stata impostata. Ora puoi effettuare il login " -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx è in caricamento..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Ancora qui?! Mmm, qualcosa potrebbe essere sbagliato." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Ecco qui il link alla documentazione." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Link di condivisione non trovato." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Il link di condivisione è scaduto." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "impostazioni dell'applicazione paperless" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Inglese (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabo" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Africano" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Bielorusso" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Bulgaro" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Catalano" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Ceco" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Danese" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Tedesco" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Greco" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Inglese (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spagnolo" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finlandese" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francese" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Ungherese" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italiano" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Lussemburghese" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norvegese" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Olandese" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polacco" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portoghese (Brasile)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portoghese" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumeno" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Russo" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slovacco" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Sloveno" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbo" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Svedese" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turco" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ucraino" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Cinese semplificato" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Amministrazione di Paperless-ngx" diff --git a/src/locale/ja_JP/LC_MESSAGES/django.po b/src/locale/ja_JP/LC_MESSAGES/django.po index 6edf06417..9f8650be7 100644 --- a/src/locale/ja_JP/LC_MESSAGES/django.po +++ b/src/locale/ja_JP/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-22 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -53,7 +53,7 @@ msgstr "あいまいな単語" msgid "Automatic" msgstr "自動" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "名称" @@ -679,267 +679,369 @@ msgstr "ワークフローのトリガー" msgid "workflow triggers" msgstr "ワークフローのトリガー" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "割り当て" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "ワークフローのアクションタイプ" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "タイトルの割り当て" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "ドキュメントタイトルを割り当てます。ドキュメントタイトルにはプレースホルダーを含めることができます。マニュアルを参照してください。" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "タグの割り当て" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "ドキュメントタイプの割り当て" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "担当の割り当て" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "フォルダーの割り当て" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "所有者の割り当て" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "ユーザーへの表示権限の付与" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "グループへの表示権限の付与" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "ユーザーへの変更権限の付与" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "グループへの変更権限の付与" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "カスタム項目の割り当て" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "ワークフローのアクション" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "ワークフローのアクション" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "順序" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "トリガー" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "アクション" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "有効" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "不正な正規表現: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "無効な色" -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "ファイルタイプ %(type)s はサポートされていません" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "無効な変数を検出しました" -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "%(site_name)s からこんにちは!" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "%(site_name)s を使用していただきありがとうございます!\n" +"%(site_domain)s" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx ログイン" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "ログインしてください。" -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "ユーザー名またはパスワードが一致しません。再試行してください。" +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "まだアカウントをお持ちではありませんか? 登録" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "共有リンクが見つかりませんでした。" - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "共有リンクの有効期限を過ぎています。" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "ユーザー名" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "パスワード" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "ログイン" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "パスワードをお忘れですか?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "または次の方法でログイン" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Paperless-ngx パスワードリセットの要求" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "メールアドレスを入力してください。新しいパスワードを設定する手順をメールで送信します。" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "エラーが発生しました。再試行してください。" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "メールアドレス" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "手順を送信してください!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Paperless-ngx パスワードリセットの送信" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "受信トレイを確認してください。" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "パスワードの設定手順をメールで送信しました。まもなくメールが届くでしょう。" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Paperless-ngx パスワードリセットの確認" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "パスワードリセットの要求" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "新しいパスワードを設定" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "パスワードが一致しないか、パスワードが弱すぎます。もう一度お試しください。" +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "パスワードリセットの要求" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "新しいパスワード" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "パスワードの確認" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "パスワードの変更" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx パスワードリセットの完了" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "パスワードリセットが完了しました" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "新しいパスワードがセットされました。 ログイン できます。" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "Paperless-ngx 登録" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "アカウントをお持ちですか? ログイン" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "メールアドレス (任意)" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "パスワード (確認)" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "登録" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngxを読み込んでいます…" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "まだここに?うーん、何かおかしいのかもしれません。" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "これはドキュメントへのリンクです" -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "共有リンクが見つかりませんでした。" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "共有リンクの有効期限を過ぎています。" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "Paperless-ngx ソーシャルアカウントログイン" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "ソーシャルアカウントでログイン中にエラーが発生しました。ログイン画面に戻ります。" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "%(provider)s から新規サードパーティアカウントに接続しようとしています。" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "続行" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "Paperless-ngx ソーシャルアカウント登録" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "%(provider_name)s アカウントでログインしようとしています" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "最後のステップとして、以下のフォームに記入してください" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "登録" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1205,135 @@ msgstr "アプリケーションロゴ" msgid "paperless application settings" msgstr "Paperless アプリケーションの設定" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "英語 (米国)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "アラビア語" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "アフリカーンス語" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "ベラルーシ語" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "ブルガリア語" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "カタロニア語" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "チェコ語" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "デンマーク語" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "ドイツ語" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "ギリシャ語" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "英語 (英国)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "スペイン語" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "フィンランド語" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "フランス語" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "ハンガリー語" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "イタリア語" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "日本語" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "ルクセンブルク語" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "ノルウェー語" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "オランダ語" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "ポーランド語" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "ポルトガル語 (ブラジル)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "ポルトガル語" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "ルーマニア語" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "ロシア語" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "スロバキア語" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "スロベニア語" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "セルビア語" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "スウェーデン語" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "トルコ語" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "ウクライナ語" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "中国語 (簡体字)" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx の管理" diff --git a/src/locale/ko_KR/LC_MESSAGES/django.po b/src/locale/ko_KR/LC_MESSAGES/django.po index aa560660c..cdb8d16b5 100644 --- a/src/locale/ko_KR/LC_MESSAGES/django.po +++ b/src/locale/ko_KR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Korean\n" "Language: ko_KR\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "이름" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "" -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "" -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx 로그인" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "로그인해주세요." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "사용자명과 비밀번호가 일치하지 않습니다. 다시 시도해주세요." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "공유링크가 유효하지 않습니다." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "공유링크가 만료되었습니다." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "사용자 이름" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "비밀번호" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "로그인" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "비밀번호를 잊으셨나요?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Paperless-ngx 비밀번호 초기화 요청" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "아래에 사용자 이메일 주소를 입력하세요. 새로운 비밀번호를 설정하는 방법을 메일로 보내드리겠습니다." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "에러가 발생했습니다. 다시 시도해주세요." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "전자우편" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "방법 받기!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Paperless-ngx 비밀번호 초기화 요청이 발송되었습니다" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "메일함을 확인해주세요." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Paperless-ngx 비밀번호 초기화 확인" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "새로운 비밀번호 초기화 요청" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "새로운 비밀번호를 설정해주세요." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "비밀번호가 일치하지 않거나 강력하지 않습니다. 다시 시도해주세요." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "새로운 비밀번호 초기화 요청" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "새로운 비밀번호" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "비밀번호 확인" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "비밀번호 변경" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx 비밀번호 초기화 완료" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "비밀번호를 초기화했습니다." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "새로운 비밀번호로 변경되었습니다. 여기에서 로그인하세요" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "" -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "공유링크가 유효하지 않습니다." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "공유링크가 만료되었습니다." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "영어 (미국)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "아랍어" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "아프리칸스어" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "벨라루스어" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "불가리어" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "카탈로니아어" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "체코어" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "덴마크어" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "독일어" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "그리스어" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "영어 (영국)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "스페인어" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "핀란드어" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "프랑스어" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "헝가리어" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "이탈리아어" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "룩셈부르크어" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "노르웨이어" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "네덜란드어" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "폴란드어" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "포르투갈어 (브라질)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "포르투갈어" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "루마니아어" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "러시아어" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "슬로바키아어" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "슬로베니아어" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "세르비아어" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "스웨덴어" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "튀르키예어" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "우크라이나어" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "중국어 간체" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "" diff --git a/src/locale/lb_LU/LC_MESSAGES/django.po b/src/locale/lb_LU/LC_MESSAGES/django.po index 34a4cdc80..cd271f0d7 100644 --- a/src/locale/lb_LU/LC_MESSAGES/django.po +++ b/src/locale/lb_LU/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Luxembourgish\n" "Language: lb_LU\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "Numm" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "dës Etikett zouweisen" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "Dësen Dokumententyp zouweisen" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "Dëse Korrespondent zouweisen" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "Reiefolleg" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "Reiefolleg" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Ongëltege regulären Ausdrock: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Ongëlteg Faarf." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Fichierstyp %(type)s net ënnerstëtzt" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Ongëlteg Zeechen detektéiert." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Umeldung bei Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "W. e. g. umellen." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Äre Benotzernumm a Passwuert stëmmen net iwwereneen. Probéiert w. e. g. nach emol." - -#: documents/templates/account/login.html:54 -msgid "Share link was not found." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Benotzernumm" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Passwuert" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Umellen" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx gëtt gelueden..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Nach ëmmer hei?! Eventuell ass eppes schif gelaf." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Hei ass e Link op d'Dokumentatioun." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Englesch (USA)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Belarusesch" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Tschechesch" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Dänesch" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Däitsch" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Englesch (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spuenesch" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Franséisch" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italienesch" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Lëtzebuergesch" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Hollännesch" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polnesch" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugisesch (Brasilien)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugisesch" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumänesch" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Russesch" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slowenesch" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbesch" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Schwedesch" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Tierkesch" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Chinesesch (Vereinfacht)" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx-Administratioun" diff --git a/src/locale/lv_LV/LC_MESSAGES/django.po b/src/locale/lv_LV/LC_MESSAGES/django.po index 29d3dca0d..aa88d3e48 100644 --- a/src/locale/lv_LV/LC_MESSAGES/django.po +++ b/src/locale/lv_LV/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Latvian\n" "Language: lv_LV\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "" -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "" -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "" -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "" - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "" -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "" diff --git a/src/locale/nl_NL/LC_MESSAGES/django.po b/src/locale/nl_NL/LC_MESSAGES/django.po index 6f93cae43..74ceff2d2 100644 --- a/src/locale/nl_NL/LC_MESSAGES/django.po +++ b/src/locale/nl_NL/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-16 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -53,7 +53,7 @@ msgstr "Gelijkaardig woord" msgid "Automatic" msgstr "Automatisch" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "naam" @@ -679,267 +679,369 @@ msgstr "workflow trigger" msgid "workflow triggers" msgstr "workflow triggers" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "Toewijzing" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "Actietype workflow" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "titel toewijzen" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Een documenttitel toewijzen, kan gebruik maken van placeholders, zie documentatie." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "wijs dit label toe" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "wijs dit documenttype toe" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "wijs deze correspondent toe" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "wijs dit opslagpad toe" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "wijs deze eigenaar toe" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "geef deze gebruikers weergaverechten" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "geef deze groepen weergaverechten" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "geef deze gebruikers bewerkingsrechten" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "geef deze groepen bewerkingsrechten" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "deze aangepaste velden toewijzen" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "worflow actie" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "workflow acties" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "volgorde" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "triggers" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "acties" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "ingeschakeld" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Ongeldige reguliere expressie: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Ongeldig kleur." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Bestandstype %(type)s niet ondersteund" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Ongeldige variabele ontdekt." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "Hallo namens %(site_name)s!" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "Bedankt voor gebruiken van %(site_name)s!\n" +"%(site_domain)s" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx inloggen" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Gelieve aan te melden." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Je gebruikersnaam en wachtwoord komen niet overeen. Probeer opnieuw." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "Heb je nog geen account? Registreren" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Gedeelde link is niet gevonden." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Gedeelde link is verlopen." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Gebruikersnaam" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Wachtwoord" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Aanmelden" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Wachtwoord vergeten?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "of log in met" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Paperless-ngx wachtwoord opnieuw instellen" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Vul hieronder je e-mailadres in en ontvang instructies om een nieuw wachtwoord in te stellen." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Er is een fout opgetreden. Probeer het opnieuw." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-mailadres" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Stuur e-mail met instructies!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Paperless-ngx wachtwoordherstel verzonden" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Controleer je inbox." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "We hebben je per e-mail instructies gestuurd voor het instellen van je wachtwoord. Je zult de e-mail binnenkort moeten ontvangen!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Paperless-ngx wachtwoordherstel bevestigen" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "wachtwoordherstel aanvragen" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Stel een nieuw wachtwoord in." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Wachtwoorden kwamen niet overeen of waren te zwak. Probeer het opnieuw." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "wachtwoordherstel aanvragen" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Nieuw wachtwoord" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Bevestig wachtwoord" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Verander mijn wachtwoord" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx wachtwoord reset voltooid" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Wachtwoord opnieuw instellen voltooid." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Je nieuwe wachtwoord is ingesteld. Je kunt nu inloggen" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "Paperless-ngx registratie" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "Heb je al een account? Inloggen" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "E-mailadres (optioneel)" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "Wachtwoord (opnieuw)" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "Registreren" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx is aan het laden..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Nog steeds hier?! Hmm, er kan iets mis zijn." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Dit is een link naar de documentatie." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Gedeelde link is niet gevonden." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Gedeelde link is verlopen." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "Paperless-ngx sociaal account inloggen" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "Er is een fout opgetreden tijdens het inloggen via je sociale netwerkaccount. Terug naar de inlogpagina" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "Je staat op het punt om te verbinden met een nieuw extern account van %(provider)s." -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "Doorgaan" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "Paperless-ngx sociaal account registreren" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "Je staat op het punt om met je %(provider_name)s account in te loggen." -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "Vul als laatste stap het volgende formulier in:" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "Registreren" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1205,135 @@ msgstr "Applicatie logo" msgid "paperless application settings" msgstr "paperless applicatie instellingen" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Engels (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabisch" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Afrikaans" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Wit-Russisch" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Bulgaars" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Catalaans" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Tsjechisch" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Deens" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Duits" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Grieks" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Engels (Brits)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spaans" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Fins" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Frans" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Hongaars" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italiaans" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "Japans" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburgs" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Noors" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Nederlands" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Pools" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugees (Brazilië)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugees" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Roemeens" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Russisch" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slowaaks" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Sloveens" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Servisch" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Zweeds" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turks" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Oekraïens" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Chinees (vereenvoudigd)" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx administratie" diff --git a/src/locale/no_NO/LC_MESSAGES/django.po b/src/locale/no_NO/LC_MESSAGES/django.po index 688742112..4ea234bd9 100644 --- a/src/locale/no_NO/LC_MESSAGES/django.po +++ b/src/locale/no_NO/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "Language: no_NO\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "navn" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "tildel tittel" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Tilordne en dokumenttittel, kan inkludere noen plassholdere, se dokumentasjon." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "tilordne denne taggen" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "tilordne denne dokumenttypen" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "Tildel denne korrespondenten" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "tilordne denne lagringsstien" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "tilordne denne eieren" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "gir lesetilgang til disse brukerne" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "gi lesetilgang til disse brukerne" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "gir skrivetilgang til disse brukerne" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "gi skrivetilgang til disse gruppene" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "ordre" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "ordre" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Ugyldig regulært uttrykk: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Ugyldig farge." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Filtype %(type)s støttes ikke" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Ugyldig variabel oppdaget." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx-tegn inn" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Vennligst logg inn." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Ditt brukernavn og passord stemte ikke. Prøv på nytt." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Delingskobling ble ikke funnet." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Linken er utløpt." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Brukernavn" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Passord" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Logg inn" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Glemt passord?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Paperless-ngx forespørsel om tilbakestilling av passord" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Skriv inn e-postadressen din nedenfor, og du vil motta en e-post med instruksjoner for å angi et nytt." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "En feil oppstod. Vennligst prøv på nytt." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-post" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Send meg instruksjoner!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Sjekk innboksen din." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Vi har sendt deg instruksjoner for å sette ditt passord. Du burde snart motta en e-post!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Paperless-ngx tilbakestilling av passord bekreftet" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "be om tilbakestilling av passord" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Angi et nytt passord." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Passordene samsvarte ikke eller er for svake. Prøv igjen." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "be om tilbakestilling av passord" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Nytt passord" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Bekreft passord" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Endre passord" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx tilbakestilling passord fullført" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Tilbakestilling av passord fullført." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Ditt nye passord er satt. Du kan nå logge inn" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx laster..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Fortsatt her?! Hmm, noe kan være galt." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Her er en lenke til dokkene." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Delingskobling ble ikke funnet." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Linken er utløpt." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Engelsk (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabisk" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Afrikansk" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Hviterussisk" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Katalansk" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Tsjekkisk" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Dansk" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Tysk" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Gresk" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Engelsk (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spansk" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finsk" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Fransk" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italiensk" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxembourgsk" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norsk" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Nederlandsk" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polsk" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugisisk (Brasil)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugisisk" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumensk" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Russisk" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slovakisk" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovenian" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbisk" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Svensk" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Tyrkisk" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukrainsk" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Kinesisk forenklet" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx-administrasjon" diff --git a/src/locale/pl_PL/LC_MESSAGES/django.po b/src/locale/pl_PL/LC_MESSAGES/django.po index f180f4b91..8f321a506 100644 --- a/src/locale/pl_PL/LC_MESSAGES/django.po +++ b/src/locale/pl_PL/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-24 00:25\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "Automatyczny" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "nazwa" @@ -679,267 +679,368 @@ msgstr "wyzwalacz procesu" msgid "workflow triggers" msgstr "wyzwalacze procesu" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "Przypisanie" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "Typ akcji w procesie" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "przypisz tytuł" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Przypisz tytuł dokumentu, może zawierać zmienne, szczegóły w dokumentacji." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "przypisz ten tag" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "przypisz ten typ dokumentu" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "przypisz tego korespondenta" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "przypisz tą ścieżkę zapisu" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "przypisz tego właściciela" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "nadaj tym użytkownikom uprawnienia do przeglądania" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "nadaj tym grupom uprawnienia do przeglądania" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "nadaj tym użytkownikom uprawnienia do zmiany" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "nadaj tym grupom uprawnienia do zmiany" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "przypisz te pola dodatkowe" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "akcja procesu" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "akcje procesu" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "kolejność" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "wyzwalacze" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "akcje" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "włączony" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Nieprawidłowe wyrażenie regularne: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Nieprawidłowy kolor." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Typ pliku %(type)s nie jest obsługiwany" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Wykryto nieprawidłową zmienną." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Logowanie do Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Proszę się zalogować." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Twoja nazwa użytkownika i hasło nie są zgodne. Spróbuj ponownie." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Link nie został odnaleziony." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Link utracił ważność." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Użytkownik" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Hasło" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Zaloguj się" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Nie pamiętasz hasła?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "lub zaloguj się przez" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Paperless-ngx prośba o reset hasła" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Wprowadź poniżej swój adres e-mail, wyślemy instrukcje do ustawienia nowego." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Wystąpił błąd. Spróbuj ponownie." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Adres e-mail" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Wyślij mi instrukcje!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Wysłano żądanie resetu hasła w aplikacji Paperless-ngx" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Sprawdź swoją pocztę." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Wysłaliśmy Ci instrukcje dotyczące ustawienia hasła. Wkrótce otrzymasz e-mail!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Potwierdzenie resetowania hasła w aplikacji Paperless-ngx" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "poproś o reset hasła" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Ustaw nowe hasło." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Hasła nie pasują do siebie lub są zbyt słabe. Spróbuj ponownie." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "poproś o reset hasła" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Nowe hasło" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Potwierdź hasło" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Zmień hasło" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx zakończył resetowanie hasła" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Resetowanie hasła zakończone." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Twoje nowe hasło zostało ustawione. Możesz się teraz zalogować" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "Zarejestruj się" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Wczytywanie Paperless-ngx..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Nadal tutaj?! Hmm, coś może być nie tak." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Oto link do dokumentacji." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Link nie został odnaleziony." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Link utracił ważność." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "Logowanie do Paperless-ngx poprzez konto społecznościowe" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "Wystąpił błąd podczas próby zalogowania się za pośrednictwem konta sieci społecznościowej. Powrót do strony logowania" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "Zamierzasz podłączyć nowe konto strony trzeciej od %(provider)s." -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "Kontynuuj" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "Zarejestruj w Paperless-ngx konto społecznościowe" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "Zamierzasz użyć konta %(provider_name)s aby się zalogować." -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "Na koniec należy wypełnić poniższy formularz:" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "Zarejestruj się" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "Logo aplikacji" msgid "paperless application settings" msgstr "paperless ustawienia aplikacji" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Angielski (USA)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "arabski" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Afrykanerski" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Białoruski" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Bułgarski" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Kataloński" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Czeski" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Duński" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Niemiecki" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Grecki" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Angielski (Wielka Brytania)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Hiszpański" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Fiński" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francuski" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Węgierski" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Włoski" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "Japoński" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luksemburski" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norweski" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Holenderski" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polski" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugalski (Brazylia)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugalski" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumuński" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Rosyjski" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Słowacki" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Słoweński" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbski" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Szwedzki" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turecki" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukraiński" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Chiński uproszczony" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Administracja Paperless-ngx" diff --git a/src/locale/pt_BR/LC_MESSAGES/django.po b/src/locale/pt_BR/LC_MESSAGES/django.po index 9b0fbd910..e2d87658f 100644 --- a/src/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/locale/pt_BR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt_BR\n" @@ -51,9 +51,9 @@ msgstr "" #: documents/models.py:59 msgid "Automatic" -msgstr "" +msgstr "Automático" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "nome" @@ -429,7 +429,7 @@ msgstr "" #: documents/models.py:462 msgid "is shared by me" -msgstr "" +msgstr "compartilhado por mim" #: documents/models.py:472 msgid "rule type" @@ -549,7 +549,7 @@ msgstr "validade" #: documents/models.py:712 msgid "slug" -msgstr "" +msgstr "slug" #: documents/models.py:744 msgid "share link" @@ -617,11 +617,11 @@ msgstr "" #: documents/models.py:906 msgid "Document Added" -msgstr "" +msgstr "Documento Adicionado" #: documents/models.py:907 msgid "Document Updated" -msgstr "" +msgstr "Documento Atualizado" #: documents/models.py:910 msgid "Consume Folder" @@ -680,267 +680,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "atribuir título" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Atribuir um título de documento, pode incluir alguns espaços reservados, consulta a documentação." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "atribuir esta etiqueta" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "atribuir este tipo de documento" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "atribuir este correspondente" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "atribuir este caminho de armazenamento" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "atribuir este proprietário" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "atribuir estes campos personalizados" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "ordem" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "ordem" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "gatilhos" + +#: documents/models.py:1233 +msgid "actions" +msgstr "ações" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Expressão regular inválida: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Cor inválida." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Tipo de arquivo %(type)s não suportado" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Variável inválida detectada." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Entrar no Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Por favor, entre na sua conta" -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Seu usuário e senha estão incorretos. Por favor, tente novamente." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Link de compartilhamento não encontrado." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "O link de compartilhamento expirou." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Usuário" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Senha" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Entrar" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Esqueceu sua senha?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" -msgstr "" +msgstr "ou conecte-se com" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." -msgstr "" +msgstr "Ocorreu um erro. Tente novamente." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-mail" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" -msgstr "" +msgstr "Envie-me instruções!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." -msgstr "" +msgstr "Verifique sua caixa de entrada." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" -msgstr "" +msgstr "Nós enviamos as instruções para definir sua senha. Você receberá o e-mail em breve!" + +#: documents/templates/account/password_reset_from_key.html:5 +msgid "Paperless-ngx reset password confirmation" +msgstr "Confirmação de redefinição de senha para Paperless-ngx" + +#: documents/templates/account/password_reset_from_key.html:9 +msgid "Set a new password." +msgstr "Defina a nova senha." #: documents/templates/account/password_reset_from_key.html:15 -msgid "Paperless-ngx reset password confirmation" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:44 msgid "request a new password reset" -msgstr "" +msgstr "solicitar uma nova redefinição de senha" -#: documents/templates/account/password_reset_from_key.html:46 -msgid "Set a new password." -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" -msgstr "" +msgstr "Nova Senha" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" -msgstr "" +msgstr "Confirme a Senha" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" -msgstr "" +msgstr "Alterar minha senha" + +#: documents/templates/account/password_reset_from_key_done.html:5 +msgid "Paperless-ngx reset password complete" +msgstr "Redefinição de senha completada para Paperless-ngx" + +#: documents/templates/account/password_reset_from_key_done.html:9 +msgid "Password reset complete." +msgstr "Redefinição de senha concluída." #: documents/templates/account/password_reset_from_key_done.html:14 -msgid "Paperless-ngx reset password complete" -msgstr "" - -#: documents/templates/account/password_reset_from_key_done.html:40 -msgid "Password reset complete." -msgstr "" - -#: documents/templates/account/password_reset_from_key_done.html:42 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "Registrar-se no Paperless-ngx" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx está carregando..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Ainda aqui?! Hmm, algo pode estar errado." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Aqui está um link para a documentação." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Link de compartilhamento não encontrado." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "O link de compartilhamento expirou." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -962,23 +1063,23 @@ msgstr "Paperless" #: paperless/models.py:26 msgid "pdf" -msgstr "" +msgstr "pdf" #: paperless/models.py:27 msgid "pdfa" -msgstr "" +msgstr "pdfa" #: paperless/models.py:28 msgid "pdfa-1" -msgstr "" +msgstr "pdfa-1" #: paperless/models.py:29 msgid "pdfa-2" -msgstr "" +msgstr "pdfa-2" #: paperless/models.py:30 msgid "pdfa-3" -msgstr "" +msgstr "pdfa-3" #: paperless/models.py:39 msgid "skip" @@ -986,7 +1087,7 @@ msgstr "" #: paperless/models.py:40 msgid "redo" -msgstr "" +msgstr "refazer" #: paperless/models.py:41 msgid "force" @@ -1018,7 +1119,7 @@ msgstr "" #: paperless/models.py:62 msgid "none" -msgstr "" +msgstr "nenhum" #: paperless/models.py:70 msgid "LeaveColorUnchanged" @@ -1026,7 +1127,7 @@ msgstr "" #: paperless/models.py:71 msgid "RGB" -msgstr "" +msgstr "RGB" #: paperless/models.py:72 msgid "UseDeviceIndependentColor" @@ -1034,27 +1135,27 @@ msgstr "" #: paperless/models.py:73 msgid "Gray" -msgstr "" +msgstr "Cinza" #: paperless/models.py:74 msgid "CMYK" -msgstr "" +msgstr "CMYK" #: paperless/models.py:83 msgid "Sets the output PDF type" -msgstr "" +msgstr "Define o tipo de PDF de saída" #: paperless/models.py:95 msgid "Do OCR from page 1 to this value" -msgstr "" +msgstr "Faça OCR da página 1 a este valor" #: paperless/models.py:101 msgid "Do OCR using these languages" -msgstr "" +msgstr "Faça OCR usando estes idiomas" #: paperless/models.py:108 msgid "Sets the OCR mode" -msgstr "" +msgstr "Define o modo OCR" #: paperless/models.py:116 msgid "Controls the generation of an archive file" @@ -1090,149 +1191,149 @@ msgstr "" #: paperless/models.py:166 msgid "Adds additional user arguments for OCRMyPDF" -msgstr "" +msgstr "Adiciona argumentos adicionais para o OCRMyPDF" #: paperless/models.py:171 msgid "Application title" -msgstr "" +msgstr "Título do aplicativo" #: paperless/models.py:178 msgid "Application logo" -msgstr "" +msgstr "Logo do aplicativo" #: paperless/models.py:188 msgid "paperless application settings" -msgstr "" +msgstr "configurações do aplicativo paperless" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Inglês (EUA)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Árabe" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" -msgstr "" +msgstr "Africanês" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Bielorrusso" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" -msgstr "" +msgstr "Búlgaro" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Catalão" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Tcheco" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Dinamarquês" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Alemão" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" -msgstr "" +msgstr "Grego" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Inglês (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Espanhol" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finlandês" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francês" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" -msgstr "" +msgstr "Húngaro" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italiano" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" -msgstr "" +msgstr "Japonês" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburguês" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" -msgstr "" +msgstr "Norueguês" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Holandês" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polonês" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Português (Brasil)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Português" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Romeno" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Russo" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Eslovaco" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Esloveno" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Sérvio" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Sueco" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turco" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" -msgstr "" +msgstr "Ucraniano" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Chinês Simplificado" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Administração do Paperless-ngx" diff --git a/src/locale/pt_PT/LC_MESSAGES/django.po b/src/locale/pt_PT/LC_MESSAGES/django.po index 2f8a9d099..50f4a516e 100644 --- a/src/locale/pt_PT/LC_MESSAGES/django.po +++ b/src/locale/pt_PT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "Language: pt_PT\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "nome" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "atribuir esta etiqueta" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "atribuir este tipo de documento" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "atribuir este correspondente" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "ordem" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "ordem" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Expressão regular inválida: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Cor invalida." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Tipo de arquivo %(type)s não suportado" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Variável inválida detetada." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Início de sessão Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Por favor inicie sessão." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "O utilizador e a senha não correspondem. Tente novamente." - -#: documents/templates/account/login.html:54 -msgid "Share link was not found." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Nome de utilizador" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Palavra-passe" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Iniciar sessão" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Esqueceu-se da sua palavra-passe?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Email" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Redefinição de senha concluída." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "A sua nova senha foi definida. Agora pode entrar" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "O Paperless-ngx está a carregar..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Ainda aqui?! Hmm, algo pode estar errado." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Aqui está uma hiperligação para os documentos." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Inglês (EUA)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Árabe" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Bielorrusso" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Catalão" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Checo" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Dinamarquês" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Deutsch" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Inglês (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Espanhol" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finlandês" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Français" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italiano" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburguês" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Nederlandse" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polaco" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Português (Brasil)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Português" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Romeno" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Russo" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Eslovaco" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Esloveno" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Sérvio" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Sueco" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turco" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Chinês Simplificado" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Administração do Paperless-ngx" diff --git a/src/locale/ro_RO/LC_MESSAGES/django.po b/src/locale/ro_RO/LC_MESSAGES/django.po index 6c38c72b3..ca1f510ad 100644 --- a/src/locale/ro_RO/LC_MESSAGES/django.po +++ b/src/locale/ro_RO/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Romanian\n" "Language: ro_RO\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "nume" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "atribuie această etichetă" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "atribuie acest tip" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "atribuie acest corespondent" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "ordonează" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "ordonează" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Expresie regulată invalida: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Culoare invalidă." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Tip de fișier %(type)s nesuportat" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "" -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Conectare Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Vă rugăm conectați-vă." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Numele si parola nu sunt corecte. Vă rugăm incercați din nou." - -#: documents/templates/account/login.html:54 -msgid "Share link was not found." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Nume" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Parolă" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Conectare" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx se încarcă..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "" -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Engleză (Americană)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Cehă" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Daneză" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Germană" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Engleză (Britanică)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spaniolă" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Franceză" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italiană" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburgheză" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Olandeză" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Poloneză" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugheză (Brazilia)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugheză" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Română" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Rusă" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Suedeză" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Administrare Paperless-ngx" diff --git a/src/locale/ru_RU/LC_MESSAGES/django.po b/src/locale/ru_RU/LC_MESSAGES/django.po index ec6d7d971..db9b048aa 100644 --- a/src/locale/ru_RU/LC_MESSAGES/django.po +++ b/src/locale/ru_RU/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-16 00:22\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -53,7 +53,7 @@ msgstr "\"Нечёткий\" режим" msgid "Automatic" msgstr "Автоматически" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "имя" @@ -679,267 +679,368 @@ msgstr "пусковой механизм автоматизации" msgid "workflow triggers" msgstr "пусковые механизмы автоматизации" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "Задание" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "Тип действия автоматизации" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "присвоить заголовок" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Назначьте заголовок документа. Оно может содержать заполнители, см. документацию." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "назначить этот тег" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "назначить этот тип документа" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "назначить этого корреспондента" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "назначить этот путь хранения" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "назначить этого владельца" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "предоставьте права на отображение этим пользователям" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "предоставьте права на отображение этим группам" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "предоставьте права на редактирование этим пользователям" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "предоставьте права на редактирование этим группам" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "назначьте эти спецполя" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "действия автоматизации" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "действия автоматизации" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "порядок" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "пусковые механизмы" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "действия" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "включено" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "неверное регулярное выражение: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Неверный цвет." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Тип файла %(type)s не поддерживается" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Обнаружена неверная переменная." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Войти в Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Пожалуйста, войдите." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Неправильные имя пользователя или пароль! Попробуйте еще раз." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Ссылка для обмена не найдена." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Срок действия ссылки для обмена истёк." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Имя пользователя" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Пароль" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Вход" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Забыли пароль?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "или войдите в систему через" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Запрос на сброс пароля Paperless-ngx" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Введите ваш адрес электронной почты ниже, и мы отправим вам инструкции по установке нового пароля." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Произошла ошибка. Пожалуйста, попробуйте еще раз." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Электронная почта" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Отправьте мне инструкции!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Пароль сброса Paperless-ngx отправлен" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Проверьте ваш входящий ящик." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Мы отправили вам инструкции по установке нового пароля. Вы должны получить письмо в ближайшее время!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Подтверждение сброса пароля Paperless-ngx" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "запрос сброса пароля вновь" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Установите новый пароль." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Пароли не совпадают или слишком слабые. Пожалуйста, попробуйте еще раз." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "запрос сброса пароля вновь" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Новый пароль" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Подтверждение пароля" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Сменить пароль" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Сброс пароля Paperless-ngx завершен" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Сброс пароля завершен." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Ваш новый пароль был установлен. Теперь вы можете войти" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "Зарегистрироваться" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx загружается..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Все еще здесь?! Возможно что-то не так." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Вот ссылка на документацию." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Ссылка для обмена не найдена." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Срок действия ссылки для обмена истёк." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "Paperless-ngx вход через сторонние сервисы" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "Ошибка при входе в систему через учетную запись стороннего сервиса. Вернуться на страницу входа" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "Вы собираетесь связать аккаунт стороннего сервиса через %(provider)s." -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "Продолжить" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "Paperless-ngx регистрация через сторонний сервис" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "Вы собираетесь войти через сторонний сервис %(provider_name)s." -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "На завершение, пожалуйста заполните следующую форму:" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "Зарегистрироваться" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "Логотип приложения" msgid "paperless application settings" msgstr "настройки приложения paperless" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Английский (США)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Арабский" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Африкаанс" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Белорусский" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Болгарский" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Каталонский" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Чешский" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Датский" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Немецкий" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Греческий" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Английский (Великобритании)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Испанский" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Финский" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Французский" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Венгерский" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Итальянский" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "Японский" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Люксембургский" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Норвежский" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Датский" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Польский" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Португальский (Бразилия)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Португальский" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Румынский" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Русский" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Словацкий" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Словенский" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Сербский" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Шведский" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Турецкий" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Украинский" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Китайский упрощенный" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Администрирование Paperless-ngx" diff --git a/src/locale/sk_SK/LC_MESSAGES/django.po b/src/locale/sk_SK/LC_MESSAGES/django.po index 6af2b2101..25706888d 100644 --- a/src/locale/sk_SK/LC_MESSAGES/django.po +++ b/src/locale/sk_SK/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Slovak\n" "Language: sk_SK\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "meno" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "priradiť tento štítok" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "priradiť tento typ dokumentu" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "priradiť tohto odosielateľa" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "poradie" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "poradie" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Neplatný regulárny výraz: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Neplatná farba." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Typ súboru %(type)s nie je podporovaný" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Zistená neplatná premenná." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Prihlásiť Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Prihláste sa, prosím." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Vaše prihlasovacie údaje nie sú správne. Prosím, skúste to znova." - -#: documents/templates/account/login.html:54 -msgid "Share link was not found." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Užívateľské meno" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Heslo" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Prihlásiť sa" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-mail" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx sa načítava..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Ešte stále tu?! Hmm, niečo sa možno prihodilo." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Tu je odkaz na dokumentáciu." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Angličtina (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabčina" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Bieloruština" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Catalan" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Čeština" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Dánčina" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Nemčina" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Angličtina (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Španielčina" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finnish" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francúzština" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Taliančina" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburčina" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Holandčina" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polština" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugalčina (Brazília)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugalčina" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumunčina" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Ruština" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slovenčina" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovinčina" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Srbčina" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Švédčina" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turečtina" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Čínština (zjednodušená)" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Správa Paperless-ngx" diff --git a/src/locale/sl_SI/LC_MESSAGES/django.po b/src/locale/sl_SI/LC_MESSAGES/django.po index 576a5e3be..c9523b7c1 100644 --- a/src/locale/sl_SI/LC_MESSAGES/django.po +++ b/src/locale/sl_SI/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Slovenian\n" "Language: sl_SI\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "ime" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "dodeli naslov" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Dodelite naslov dokumenta, lahko vključuje nekatere nadomestne znake, glejte dokumentacijo." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "dodeli to oznako" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "dodeli to vrsto dokumenta" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "dodeli tega dopisnika" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "dodeli to pot shranjevanja" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "določi tega lastnika" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "tem uporabnikom podeli dovoljenje za ogled" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "tem skupinam podeli dovoljenje za ogled" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "tem uporabnikom podeli dovoljenje za spreminjanje" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "tem skupinam podeli dovoljenje za spreminjanje" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "vrstni red" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "vrstni red" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "omogočeno" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Neveljaven splošen izraz: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Napačna barva." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Vrsta datoteke %(type)s ni podprta" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Zaznani neveljavni znaki." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx prijava" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Prosimo, prijavite se." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Vaše uporabniško ime in geslo se ne ujemata. Prosim poskusite ponovno." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Deljena povezave ni bila najdena." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Deljena povezava je potekla." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Uporabniško ime" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Geslo" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Prijava" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Ste pozabili svoje geslo?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Zahteva za ponastavitev gesla Paperless-ngx" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Spodaj vnesite svoj e-poštni naslov, mi pa vam bomo poslali navodila za nastavitev novega." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Prišlo je do napake. Prosimo, poskusite znova." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-pošta" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Pošljite mi navodila!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Paperless-ngx ponastavitev gesla je bila poslana" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Preverite svoj e-poštni predal." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Poslali smo vam navodila za nastavitev gesla. Kmalu boste prejeli e-poštno sporočilo!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Potrditev ponastavitve gesla Paperless-ngx" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "zahteva za ponastavitev gesla" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Nastavite novo geslo." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Gesla se niso ujemala ali so bila prešibka. Poskusite znova." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "zahteva za ponastavitev gesla" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Novo geslo" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Potrdi geslo" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Spremeni moje geslo" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx ponastavitev gesla dokončana" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Ponastavitev gesla je končana." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Vaše novo geslo je bilo nastavljeno. Zdaj se lahko prijavite" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx se nalaga..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Še vedno tam? Hmm, kot kaže je šlo nekaj narobe." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Tu je povezava do dokumentacije." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Deljena povezave ni bila najdena." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Deljena povezava je potekla." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "Logotip aplikacije" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Angleščina (ZDA)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabščina" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Afrikanščina" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Beloruščina" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Bolgarščina" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Katalonščina" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Češčina" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Danščina" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Nemščina" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Grščina" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Angleščina (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Španščina" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finščina" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francoščina" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Madžarščina" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italijanščina" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "japonščina" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luksemburški" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norveščina" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Nizozemščina" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Poljščina" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugalščina (Brazilija)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugalščina" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Romunščina" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Ruščina" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slovaščina" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovenščina" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Srbščina" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Švedščina" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turščina" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukrajinščina" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Poenostavljena kitajščina" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx administracija" diff --git a/src/locale/sr_CS/LC_MESSAGES/django.po b/src/locale/sr_CS/LC_MESSAGES/django.po index 21e606427..53224c87f 100644 --- a/src/locale/sr_CS/LC_MESSAGES/django.po +++ b/src/locale/sr_CS/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Serbian (Latin)\n" "Language: sr_CS\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "naziv" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "dodeli naslov" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "dodeli ovu oznaku" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "dodeli ovaj tip dokumenta" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "dodeli ovog korspodenta" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "raspored" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "raspored" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Nevažeći regularni izraz: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Nevažeća boja." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Vrsta datoteke %(type)s nije podržana" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Otkrivena je nevažeća promenljiva." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx prijava" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Prijavite se." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Vaše korisničko ime i lozinka ne odgovaraju. Molimo pokušajte ponovo." - -#: documents/templates/account/login.html:54 -msgid "Share link was not found." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Korisničko ime" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Lozinka" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Prijavite se" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Zaboravili ste lozinku?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Email" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Pošalji mi uputstva!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Proverite vaše prijamno sanduče." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Postavi novu lozinku." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Lozinke se ne poklapaju ili je preslaba. Pokušajte ponovo." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Nova lozinka" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Potvrdi lozinku" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Promeni moju lozinku" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx se učitava..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Još uvek si ovde?! Hmm, možda nešto nije u redu." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Veze ka dokumentima." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Engleski (US)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arapski" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Afrički" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Beloruski" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Bugarski" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Katalonski" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Češki" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Danski" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Nemački" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Grčki" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Engleski (UK)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Španski" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finski" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Francuski" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Mađarski" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italijanski" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luksemburški" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norveški" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Holandski" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Poljski" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugalski (Brazil)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugalski" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumunski" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Ruski" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slovački" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovenački" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Srpski" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Švedski" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turski" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukrajinski" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Kineski pojednostavljen" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx administracija" diff --git a/src/locale/sv_SE/LC_MESSAGES/django.po b/src/locale/sv_SE/LC_MESSAGES/django.po index 92ca7c42c..ea6e245e2 100644 --- a/src/locale/sv_SE/LC_MESSAGES/django.po +++ b/src/locale/sv_SE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "namn" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "tilldela titel" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "tilldela denna etikett" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "tilldela den här dokumenttypen" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "tilldela denna korrespondent" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "tilldela denna ägare" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "ordning" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "ordning" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Ogiltigt reguljärt uttryck: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Ogiltig färg." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Filtypen %(type)s stöds inte" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Ogiltig variabel upptäckt." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx inloggning" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Vänligen logga in." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Ditt användarnamn och lösenord matchade inte. Vänligen försök igen." - -#: documents/templates/account/login.html:54 -msgid "Share link was not found." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Delningslänken har upphört att gälla." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Användarnamn" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Lösenord" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Logga in" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Glömt ditt lösenord?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-post" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Paperless-ngx återställning av lösenord bekräftelse" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Ange ett nytt lösenord." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Lösenorden matchar inte eller var för svaga. Försök igen." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Nytt lösenord" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Bekräfta lösenord" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Ändra mitt lösenord" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx återställning av lösenord slutfört" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Återställning av lösenord slutfört." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Ditt nya lösenord har ställts in. Du kan nu logga in" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx laddar..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Fortfarande här?! Hmm, någonting kan vara fel." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Här är en länk till dokumentationen." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Delningslänken har upphört att gälla." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Engelska (USA)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arabiska" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Belarusiska" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Kataloniska" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Tjeckiska" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Danska" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Tyska" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Engelska (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Spanska" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Finska" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Franska" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Italienska" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Luxemburgiska" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Holländska" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polska" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portugisiska (Brasilien)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portugisiska" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Rumänska" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Ryska" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slovakiska" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovenska" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Serbiska" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Svenska" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Turkiska" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukrainiska" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Kinesiska (förenklad)" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx administration" diff --git a/src/locale/th_TH/LC_MESSAGES/django.po b/src/locale/th_TH/LC_MESSAGES/django.po index d2e9b9758..feef8e225 100644 --- a/src/locale/th_TH/LC_MESSAGES/django.po +++ b/src/locale/th_TH/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Thai\n" "Language: th_TH\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "ชื่อ" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "กำหนดแท็กนี้" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "กำหนดประเภทเอกสารนี้" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "กำหนดผู้เขียนนี้" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "อันดับ" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "อันดับ" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Regular expression ไม่ถูกต้อง : %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "สีไม่ถูกต้อง" -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "ไม่รองรับไฟล์ประเภท %(type)s" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "ตรวจพบตัวแปรไม่ถูกต้อง" -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "เข้าสู่ระบบ Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "โปรดเข้าสู่ระบบ" -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "ชื่อผู้ใช้และรหัสผ่านของคุณไม่ถูกต้อง โปรดลองใหม่อีกครั้ง" +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "ไม่พบลิงก์นี้" - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "ลิงก์หมดอายุแล้ว" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "ชื่อผู้ใช้" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "รหัสผ่าน" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "เข้าสู่ระบบ" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "ลืมรหัสผ่าน?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "เกิดข้อผิดพลาดโปรดดำเนินการอีกครั้ง" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "อีเมล" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "ตั้งรหัสผ่านใหม่" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "รหัสผ่านใหม่" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "ยืนยันรหัสผ่าน" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "เปลี่ยนรหัสผ่านของฉัน" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "กำลังโหลด Paperless-ngx..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "ยังค้างอยู่หรอ​? อืมม ต้องมีอะไรผิดพลาดตรงไหน ไม่เข้าใจเลยสักครั้ง" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "ลิงก์ไปยังเอกสารคือ" -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "ไม่พบลิงก์นี้" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "ลิงก์หมดอายุแล้ว" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "ภาษาอังกฤษ (สหรัฐฯ)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "ภาษาอาหรับ" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "ภาษาอาฟรีกานส์" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "ภาษาเบลารุส" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "ภาษาคาตาลัน" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "ภาษาเช็ก" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "ภาษาเดนมาร์ก" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "ภาษาเยอรมัน" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "ภาษากรีก" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "ภาษาอังกฤษ (สหราชอาณาจักร)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "ภาษาสเปน" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "ภาษาฟินแลนด์" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "ภาษาฝรั่งเศส" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "ภาษาอิตาลี" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "ภาษาลักเซมเบิร์ก" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "ภาษานอร์เวย์" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "ภาษาดัตช์" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "ภาษาโปแลนด์" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "ภาษาโปรตุเกส (บราซิล)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "ภาษาโปรตุเกส" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "ภาษาโรมาเนีย" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "ภาษารัสเซีย" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "ภาษาสโลวาเกีย" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "ภาษาสโลเวเนีย" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "ภาษาเซอร์เบีย" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "ภาษาสวีเดน" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "ภาษาตุรกี" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "ภาษายูเครน" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "ภาษาจีน (ตัวย่อ)" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "การจัดการ Paperless-ngx" diff --git a/src/locale/tr_TR/LC_MESSAGES/django.po b/src/locale/tr_TR/LC_MESSAGES/django.po index a0b4c493b..9f0fd6097 100644 --- a/src/locale/tr_TR/LC_MESSAGES/django.po +++ b/src/locale/tr_TR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "ad" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "başlık at" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "bu etiketi atan" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "bu dosya türünü atan" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "bu muhabiri atan" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "bu kullanıcılara görüntüleme izni ver" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "bu kullanıcılara değişiklik yapma izni ver" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "bu gruplara değişiklik yapma izni ver" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "sıra" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "sıra" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Hatalı Düzenli İfade: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Geçersiz renk." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Dosya türü %(type)s desteklenmiyor" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Geçersiz değişken algılandı." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx oturumunu açin" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Lütfen oturum açın." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Kullanıcı adınız ve parolanız uymuyor. Lütfen tekrar deneyiniz." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Paylaşım bağlantısı bulunamadı." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Bağlantının kullanım süresi doldu." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Kullanıcı Adı" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Parola" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Oturum aç" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Şifrenizi mi unuttunuz?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Bir hata oluştu. Lütfen tekrar deneyin." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "E-posta" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Talimatları gönder!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Paperless-ngx sıfırlama şifresi gönderildi" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Gelen kutunuzu kontrol edin." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "yeni bir şifre değişikliği talebi oluşturun" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Yeni bir şifre belirleyin." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "" +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "yeni bir şifre değişikliği talebi oluşturun" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Yeni Parola" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Yeni Şifre (Tekrar)" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Parolamı değiştir" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Şifre sıfırlama tamamlandı." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx yükleniyor..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Hâlâ burada mısınız? Hmm, bir şeyler yanlış olabilir." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "" -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Paylaşım bağlantısı bulunamadı." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Bağlantının kullanım süresi doldu." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "İngilizce (Birleşik Devletler)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Arapça" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Afrika dili" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Belarusça" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Katalanca" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Çekçe" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Danca" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Almanca" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Yunanca" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "İngilizce (GB)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "İspanyolca" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Fince" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Fransızca" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "İtalyanca" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Lüksemburgca" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norveçce" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Hollandaca" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Polonyaca" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Portekizce (Brezilya)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Portekizce" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Romence" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Rusça" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slovakça" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Slovakça" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Sırpça" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "İsveççe" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Türkçe" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukraynaca" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Basitleştirilmiş Çince" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx yönetimi" diff --git a/src/locale/uk_UA/LC_MESSAGES/django.po b/src/locale/uk_UA/LC_MESSAGES/django.po index 3b493814c..d8717b0ab 100644 --- a/src/locale/uk_UA/LC_MESSAGES/django.po +++ b/src/locale/uk_UA/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "Language: uk_UA\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "назва" @@ -679,267 +679,368 @@ msgstr "тригер робочого процесу" msgid "workflow triggers" msgstr "тригери робочого процесу" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "Призначення" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "Тип дії робочого процесу" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "призначити назву" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "Призначити заголовок документу, може включати деякі місця заповнювачів, див. документацію." -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "призначити цей тег" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "призначити цей тип документа" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "призначити цього кореспондента" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "призначити шлях до сховища" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "призначити власника" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "надати дозволи на перегляд цим користувачам" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "надати дозволи на перегляд цим групам" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "надати дозволи на зміну цим користувачам" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "надати дозволи на зміну цим групам" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "призначити користувацькі поля" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "дія робочого циклу" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "дії робочого циклу" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "порядок" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "тригери" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "дії" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "ввімкнено" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "Неправильний регулярний вираз: %(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "Неправильний колір." -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "Тип файлу %(type)s не підтримується" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "Виявлено неправильну змінну." -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Увійти в Paperless-ngx" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "Будь ласка, увійдіть." -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "Ім'я користувача та пароль не збігаються. Будь ласка, спробуйте ще раз." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "Посилання для спільного доступу не знайдено." - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "Термін дії посилання закінчився." - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "Ім'я користувача" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "Пароль" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "Увійти" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "Забули пароль?" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Запит на скидання пароля Paperless-ngx" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "Введіть свою електронну адресу нижче, і ми надішлемо електронною поштою інструкції щодо відновлення." -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "Сталась помилка. Спробуйте ще раз." -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "Ел. пошта" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "Надіслати мені інструкції!" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Запит на скидання пароля Paperless-ngx надіслано" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "Перевірте вашу поштову скриньку." -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "Ми надіслали вам на електронну пошту інструкції щодо встановлення паролю. Ви маєте отримати лист найближчим часом!" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Підтвердження скидання пароля Paperless-ngx" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "запит для створення нового паролю" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "Встановити новий пароль." -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "Паролі не збігаються або надто слабкі. Спробуйте ще раз." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "запит для створення нового паролю" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "Новий пароль" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "Підтвердьте пароль" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "Змінити мій пароль" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Скидання пароля Paperless-ngx завершено" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "Скидання пароля завершено." -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "Ваш новий пароль встановлено. Тепер ви можете увійти в систему" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx завантажується..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "Все ще тут? Хмм, щось могло піти не так." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "Ось посилання на документацію." -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "Посилання для спільного доступу не знайдено." + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "Термін дії посилання закінчився." + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "налаштування програми документообігу" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "Англійська (США)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "Арабська" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Африкаанс" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "Білоруська" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "Болгарська" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Каталонська" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "Чеська" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "Данська" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "Німецька" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Грецька" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "Англійська (Велика Британія)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "Іспанська" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "Фінська" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "Французька" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "Угорська" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "Італійська" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "Люксембурзька" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Норвезька" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "Нідерландська" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "Польська" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "Португальська (Бразилія)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "Португальська" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "Румунська" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "Російська" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Словацька" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "Словенська" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "Сербська" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "Шведська" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "Турецька" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Українська" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "Китайська спрощена" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Адміністрування Paperless-ngx" diff --git a/src/locale/vi_VN/LC_MESSAGES/django.po b/src/locale/vi_VN/LC_MESSAGES/django.po index f6d52e59c..9fe4ab01e 100644 --- a/src/locale/vi_VN/LC_MESSAGES/django.po +++ b/src/locale/vi_VN/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Language: vi_VN\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "tên" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "" -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "" -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "" -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "" - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "" -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "" diff --git a/src/locale/zh_CN/LC_MESSAGES/django.po b/src/locale/zh_CN/LC_MESSAGES/django.po index cf23f5427..c9d5b9f2f 100644 --- a/src/locale/zh_CN/LC_MESSAGES/django.po +++ b/src/locale/zh_CN/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "名称" @@ -679,267 +679,368 @@ msgstr "工作流触发器" msgid "workflow triggers" msgstr "工作流触发器" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "分配任务" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "工作流动作类型" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "指定标题" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "指定一个文档标题,可以包含一些占位符,参见文档。" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "分配此标签" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "分配此文档类型" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "分配此联系人" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "指定存储路径" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "指定所有者" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "为这些用户授予观看权限" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "为这些用户组授予观看权限" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "为这些用户授予修改权限" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "为这些用户组授予修改权限" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "分配这些自定义字段" -#: documents/models.py:1094 +#: documents/models.py:1108 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1113 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 msgid "workflow action" msgstr "工作流动作" -#: documents/models.py:1095 +#: documents/models.py:1211 msgid "workflow actions" msgstr "工作流动作" -#: documents/models.py:1104 paperless_mail/models.py:95 +#: documents/models.py:1220 paperless_mail/models.py:95 msgid "order" msgstr "排序" -#: documents/models.py:1110 +#: documents/models.py:1226 msgid "triggers" msgstr "触发器" -#: documents/models.py:1117 +#: documents/models.py:1233 msgid "actions" msgstr "动作" -#: documents/models.py:1120 +#: documents/models.py:1236 msgid "enabled" msgstr "已启用" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "无效的正则表达式:%(error)s" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "无效的颜色" -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "不支持文件类型 %(type)s" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "检测到无效变量。" -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "Paperless-ngx 登录" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "请登录。" -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." -msgstr "您的用户名和密码不匹配。请重试。" +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "未找到共享链接。" - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "分享链接已失效!" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "用户名" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "密码" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "登录" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "忘记密码" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "Paperless-ngx密码重置请求" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "请在下面输入你的电子邮件地址,我们将发送电子邮件说明如何设置一个新的。" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "出现错误。请重试。" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "电子邮件" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "向为发送说明" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "Paperless-ngx密码重置发送" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "检查你的收件箱。" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "我们已经通过电子邮件向您发送设置密码的说明。你应该很快就会收到。" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "Paperless-ngx密码重置确认" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "请求密码重置" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "设置一个新密码" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." -msgstr "密码不匹配或者太弱,请重试。" +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" +msgstr "请求密码重置" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "新密码" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "确认密码" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "修改密码" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "Paperless-ngx密码重置完成" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "秘密重置完成" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "你的新密码已经被设置,你现在可以登录" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "Paperless-ngx 正在加载..." -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "还是在这里?嗯,可能有些错误。" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "这是与文档的链接。" -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "未找到共享链接。" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "分享链接已失效!" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "无纸应用设置" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "英语(美国)" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "阿拉伯语" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "Afrikaans 荷兰语" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "白俄罗斯语" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "保加利亚语" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "Catalan 加泰罗尼亚语" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "捷克语" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "丹麦语" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "德语" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "Greek 希腊语" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "英语(英国)" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "西班牙语" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "已完成" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "法语" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "匈牙利语" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "意大利语" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "卢森堡语" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "Norwegian 挪威语" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "荷兰语" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "波兰语" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "葡萄牙语 (巴西)" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "葡萄牙语" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "罗马尼亚语" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "俄语" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "Slovak 斯洛伐克语" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "斯洛语尼亚语" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "塞尔维亚语" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "瑞典语" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "土耳其语" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "Ukrainian 乌克兰语" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "简体中文" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "Paperless-ngx 管理" diff --git a/src/locale/zh_TW/LC_MESSAGES/django.po b/src/locale/zh_TW/LC_MESSAGES/django.po index 3ab2b7119..6b4097411 100644 --- a/src/locale/zh_TW/LC_MESSAGES/django.po +++ b/src/locale/zh_TW/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: paperless-ngx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-14 16:47-0800\n" -"PO-Revision-Date: 2024-02-15 12:08\n" +"POT-Creation-Date: 2024-03-04 17:00-0800\n" +"PO-Revision-Date: 2024-03-05 01:01\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "Language: zh_TW\n" @@ -53,7 +53,7 @@ msgstr "" msgid "Automatic" msgstr "" -#: documents/models.py:62 documents/models.py:397 documents/models.py:1102 +#: documents/models.py:62 documents/models.py:397 documents/models.py:1218 #: paperless_mail/models.py:18 paperless_mail/models.py:93 msgid "name" msgstr "名稱" @@ -679,267 +679,368 @@ msgstr "" msgid "workflow triggers" msgstr "" -#: documents/models.py:1000 +#: documents/models.py:1002 msgid "Assignment" msgstr "" -#: documents/models.py:1003 +#: documents/models.py:1006 +msgid "Removal" +msgstr "" + +#: documents/models.py:1010 msgid "Workflow Action Type" msgstr "" -#: documents/models.py:1009 +#: documents/models.py:1016 msgid "assign title" msgstr "" -#: documents/models.py:1014 +#: documents/models.py:1021 msgid "Assign a document title, can include some placeholders, see documentation." msgstr "" -#: documents/models.py:1022 paperless_mail/models.py:216 +#: documents/models.py:1030 paperless_mail/models.py:216 msgid "assign this tag" msgstr "" -#: documents/models.py:1030 paperless_mail/models.py:224 +#: documents/models.py:1039 paperless_mail/models.py:224 msgid "assign this document type" msgstr "" -#: documents/models.py:1038 paperless_mail/models.py:238 +#: documents/models.py:1048 paperless_mail/models.py:238 msgid "assign this correspondent" msgstr "指派這個聯繫者" -#: documents/models.py:1046 +#: documents/models.py:1057 msgid "assign this storage path" msgstr "" -#: documents/models.py:1055 +#: documents/models.py:1066 msgid "assign this owner" msgstr "" -#: documents/models.py:1062 +#: documents/models.py:1073 msgid "grant view permissions to these users" msgstr "" -#: documents/models.py:1069 +#: documents/models.py:1080 msgid "grant view permissions to these groups" msgstr "" -#: documents/models.py:1076 +#: documents/models.py:1087 msgid "grant change permissions to these users" msgstr "" -#: documents/models.py:1083 +#: documents/models.py:1094 msgid "grant change permissions to these groups" msgstr "" -#: documents/models.py:1090 +#: documents/models.py:1101 msgid "assign these custom fields" msgstr "" -#: documents/models.py:1094 -msgid "workflow action" +#: documents/models.py:1108 +msgid "remove these tag(s)" msgstr "" -#: documents/models.py:1095 -msgid "workflow actions" -msgstr "" - -#: documents/models.py:1104 paperless_mail/models.py:95 -msgid "order" -msgstr "" - -#: documents/models.py:1110 -msgid "triggers" -msgstr "" - -#: documents/models.py:1117 -msgid "actions" +#: documents/models.py:1113 +msgid "remove all tags" msgstr "" #: documents/models.py:1120 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1125 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1132 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1137 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1144 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1149 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1156 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1161 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1168 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1175 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1182 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1189 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1194 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1201 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1206 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1210 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1211 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1220 paperless_mail/models.py:95 +msgid "order" +msgstr "" + +#: documents/models.py:1226 +msgid "triggers" +msgstr "" + +#: documents/models.py:1233 +msgid "actions" +msgstr "" + +#: documents/models.py:1236 msgid "enabled" msgstr "" -#: documents/serialisers.py:113 +#: documents/serialisers.py:114 #, python-format msgid "Invalid regular expression: %(error)s" msgstr "" -#: documents/serialisers.py:407 +#: documents/serialisers.py:408 msgid "Invalid color." msgstr "" -#: documents/serialisers.py:1061 +#: documents/serialisers.py:1072 #, python-format msgid "File type %(type)s not supported" msgstr "" -#: documents/serialisers.py:1164 +#: documents/serialisers.py:1175 msgid "Invalid variable detected." msgstr "" -#: documents/templates/account/login.html:14 +#: documents/templates/account/email/base_message.txt:1 +#, python-format +msgid "Hello from %(site_name)s!" +msgstr "" + +#: documents/templates/account/email/base_message.txt:5 +#, python-format +msgid "Thank you for using %(site_name)s!\n" +"%(site_domain)s" +msgstr "" + +#: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" msgstr "" -#: documents/templates/account/login.html:47 +#: documents/templates/account/login.html:10 msgid "Please sign in." msgstr "" -#: documents/templates/account/login.html:50 -msgid "Your username and password didn't match. Please try again." +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" msgstr "" -#: documents/templates/account/login.html:54 -msgid "Share link was not found." -msgstr "" - -#: documents/templates/account/login.html:58 -msgid "Share link has expired." -msgstr "" - -#: documents/templates/account/login.html:61 -#: documents/templates/socialaccount/signup.html:56 +#: documents/templates/account/login.html:19 +#: documents/templates/account/signup.html:15 +#: documents/templates/socialaccount/signup.html:13 msgid "Username" msgstr "" -#: documents/templates/account/login.html:62 +#: documents/templates/account/login.html:20 +#: documents/templates/account/signup.html:17 msgid "Password" msgstr "" -#: documents/templates/account/login.html:72 +#: documents/templates/account/login.html:30 msgid "Sign in" msgstr "" -#: documents/templates/account/login.html:76 +#: documents/templates/account/login.html:34 msgid "Forgot your password?" msgstr "" -#: documents/templates/account/login.html:83 +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 msgid "or sign in via" msgstr "" -#: documents/templates/account/password_reset.html:15 +#: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" msgstr "" -#: documents/templates/account/password_reset.html:43 +#: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." msgstr "" -#: documents/templates/account/password_reset.html:46 +#: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." msgstr "" -#: documents/templates/account/password_reset.html:49 -#: documents/templates/socialaccount/signup.html:57 +#: documents/templates/account/password_reset.html:15 msgid "Email" msgstr "" -#: documents/templates/account/password_reset.html:56 +#: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" msgstr "" -#: documents/templates/account/password_reset_done.html:14 +#: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" msgstr "" -#: documents/templates/account/password_reset_done.html:40 +#: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." msgstr "" -#: documents/templates/account/password_reset_done.html:41 +#: documents/templates/account/password_reset_done.html:13 msgid "We've emailed you instructions for setting your password. You should receive the email shortly!" msgstr "" -#: documents/templates/account/password_reset_from_key.html:15 +#: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" msgstr "" -#: documents/templates/account/password_reset_from_key.html:44 -msgid "request a new password reset" -msgstr "" - -#: documents/templates/account/password_reset_from_key.html:46 +#: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." msgstr "" -#: documents/templates/account/password_reset_from_key.html:50 -msgid "Passwords did not match or too weak. Try again." +#: documents/templates/account/password_reset_from_key.html:15 +msgid "request a new password reset" msgstr "" -#: documents/templates/account/password_reset_from_key.html:53 +#: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:54 +#: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" msgstr "" -#: documents/templates/account/password_reset_from_key.html:65 +#: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:14 +#: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:40 +#: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." msgstr "" -#: documents/templates/account/password_reset_from_key_done.html:42 +#: documents/templates/account/password_reset_from_key_done.html:14 #, python-format msgid "Your new password has been set. You can now log in" msgstr "" -#: documents/templates/index.html:79 +#: documents/templates/account/signup.html:5 +msgid "Paperless-ngx sign up" +msgstr "" + +#: documents/templates/account/signup.html:10 +#, python-format +msgid "Already have an account? Sign in" +msgstr "" + +#: documents/templates/account/signup.html:16 +#: documents/templates/socialaccount/signup.html:14 +msgid "Email (optional)" +msgstr "" + +#: documents/templates/account/signup.html:18 +msgid "Password (again)" +msgstr "" + +#: documents/templates/account/signup.html:36 +#: documents/templates/socialaccount/signup.html:27 +msgid "Sign up" +msgstr "" + +#: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." msgstr "" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." msgstr "" -#: documents/templates/index.html:80 +#: documents/templates/index.html:62 msgid "Here's a link to the docs." msgstr "" -#: documents/templates/socialaccount/authentication_error.html:15 -#: documents/templates/socialaccount/login.html:15 +#: documents/templates/paperless-ngx/base.html:41 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:45 +msgid "Share link has expired." +msgstr "" + +#: documents/templates/socialaccount/authentication_error.html:5 +#: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" msgstr "" -#: documents/templates/socialaccount/authentication_error.html:43 +#: documents/templates/socialaccount/authentication_error.html:10 #, python-format msgid "An error occurred while attempting to login via your social network account. Back to the login page" msgstr "" -#: documents/templates/socialaccount/login.html:44 +#: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." msgstr "" -#: documents/templates/socialaccount/login.html:47 +#: documents/templates/socialaccount/login.html:13 msgid "Continue" msgstr "" -#: documents/templates/socialaccount/signup.html:14 +#: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" msgstr "" -#: documents/templates/socialaccount/signup.html:53 +#: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." msgstr "" -#: documents/templates/socialaccount/signup.html:54 +#: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" msgstr "" -#: documents/templates/socialaccount/signup.html:72 -msgid "Sign up" -msgstr "" - #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" @@ -1103,135 +1204,135 @@ msgstr "" msgid "paperless application settings" msgstr "" -#: paperless/settings.py:642 +#: paperless/settings.py:664 msgid "English (US)" msgstr "" -#: paperless/settings.py:643 +#: paperless/settings.py:665 msgid "Arabic" msgstr "" -#: paperless/settings.py:644 +#: paperless/settings.py:666 msgid "Afrikaans" msgstr "" -#: paperless/settings.py:645 +#: paperless/settings.py:667 msgid "Belarusian" msgstr "" -#: paperless/settings.py:646 +#: paperless/settings.py:668 msgid "Bulgarian" msgstr "" -#: paperless/settings.py:647 +#: paperless/settings.py:669 msgid "Catalan" msgstr "" -#: paperless/settings.py:648 +#: paperless/settings.py:670 msgid "Czech" msgstr "" -#: paperless/settings.py:649 +#: paperless/settings.py:671 msgid "Danish" msgstr "" -#: paperless/settings.py:650 +#: paperless/settings.py:672 msgid "German" msgstr "" -#: paperless/settings.py:651 +#: paperless/settings.py:673 msgid "Greek" msgstr "" -#: paperless/settings.py:652 +#: paperless/settings.py:674 msgid "English (GB)" msgstr "" -#: paperless/settings.py:653 +#: paperless/settings.py:675 msgid "Spanish" msgstr "" -#: paperless/settings.py:654 +#: paperless/settings.py:676 msgid "Finnish" msgstr "" -#: paperless/settings.py:655 +#: paperless/settings.py:677 msgid "French" msgstr "" -#: paperless/settings.py:656 +#: paperless/settings.py:678 msgid "Hungarian" msgstr "" -#: paperless/settings.py:657 +#: paperless/settings.py:679 msgid "Italian" msgstr "" -#: paperless/settings.py:658 +#: paperless/settings.py:680 msgid "Japanese" msgstr "" -#: paperless/settings.py:659 +#: paperless/settings.py:681 msgid "Luxembourgish" msgstr "" -#: paperless/settings.py:660 +#: paperless/settings.py:682 msgid "Norwegian" msgstr "" -#: paperless/settings.py:661 +#: paperless/settings.py:683 msgid "Dutch" msgstr "" -#: paperless/settings.py:662 +#: paperless/settings.py:684 msgid "Polish" msgstr "" -#: paperless/settings.py:663 +#: paperless/settings.py:685 msgid "Portuguese (Brazil)" msgstr "" -#: paperless/settings.py:664 +#: paperless/settings.py:686 msgid "Portuguese" msgstr "" -#: paperless/settings.py:665 +#: paperless/settings.py:687 msgid "Romanian" msgstr "" -#: paperless/settings.py:666 +#: paperless/settings.py:688 msgid "Russian" msgstr "" -#: paperless/settings.py:667 +#: paperless/settings.py:689 msgid "Slovak" msgstr "" -#: paperless/settings.py:668 +#: paperless/settings.py:690 msgid "Slovenian" msgstr "" -#: paperless/settings.py:669 +#: paperless/settings.py:691 msgid "Serbian" msgstr "" -#: paperless/settings.py:670 +#: paperless/settings.py:692 msgid "Swedish" msgstr "" -#: paperless/settings.py:671 +#: paperless/settings.py:693 msgid "Turkish" msgstr "" -#: paperless/settings.py:672 +#: paperless/settings.py:694 msgid "Ukrainian" msgstr "" -#: paperless/settings.py:673 +#: paperless/settings.py:695 msgid "Chinese Simplified" msgstr "" -#: paperless/urls.py:224 +#: paperless/urls.py:230 msgid "Paperless-ngx administration" msgstr "" From a98317c52a68da5e769c3f98cc65764dc1f3f7cb Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:13:52 -0800 Subject: [PATCH 14/24] Fix: search field clear button padding --- src-ui/src/app/components/app-frame/app-frame.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 261c033e0..59b9b3929 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -32,7 +32,7 @@ [formControl]="searchField" [ngbTypeahead]="searchAutoComplete" (keyup)="searchFieldKeyup($event)" (selectItem)="itemSelected($event)" i18n-placeholder> @if (!searchFieldEmpty) { - } From 1ba1afdce5e30d8cff7b8be1a611dfae120e91f6 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:20:46 -0800 Subject: [PATCH 15/24] Bump version to 2.6.0 --- src-ui/src/environments/environment.prod.ts | 2 +- src/paperless/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index fe36c9254..59a2548fb 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.5.4-dev', + version: '2.6.0', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/', diff --git a/src/paperless/version.py b/src/paperless/version.py index 112af59c6..5f6635f41 100644 --- a/src/paperless/version.py +++ b/src/paperless/version.py @@ -1,6 +1,6 @@ from typing import Final -__version__: Final[tuple[int, int, int]] = (2, 5, 4) +__version__: Final[tuple[int, int, int]] = (2, 6, 0) # Version string like X.Y.Z __full_version_str__: Final[str] = ".".join(map(str, __version__)) # Version string like X.Y From 2b006907d536ce6e79f4c0c5ff0a9cd9e32fab66 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:22:07 -0800 Subject: [PATCH 16/24] 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 59a2548fb..97820d110 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.0', + version: '2.6.0-dev', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/', From fc74da9b82de4a4265687cf4e93542ae6edbc946 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 5 Mar 2024 06:20:10 -0800 Subject: [PATCH 17/24] Fix: prevent edit button click toggling list selection --- .../manage/management-list/management-list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/manage/management-list/management-list.component.html b/src-ui/src/app/components/manage/management-list/management-list.component.html index 4995771d8..22c5361ed 100644 --- a/src-ui/src/app/components/manage/management-list/management-list.component.html +++ b/src-ui/src/app/components/manage/management-list/management-list.component.html @@ -60,7 +60,7 @@
- + {{ getMatching(object) }} {{ object.document_count }} @for (column of extraColumns; track column) { From dae5bca88354812172949c942ea6a198b1d0a758 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 07:21:09 -0800 Subject: [PATCH 18/24] Documentation: Add v2.6.0 changelog (#6006) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/changelog.md | 93 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 21b4fcec1..d63171547 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,98 @@ # Changelog +## paperless-ngx 2.6.0 + +### Features + +- Feature: Allow user to control PIL image pixel limit [@stumpylog](https://github.com/stumpylog) ([#5997](https://github.com/paperless-ngx/paperless-ngx/pull/5997)) +- Feature: Allow a user to disable the pixel limit for OCR entirely [@stumpylog](https://github.com/stumpylog) ([#5996](https://github.com/paperless-ngx/paperless-ngx/pull/5996)) +- Feature: workflow removal action [@shamoon](https://github.com/shamoon) ([#5928](https://github.com/paperless-ngx/paperless-ngx/pull/5928)) +- Feature: system status [@shamoon](https://github.com/shamoon) ([#5743](https://github.com/paperless-ngx/paperless-ngx/pull/5743)) +- Enhancement: better monetary field with currency code [@shamoon](https://github.com/shamoon) ([#5858](https://github.com/paperless-ngx/paperless-ngx/pull/5858)) +- Enhancement: support disabling regular login [@shamoon](https://github.com/shamoon) ([#5816](https://github.com/paperless-ngx/paperless-ngx/pull/5816)) + +### Bug Fixes + +- Fix: refactor base path settings, correct logout redirect [@shamoon](https://github.com/shamoon) ([#5976](https://github.com/paperless-ngx/paperless-ngx/pull/5976)) +- Fix: always pass from UI, dont require in API [@shamoon](https://github.com/shamoon) ([#5962](https://github.com/paperless-ngx/paperless-ngx/pull/5962)) +- Fix: Clear metadata cache when the filename(s) change [@stumpylog](https://github.com/stumpylog) ([#5957](https://github.com/paperless-ngx/paperless-ngx/pull/5957)) +- Fix: include monetary, float and doc link values in search filters [@shamoon](https://github.com/shamoon) ([#5951](https://github.com/paperless-ngx/paperless-ngx/pull/5951)) +- Fix: Better handling of a corrupted index [@stumpylog](https://github.com/stumpylog) ([#5950](https://github.com/paperless-ngx/paperless-ngx/pull/5950)) +- Fix: Don't assume the location of scratch directory in Docker [@stumpylog](https://github.com/stumpylog) ([#5948](https://github.com/paperless-ngx/paperless-ngx/pull/5948)) +- Fix: ensure document title always limited to 128 chars [@shamoon](https://github.com/shamoon) ([#5934](https://github.com/paperless-ngx/paperless-ngx/pull/5934)) +- Fix: use for password reset emails, if set [@shamoon](https://github.com/shamoon) ([#5902](https://github.com/paperless-ngx/paperless-ngx/pull/5902)) +- Fix: Correct docker compose check in install script [@ShanSanear](https://github.com/ShanSanear) ([#5917](https://github.com/paperless-ngx/paperless-ngx/pull/5917)) +- Fix: respect global permissions for UI settings [@shamoon](https://github.com/shamoon) ([#5919](https://github.com/paperless-ngx/paperless-ngx/pull/5919)) +- Fix: allow disable email verification during signup [@shamoon](https://github.com/shamoon) ([#5895](https://github.com/paperless-ngx/paperless-ngx/pull/5895)) +- Fix: refactor accounts templates and create signup template [@shamoon](https://github.com/shamoon) ([#5899](https://github.com/paperless-ngx/paperless-ngx/pull/5899)) + +### Maintenance + +- Chore(deps): Bump the actions group with 3 updates [@dependabot](https://github.com/dependabot) ([#5907](https://github.com/paperless-ngx/paperless-ngx/pull/5907)) +- Chore: Ignores uvicorn updates in dependabot [@stumpylog](https://github.com/stumpylog) ([#5906](https://github.com/paperless-ngx/paperless-ngx/pull/5906)) + +### Dependencies + +
+15 changes + +- Chore(deps): Bump the small-changes group with 3 updates [@dependabot](https://github.com/dependabot) ([#6001](https://github.com/paperless-ngx/paperless-ngx/pull/6001)) +- Chore(deps-dev): Bump the development group with 2 updates [@dependabot](https://github.com/dependabot) ([#5998](https://github.com/paperless-ngx/paperless-ngx/pull/5998)) +- Chore(deps): Bump the django group with 1 update [@dependabot](https://github.com/dependabot) ([#6000](https://github.com/paperless-ngx/paperless-ngx/pull/6000)) +- Chore(deps-dev): Bump [@playwright/test from 1.41.2 to 1.42.0 in /src-ui @dependabot](https://github.com/playwright/test from 1.41.2 to 1.42.0 in /src-ui @dependabot) ([#5964](https://github.com/paperless-ngx/paperless-ngx/pull/5964)) +- Chore(deps-dev): Bump [@types/node from 20.11.20 to 20.11.24 in /src-ui @dependabot](https://github.com/types/node from 20.11.20 to 20.11.24 in /src-ui @dependabot) ([#5965](https://github.com/paperless-ngx/paperless-ngx/pull/5965)) +- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 11 updates [@dependabot](https://github.com/dependabot) ([#5963](https://github.com/paperless-ngx/paperless-ngx/pull/5963)) +- Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 3 updates [@dependabot](https://github.com/dependabot) ([#5918](https://github.com/paperless-ngx/paperless-ngx/pull/5918)) +- Chore(deps-dev): Bump [@types/node from 20.11.16 to 20.11.20 in /src-ui @dependabot](https://github.com/types/node from 20.11.16 to 20.11.20 in /src-ui @dependabot) ([#5912](https://github.com/paperless-ngx/paperless-ngx/pull/5912)) +- Chore(deps): Bump zone.js from 0.14.3 to 0.14.4 in /src-ui [@dependabot](https://github.com/dependabot) ([#5913](https://github.com/paperless-ngx/paperless-ngx/pull/5913)) +- Chore(deps): Bump bootstrap from 5.3.2 to 5.3.3 in /src-ui [@dependabot](https://github.com/dependabot) ([#5911](https://github.com/paperless-ngx/paperless-ngx/pull/5911)) +- Chore(deps-dev): Bump typescript from 5.2.2 to 5.3.3 in /src-ui [@dependabot](https://github.com/dependabot) ([#5915](https://github.com/paperless-ngx/paperless-ngx/pull/5915)) +- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 15 updates [@dependabot](https://github.com/dependabot) ([#5908](https://github.com/paperless-ngx/paperless-ngx/pull/5908)) +- Chore(deps): Bump the small-changes group with 4 updates [@dependabot](https://github.com/dependabot) ([#5916](https://github.com/paperless-ngx/paperless-ngx/pull/5916)) +- Chore(deps-dev): Bump the development group with 4 updates [@dependabot](https://github.com/dependabot) ([#5914](https://github.com/paperless-ngx/paperless-ngx/pull/5914)) +- Chore(deps): Bump the actions group with 3 updates [@dependabot](https://github.com/dependabot) ([#5907](https://github.com/paperless-ngx/paperless-ngx/pull/5907)) +
+ +### All App Changes + +
+33 changes + +- Feature: Allow user to control PIL image pixel limit [@stumpylog](https://github.com/stumpylog) ([#5997](https://github.com/paperless-ngx/paperless-ngx/pull/5997)) +- Enhancement: show ID when editing objects [@shamoon](https://github.com/shamoon) ([#6003](https://github.com/paperless-ngx/paperless-ngx/pull/6003)) +- Feature: Allow a user to disable the pixel limit for OCR entirely [@stumpylog](https://github.com/stumpylog) ([#5996](https://github.com/paperless-ngx/paperless-ngx/pull/5996)) +- Chore(deps): Bump the small-changes group with 3 updates [@dependabot](https://github.com/dependabot) ([#6001](https://github.com/paperless-ngx/paperless-ngx/pull/6001)) +- Chore(deps-dev): Bump the development group with 2 updates [@dependabot](https://github.com/dependabot) ([#5998](https://github.com/paperless-ngx/paperless-ngx/pull/5998)) +- Chore(deps): Bump the django group with 1 update [@dependabot](https://github.com/dependabot) ([#6000](https://github.com/paperless-ngx/paperless-ngx/pull/6000)) +- Feature: workflow removal action [@shamoon](https://github.com/shamoon) ([#5928](https://github.com/paperless-ngx/paperless-ngx/pull/5928)) +- Feature: system status [@shamoon](https://github.com/shamoon) ([#5743](https://github.com/paperless-ngx/paperless-ngx/pull/5743)) +- Fix: refactor base path settings, correct logout redirect [@shamoon](https://github.com/shamoon) ([#5976](https://github.com/paperless-ngx/paperless-ngx/pull/5976)) +- Chore(deps-dev): Bump [@playwright/test from 1.41.2 to 1.42.0 in /src-ui @dependabot](https://github.com/playwright/test from 1.41.2 to 1.42.0 in /src-ui @dependabot) ([#5964](https://github.com/paperless-ngx/paperless-ngx/pull/5964)) +- Chore(deps-dev): Bump [@types/node from 20.11.20 to 20.11.24 in /src-ui @dependabot](https://github.com/types/node from 20.11.20 to 20.11.24 in /src-ui @dependabot) ([#5965](https://github.com/paperless-ngx/paperless-ngx/pull/5965)) +- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 11 updates [@dependabot](https://github.com/dependabot) ([#5963](https://github.com/paperless-ngx/paperless-ngx/pull/5963)) +- Fix: always pass from UI, dont require in API [@shamoon](https://github.com/shamoon) ([#5962](https://github.com/paperless-ngx/paperless-ngx/pull/5962)) +- Fix: Clear metadata cache when the filename(s) change [@stumpylog](https://github.com/stumpylog) ([#5957](https://github.com/paperless-ngx/paperless-ngx/pull/5957)) +- Fix: include monetary, float and doc link values in search filters [@shamoon](https://github.com/shamoon) ([#5951](https://github.com/paperless-ngx/paperless-ngx/pull/5951)) +- Fix: Better handling of a corrupted index [@stumpylog](https://github.com/stumpylog) ([#5950](https://github.com/paperless-ngx/paperless-ngx/pull/5950)) +- Chore: Includes OCRMyPdf logging into the log file [@stumpylog](https://github.com/stumpylog) ([#5947](https://github.com/paperless-ngx/paperless-ngx/pull/5947)) +- Fix: ensure document title always limited to 128 chars [@shamoon](https://github.com/shamoon) ([#5934](https://github.com/paperless-ngx/paperless-ngx/pull/5934)) +- Enhancement: better monetary field with currency code [@shamoon](https://github.com/shamoon) ([#5858](https://github.com/paperless-ngx/paperless-ngx/pull/5858)) +- Change: add Thumbs.db to default ignores [@DennisGaida](https://github.com/DennisGaida) ([#5924](https://github.com/paperless-ngx/paperless-ngx/pull/5924)) +- Fix: use for password reset emails, if set [@shamoon](https://github.com/shamoon) ([#5902](https://github.com/paperless-ngx/paperless-ngx/pull/5902)) +- Fix: respect global permissions for UI settings [@shamoon](https://github.com/shamoon) ([#5919](https://github.com/paperless-ngx/paperless-ngx/pull/5919)) +- Chore(deps-dev): Bump the frontend-eslint-dependencies group in /src-ui with 3 updates [@dependabot](https://github.com/dependabot) ([#5918](https://github.com/paperless-ngx/paperless-ngx/pull/5918)) +- Chore(deps-dev): Bump [@types/node from 20.11.16 to 20.11.20 in /src-ui @dependabot](https://github.com/types/node from 20.11.16 to 20.11.20 in /src-ui @dependabot) ([#5912](https://github.com/paperless-ngx/paperless-ngx/pull/5912)) +- Chore(deps): Bump zone.js from 0.14.3 to 0.14.4 in /src-ui [@dependabot](https://github.com/dependabot) ([#5913](https://github.com/paperless-ngx/paperless-ngx/pull/5913)) +- Chore(deps): Bump bootstrap from 5.3.2 to 5.3.3 in /src-ui [@dependabot](https://github.com/dependabot) ([#5911](https://github.com/paperless-ngx/paperless-ngx/pull/5911)) +- Chore(deps-dev): Bump typescript from 5.2.2 to 5.3.3 in /src-ui [@dependabot](https://github.com/dependabot) ([#5915](https://github.com/paperless-ngx/paperless-ngx/pull/5915)) +- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 15 updates [@dependabot](https://github.com/dependabot) ([#5908](https://github.com/paperless-ngx/paperless-ngx/pull/5908)) +- Fix: allow disable email verification during signup [@shamoon](https://github.com/shamoon) ([#5895](https://github.com/paperless-ngx/paperless-ngx/pull/5895)) +- Fix: refactor accounts templates and create signup template [@shamoon](https://github.com/shamoon) ([#5899](https://github.com/paperless-ngx/paperless-ngx/pull/5899)) +- Chore(deps): Bump the small-changes group with 4 updates [@dependabot](https://github.com/dependabot) ([#5916](https://github.com/paperless-ngx/paperless-ngx/pull/5916)) +- Chore(deps-dev): Bump the development group with 4 updates [@dependabot](https://github.com/dependabot) ([#5914](https://github.com/paperless-ngx/paperless-ngx/pull/5914)) +- Enhancement: support disabling regular login [@shamoon](https://github.com/shamoon) ([#5816](https://github.com/paperless-ngx/paperless-ngx/pull/5816)) +
+ ## paperless-ngx 2.5.4 ### Bug Fixes From 55a40708a682cf5e573cffb80d720f03dc48e220 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 5 Mar 2024 07:50:04 -0800 Subject: [PATCH 19/24] Change: tweaks to system status (#6008) --- src-ui/messages.xlf | 4 +- .../system-status-dialog.component.html | 6 +- .../system-status-dialog.component.ts | 6 +- src-ui/src/app/data/system-status.ts | 1 + src/documents/tests/test_api_status.py | 64 +++++++++++++++++-- src/documents/views.py | 50 +++++++++++++-- 6 files changed, 114 insertions(+), 17 deletions(-) diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index bd80f5f15..958c5d33b 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -4281,7 +4281,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 @@ -4652,7 +4652,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 diff --git a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html index 5b60abe34..42ea1d008 100644 --- a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html +++ b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html @@ -128,7 +128,11 @@ } } @else { - + } diff --git a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.ts b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.ts index ae391c529..83468e711 100644 --- a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.ts +++ b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.ts @@ -1,6 +1,9 @@ import { Component, Input } from '@angular/core' import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap' -import { SystemStatus } from 'src/app/data/system-status' +import { + SystemStatus, + SystemStatusItemStatus, +} from 'src/app/data/system-status' import { SystemStatusService } from 'src/app/services/system-status.service' import { Clipboard } from '@angular/cdk/clipboard' @@ -10,6 +13,7 @@ import { Clipboard } from '@angular/cdk/clipboard' styleUrl: './system-status-dialog.component.scss', }) export class SystemStatusDialogComponent { + public SystemStatusItemStatus = SystemStatusItemStatus public status: SystemStatus public copied: boolean = false diff --git a/src-ui/src/app/data/system-status.ts b/src-ui/src/app/data/system-status.ts index 247535602..a8f4ca621 100644 --- a/src-ui/src/app/data/system-status.ts +++ b/src-ui/src/app/data/system-status.ts @@ -6,6 +6,7 @@ export enum InstallType { export enum SystemStatusItemStatus { OK = 'OK', ERROR = 'ERROR', + WARNING = 'WARNING', } export interface SystemStatus { diff --git a/src/documents/tests/test_api_status.py b/src/documents/tests/test_api_status.py index 964995bdc..1f8940ea9 100644 --- a/src/documents/tests/test_api_status.py +++ b/src/documents/tests/test_api_status.py @@ -1,4 +1,5 @@ import os +import tempfile from pathlib import Path from unittest import mock @@ -7,8 +8,11 @@ from django.test import override_settings from rest_framework import status from rest_framework.test import APITestCase +from documents.classifier import ClassifierModelCorruptError from documents.classifier import DocumentClassifier from documents.classifier import load_classifier +from documents.models import Document +from documents.models import Tag from paperless import version @@ -158,7 +162,7 @@ class TestSystemStatus(APITestCase): WHEN: - The user requests the system status THEN: - - The response contains the correct classifier status + - The response contains an OK classifier status """ load_classifier() test_classifier = DocumentClassifier() @@ -169,18 +173,66 @@ class TestSystemStatus(APITestCase): self.assertEqual(response.data["tasks"]["classifier_status"], "OK") self.assertIsNone(response.data["tasks"]["classifier_error"]) - def test_system_status_classifier_error(self): + def test_system_status_classifier_warning(self): """ GIVEN: - - The classifier is not found + - The classifier does not exist yet + - > 0 documents and tags with auto matching exist WHEN: - The user requests the system status THEN: - - The response contains an error classifier status + - The response contains an WARNING classifier status + """ + with override_settings(MODEL_FILE="does_not_exist"): + Document.objects.create( + title="Test Document", + ) + Tag.objects.create(name="Test Tag", matching_algorithm=Tag.MATCH_AUTO) + self.client.force_login(self.user) + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data["tasks"]["classifier_status"], "WARNING") + self.assertIsNotNone(response.data["tasks"]["classifier_error"]) + + def test_system_status_classifier_error(self): + """ + GIVEN: + - The classifier does exist but is corrupt + - > 0 documents and tags with auto matching exist + WHEN: + - The user requests the system status + THEN: + - The response contains an ERROR classifier status + """ + does_exist = tempfile.NamedTemporaryFile( + dir="/tmp", + delete=False, + ) + with override_settings(MODEL_FILE=does_exist): + with mock.patch("documents.classifier.load_classifier") as mock_load: + mock_load.side_effect = ClassifierModelCorruptError() + Document.objects.create( + title="Test Document", + ) + Tag.objects.create(name="Test Tag", matching_algorithm=Tag.MATCH_AUTO) + self.client.force_login(self.user) + response = self.client.get(self.ENDPOINT) + self.assertEqual(response.status_code, status.HTTP_200_OK) + self.assertEqual(response.data["tasks"]["classifier_status"], "ERROR") + self.assertIsNotNone(response.data["tasks"]["classifier_error"]) + + def test_system_status_classifier_ok_no_objects(self): + """ + GIVEN: + - The classifier does not exist (and should not) + - No documents nor objects with auto matching exist + WHEN: + - The user requests the system status + THEN: + - The response contains an OK classifier status """ with override_settings(MODEL_FILE="does_not_exist"): self.client.force_login(self.user) response = self.client.get(self.ENDPOINT) self.assertEqual(response.status_code, status.HTTP_200_OK) - self.assertEqual(response.data["tasks"]["classifier_status"], "ERROR") - self.assertIsNotNone(response.data["tasks"]["classifier_error"]) + self.assertEqual(response.data["tasks"]["classifier_status"], "OK") diff --git a/src/documents/views.py b/src/documents/views.py index bd0b6fa0f..0d2826cf7 100644 --- a/src/documents/views.py +++ b/src/documents/views.py @@ -1581,7 +1581,9 @@ class SystemStatusView(GenericAPIView, PassUserMixin): except Exception as e: # pragma: no cover applied_migrations = [] db_status = "ERROR" - logger.exception(f"System status error connecting to database: {e}") + logger.exception( + f"System status detected a possible problem while connecting to the database: {e}", + ) db_error = "Error connecting to database, check logs for more detail." media_stats = os.statvfs(settings.MEDIA_ROOT) @@ -1594,7 +1596,9 @@ class SystemStatusView(GenericAPIView, PassUserMixin): redis_status = "OK" except Exception as e: redis_status = "ERROR" - logger.exception(f"System status error connecting to redis: {e}") + logger.exception( + f"System status detected a possible problem while connecting to redis: {e}", + ) redis_error = "Error connecting to redis, check logs for more detail." try: @@ -1615,14 +1619,40 @@ class SystemStatusView(GenericAPIView, PassUserMixin): except Exception as e: index_status = "ERROR" index_error = "Error opening index, check logs for more detail." - logger.exception(f"System status error opening index: {e}") + logger.exception( + f"System status detected a possible problem while opening the index: {e}", + ) index_last_modified = None classifier_error = None + classifier_status = None try: classifier = load_classifier() if classifier is None: - raise Exception("Classifier not loaded") + # Make sure classifier should exist + docs_queryset = Document.objects.exclude( + tags__is_inbox_tag=True, + ) + if ( + docs_queryset.count() > 0 + and ( + Tag.objects.filter(matching_algorithm=Tag.MATCH_AUTO).exists() + or DocumentType.objects.filter( + matching_algorithm=Tag.MATCH_AUTO, + ).exists() + or Correspondent.objects.filter( + matching_algorithm=Tag.MATCH_AUTO, + ).exists() + or StoragePath.objects.filter( + matching_algorithm=Tag.MATCH_AUTO, + ).exists() + ) + and not os.path.isfile(settings.MODEL_FILE) + ): + # if classifier file doesn't exist just classify as a warning + classifier_error = "Classifier file does not exist (yet). Re-training may be pending." + classifier_status = "WARNING" + raise FileNotFoundError(classifier_error) classifier_status = "OK" task_result_model = apps.get_model("django_celery_results", "taskresult") result = ( @@ -1637,10 +1667,16 @@ class SystemStatusView(GenericAPIView, PassUserMixin): ) classifier_last_trained = result.date_done if result else None except Exception as e: - classifier_status = "ERROR" + if classifier_status is None: + classifier_status = "ERROR" classifier_last_trained = None - classifier_error = "Error loading classifier, check logs for more detail." - logger.exception(f"System status error loading classifier: {e}") + if classifier_error is None: + classifier_error = ( + "Unable to load classifier, check logs for more detail." + ) + logger.exception( + f"System status detected a possible problem while loading the classifier: {e}", + ) return Response( { From 25b49db7c00a5ce4846831e1e6e804ee46d7ffd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 07:55:47 -0800 Subject: [PATCH 20/24] New Crowdin translations by GitHub Action (#6011) Co-authored-by: Crowdin Bot --- src-ui/src/locale/messages.af_ZA.xlf | 4 +- src-ui/src/locale/messages.ar_AR.xlf | 4 +- src-ui/src/locale/messages.be_BY.xlf | 4 +- src-ui/src/locale/messages.bg_BG.xlf | 4 +- src-ui/src/locale/messages.ca_ES.xlf | 4 +- src-ui/src/locale/messages.cs_CZ.xlf | 4 +- src-ui/src/locale/messages.da_DK.xlf | 4 +- src-ui/src/locale/messages.de_DE.xlf | 126 ++++++++++++------------- src-ui/src/locale/messages.el_GR.xlf | 4 +- src-ui/src/locale/messages.es_ES.xlf | 4 +- src-ui/src/locale/messages.fi_FI.xlf | 4 +- src-ui/src/locale/messages.fr_FR.xlf | 4 +- src-ui/src/locale/messages.he_IL.xlf | 4 +- src-ui/src/locale/messages.hr_HR.xlf | 4 +- src-ui/src/locale/messages.hu_HU.xlf | 4 +- src-ui/src/locale/messages.id_ID.xlf | 4 +- src-ui/src/locale/messages.it_IT.xlf | 4 +- src-ui/src/locale/messages.ja_JP.xlf | 64 ++++++------- src-ui/src/locale/messages.ko_KR.xlf | 4 +- src-ui/src/locale/messages.lb_LU.xlf | 4 +- src-ui/src/locale/messages.lv_LV.xlf | 4 +- src-ui/src/locale/messages.nl_NL.xlf | 4 +- src-ui/src/locale/messages.no_NO.xlf | 4 +- src-ui/src/locale/messages.pl_PL.xlf | 4 +- src-ui/src/locale/messages.pt_BR.xlf | 4 +- src-ui/src/locale/messages.pt_PT.xlf | 4 +- src-ui/src/locale/messages.ro_RO.xlf | 4 +- src-ui/src/locale/messages.ru_RU.xlf | 4 +- src-ui/src/locale/messages.sk_SK.xlf | 4 +- src-ui/src/locale/messages.sl_SI.xlf | 4 +- src-ui/src/locale/messages.sr_CS.xlf | 4 +- src-ui/src/locale/messages.sv_SE.xlf | 4 +- src-ui/src/locale/messages.th_TH.xlf | 4 +- src-ui/src/locale/messages.tr_TR.xlf | 4 +- src-ui/src/locale/messages.uk_UA.xlf | 4 +- src-ui/src/locale/messages.vi_VN.xlf | 4 +- src-ui/src/locale/messages.zh_CN.xlf | 4 +- src-ui/src/locale/messages.zh_TW.xlf | 4 +- src/locale/de_DE/LC_MESSAGES/django.po | 12 +-- src/locale/ja_JP/LC_MESSAGES/django.po | 38 ++++---- 40 files changed, 192 insertions(+), 192 deletions(-) diff --git a/src-ui/src/locale/messages.af_ZA.xlf b/src-ui/src/locale/messages.af_ZA.xlf index 8fa8c5df6..6d18d858f 100644 --- a/src-ui/src/locale/messages.af_ZA.xlf +++ b/src-ui/src/locale/messages.af_ZA.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.ar_AR.xlf b/src-ui/src/locale/messages.ar_AR.xlf index 789dc3eec..4aa05c68b 100644 --- a/src-ui/src/locale/messages.ar_AR.xlf +++ b/src-ui/src/locale/messages.ar_AR.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 نسخ @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.be_BY.xlf b/src-ui/src/locale/messages.be_BY.xlf index 238b4c40c..80c9947c1 100644 --- a/src-ui/src/locale/messages.be_BY.xlf +++ b/src-ui/src/locale/messages.be_BY.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.bg_BG.xlf b/src-ui/src/locale/messages.bg_BG.xlf index e9b765bb0..6f3049f01 100644 --- a/src-ui/src/locale/messages.bg_BG.xlf +++ b/src-ui/src/locale/messages.bg_BG.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Копиране @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.ca_ES.xlf b/src-ui/src/locale/messages.ca_ES.xlf index 9eb797bca..b0bb21e9f 100644 --- a/src-ui/src/locale/messages.ca_ES.xlf +++ b/src-ui/src/locale/messages.ca_ES.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copia @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf index 31c773476..bfaab5983 100644 --- a/src-ui/src/locale/messages.cs_CZ.xlf +++ b/src-ui/src/locale/messages.cs_CZ.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.da_DK.xlf b/src-ui/src/locale/messages.da_DK.xlf index 7d2144ac8..6cdb3c515 100644 --- a/src-ui/src/locale/messages.da_DK.xlf +++ b/src-ui/src/locale/messages.da_DK.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf index c997657a5..a74f9eadd 100644 --- a/src-ui/src/locale/messages.de_DE.xlf +++ b/src-ui/src/locale/messages.de_DE.xlf @@ -775,7 +775,7 @@ Tour beginnen - + 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 + Systemstatus Open Django Admin @@ -1165,7 +1165,7 @@ src/app/components/admin/settings/settings.component.html 234 - Standard-Ansichtsberechtigungen + Standard-Anzeigeberechtigungen Users: @@ -4035,15 +4035,15 @@ Bearbeitungsberechtigungen zuweisen - + Remove tags src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 216 - Remove tags + Tags entfernen - + Remove all src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html @@ -4073,71 +4073,71 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 254 - Remove all + Alle entfernen - + Remove correspondents src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 222 - Remove correspondents + Korrenspondenten entfernen - + Remove document types src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 228 - Remove document types + Dokumenttypen entfernen - + Remove storage paths src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 234 - Remove storage paths + Speicherpfade entfernen - + Remove custom fields src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 240 - Remove custom fields + Benutzerdefinierte Felder entfernen - + Remove owners src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 247 - Remove owners + Eigentümer entfernen - + Remove permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 253 - Remove permissions + Berechtigungen entfernen - + View permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 256 - View permissions + Anzeigeberechtigungen - + Edit permissions src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 275 - Edit permissions + Bearbeitungsberechtigungen Consume Folder @@ -4195,13 +4195,13 @@ Zuordnung - + Removal src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 73 - Removal + Entfernung Create new workflow @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Kopieren @@ -4973,69 +4973,69 @@ Fehler beim Erstellen des Links - + Environment src/app/components/common/system-status-dialog/system-status-dialog.component.html 18 - Environment + Umgebung - + Paperless-ngx Version src/app/components/common/system-status-dialog/system-status-dialog.component.html 22 - Paperless-ngx Version + Paperless-ngx-Version - + Install Type src/app/components/common/system-status-dialog/system-status-dialog.component.html 24 - Install Type + Installationstyp - + Server OS src/app/components/common/system-status-dialog/system-status-dialog.component.html 26 - Server OS + Serverbetriebssystem - + Media Storage src/app/components/common/system-status-dialog/system-status-dialog.component.html 28 - Media Storage + Medienspeicher - + available src/app/components/common/system-status-dialog/system-status-dialog.component.html 31 - available + verfügbar - + total src/app/components/common/system-status-dialog/system-status-dialog.component.html 31 - total + gesamt - + Database src/app/components/common/system-status-dialog/system-status-dialog.component.html 41 - Database + Datenbank Status @@ -5053,85 +5053,85 @@ Status - + Migration Status src/app/components/common/system-status-dialog/system-status-dialog.component.html 56 - Migration Status + Migrationsstatus - + Latest Migration src/app/components/common/system-status-dialog/system-status-dialog.component.html 64 - Latest Migration + Letzte Migration - + Pending Migrations src/app/components/common/system-status-dialog/system-status-dialog.component.html 66 - Pending Migrations + Ausstehende Migrationen - + Tasks src/app/components/common/system-status-dialog/system-status-dialog.component.html 83 - Tasks + Aufgaben - + Redis Status src/app/components/common/system-status-dialog/system-status-dialog.component.html 87 - Redis Status + Redis-Status - + Celery Status src/app/components/common/system-status-dialog/system-status-dialog.component.html 96 - Celery Status + Celery-Status - + Search Index src/app/components/common/system-status-dialog/system-status-dialog.component.html 105 - Search Index + Suchindex - + Last Updated src/app/components/common/system-status-dialog/system-status-dialog.component.html 119 - Last Updated + Zuletzt aktualisiert - + Classifier src/app/components/common/system-status-dialog/system-status-dialog.component.html 121 - Classifier + Klassifikator - + Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 - Last Trained + Zuletzt trainiert Copy Raw Error diff --git a/src-ui/src/locale/messages.el_GR.xlf b/src-ui/src/locale/messages.el_GR.xlf index 383d1dbf0..c63e92aeb 100644 --- a/src-ui/src/locale/messages.el_GR.xlf +++ b/src-ui/src/locale/messages.el_GR.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Αντιγραφή @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf index 4f2303c5e..b9b2d9da6 100644 --- a/src-ui/src/locale/messages.es_ES.xlf +++ b/src-ui/src/locale/messages.es_ES.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copiar @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.fi_FI.xlf b/src-ui/src/locale/messages.fi_FI.xlf index 4bec1e087..441345a86 100644 --- a/src-ui/src/locale/messages.fi_FI.xlf +++ b/src-ui/src/locale/messages.fi_FI.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Kopioi @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf index 0dfac96bf..a54d7eaab 100644 --- a/src-ui/src/locale/messages.fr_FR.xlf +++ b/src-ui/src/locale/messages.fr_FR.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copier @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.he_IL.xlf b/src-ui/src/locale/messages.he_IL.xlf index bf8e79a6a..555407c14 100644 --- a/src-ui/src/locale/messages.he_IL.xlf +++ b/src-ui/src/locale/messages.he_IL.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 העתקה @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.hr_HR.xlf b/src-ui/src/locale/messages.hr_HR.xlf index c309c3c14..810b75f56 100644 --- a/src-ui/src/locale/messages.hr_HR.xlf +++ b/src-ui/src/locale/messages.hr_HR.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf index adcca5867..4a843e5dc 100644 --- a/src-ui/src/locale/messages.hu_HU.xlf +++ b/src-ui/src/locale/messages.hu_HU.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Másolás @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.id_ID.xlf b/src-ui/src/locale/messages.id_ID.xlf index 18ce02091..08d2d3400 100644 --- a/src-ui/src/locale/messages.id_ID.xlf +++ b/src-ui/src/locale/messages.id_ID.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Salin @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf index 711884c91..43d924697 100644 --- a/src-ui/src/locale/messages.it_IT.xlf +++ b/src-ui/src/locale/messages.it_IT.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copia @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.ja_JP.xlf b/src-ui/src/locale/messages.ja_JP.xlf index 95d77a95a..d2a083e07 100644 --- a/src-ui/src/locale/messages.ja_JP.xlf +++ b/src-ui/src/locale/messages.ja_JP.xlf @@ -785,7 +785,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 2 - System Status + システムの状態 Open Django Admin @@ -4041,7 +4041,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 216 - Remove tags + タグの削除 Remove all @@ -4073,7 +4073,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 254 - Remove all + すべて削除 Remove correspondents @@ -4081,7 +4081,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 222 - Remove correspondents + 担当の削除 Remove document types @@ -4089,7 +4089,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 228 - Remove document types + ドキュメントタイプの削除 Remove storage paths @@ -4097,7 +4097,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 234 - Remove storage paths + フォルダーの削除 Remove custom fields @@ -4105,7 +4105,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 240 - Remove custom fields + カスタム項目の削除 Remove owners @@ -4113,7 +4113,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 247 - Remove owners + 所有者の削除 Remove permissions @@ -4121,7 +4121,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 253 - Remove permissions + 権限の削除 View permissions @@ -4129,7 +4129,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 256 - View permissions + 権限の表示 Edit permissions @@ -4137,7 +4137,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 275 - Edit permissions + 権限の編集 Consume Folder @@ -4201,7 +4201,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 73 - Removal + 削除 Create new workflow @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 コピー @@ -4979,7 +4979,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 18 - Environment + 環境 Paperless-ngx Version @@ -4987,7 +4987,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 22 - Paperless-ngx Version + Paperless-ngx のバージョン Install Type @@ -4995,7 +4995,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 24 - Install Type + インストールタイプ Server OS @@ -5003,7 +5003,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 26 - Server OS + サーバ OS Media Storage @@ -5011,7 +5011,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 28 - Media Storage + メディアストレージ available @@ -5019,7 +5019,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 31 - available + 利用可能 total @@ -5027,7 +5027,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 31 - total + 合計 Database @@ -5035,7 +5035,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 41 - Database + データベース Status @@ -5059,7 +5059,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 56 - Migration Status + 移行状況 Latest Migration @@ -5067,7 +5067,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 64 - Latest Migration + 最新の移行 Pending Migrations @@ -5075,7 +5075,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 66 - Pending Migrations + 保留中の移行 Tasks @@ -5083,7 +5083,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 83 - Tasks + タスク Redis Status @@ -5091,7 +5091,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 87 - Redis Status + Redis の状態 Celery Status @@ -5099,7 +5099,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 96 - Celery Status + Celery の状態 Search Index @@ -5107,7 +5107,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 105 - Search Index + 検索インデックス Last Updated @@ -5115,7 +5115,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 119 - Last Updated + 最終アップデート日 Classifier @@ -5123,15 +5123,15 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 121 - Classifier + 分類器 Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 - Last Trained + 最終トレーニング日 Copy Raw Error diff --git a/src-ui/src/locale/messages.ko_KR.xlf b/src-ui/src/locale/messages.ko_KR.xlf index 6515cbde1..c16e14446 100644 --- a/src-ui/src/locale/messages.ko_KR.xlf +++ b/src-ui/src/locale/messages.ko_KR.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 복사 @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.lb_LU.xlf b/src-ui/src/locale/messages.lb_LU.xlf index 058e6b56f..36df4e513 100644 --- a/src-ui/src/locale/messages.lb_LU.xlf +++ b/src-ui/src/locale/messages.lb_LU.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.lv_LV.xlf b/src-ui/src/locale/messages.lv_LV.xlf index 08cfebae3..31b98eee9 100644 --- a/src-ui/src/locale/messages.lv_LV.xlf +++ b/src-ui/src/locale/messages.lv_LV.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf index 66e4c9a83..001e8d082 100644 --- a/src-ui/src/locale/messages.nl_NL.xlf +++ b/src-ui/src/locale/messages.nl_NL.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Kopiëren @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.no_NO.xlf b/src-ui/src/locale/messages.no_NO.xlf index b83cff2bf..434ed992d 100644 --- a/src-ui/src/locale/messages.no_NO.xlf +++ b/src-ui/src/locale/messages.no_NO.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.pl_PL.xlf b/src-ui/src/locale/messages.pl_PL.xlf index 4c6f63ab6..b5f753fe5 100644 --- a/src-ui/src/locale/messages.pl_PL.xlf +++ b/src-ui/src/locale/messages.pl_PL.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Kopiuj @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.pt_BR.xlf b/src-ui/src/locale/messages.pt_BR.xlf index f0a6afcfa..de9abdfe5 100644 --- a/src-ui/src/locale/messages.pt_BR.xlf +++ b/src-ui/src/locale/messages.pt_BR.xlf @@ -4710,7 +4710,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copiar @@ -5130,7 +5130,7 @@ Curingas como *.pdf ou *invoice* são permitidos. Sem diferenciação de maiúsc Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.pt_PT.xlf b/src-ui/src/locale/messages.pt_PT.xlf index 36e7f9eb1..3275cd08d 100644 --- a/src-ui/src/locale/messages.pt_PT.xlf +++ b/src-ui/src/locale/messages.pt_PT.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf index d955d1a67..d5d397ff7 100644 --- a/src-ui/src/locale/messages.ro_RO.xlf +++ b/src-ui/src/locale/messages.ro_RO.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf index 073c4fe5f..b401d0b78 100644 --- a/src-ui/src/locale/messages.ru_RU.xlf +++ b/src-ui/src/locale/messages.ru_RU.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Копировать @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.sk_SK.xlf b/src-ui/src/locale/messages.sk_SK.xlf index 34cf12cd8..5cfdfbcda 100644 --- a/src-ui/src/locale/messages.sk_SK.xlf +++ b/src-ui/src/locale/messages.sk_SK.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.sl_SI.xlf b/src-ui/src/locale/messages.sl_SI.xlf index 3a18edd28..46a2b1b6f 100644 --- a/src-ui/src/locale/messages.sl_SI.xlf +++ b/src-ui/src/locale/messages.sl_SI.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Kopiraj @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.sr_CS.xlf b/src-ui/src/locale/messages.sr_CS.xlf index af5ea42b1..aba6b3cf8 100644 --- a/src-ui/src/locale/messages.sr_CS.xlf +++ b/src-ui/src/locale/messages.sr_CS.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Kopiraj @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.sv_SE.xlf b/src-ui/src/locale/messages.sv_SE.xlf index 7c833b046..7b17bc808 100644 --- a/src-ui/src/locale/messages.sv_SE.xlf +++ b/src-ui/src/locale/messages.sv_SE.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.th_TH.xlf b/src-ui/src/locale/messages.th_TH.xlf index eb28086bc..3f59392da 100644 --- a/src-ui/src/locale/messages.th_TH.xlf +++ b/src-ui/src/locale/messages.th_TH.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 คัดลอก @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.tr_TR.xlf b/src-ui/src/locale/messages.tr_TR.xlf index 24994bf43..f0959cb5d 100644 --- a/src-ui/src/locale/messages.tr_TR.xlf +++ b/src-ui/src/locale/messages.tr_TR.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Kopyala @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.uk_UA.xlf b/src-ui/src/locale/messages.uk_UA.xlf index f8ea985ad..55d6f6978 100644 --- a/src-ui/src/locale/messages.uk_UA.xlf +++ b/src-ui/src/locale/messages.uk_UA.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Копіювати @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.vi_VN.xlf b/src-ui/src/locale/messages.vi_VN.xlf index 8d474effa..262a1ec58 100644 --- a/src-ui/src/locale/messages.vi_VN.xlf +++ b/src-ui/src/locale/messages.vi_VN.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Sao chép @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.zh_CN.xlf b/src-ui/src/locale/messages.zh_CN.xlf index 8fb4bda6b..5f3aebd37 100644 --- a/src-ui/src/locale/messages.zh_CN.xlf +++ b/src-ui/src/locale/messages.zh_CN.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src-ui/src/locale/messages.zh_TW.xlf b/src-ui/src/locale/messages.zh_TW.xlf index 9d0d5feda..3340e5a75 100644 --- a/src-ui/src/locale/messages.zh_TW.xlf +++ b/src-ui/src/locale/messages.zh_TW.xlf @@ -4709,7 +4709,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html - 152 + 156 Copy @@ -5129,7 +5129,7 @@ Last Trained src/app/components/common/system-status-dialog/system-status-dialog.component.html - 135 + 139 Last Trained diff --git a/src/locale/de_DE/LC_MESSAGES/django.po b/src/locale/de_DE/LC_MESSAGES/django.po index 634339abb..9ae1b985e 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 01:01\n" +"PO-Revision-Date: 2024-03-05 15:50\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -685,7 +685,7 @@ msgstr "Zuordnung" #: documents/models.py:1006 msgid "Removal" -msgstr "" +msgstr "Entfernung" #: documents/models.py:1010 msgid "Workflow Action Type" @@ -741,19 +741,19 @@ msgstr "Diese benutzerdefinierten Felder zuweisen" #: documents/models.py:1108 msgid "remove these tag(s)" -msgstr "" +msgstr "Diese(n) Tag(s) entfernen" #: documents/models.py:1113 msgid "remove all tags" -msgstr "" +msgstr "Alle Tags entfernen" #: documents/models.py:1120 msgid "remove these document type(s)" -msgstr "" +msgstr "Diese(n) Dokumenttyp(en) entfernen" #: documents/models.py:1125 msgid "remove all document types" -msgstr "" +msgstr "Alle Dokumenttypen entfernen" #: documents/models.py:1132 msgid "remove these correspondent(s)" diff --git a/src/locale/ja_JP/LC_MESSAGES/django.po b/src/locale/ja_JP/LC_MESSAGES/django.po index 9f8650be7..8c1febb4c 100644 --- a/src/locale/ja_JP/LC_MESSAGES/django.po +++ b/src/locale/ja_JP/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-05 15:50\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -685,7 +685,7 @@ msgstr "割り当て" #: documents/models.py:1006 msgid "Removal" -msgstr "" +msgstr "削除" #: documents/models.py:1010 msgid "Workflow Action Type" @@ -741,71 +741,71 @@ msgstr "カスタム項目の割り当て" #: documents/models.py:1108 msgid "remove these tag(s)" -msgstr "" +msgstr "タグの削除" #: documents/models.py:1113 msgid "remove all tags" -msgstr "" +msgstr "すべてのタグの削除" #: documents/models.py:1120 msgid "remove these document type(s)" -msgstr "" +msgstr "ドキュメントタイプの削除" #: documents/models.py:1125 msgid "remove all document types" -msgstr "" +msgstr "すべてのドキュメントタイプの削除" #: documents/models.py:1132 msgid "remove these correspondent(s)" -msgstr "" +msgstr "担当の削除" #: documents/models.py:1137 msgid "remove all correspondents" -msgstr "" +msgstr "すべての担当の削除" #: documents/models.py:1144 msgid "remove these storage path(s)" -msgstr "" +msgstr "フォルダーの削除" #: documents/models.py:1149 msgid "remove all storage paths" -msgstr "" +msgstr "すべてのフォルダーの削除" #: documents/models.py:1156 msgid "remove these owner(s)" -msgstr "" +msgstr "所有者の削除" #: documents/models.py:1161 msgid "remove all owners" -msgstr "" +msgstr "すべての所有者の削除" #: documents/models.py:1168 msgid "remove view permissions for these users" -msgstr "" +msgstr "ユーザの表示権限の削除" #: documents/models.py:1175 msgid "remove view permissions for these groups" -msgstr "" +msgstr "グループの表示権限の削除" #: documents/models.py:1182 msgid "remove change permissions for these users" -msgstr "" +msgstr "ユーザの編集権限の削除" #: documents/models.py:1189 msgid "remove change permissions for these groups" -msgstr "" +msgstr "グループの編集権限の削除" #: documents/models.py:1194 msgid "remove all permissions" -msgstr "" +msgstr "すべての権限の削除" #: documents/models.py:1201 msgid "remove these custom fields" -msgstr "" +msgstr "カスタム項目の削除" #: documents/models.py:1206 msgid "remove all custom fields" -msgstr "" +msgstr "すべてのカスタム項目の削除" #: documents/models.py:1210 msgid "workflow action" From 428f9cd761d03a50543eaab84385979540422b2c Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 5 Mar 2024 07:59:44 -0800 Subject: [PATCH 21/24] Bump version to 2.6.1 --- src-ui/src/environments/environment.prod.ts | 2 +- src/paperless/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index 97820d110..0654c4a6c 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.0-dev', + version: '2.6.1', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/', diff --git a/src/paperless/version.py b/src/paperless/version.py index 5f6635f41..43e6fbc5f 100644 --- a/src/paperless/version.py +++ b/src/paperless/version.py @@ -1,6 +1,6 @@ from typing import Final -__version__: Final[tuple[int, int, int]] = (2, 6, 0) +__version__: Final[tuple[int, int, int]] = (2, 6, 1) # Version string like X.Y.Z __full_version_str__: Final[str] = ".".join(map(str, __version__)) # Version string like X.Y 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 22/24] 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 23/24] 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 24/24] 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,