From e0636d4d8da411841e9cd498dad5358f72ebfd94 Mon Sep 17 00:00:00 2001 From: Rezasz <143993499+Rezasz@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:30:11 +0400 Subject: [PATCH 1/4] New translations django.po (Persian) --- src/locale/fa_IR/LC_MESSAGES/django.po | 1690 ++++++++++++++++++++++++ 1 file changed, 1690 insertions(+) create mode 100644 src/locale/fa_IR/LC_MESSAGES/django.po diff --git a/src/locale/fa_IR/LC_MESSAGES/django.po b/src/locale/fa_IR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2a1802dbf5 --- /dev/null +++ b/src/locale/fa_IR/LC_MESSAGES/django.po @@ -0,0 +1,1690 @@ +msgid "" +msgstr "" +"Project-Id-Version: paperless-ngx-fa\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-19 11:07-0700\n" +"PO-Revision-Date: 2024-11-20 18:30\n" +"Last-Translator: \n" +"Language-Team: Persian\n" +"Language: fa_IR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: paperless-ngx-fa\n" +"X-Crowdin-Project-ID: 738769\n" +"X-Crowdin-Language: fa\n" +"X-Crowdin-File: /dev/src/locale/en_US/LC_MESSAGES/django.po\n" +"X-Crowdin-File-ID: 14\n" + +#: documents/apps.py:8 +msgid "Documents" +msgstr "" + +#: documents/models.py:36 documents/models.py:783 +msgid "owner" +msgstr "" + +#: documents/models.py:53 documents/models.py:946 +msgid "None" +msgstr "" + +#: documents/models.py:54 documents/models.py:947 +msgid "Any word" +msgstr "" + +#: documents/models.py:55 documents/models.py:948 +msgid "All words" +msgstr "" + +#: documents/models.py:56 documents/models.py:949 +msgid "Exact match" +msgstr "" + +#: documents/models.py:57 documents/models.py:950 +msgid "Regular expression" +msgstr "" + +#: documents/models.py:58 documents/models.py:951 +msgid "Fuzzy word" +msgstr "" + +#: documents/models.py:59 +msgid "Automatic" +msgstr "" + +#: documents/models.py:62 documents/models.py:416 documents/models.py:1267 +#: paperless_mail/models.py:18 paperless_mail/models.py:96 +msgid "name" +msgstr "" + +#: documents/models.py:64 documents/models.py:1007 +msgid "match" +msgstr "" + +#: documents/models.py:67 documents/models.py:1010 +msgid "matching algorithm" +msgstr "" + +#: documents/models.py:72 documents/models.py:1015 +msgid "is insensitive" +msgstr "" + +#: documents/models.py:95 documents/models.py:147 +msgid "correspondent" +msgstr "" + +#: documents/models.py:96 +msgid "correspondents" +msgstr "" + +#: documents/models.py:100 +msgid "color" +msgstr "" + +#: documents/models.py:103 +msgid "is inbox tag" +msgstr "" + +#: documents/models.py:106 +msgid "Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags." +msgstr "" + +#: documents/models.py:112 +msgid "tag" +msgstr "" + +#: documents/models.py:113 documents/models.py:185 +msgid "tags" +msgstr "" + +#: documents/models.py:118 documents/models.py:167 +msgid "document type" +msgstr "" + +#: documents/models.py:119 +msgid "document types" +msgstr "" + +#: documents/models.py:124 +msgid "path" +msgstr "" + +#: documents/models.py:129 documents/models.py:156 +msgid "storage path" +msgstr "" + +#: documents/models.py:130 +msgid "storage paths" +msgstr "" + +#: documents/models.py:137 +msgid "Unencrypted" +msgstr "" + +#: documents/models.py:138 +msgid "Encrypted with GNU Privacy Guard" +msgstr "" + +#: documents/models.py:159 +msgid "title" +msgstr "" + +#: documents/models.py:171 documents/models.py:697 +msgid "content" +msgstr "" + +#: documents/models.py:174 +msgid "The raw, text-only data of the document. This field is primarily used for searching." +msgstr "" + +#: documents/models.py:179 +msgid "mime type" +msgstr "" + +#: documents/models.py:189 +msgid "checksum" +msgstr "" + +#: documents/models.py:193 +msgid "The checksum of the original document." +msgstr "" + +#: documents/models.py:197 +msgid "archive checksum" +msgstr "" + +#: documents/models.py:202 +msgid "The checksum of the archived document." +msgstr "" + +#: documents/models.py:205 documents/models.py:385 documents/models.py:703 +#: documents/models.py:741 documents/models.py:811 documents/models.py:848 +msgid "created" +msgstr "" + +#: documents/models.py:208 +msgid "modified" +msgstr "" + +#: documents/models.py:215 +msgid "storage type" +msgstr "" + +#: documents/models.py:223 +msgid "added" +msgstr "" + +#: documents/models.py:230 +msgid "filename" +msgstr "" + +#: documents/models.py:236 +msgid "Current filename in storage" +msgstr "" + +#: documents/models.py:240 +msgid "archive filename" +msgstr "" + +#: documents/models.py:246 +msgid "Current archive filename in storage" +msgstr "" + +#: documents/models.py:250 +msgid "original filename" +msgstr "" + +#: documents/models.py:256 +msgid "The original name of the file when it was uploaded" +msgstr "" + +#: documents/models.py:263 +msgid "archive serial number" +msgstr "" + +#: documents/models.py:273 +msgid "The position of this document in your physical document archive." +msgstr "" + +#: documents/models.py:279 documents/models.py:714 documents/models.py:768 +msgid "document" +msgstr "" + +#: documents/models.py:280 +msgid "documents" +msgstr "" + +#: documents/models.py:368 +msgid "debug" +msgstr "" + +#: documents/models.py:369 +msgid "information" +msgstr "" + +#: documents/models.py:370 +msgid "warning" +msgstr "" + +#: documents/models.py:371 paperless_mail/models.py:308 +msgid "error" +msgstr "" + +#: documents/models.py:372 +msgid "critical" +msgstr "" + +#: documents/models.py:375 +msgid "group" +msgstr "" + +#: documents/models.py:377 +msgid "message" +msgstr "" + +#: documents/models.py:380 +msgid "level" +msgstr "" + +#: documents/models.py:389 +msgid "log" +msgstr "" + +#: documents/models.py:390 +msgid "logs" +msgstr "" + +#: documents/models.py:398 +msgid "Table" +msgstr "" + +#: documents/models.py:399 +msgid "Small Cards" +msgstr "" + +#: documents/models.py:400 +msgid "Large Cards" +msgstr "" + +#: documents/models.py:403 +msgid "Title" +msgstr "" + +#: documents/models.py:404 +msgid "Created" +msgstr "" + +#: documents/models.py:405 +msgid "Added" +msgstr "" + +#: documents/models.py:406 +msgid "Tags" +msgstr "" + +#: documents/models.py:407 +msgid "Correspondent" +msgstr "" + +#: documents/models.py:408 +msgid "Document Type" +msgstr "" + +#: documents/models.py:409 +msgid "Storage Path" +msgstr "" + +#: documents/models.py:410 +msgid "Note" +msgstr "" + +#: documents/models.py:411 +msgid "Owner" +msgstr "" + +#: documents/models.py:412 +msgid "Shared" +msgstr "" + +#: documents/models.py:413 +msgid "ASN" +msgstr "" + +#: documents/models.py:419 +msgid "show on dashboard" +msgstr "" + +#: documents/models.py:422 +msgid "show in sidebar" +msgstr "" + +#: documents/models.py:426 +msgid "sort field" +msgstr "" + +#: documents/models.py:431 +msgid "sort reverse" +msgstr "" + +#: documents/models.py:434 +msgid "View page size" +msgstr "" + +#: documents/models.py:442 +msgid "View display mode" +msgstr "" + +#: documents/models.py:449 +msgid "Document display fields" +msgstr "" + +#: documents/models.py:456 documents/models.py:513 +msgid "saved view" +msgstr "" + +#: documents/models.py:457 +msgid "saved views" +msgstr "" + +#: documents/models.py:465 +msgid "title contains" +msgstr "" + +#: documents/models.py:466 +msgid "content contains" +msgstr "" + +#: documents/models.py:467 +msgid "ASN is" +msgstr "" + +#: documents/models.py:468 +msgid "correspondent is" +msgstr "" + +#: documents/models.py:469 +msgid "document type is" +msgstr "" + +#: documents/models.py:470 +msgid "is in inbox" +msgstr "" + +#: documents/models.py:471 +msgid "has tag" +msgstr "" + +#: documents/models.py:472 +msgid "has any tag" +msgstr "" + +#: documents/models.py:473 +msgid "created before" +msgstr "" + +#: documents/models.py:474 +msgid "created after" +msgstr "" + +#: documents/models.py:475 +msgid "created year is" +msgstr "" + +#: documents/models.py:476 +msgid "created month is" +msgstr "" + +#: documents/models.py:477 +msgid "created day is" +msgstr "" + +#: documents/models.py:478 +msgid "added before" +msgstr "" + +#: documents/models.py:479 +msgid "added after" +msgstr "" + +#: documents/models.py:480 +msgid "modified before" +msgstr "" + +#: documents/models.py:481 +msgid "modified after" +msgstr "" + +#: documents/models.py:482 +msgid "does not have tag" +msgstr "" + +#: documents/models.py:483 +msgid "does not have ASN" +msgstr "" + +#: documents/models.py:484 +msgid "title or content contains" +msgstr "" + +#: documents/models.py:485 +msgid "fulltext query" +msgstr "" + +#: documents/models.py:486 +msgid "more like this" +msgstr "" + +#: documents/models.py:487 +msgid "has tags in" +msgstr "" + +#: documents/models.py:488 +msgid "ASN greater than" +msgstr "" + +#: documents/models.py:489 +msgid "ASN less than" +msgstr "" + +#: documents/models.py:490 +msgid "storage path is" +msgstr "" + +#: documents/models.py:491 +msgid "has correspondent in" +msgstr "" + +#: documents/models.py:492 +msgid "does not have correspondent in" +msgstr "" + +#: documents/models.py:493 +msgid "has document type in" +msgstr "" + +#: documents/models.py:494 +msgid "does not have document type in" +msgstr "" + +#: documents/models.py:495 +msgid "has storage path in" +msgstr "" + +#: documents/models.py:496 +msgid "does not have storage path in" +msgstr "" + +#: documents/models.py:497 +msgid "owner is" +msgstr "" + +#: documents/models.py:498 +msgid "has owner in" +msgstr "" + +#: documents/models.py:499 +msgid "does not have owner" +msgstr "" + +#: documents/models.py:500 +msgid "does not have owner in" +msgstr "" + +#: documents/models.py:501 +msgid "has custom field value" +msgstr "" + +#: documents/models.py:502 +msgid "is shared by me" +msgstr "" + +#: documents/models.py:503 +msgid "has custom fields" +msgstr "" + +#: documents/models.py:504 +msgid "has custom field in" +msgstr "" + +#: documents/models.py:505 +msgid "does not have custom field in" +msgstr "" + +#: documents/models.py:506 +msgid "does not have custom field" +msgstr "" + +#: documents/models.py:516 +msgid "rule type" +msgstr "" + +#: documents/models.py:518 +msgid "value" +msgstr "" + +#: documents/models.py:521 +msgid "filter rule" +msgstr "" + +#: documents/models.py:522 +msgid "filter rules" +msgstr "" + +#: documents/models.py:633 +msgid "Task ID" +msgstr "" + +#: documents/models.py:634 +msgid "Celery ID for the Task that was run" +msgstr "" + +#: documents/models.py:639 +msgid "Acknowledged" +msgstr "" + +#: documents/models.py:640 +msgid "If the task is acknowledged via the frontend or API" +msgstr "" + +#: documents/models.py:646 +msgid "Task Filename" +msgstr "" + +#: documents/models.py:647 +msgid "Name of the file which the Task was run for" +msgstr "" + +#: documents/models.py:653 +msgid "Task Name" +msgstr "" + +#: documents/models.py:654 +msgid "Name of the Task which was run" +msgstr "" + +#: documents/models.py:661 +msgid "Task State" +msgstr "" + +#: documents/models.py:662 +msgid "Current state of the task being run" +msgstr "" + +#: documents/models.py:667 +msgid "Created DateTime" +msgstr "" + +#: documents/models.py:668 +msgid "Datetime field when the task result was created in UTC" +msgstr "" + +#: documents/models.py:673 +msgid "Started DateTime" +msgstr "" + +#: documents/models.py:674 +msgid "Datetime field when the task was started in UTC" +msgstr "" + +#: documents/models.py:679 +msgid "Completed DateTime" +msgstr "" + +#: documents/models.py:680 +msgid "Datetime field when the task was completed in UTC" +msgstr "" + +#: documents/models.py:685 +msgid "Result Data" +msgstr "" + +#: documents/models.py:687 +msgid "The data returned by the task" +msgstr "" + +#: documents/models.py:699 +msgid "Note for the document" +msgstr "" + +#: documents/models.py:723 +msgid "user" +msgstr "" + +#: documents/models.py:728 +msgid "note" +msgstr "" + +#: documents/models.py:729 +msgid "notes" +msgstr "" + +#: documents/models.py:737 +msgid "Archive" +msgstr "" + +#: documents/models.py:738 +msgid "Original" +msgstr "" + +#: documents/models.py:749 +msgid "expiration" +msgstr "" + +#: documents/models.py:756 +msgid "slug" +msgstr "" + +#: documents/models.py:788 +msgid "share link" +msgstr "" + +#: documents/models.py:789 +msgid "share links" +msgstr "" + +#: documents/models.py:801 +msgid "String" +msgstr "" + +#: documents/models.py:802 +msgid "URL" +msgstr "" + +#: documents/models.py:803 +msgid "Date" +msgstr "" + +#: documents/models.py:804 +msgid "Boolean" +msgstr "" + +#: documents/models.py:805 +msgid "Integer" +msgstr "" + +#: documents/models.py:806 +msgid "Float" +msgstr "" + +#: documents/models.py:807 +msgid "Monetary" +msgstr "" + +#: documents/models.py:808 +msgid "Document Link" +msgstr "" + +#: documents/models.py:820 +msgid "data type" +msgstr "" + +#: documents/models.py:828 +msgid "custom field" +msgstr "" + +#: documents/models.py:829 +msgid "custom fields" +msgstr "" + +#: documents/models.py:891 +msgid "custom field instance" +msgstr "" + +#: documents/models.py:892 +msgid "custom field instances" +msgstr "" + +#: documents/models.py:954 +msgid "Consumption Started" +msgstr "" + +#: documents/models.py:955 +msgid "Document Added" +msgstr "" + +#: documents/models.py:956 +msgid "Document Updated" +msgstr "" + +#: documents/models.py:959 +msgid "Consume Folder" +msgstr "" + +#: documents/models.py:960 +msgid "Api Upload" +msgstr "" + +#: documents/models.py:961 +msgid "Mail Fetch" +msgstr "" + +#: documents/models.py:964 +msgid "Workflow Trigger Type" +msgstr "" + +#: documents/models.py:976 +msgid "filter path" +msgstr "" + +#: documents/models.py:981 +msgid "Only consume documents with a path that matches this if specified. Wildcards specified as * are allowed. Case insensitive." +msgstr "" + +#: documents/models.py:988 +msgid "filter filename" +msgstr "" + +#: documents/models.py:993 paperless_mail/models.py:151 +msgid "Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive." +msgstr "" + +#: documents/models.py:1004 +msgid "filter documents from this mail rule" +msgstr "" + +#: documents/models.py:1020 +msgid "has these tag(s)" +msgstr "" + +#: documents/models.py:1028 +msgid "has this document type" +msgstr "" + +#: documents/models.py:1036 +msgid "has this correspondent" +msgstr "" + +#: documents/models.py:1040 +msgid "workflow trigger" +msgstr "" + +#: documents/models.py:1041 +msgid "workflow triggers" +msgstr "" + +#: documents/models.py:1051 +msgid "Assignment" +msgstr "" + +#: documents/models.py:1055 +msgid "Removal" +msgstr "" + +#: documents/models.py:1059 +msgid "Workflow Action Type" +msgstr "" + +#: documents/models.py:1065 +msgid "assign title" +msgstr "" + +#: documents/models.py:1070 +msgid "Assign a document title, can include some placeholders, see documentation." +msgstr "" + +#: documents/models.py:1079 paperless_mail/models.py:219 +msgid "assign this tag" +msgstr "" + +#: documents/models.py:1088 paperless_mail/models.py:227 +msgid "assign this document type" +msgstr "" + +#: documents/models.py:1097 paperless_mail/models.py:241 +msgid "assign this correspondent" +msgstr "" + +#: documents/models.py:1106 +msgid "assign this storage path" +msgstr "" + +#: documents/models.py:1115 +msgid "assign this owner" +msgstr "" + +#: documents/models.py:1122 +msgid "grant view permissions to these users" +msgstr "" + +#: documents/models.py:1129 +msgid "grant view permissions to these groups" +msgstr "" + +#: documents/models.py:1136 +msgid "grant change permissions to these users" +msgstr "" + +#: documents/models.py:1143 +msgid "grant change permissions to these groups" +msgstr "" + +#: documents/models.py:1150 +msgid "assign these custom fields" +msgstr "" + +#: documents/models.py:1157 +msgid "remove these tag(s)" +msgstr "" + +#: documents/models.py:1162 +msgid "remove all tags" +msgstr "" + +#: documents/models.py:1169 +msgid "remove these document type(s)" +msgstr "" + +#: documents/models.py:1174 +msgid "remove all document types" +msgstr "" + +#: documents/models.py:1181 +msgid "remove these correspondent(s)" +msgstr "" + +#: documents/models.py:1186 +msgid "remove all correspondents" +msgstr "" + +#: documents/models.py:1193 +msgid "remove these storage path(s)" +msgstr "" + +#: documents/models.py:1198 +msgid "remove all storage paths" +msgstr "" + +#: documents/models.py:1205 +msgid "remove these owner(s)" +msgstr "" + +#: documents/models.py:1210 +msgid "remove all owners" +msgstr "" + +#: documents/models.py:1217 +msgid "remove view permissions for these users" +msgstr "" + +#: documents/models.py:1224 +msgid "remove view permissions for these groups" +msgstr "" + +#: documents/models.py:1231 +msgid "remove change permissions for these users" +msgstr "" + +#: documents/models.py:1238 +msgid "remove change permissions for these groups" +msgstr "" + +#: documents/models.py:1243 +msgid "remove all permissions" +msgstr "" + +#: documents/models.py:1250 +msgid "remove these custom fields" +msgstr "" + +#: documents/models.py:1255 +msgid "remove all custom fields" +msgstr "" + +#: documents/models.py:1259 +msgid "workflow action" +msgstr "" + +#: documents/models.py:1260 +msgid "workflow actions" +msgstr "" + +#: documents/models.py:1269 paperless_mail/models.py:98 +msgid "order" +msgstr "" + +#: documents/models.py:1275 +msgid "triggers" +msgstr "" + +#: documents/models.py:1282 +msgid "actions" +msgstr "" + +#: documents/models.py:1285 +msgid "enabled" +msgstr "" + +#: documents/serialisers.py:119 +#, python-format +msgid "Invalid regular expression: %(error)s" +msgstr "" + +#: documents/serialisers.py:422 +msgid "Invalid color." +msgstr "" + +#: documents/serialisers.py:1234 +#, python-format +msgid "File type %(type)s not supported" +msgstr "" + +#: documents/serialisers.py:1343 +msgid "Invalid variable detected." +msgstr "" + +#: 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:10 +msgid "Please sign in." +msgstr "" + +#: documents/templates/account/login.html:12 +#, python-format +msgid "Don't have an account yet? Sign up" +msgstr "" + +#: 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:20 +#: documents/templates/account/signup.html:17 +msgid "Password" +msgstr "" + +#: documents/templates/account/login.html:30 +msgid "Sign in" +msgstr "" + +#: documents/templates/account/login.html:34 +msgid "Forgot your password?" +msgstr "" + +#: documents/templates/account/login.html:45 +#: documents/templates/account/signup.html:49 +msgid "or sign in via" +msgstr "" + +#: documents/templates/account/password_reset.html:5 +msgid "Paperless-ngx reset password request" +msgstr "" + +#: 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:12 +msgid "An error occurred. Please try again." +msgstr "" + +#: documents/templates/account/password_reset.html:15 +msgid "Email" +msgstr "" + +#: documents/templates/account/password_reset.html:21 +msgid "Send me instructions!" +msgstr "" + +#: documents/templates/account/password_reset_done.html:5 +msgid "Paperless-ngx reset password sent" +msgstr "" + +#: documents/templates/account/password_reset_done.html:9 +msgid "Check your inbox." +msgstr "" + +#: 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:5 +msgid "Paperless-ngx reset password confirmation" +msgstr "" + +#: documents/templates/account/password_reset_from_key.html:9 +msgid "Set a new password." +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:17 +msgid "New Password" +msgstr "" + +#: documents/templates/account/password_reset_from_key.html:18 +msgid "Confirm Password" +msgstr "" + +#: documents/templates/account/password_reset_from_key.html:28 +msgid "Change my password" +msgstr "" + +#: 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:9 +msgid "Password reset complete." +msgstr "" + +#: 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/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:62 +msgid "Still here?! Hmm, something might be wrong." +msgstr "" + +#: documents/templates/index.html:62 +msgid "Here's a link to the docs." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:55 +msgid "Share link was not found." +msgstr "" + +#: documents/templates/paperless-ngx/base.html:59 +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: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:10 +#, python-format +msgid "You are about to connect a new third-party account from %(provider)s." +msgstr "" + +#: documents/templates/socialaccount/login.html:13 +msgid "Continue" +msgstr "" + +#: documents/templates/socialaccount/signup.html:5 +msgid "Paperless-ngx social account sign up" +msgstr "" + +#: 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:11 +msgid "As a final step, please complete the following form:" +msgstr "" + +#: documents/validators.py:17 +#, python-brace-format +msgid "Unable to parse URI {value}, missing scheme" +msgstr "" + +#: documents/validators.py:22 +#, python-brace-format +msgid "Unable to parse URI {value}, missing net location or path" +msgstr "" + +#: documents/validators.py:27 +#, python-brace-format +msgid "Unable to parse URI {value}" +msgstr "" + +#: paperless/apps.py:10 +msgid "Paperless" +msgstr "" + +#: paperless/models.py:26 +msgid "pdf" +msgstr "" + +#: paperless/models.py:27 +msgid "pdfa" +msgstr "" + +#: paperless/models.py:28 +msgid "pdfa-1" +msgstr "" + +#: paperless/models.py:29 +msgid "pdfa-2" +msgstr "" + +#: paperless/models.py:30 +msgid "pdfa-3" +msgstr "" + +#: paperless/models.py:39 +msgid "skip" +msgstr "" + +#: paperless/models.py:40 +msgid "redo" +msgstr "" + +#: paperless/models.py:41 +msgid "force" +msgstr "" + +#: paperless/models.py:42 +msgid "skip_noarchive" +msgstr "" + +#: paperless/models.py:50 +msgid "never" +msgstr "" + +#: paperless/models.py:51 +msgid "with_text" +msgstr "" + +#: paperless/models.py:52 +msgid "always" +msgstr "" + +#: paperless/models.py:60 +msgid "clean" +msgstr "" + +#: paperless/models.py:61 +msgid "clean-final" +msgstr "" + +#: paperless/models.py:62 +msgid "none" +msgstr "" + +#: paperless/models.py:70 +msgid "LeaveColorUnchanged" +msgstr "" + +#: paperless/models.py:71 +msgid "RGB" +msgstr "" + +#: paperless/models.py:72 +msgid "UseDeviceIndependentColor" +msgstr "" + +#: paperless/models.py:73 +msgid "Gray" +msgstr "" + +#: paperless/models.py:74 +msgid "CMYK" +msgstr "" + +#: paperless/models.py:83 +msgid "Sets the output PDF type" +msgstr "" + +#: paperless/models.py:95 +msgid "Do OCR from page 1 to this value" +msgstr "" + +#: paperless/models.py:101 +msgid "Do OCR using these languages" +msgstr "" + +#: paperless/models.py:108 +msgid "Sets the OCR mode" +msgstr "" + +#: paperless/models.py:116 +msgid "Controls the generation of an archive file" +msgstr "" + +#: paperless/models.py:124 +msgid "Sets image DPI fallback value" +msgstr "" + +#: paperless/models.py:131 +msgid "Controls the unpaper cleaning" +msgstr "" + +#: paperless/models.py:138 +msgid "Enables deskew" +msgstr "" + +#: paperless/models.py:141 +msgid "Enables page rotation" +msgstr "" + +#: paperless/models.py:146 +msgid "Sets the threshold for rotation of pages" +msgstr "" + +#: paperless/models.py:152 +msgid "Sets the maximum image size for decompression" +msgstr "" + +#: paperless/models.py:158 +msgid "Sets the Ghostscript color conversion strategy" +msgstr "" + +#: paperless/models.py:166 +msgid "Adds additional user arguments for OCRMyPDF" +msgstr "" + +#: paperless/models.py:171 +msgid "Application title" +msgstr "" + +#: paperless/models.py:178 +msgid "Application logo" +msgstr "" + +#: paperless/models.py:188 +msgid "paperless application settings" +msgstr "" + +#: paperless/settings.py:660 +msgid "English (US)" +msgstr "" + +#: paperless/settings.py:661 +msgid "Arabic" +msgstr "" + +#: paperless/settings.py:662 +msgid "Afrikaans" +msgstr "" + +#: paperless/settings.py:663 +msgid "Belarusian" +msgstr "" + +#: paperless/settings.py:664 +msgid "Bulgarian" +msgstr "" + +#: paperless/settings.py:665 +msgid "Catalan" +msgstr "" + +#: paperless/settings.py:666 +msgid "Czech" +msgstr "" + +#: paperless/settings.py:667 +msgid "Danish" +msgstr "" + +#: paperless/settings.py:668 +msgid "German" +msgstr "" + +#: paperless/settings.py:669 +msgid "Greek" +msgstr "" + +#: paperless/settings.py:670 +msgid "English (GB)" +msgstr "" + +#: paperless/settings.py:671 +msgid "Spanish" +msgstr "" + +#: paperless/settings.py:672 +msgid "Finnish" +msgstr "" + +#: paperless/settings.py:673 +msgid "French" +msgstr "" + +#: paperless/settings.py:674 +msgid "Hungarian" +msgstr "" + +#: paperless/settings.py:675 +msgid "Italian" +msgstr "" + +#: paperless/settings.py:676 +msgid "Japanese" +msgstr "" + +#: paperless/settings.py:677 +msgid "Luxembourgish" +msgstr "" + +#: paperless/settings.py:678 +msgid "Norwegian" +msgstr "" + +#: paperless/settings.py:679 +msgid "Dutch" +msgstr "" + +#: paperless/settings.py:680 +msgid "Polish" +msgstr "" + +#: paperless/settings.py:681 +msgid "Portuguese (Brazil)" +msgstr "" + +#: paperless/settings.py:682 +msgid "Portuguese" +msgstr "" + +#: paperless/settings.py:683 +msgid "Romanian" +msgstr "" + +#: paperless/settings.py:684 +msgid "Russian" +msgstr "" + +#: paperless/settings.py:685 +msgid "Slovak" +msgstr "" + +#: paperless/settings.py:686 +msgid "Slovenian" +msgstr "" + +#: paperless/settings.py:687 +msgid "Serbian" +msgstr "" + +#: paperless/settings.py:688 +msgid "Swedish" +msgstr "" + +#: paperless/settings.py:689 +msgid "Turkish" +msgstr "" + +#: paperless/settings.py:690 +msgid "Ukrainian" +msgstr "" + +#: paperless/settings.py:691 +msgid "Chinese Simplified" +msgstr "" + +#: paperless/urls.py:236 +msgid "Paperless-ngx administration" +msgstr "" + +#: paperless_mail/admin.py:39 +msgid "Authentication" +msgstr "" + +#: paperless_mail/admin.py:42 +msgid "Advanced settings" +msgstr "" + +#: paperless_mail/admin.py:58 +msgid "Filter" +msgstr "" + +#: paperless_mail/admin.py:61 +msgid "Paperless will only process mails that match ALL of the filters given below." +msgstr "" + +#: paperless_mail/admin.py:78 +msgid "Actions" +msgstr "" + +#: paperless_mail/admin.py:81 +msgid "The action applied to the mail. This action is only performed when the mail body or attachments were consumed from the mail." +msgstr "" + +#: paperless_mail/admin.py:89 +msgid "Metadata" +msgstr "" + +#: paperless_mail/admin.py:92 +msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." +msgstr "" + +#: paperless_mail/apps.py:11 +msgid "Paperless mail" +msgstr "" + +#: paperless_mail/models.py:10 +msgid "mail account" +msgstr "" + +#: paperless_mail/models.py:11 +msgid "mail accounts" +msgstr "" + +#: paperless_mail/models.py:14 +msgid "No encryption" +msgstr "" + +#: paperless_mail/models.py:15 +msgid "Use SSL" +msgstr "" + +#: paperless_mail/models.py:16 +msgid "Use STARTTLS" +msgstr "" + +#: paperless_mail/models.py:20 +msgid "IMAP server" +msgstr "" + +#: paperless_mail/models.py:23 +msgid "IMAP port" +msgstr "" + +#: paperless_mail/models.py:27 +msgid "This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections." +msgstr "" + +#: paperless_mail/models.py:33 +msgid "IMAP security" +msgstr "" + +#: paperless_mail/models.py:38 +msgid "username" +msgstr "" + +#: paperless_mail/models.py:40 +msgid "password" +msgstr "" + +#: paperless_mail/models.py:42 +msgid "Is token authentication" +msgstr "" + +#: paperless_mail/models.py:45 +msgid "character set" +msgstr "" + +#: paperless_mail/models.py:49 +msgid "The character set to use when communicating with the mail server, such as 'UTF-8' or 'US-ASCII'." +msgstr "" + +#: paperless_mail/models.py:60 +msgid "mail rule" +msgstr "" + +#: paperless_mail/models.py:61 +msgid "mail rules" +msgstr "" + +#: paperless_mail/models.py:64 paperless_mail/models.py:75 +msgid "Only process attachments." +msgstr "" + +#: paperless_mail/models.py:65 +msgid "Process full Mail (with embedded attachments in file) as .eml" +msgstr "" + +#: paperless_mail/models.py:69 +msgid "Process full Mail (with embedded attachments in file) as .eml + process attachments as separate documents" +msgstr "" + +#: paperless_mail/models.py:76 +msgid "Process all files, including 'inline' attachments." +msgstr "" + +#: paperless_mail/models.py:79 +msgid "Delete" +msgstr "" + +#: paperless_mail/models.py:80 +msgid "Move to specified folder" +msgstr "" + +#: paperless_mail/models.py:81 +msgid "Mark as read, don't process read mails" +msgstr "" + +#: paperless_mail/models.py:82 +msgid "Flag the mail, don't process flagged mails" +msgstr "" + +#: paperless_mail/models.py:83 +msgid "Tag the mail with specified tag, don't process tagged mails" +msgstr "" + +#: paperless_mail/models.py:86 +msgid "Use subject as title" +msgstr "" + +#: paperless_mail/models.py:87 +msgid "Use attachment filename as title" +msgstr "" + +#: paperless_mail/models.py:88 +msgid "Do not assign title from rule" +msgstr "" + +#: paperless_mail/models.py:91 +msgid "Do not assign a correspondent" +msgstr "" + +#: paperless_mail/models.py:92 +msgid "Use mail address" +msgstr "" + +#: paperless_mail/models.py:93 +msgid "Use name (or mail address if not available)" +msgstr "" + +#: paperless_mail/models.py:94 +msgid "Use correspondent selected below" +msgstr "" + +#: paperless_mail/models.py:104 +msgid "account" +msgstr "" + +#: paperless_mail/models.py:108 paperless_mail/models.py:263 +msgid "folder" +msgstr "" + +#: paperless_mail/models.py:112 +msgid "Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server." +msgstr "" + +#: paperless_mail/models.py:118 +msgid "filter from" +msgstr "" + +#: paperless_mail/models.py:125 +msgid "filter to" +msgstr "" + +#: paperless_mail/models.py:132 +msgid "filter subject" +msgstr "" + +#: paperless_mail/models.py:139 +msgid "filter body" +msgstr "" + +#: paperless_mail/models.py:146 +msgid "filter attachment filename inclusive" +msgstr "" + +#: paperless_mail/models.py:158 +msgid "filter attachment filename exclusive" +msgstr "" + +#: paperless_mail/models.py:163 +msgid "Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive." +msgstr "" + +#: paperless_mail/models.py:170 +msgid "maximum age" +msgstr "" + +#: paperless_mail/models.py:172 +msgid "Specified in days." +msgstr "" + +#: paperless_mail/models.py:176 +msgid "attachment type" +msgstr "" + +#: paperless_mail/models.py:180 +msgid "Inline attachments include embedded images, so it's best to combine this option with a filename filter." +msgstr "" + +#: paperless_mail/models.py:186 +msgid "consumption scope" +msgstr "" + +#: paperless_mail/models.py:192 +msgid "action" +msgstr "" + +#: paperless_mail/models.py:198 +msgid "action parameter" +msgstr "" + +#: paperless_mail/models.py:203 +msgid "Additional parameter for the action selected above, i.e., the target folder of the move to folder action. Subfolders must be separated by dots." +msgstr "" + +#: paperless_mail/models.py:211 +msgid "assign title from" +msgstr "" + +#: paperless_mail/models.py:231 +msgid "assign correspondent from" +msgstr "" + +#: paperless_mail/models.py:245 +msgid "Assign the rule owner to documents" +msgstr "" + +#: paperless_mail/models.py:271 +msgid "uid" +msgstr "" + +#: paperless_mail/models.py:279 +msgid "subject" +msgstr "" + +#: paperless_mail/models.py:287 +msgid "received" +msgstr "" + +#: paperless_mail/models.py:294 +msgid "processed" +msgstr "" + +#: paperless_mail/models.py:300 +msgid "status" +msgstr "" + From c16907f846c8592a41cecbbc969fa837e4cd87f6 Mon Sep 17 00:00:00 2001 From: Rezasz <143993499+Rezasz@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:30:13 +0400 Subject: [PATCH 2/4] New translations messages.xlf (Persian) --- src-ui/src/locale/messages.fa_IR.xlf | 9414 ++++++++++++++++++++++++++ 1 file changed, 9414 insertions(+) create mode 100644 src-ui/src/locale/messages.fa_IR.xlf diff --git a/src-ui/src/locale/messages.fa_IR.xlf b/src-ui/src/locale/messages.fa_IR.xlf new file mode 100644 index 0000000000..24e9c7a1c9 --- /dev/null +++ b/src-ui/src/locale/messages.fa_IR.xlf @@ -0,0 +1,9414 @@ + + + + + + Close + + node_modules/src/ngb-config.ts + 13 + + Close + + + HH + + node_modules/src/ngb-config.ts + 13 + + HH + + + Close + + node_modules/src/ngb-config.ts + 13 + + Close + + + Select month + + node_modules/src/ngb-config.ts + 13 + + + node_modules/src/ngb-config.ts + 13 + + Select month + + + «« + + node_modules/src/ngb-config.ts + 13 + + «« + + + Previous month + + node_modules/src/ngb-config.ts + 13 + + + node_modules/src/ngb-config.ts + 13 + + Previous month + + + + + + + node_modules/src/ngb-config.ts + 13 + + + + Slide of + + node_modules/src/ngb-config.ts + 13 + + Currently selected slide number read by screen reader + Slide of + + + Hours + + node_modules/src/ngb-config.ts + 13 + + Hours + + + « + + node_modules/src/ngb-config.ts + 13 + + « + + + Previous + + node_modules/src/ngb-config.ts + 13 + + Previous + + + MM + + node_modules/src/ngb-config.ts + 13 + + MM + + + » + + node_modules/src/ngb-config.ts + 13 + + » + + + Select year + + node_modules/src/ngb-config.ts + 13 + + + node_modules/src/ngb-config.ts + 13 + + Select year + + + Next month + + node_modules/src/ngb-config.ts + 13 + + + node_modules/src/ngb-config.ts + 13 + + Next month + + + Next + + node_modules/src/ngb-config.ts + 13 + + Next + + + Minutes + + node_modules/src/ngb-config.ts + 13 + + Minutes + + + »» + + node_modules/src/ngb-config.ts + 13 + + »» + + + First + + node_modules/src/ngb-config.ts + 13 + + First + + + Increment hours + + node_modules/src/ngb-config.ts + 13 + + Increment hours + + + Previous + + node_modules/src/ngb-config.ts + 13 + + Previous + + + Decrement hours + + node_modules/src/ngb-config.ts + 13 + + Decrement hours + + + Next + + node_modules/src/ngb-config.ts + 13 + + Next + + + Increment minutes + + node_modules/src/ngb-config.ts + 13 + + Increment minutes + + + Last + + node_modules/src/ngb-config.ts + 13 + + Last + + + Decrement minutes + + node_modules/src/ngb-config.ts + 13 + + Decrement minutes + + + SS + + node_modules/src/ngb-config.ts + 13 + + SS + + + Seconds + + node_modules/src/ngb-config.ts + 13 + + Seconds + + + Increment seconds + + node_modules/src/ngb-config.ts + 13 + + Increment seconds + + + Decrement seconds + + node_modules/src/ngb-config.ts + 13 + + Decrement seconds + + + + + + + node_modules/src/ngb-config.ts + 13 + + + + Document was added to Paperless-ngx. + + src/app/app.component.ts + 83 + + + src/app/app.component.ts + 92 + + Document was added to Paperless-ngx. + + + Open document + + src/app/app.component.ts + 85 + + + src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html + 37 + + + src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html + 40 + + + src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html + 43 + + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html + 73 + + Open document + + + Could not add : + + src/app/app.component.ts + 107 + + Could not add : + + + Document is being processed by Paperless-ngx. + + src/app/app.component.ts + 122 + + Document is being processed by Paperless-ngx. + + + Dashboard + + src/app/app.component.ts + 129 + + + src/app/components/app-frame/app-frame.component.html + 81 + + + src/app/components/app-frame/app-frame.component.html + 83 + + + src/app/components/dashboard/dashboard.component.html + 1 + + Dashboard + + + Documents + + src/app/app.component.ts + 140 + + + src/app/components/app-frame/app-frame.component.html + 88 + + + src/app/components/app-frame/app-frame.component.html + 90 + + + src/app/components/document-list/document-list.component.ts + 128 + + + src/app/components/manage/management-list/management-list.component.html + 90 + + + src/app/components/manage/management-list/management-list.component.html + 90 + + + src/app/components/manage/management-list/management-list.component.html + 90 + + + src/app/components/manage/management-list/management-list.component.html + 90 + + Documents + + + Settings + + src/app/app.component.ts + 152 + + + src/app/components/admin/settings/settings.component.html + 2 + + + src/app/components/admin/settings/settings.component.html + 339 + + + src/app/components/app-frame/app-frame.component.html + 50 + + + src/app/components/app-frame/app-frame.component.html + 228 + + + src/app/components/app-frame/app-frame.component.html + 230 + + Settings + + + Prev + + src/app/app.component.ts + 158 + + Prev + + + Next + + src/app/app.component.ts + 159 + + + src/app/components/document-detail/document-detail.component.html + 95 + + Next + + + End + + src/app/app.component.ts + 160 + + End + + + The dashboard can be used to show saved views, such as an 'Inbox'. Those settings are found under Settings > Saved Views once you have created some. + + src/app/app.component.ts + 166 + + The dashboard can be used to show saved views, such as an 'Inbox'. Those settings are found under Settings > Saved Views once you have created some. + + + Drag-and-drop documents here to start uploading or place them in the consume folder. You can also drag-and-drop documents anywhere on all other pages of the web app. Once you do, Paperless-ngx will start training its machine learning algorithms. + + src/app/app.component.ts + 173 + + Drag-and-drop documents here to start uploading or place them in the consume folder. You can also drag-and-drop documents anywhere on all other pages of the web app. Once you do, Paperless-ngx will start training its machine learning algorithms. + + + The documents list shows all of your documents and allows for filtering as well as bulk-editing. There are three different view styles: list, small cards and large cards. A list of documents currently opened for editing is shown in the sidebar. + + src/app/app.component.ts + 178 + + The documents list shows all of your documents and allows for filtering as well as bulk-editing. There are three different view styles: list, small cards and large cards. A list of documents currently opened for editing is shown in the sidebar. + + + The filtering tools allow you to quickly find documents using various searches, dates, tags, etc. + + src/app/app.component.ts + 185 + + The filtering tools allow you to quickly find documents using various searches, dates, tags, etc. + + + Any combination of filters can be saved as a 'view' which can then be displayed on the dashboard and / or sidebar. + + src/app/app.component.ts + 191 + + Any combination of filters can be saved as a 'view' which can then be displayed on the dashboard and / or sidebar. + + + Tags, correspondents, document types and storage paths can all be managed using these pages. They can also be created from the document edit view. + + src/app/app.component.ts + 196 + + Tags, correspondents, document types and storage paths can all be managed using these pages. They can also be created from the document edit view. + + + Manage e-mail accounts and rules for automatically importing documents. + + src/app/app.component.ts + 204 + + + src/app/components/manage/mail/mail.component.html + 4 + + Manage e-mail accounts and rules for automatically importing documents. + + + Workflows give you more control over the document pipeline. + + src/app/app.component.ts + 212 + + Workflows give you more control over the document pipeline. + + + File Tasks shows you documents that have been consumed, are waiting to be, or may have failed during the process. + + src/app/app.component.ts + 220 + + + src/app/components/admin/tasks/tasks.component.html + 4 + + File Tasks shows you documents that have been consumed, are waiting to be, or may have failed during the process. + + + Check out the settings for various tweaks to the web app and toggle settings for saved views. + + src/app/app.component.ts + 228 + + Check out the settings for various tweaks to the web app and toggle settings for saved views. + + + Thank you! 🙏 + + src/app/app.component.ts + 236 + + Thank you! 🙏 + + + There are <em>tons</em> more features and info we didn't cover here, but this should get you started. Check out the documentation or visit the project on GitHub to learn more or to report issues. + + src/app/app.component.ts + 238 + + There are <em>tons</em> more features and info we didn't cover here, but this should get you started. Check out the documentation or visit the project on GitHub to learn more or to report issues. + + + Lastly, on behalf of every contributor to this community-supported project, thank you for using Paperless-ngx! + + src/app/app.component.ts + 240 + + Lastly, on behalf of every contributor to this community-supported project, thank you for using Paperless-ngx! + + + Application Configuration + + src/app/components/admin/config/config.component.html + 2 + + Application Configuration + + + Global app configuration options which apply to <strong>every</strong> user of this install of Paperless-ngx. Options can also be set using environment variables or the configuration file but the value here will always take precedence. + + src/app/components/admin/config/config.component.html + 4 + + Global app configuration options which apply to <strong>every</strong> user of this install of Paperless-ngx. Options can also be set using environment variables or the configuration file but the value here will always take precedence. + + + Read the documentation about this setting + + src/app/components/admin/config/config.component.html + 25 + + Read the documentation about this setting + + + Enable + + src/app/components/admin/config/config.component.html + 34 + + Enable + + + Discard + + src/app/components/admin/config/config.component.html + 53 + + + src/app/components/document-detail/document-detail.component.html + 337 + + Discard + + + Save + + src/app/components/admin/config/config.component.html + 56 + + + src/app/components/admin/settings/settings.component.html + 419 + + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-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 + 51 + + + 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 + 43 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 114 + + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 99 + + + src/app/components/document-detail/document-detail.component.html + 329 + + + src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html + 21 + + Save + + + Error retrieving config + + src/app/components/admin/config/config.component.ts + 81 + + Error retrieving config + + + Invalid JSON + + src/app/components/admin/config/config.component.ts + 107 + + Invalid JSON + + + Configuration updated + + src/app/components/admin/config/config.component.ts + 151 + + Configuration updated + + + An error occurred updating configuration + + src/app/components/admin/config/config.component.ts + 156 + + An error occurred updating configuration + + + File successfully updated + + src/app/components/admin/config/config.component.ts + 178 + + File successfully updated + + + An error occurred uploading file + + src/app/components/admin/config/config.component.ts + 183 + + An error occurred uploading file + + + Logs + + src/app/components/admin/logs/logs.component.html + 2 + + + src/app/components/app-frame/app-frame.component.html + 263 + + + src/app/components/app-frame/app-frame.component.html + 266 + + Logs + + + Review the log files for the application and for email checking. + + src/app/components/admin/logs/logs.component.html + 4 + + Review the log files for the application and for email checking. + + + Auto refresh + + src/app/components/admin/logs/logs.component.html + 8 + + + src/app/components/admin/tasks/tasks.component.html + 16 + + Auto refresh + + + Loading... + + src/app/components/admin/logs/logs.component.html + 24 + + + src/app/components/admin/logs/logs.component.html + 36 + + + src/app/components/admin/settings/settings.component.html + 407 + + + src/app/components/admin/tasks/tasks.component.html + 23 + + + src/app/components/admin/users-groups/users-groups.component.html + 92 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 35 + + + src/app/components/common/input/document-link/document-link.component.html + 38 + + + 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 + + + src/app/components/dashboard/widgets/widget-frame/widget-frame.component.html + 14 + + + src/app/components/document-detail/document-detail.component.html + 346 + + + src/app/components/document-list/document-list.component.html + 109 + + + src/app/components/manage/mail/mail.component.html + 101 + + + src/app/components/manage/management-list/management-list.component.html + 51 + + + src/app/components/manage/management-list/management-list.component.html + 51 + + + src/app/components/manage/management-list/management-list.component.html + 51 + + + src/app/components/manage/management-list/management-list.component.html + 51 + + Loading... + + + Options to customize appearance, notifications, saved views and more. Settings apply to the <strong>current user only</strong>. + + src/app/components/admin/settings/settings.component.html + 4 + + Options to customize appearance, notifications, saved views and more. Settings apply to the <strong>current user only</strong>. + + + Start tour + + src/app/components/admin/settings/settings.component.html + 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 + 30 + + Open Django Admin + + + General + + src/app/components/admin/settings/settings.component.html + 40 + + General + + + Appearance + + src/app/components/admin/settings/settings.component.html + 43 + + Appearance + + + Display language + + src/app/components/admin/settings/settings.component.html + 47 + + Display language + + + You need to reload the page after applying a new language. + + src/app/components/admin/settings/settings.component.html + 60 + + You need to reload the page after applying a new language. + + + Date display + + src/app/components/admin/settings/settings.component.html + 68 + + Date display + + + Date format + + src/app/components/admin/settings/settings.component.html + 85 + + Date format + + + Short: + + src/app/components/admin/settings/settings.component.html + 91,92 + + Short: + + + Medium: + + src/app/components/admin/settings/settings.component.html + 95,96 + + Medium: + + + Long: + + src/app/components/admin/settings/settings.component.html + 99,100 + + Long: + + + Items per page + + src/app/components/admin/settings/settings.component.html + 107 + + Items per page + + + Document editor + + src/app/components/admin/settings/settings.component.html + 123 + + Document editor + + + Use PDF viewer provided by the browser + + src/app/components/admin/settings/settings.component.html + 127 + + Use PDF viewer provided by the browser + + + 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 + 127 + + This is usually faster for displaying large PDF documents, but it might not work on some browsers. + + + Sidebar + + src/app/components/admin/settings/settings.component.html + 134 + + Sidebar + + + Use 'slim' sidebar (icons only) + + src/app/components/admin/settings/settings.component.html + 138 + + Use 'slim' sidebar (icons only) + + + Dark mode + + src/app/components/admin/settings/settings.component.html + 145 + + Dark mode + + + Use system settings + + src/app/components/admin/settings/settings.component.html + 148 + + Use system settings + + + Enable dark mode + + src/app/components/admin/settings/settings.component.html + 149 + + Enable dark mode + + + Invert thumbnails in dark mode + + src/app/components/admin/settings/settings.component.html + 150 + + Invert thumbnails in dark mode + + + Theme Color + + src/app/components/admin/settings/settings.component.html + 156 + + Theme Color + + + Reset + + src/app/components/admin/settings/settings.component.html + 163 + + Reset + + + Update checking + + src/app/components/admin/settings/settings.component.html + 168 + + Update checking + + + 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 + 172,175 + + 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. + + + No tracking data is collected by the app in any way. + + src/app/components/admin/settings/settings.component.html + 177,179 + + No tracking data is collected by the app in any way. + + + Enable update checking + + src/app/components/admin/settings/settings.component.html + 179 + + Enable update checking + + + Document editing + + src/app/components/admin/settings/settings.component.html + 183 + + Document editing + + + Automatically remove inbox tag(s) on save + + src/app/components/admin/settings/settings.component.html + 187 + + Automatically remove inbox tag(s) on save + + + Bulk editing + + src/app/components/admin/settings/settings.component.html + 191 + + Bulk editing + + + Show confirmation dialogs + + src/app/components/admin/settings/settings.component.html + 195 + + Show confirmation dialogs + + + Deleting documents will always ask for confirmation. + + src/app/components/admin/settings/settings.component.html + 195 + + Deleting documents will always ask for confirmation. + + + Apply on close + + src/app/components/admin/settings/settings.component.html + 196 + + Apply on close + + + Global search + + src/app/components/admin/settings/settings.component.html + 200 + + + src/app/components/app-frame/global-search/global-search.component.ts + 104 + + Global search + + + Do not include advanced search results + + src/app/components/admin/settings/settings.component.html + 204 + + Do not include advanced search results + + + Full search links to + + src/app/components/admin/settings/settings.component.html + 212 + + Full search links to + + + Title and content search + + src/app/components/admin/settings/settings.component.html + 216 + + Title and content search + + + Advanced search + + src/app/components/admin/settings/settings.component.html + 217 + + + src/app/components/app-frame/global-search/global-search.component.html + 24 + + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 143 + + Advanced search + + + Notes + + src/app/components/admin/settings/settings.component.html + 224 + + + src/app/components/document-list/document-list.component.html + 209 + + + src/app/data/document.ts + 62 + + + src/app/data/document.ts + 95 + + Notes + + + Enable notes + + src/app/components/admin/settings/settings.component.html + 228 + + Enable notes + + + Permissions + + src/app/components/admin/settings/settings.component.html + 236 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 14 + + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 37 + + + src/app/components/common/input/permissions/permissions-form/permissions-form.component.html + 2 + + + src/app/components/document-detail/document-detail.component.html + 305 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 101 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 110 + + + src/app/components/manage/mail/mail.component.html + 37 + + + src/app/components/manage/mail/mail.component.html + 81 + + + src/app/components/manage/management-list/management-list.component.html + 6 + + + src/app/components/manage/management-list/management-list.component.html + 6 + + + src/app/components/manage/management-list/management-list.component.html + 6 + + + src/app/components/manage/management-list/management-list.component.html + 6 + + Permissions + + + Default Permissions + + src/app/components/admin/settings/settings.component.html + 239 + + Default Permissions + + + 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 + 243,245 + + Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI + + + Default Owner + + src/app/components/admin/settings/settings.component.html + 250 + + Default Owner + + + Objects without an owner can be viewed and edited by all users + + src/app/components/admin/settings/settings.component.html + 254 + + + src/app/components/common/input/permissions/permissions-form/permissions-form.component.html + 32 + + Objects without an owner can be viewed and edited by all users + + + Default View Permissions + + src/app/components/admin/settings/settings.component.html + 259 + + Default View Permissions + + + Users: + + src/app/components/admin/settings/settings.component.html + 264 + + + src/app/components/admin/settings/settings.component.html + 291 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 174 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 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 + 38 + + + src/app/components/common/input/permissions/permissions-form/permissions-form.component.html + 57 + + Users: + + + Groups: + + src/app/components/admin/settings/settings.component.html + 274 + + + src/app/components/admin/settings/settings.component.html + 301 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 182 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 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 + 46 + + + src/app/components/common/input/permissions/permissions-form/permissions-form.component.html + 65 + + Groups: + + + Default Edit Permissions + + src/app/components/admin/settings/settings.component.html + 286 + + Default Edit Permissions + + + Edit permissions also grant viewing permissions + + src/app/components/admin/settings/settings.component.html + 310 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 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 + 71 + + Edit permissions also grant viewing permissions + + + Notifications + + src/app/components/admin/settings/settings.component.html + 318 + + Notifications + + + Document processing + + src/app/components/admin/settings/settings.component.html + 321 + + Document processing + + + Show notifications when new documents are detected + + src/app/components/admin/settings/settings.component.html + 325 + + Show notifications when new documents are detected + + + Show notifications when document processing completes successfully + + src/app/components/admin/settings/settings.component.html + 326 + + Show notifications when document processing completes successfully + + + Show notifications when document processing fails + + src/app/components/admin/settings/settings.component.html + 327 + + Show notifications when document processing fails + + + Suppress notifications on dashboard + + src/app/components/admin/settings/settings.component.html + 328 + + Suppress notifications on dashboard + + + This will suppress all messages about document processing status on the dashboard. + + src/app/components/admin/settings/settings.component.html + 328 + + This will suppress all messages about document processing status on the dashboard. + + + Saved views + + src/app/components/admin/settings/settings.component.html + 336 + + + src/app/components/app-frame/app-frame.component.html + 98 + + Saved views + + + Show warning when closing saved views with unsaved changes + + src/app/components/admin/settings/settings.component.html + 342 + + Show warning when closing saved views with unsaved changes + + + Views + + src/app/components/admin/settings/settings.component.html + 346 + + + src/app/components/document-list/document-list.component.html + 70 + + Views + + + Show on dashboard + + src/app/components/admin/settings/settings.component.html + 359 + + + src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html + 10 + + Show on dashboard + + + Show in sidebar + + src/app/components/admin/settings/settings.component.html + 363 + + + src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html + 9 + + Show in sidebar + + + Actions + + src/app/components/admin/settings/settings.component.html + 367 + + + src/app/components/admin/tasks/tasks.component.html + 42 + + + src/app/components/admin/users-groups/users-groups.component.html + 23 + + + src/app/components/admin/users-groups/users-groups.component.html + 61 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 67 + + + src/app/components/document-detail/document-detail.component.html + 45 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 107 + + + src/app/components/manage/custom-fields/custom-fields.component.html + 19 + + + src/app/components/manage/mail/mail.component.html + 22 + + + src/app/components/manage/mail/mail.component.html + 66 + + + src/app/components/manage/management-list/management-list.component.html + 43 + + + src/app/components/manage/management-list/management-list.component.html + 43 + + + src/app/components/manage/management-list/management-list.component.html + 43 + + + src/app/components/manage/management-list/management-list.component.html + 43 + + + src/app/components/manage/workflows/workflows.component.html + 21 + + Actions + + + Delete + + src/app/components/admin/settings/settings.component.html + 369 + + + src/app/components/admin/users-groups/users-groups.component.html + 38 + + + src/app/components/admin/users-groups/users-groups.component.html + 76 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 53 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 45 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 87 + + + src/app/components/common/permissions-select/permissions-select.component.html + 9 + + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.html + 37 + + + src/app/components/document-detail/document-detail.component.html + 24 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 161 + + + src/app/components/manage/custom-fields/custom-fields.component.html + 34 + + + src/app/components/manage/mail/mail.component.html + 40 + + + src/app/components/manage/mail/mail.component.html + 84 + + + src/app/components/manage/management-list/management-list.component.html + 9 + + + src/app/components/manage/management-list/management-list.component.html + 9 + + + src/app/components/manage/management-list/management-list.component.html + 9 + + + src/app/components/manage/management-list/management-list.component.html + 9 + + + src/app/components/manage/management-list/management-list.component.html + 84 + + + src/app/components/manage/management-list/management-list.component.html + 84 + + + src/app/components/manage/management-list/management-list.component.html + 84 + + + src/app/components/manage/management-list/management-list.component.html + 84 + + + src/app/components/manage/management-list/management-list.component.html + 96 + + + src/app/components/manage/management-list/management-list.component.html + 96 + + + src/app/components/manage/management-list/management-list.component.html + 96 + + + src/app/components/manage/management-list/management-list.component.html + 96 + + + src/app/components/manage/management-list/management-list.component.ts + 207 + + + src/app/components/manage/workflows/workflows.component.html + 38 + + Delete + + + Documents page size + + src/app/components/admin/settings/settings.component.html + 380 + + Documents page size + + + Display as + + src/app/components/admin/settings/settings.component.html + 383 + + Display as + + + Table + + src/app/components/admin/settings/settings.component.html + 385 + + Table + + + Small Cards + + src/app/components/admin/settings/settings.component.html + 386 + + Small Cards + + + Large Cards + + src/app/components/admin/settings/settings.component.html + 387 + + Large Cards + + + Show + + src/app/components/admin/settings/settings.component.html + 391 + + + src/app/components/document-list/document-list.component.html + 17 + + Show + + + Default + + src/app/components/admin/settings/settings.component.html + 391 + + + src/app/components/document-detail/document-detail.component.html + 117 + + Default + + + No saved views defined. + + src/app/components/admin/settings/settings.component.html + 400 + + No saved views defined. + + + Cancel + + src/app/components/admin/settings/settings.component.html + 420 + + + src/app/components/common/confirm-dialog/confirm-dialog.component.ts + 44 + + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-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 + 50 + + + 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 + 42 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 113 + + + src/app/components/common/permissions-dialog/permissions-dialog.component.html + 25 + + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 98 + + + src/app/components/common/select-dialog/select-dialog.component.html + 12 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 4 + + + src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html + 20 + + Cancel + + + Use system language + + src/app/components/admin/settings/settings.component.ts + 62 + + Use system language + + + Use date format of display language + + src/app/components/admin/settings/settings.component.ts + 65 + + Use date format of display language + + + Error retrieving users + + src/app/components/admin/settings/settings.component.ts + 192 + + + src/app/components/admin/users-groups/users-groups.component.ts + 51 + + Error retrieving users + + + Error retrieving groups + + src/app/components/admin/settings/settings.component.ts + 211 + + + src/app/components/admin/users-groups/users-groups.component.ts + 63 + + Error retrieving groups + + + Saved view "" deleted. + + src/app/components/admin/settings/settings.component.ts + 427 + + Saved view "" deleted. + + + Settings were saved successfully. + + src/app/components/admin/settings/settings.component.ts + 561 + + Settings were saved successfully. + + + Settings were saved successfully. Reload is required to apply some changes. + + src/app/components/admin/settings/settings.component.ts + 565 + + Settings were saved successfully. Reload is required to apply some changes. + + + Reload now + + src/app/components/admin/settings/settings.component.ts + 566 + + Reload now + + + An error occurred while saving settings. + + src/app/components/admin/settings/settings.component.ts + 576 + + + src/app/components/app-frame/app-frame.component.ts + 126 + + An error occurred while saving settings. + + + Error while storing settings on server. + + src/app/components/admin/settings/settings.component.ts + 610 + + Error while storing settings on server. + + + File Tasks + + src/app/components/admin/tasks/tasks.component.html + 2 + + + src/app/components/app-frame/app-frame.component.html + 251 + + + src/app/components/app-frame/app-frame.component.html + 253 + + File Tasks + + + Clear selection + + src/app/components/admin/tasks/tasks.component.html + 9 + + + src/app/components/manage/management-list/management-list.component.html + 3 + + + src/app/components/manage/management-list/management-list.component.html + 3 + + + src/app/components/manage/management-list/management-list.component.html + 3 + + + src/app/components/manage/management-list/management-list.component.html + 3 + + Clear selection + + + Name + + src/app/components/admin/tasks/tasks.component.html + 36 + + + src/app/components/admin/users-groups/users-groups.component.html + 21 + + + src/app/components/admin/users-groups/users-groups.component.html + 58 + + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 12 + + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 11 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 13 + + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.html + 13 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 13 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 13 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 12 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 11 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 13 + + + src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html + 8 + + + src/app/components/manage/custom-fields/custom-fields.component.html + 17 + + + src/app/components/manage/mail/mail.component.html + 20 + + + src/app/components/manage/mail/mail.component.html + 64 + + + src/app/components/manage/management-list/management-list.component.html + 20 + + + src/app/components/manage/management-list/management-list.component.html + 20 + + + src/app/components/manage/management-list/management-list.component.html + 20 + + + src/app/components/manage/management-list/management-list.component.html + 20 + + + src/app/components/manage/management-list/management-list.component.html + 37 + + + src/app/components/manage/management-list/management-list.component.html + 37 + + + src/app/components/manage/management-list/management-list.component.html + 37 + + + src/app/components/manage/management-list/management-list.component.html + 37 + + + src/app/components/manage/workflows/workflows.component.html + 17 + + Name + + + Created + + src/app/components/admin/tasks/tasks.component.html + 37 + + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 11 + + + src/app/components/document-list/document-list.component.html + 236 + + + src/app/data/document.ts + 38 + + + src/app/data/document.ts + 92 + + Created + + + Results + + src/app/components/admin/tasks/tasks.component.html + 39 + + Results + + + Info + + src/app/components/admin/tasks/tasks.component.html + 41 + + Info + + + click for full output + + src/app/components/admin/tasks/tasks.component.html + 72 + + click for full output + + + Dismiss + + src/app/components/admin/tasks/tasks.component.html + 85 + + + src/app/components/admin/tasks/tasks.component.ts + 68 + + Dismiss + + + Open Document + + src/app/components/admin/tasks/tasks.component.html + 90 + + Open Document + + + {VAR_PLURAL, plural, =1 {One task} other { total tasks}} + + src/app/components/admin/tasks/tasks.component.html + 109 + + {VAR_PLURAL, plural, =1 {One task} other { total tasks}} + + +  ( selected) + + src/app/components/admin/tasks/tasks.component.html + 111 + +  ( selected) + + + Failed + + src/app/components/admin/tasks/tasks.component.html + 123,125 + + Failed + + + Complete + + src/app/components/admin/tasks/tasks.component.html + 131,133 + + Complete + + + Started + + src/app/components/admin/tasks/tasks.component.html + 139,141 + + Started + + + Queued + + src/app/components/admin/tasks/tasks.component.html + 147,149 + + Queued + + + Dismiss selected + + src/app/components/admin/tasks/tasks.component.ts + 31 + + Dismiss selected + + + Dismiss all + + src/app/components/admin/tasks/tasks.component.ts + 32 + + Dismiss all + + + Confirm Dismiss All + + src/app/components/admin/tasks/tasks.component.ts + 65 + + Confirm Dismiss All + + + Dismiss all tasks? + + src/app/components/admin/tasks/tasks.component.ts + 66 + + Dismiss all tasks? + + + queued + + src/app/components/admin/tasks/tasks.component.ts + 135 + + queued + + + started + + src/app/components/admin/tasks/tasks.component.ts + 137 + + started + + + completed + + src/app/components/admin/tasks/tasks.component.ts + 139 + + completed + + + failed + + src/app/components/admin/tasks/tasks.component.ts + 141 + + failed + + + Users & Groups + + src/app/components/admin/users-groups/users-groups.component.html + 2 + + + src/app/components/app-frame/app-frame.component.html + 242 + + + src/app/components/app-frame/app-frame.component.html + 244 + + Users & Groups + + + Create, delete and edit users and groups. + + src/app/components/admin/users-groups/users-groups.component.html + 4 + + Create, delete and edit users and groups. + + + Users + + src/app/components/admin/users-groups/users-groups.component.html + 12 + + + src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html + 77 + + Users + + + Add User + + src/app/components/admin/users-groups/users-groups.component.html + 14 + + Add User + + + Username + + src/app/components/admin/users-groups/users-groups.component.html + 20 + + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 19 + + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 13 + + Username + + + Groups + + src/app/components/admin/users-groups/users-groups.component.html + 22 + + + src/app/components/admin/users-groups/users-groups.component.html + 50 + + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 34 + + Groups + + + Edit + + src/app/components/admin/users-groups/users-groups.component.html + 35 + + + src/app/components/admin/users-groups/users-groups.component.html + 73 + + + src/app/components/app-frame/global-search/global-search.component.html + 59 + + + src/app/components/app-frame/global-search/global-search.component.html + 76 + + + src/app/components/common/input/permissions/permissions-form/permissions-form.component.html + 53 + + + src/app/components/document-list/document-card-large/document-card-large.component.html + 57 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 120 + + + src/app/components/manage/custom-fields/custom-fields.component.html + 31 + + + src/app/components/manage/mail/mail.component.html + 34 + + + src/app/components/manage/mail/mail.component.html + 78 + + + src/app/components/manage/management-list/management-list.component.html + 83 + + + src/app/components/manage/management-list/management-list.component.html + 83 + + + src/app/components/manage/management-list/management-list.component.html + 83 + + + src/app/components/manage/management-list/management-list.component.html + 83 + + + src/app/components/manage/management-list/management-list.component.html + 93 + + + src/app/components/manage/management-list/management-list.component.html + 93 + + + src/app/components/manage/management-list/management-list.component.html + 93 + + + src/app/components/manage/management-list/management-list.component.html + 93 + + + src/app/components/manage/workflows/workflows.component.html + 35 + + Edit + + + Add Group + + src/app/components/admin/users-groups/users-groups.component.html + 52 + + Add Group + + + No groups defined + + src/app/components/admin/users-groups/users-groups.component.html + 84 + + No groups defined + + + Password has been changed, you will be logged out momentarily. + + src/app/components/admin/users-groups/users-groups.component.ts + 89 + + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts + 159 + + Password has been changed, you will be logged out momentarily. + + + Saved user "". + + src/app/components/admin/users-groups/users-groups.component.ts + 96 + + Saved user "". + + + Error saving user. + + src/app/components/admin/users-groups/users-groups.component.ts + 106 + + Error saving user. + + + Confirm delete user account + + src/app/components/admin/users-groups/users-groups.component.ts + 114 + + Confirm delete user account + + + This operation will permanently delete this user account. + + src/app/components/admin/users-groups/users-groups.component.ts + 115 + + This operation will permanently delete this user account. + + + This operation cannot be undone. + + src/app/components/admin/users-groups/users-groups.component.ts + 116 + + + src/app/components/admin/users-groups/users-groups.component.ts + 166 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 714 + + + src/app/components/manage/custom-fields/custom-fields.component.ts + 73 + + + src/app/components/manage/mail/mail.component.ts + 114 + + + src/app/components/manage/mail/mail.component.ts + 173 + + + src/app/components/manage/management-list/management-list.component.ts + 322 + + + src/app/components/manage/workflows/workflows.component.ts + 97 + + This operation cannot be undone. + + + Proceed + + src/app/components/admin/users-groups/users-groups.component.ts + 118 + + + src/app/components/admin/users-groups/users-groups.component.ts + 168 + + + src/app/components/document-detail/document-detail.component.ts + 823 + + + src/app/components/document-detail/document-detail.component.ts + 1114 + + + src/app/components/document-detail/document-detail.component.ts + 1151 + + + src/app/components/document-detail/document-detail.component.ts + 1192 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 755 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 788 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 807 + + + src/app/components/manage/custom-fields/custom-fields.component.ts + 75 + + + src/app/components/manage/mail/mail.component.ts + 116 + + + src/app/components/manage/mail/mail.component.ts + 175 + + + src/app/components/manage/management-list/management-list.component.ts + 324 + + + src/app/components/manage/workflows/workflows.component.ts + 99 + + Proceed + + + Deleted user + + src/app/components/admin/users-groups/users-groups.component.ts + 124 + + Deleted user + + + Error deleting user. + + src/app/components/admin/users-groups/users-groups.component.ts + 130 + + Error deleting user. + + + Saved group "". + + src/app/components/admin/users-groups/users-groups.component.ts + 148 + + Saved group "". + + + Error saving group. + + src/app/components/admin/users-groups/users-groups.component.ts + 156 + + Error saving group. + + + Confirm delete user group + + src/app/components/admin/users-groups/users-groups.component.ts + 164 + + Confirm delete user group + + + This operation will permanently delete this user group. + + src/app/components/admin/users-groups/users-groups.component.ts + 165 + + This operation will permanently delete this user group. + + + Deleted group + + src/app/components/admin/users-groups/users-groups.component.ts + 174 + + Deleted group + + + Error deleting group. + + src/app/components/admin/users-groups/users-groups.component.ts + 180 + + Error deleting group. + + + by Paperless-ngx + + src/app/components/app-frame/app-frame.component.html + 20 + + by Paperless-ngx + + + Logged in as + + src/app/components/app-frame/app-frame.component.html + 42 + + Logged in as + + + My Profile + + src/app/components/app-frame/app-frame.component.html + 46 + + My Profile + + + Logout + + src/app/components/app-frame/app-frame.component.html + 53 + + Logout + + + Documentation + + src/app/components/app-frame/app-frame.component.html + 58 + + + src/app/components/app-frame/app-frame.component.html + 272 + + + src/app/components/app-frame/app-frame.component.html + 275 + + Documentation + + + Open documents + + src/app/components/app-frame/app-frame.component.html + 128 + + Open documents + + + Close all + + src/app/components/app-frame/app-frame.component.html + 148 + + + src/app/components/app-frame/app-frame.component.html + 150 + + Close all + + + Manage + + src/app/components/app-frame/app-frame.component.html + 159 + + Manage + + + Correspondents + + src/app/components/app-frame/app-frame.component.html + 165 + + + src/app/components/app-frame/app-frame.component.html + 167 + + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 72 + + Correspondents + + + Tags + + src/app/components/app-frame/app-frame.component.html + 172 + + + src/app/components/app-frame/app-frame.component.html + 175 + + + src/app/components/common/input/tags/tags.component.ts + 63 + + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 64 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 21 + + + src/app/components/document-list/document-list.component.html + 191 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 39 + + + src/app/data/document.ts + 46 + + Tags + + + Document Types + + src/app/components/app-frame/app-frame.component.html + 181 + + + src/app/components/app-frame/app-frame.component.html + 183 + + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 80 + + Document Types + + + Storage Paths + + src/app/components/app-frame/app-frame.component.html + 188 + + + src/app/components/app-frame/app-frame.component.html + 190 + + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 88 + + Storage Paths + + + Custom Fields + + src/app/components/app-frame/app-frame.component.html + 195 + + + src/app/components/app-frame/app-frame.component.html + 197 + + + src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html + 4 + + + src/app/components/manage/custom-fields/custom-fields.component.html + 2 + + Custom Fields + + + Workflows + + src/app/components/app-frame/app-frame.component.html + 204 + + + src/app/components/app-frame/app-frame.component.html + 206 + + + src/app/components/manage/workflows/workflows.component.html + 2 + + Workflows + + + Mail + + src/app/components/app-frame/app-frame.component.html + 211 + + + src/app/components/app-frame/app-frame.component.html + 214 + + Mail + + + Administration + + src/app/components/app-frame/app-frame.component.html + 222 + + Administration + + + Configuration + + src/app/components/app-frame/app-frame.component.html + 235 + + + src/app/components/app-frame/app-frame.component.html + 237 + + Configuration + + + GitHub + + src/app/components/app-frame/app-frame.component.html + 282 + + GitHub + + + is available. + + src/app/components/app-frame/app-frame.component.html + 291,292 + + is available. + + + Click to view. + + src/app/components/app-frame/app-frame.component.html + 292 + + Click to view. + + + Paperless-ngx can automatically check for updates + + src/app/components/app-frame/app-frame.component.html + 296 + + Paperless-ngx can automatically check for updates + + + How does this work? + + src/app/components/app-frame/app-frame.component.html + 303,305 + + How does this work? + + + Update available + + src/app/components/app-frame/app-frame.component.html + 316 + + Update available + + + Sidebar views updated + + src/app/components/app-frame/app-frame.component.ts + 209 + + Sidebar views updated + + + Error updating sidebar views + + src/app/components/app-frame/app-frame.component.ts + 212 + + Error updating sidebar views + + + An error occurred while saving update checking settings. + + src/app/components/app-frame/app-frame.component.ts + 233 + + An error occurred while saving update checking settings. + + + Search + + src/app/components/app-frame/global-search/global-search.component.html + 8 + + + src/app/components/app-frame/global-search/global-search.component.html + 26 + + Search + + + Open + + src/app/components/app-frame/global-search/global-search.component.html + 53 + + + src/app/components/app-frame/global-search/global-search.component.html + 56 + + Open + + + Filter documents + + src/app/components/app-frame/global-search/global-search.component.html + 62 + + Filter documents + + + Download + + src/app/components/app-frame/global-search/global-search.component.html + 73 + + + src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html + 79 + + + src/app/components/document-detail/document-detail.component.html + 29 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 133 + + + src/app/components/document-list/document-card-large/document-card-large.component.html + 68 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 131 + + Download + + + No results + + src/app/components/app-frame/global-search/global-search.component.html + 87 + + No results + + + Documents + + src/app/components/app-frame/global-search/global-search.component.html + 90 + + Documents + + + Saved Views + + src/app/components/app-frame/global-search/global-search.component.html + 96 + + Saved Views + + + Tags + + src/app/components/app-frame/global-search/global-search.component.html + 103 + + Tags + + + Correspondents + + src/app/components/app-frame/global-search/global-search.component.html + 110 + + Correspondents + + + Document types + + src/app/components/app-frame/global-search/global-search.component.html + 117 + + Document types + + + Storage paths + + src/app/components/app-frame/global-search/global-search.component.html + 124 + + Storage paths + + + Users + + src/app/components/app-frame/global-search/global-search.component.html + 131 + + Users + + + Groups + + src/app/components/app-frame/global-search/global-search.component.html + 138 + + Groups + + + Custom fields + + src/app/components/app-frame/global-search/global-search.component.html + 145 + + Custom fields + + + Mail accounts + + src/app/components/app-frame/global-search/global-search.component.html + 152 + + Mail accounts + + + Mail rules + + src/app/components/app-frame/global-search/global-search.component.html + 159 + + Mail rules + + + Workflows + + src/app/components/app-frame/global-search/global-search.component.html + 166 + + Workflows + + + Successfully updated object. + + src/app/components/app-frame/global-search/global-search.component.ts + 193 + + + src/app/components/app-frame/global-search/global-search.component.ts + 231 + + Successfully updated object. + + + Error occurred saving object. + + src/app/components/app-frame/global-search/global-search.component.ts + 196 + + + src/app/components/app-frame/global-search/global-search.component.ts + 234 + + Error occurred saving object. + + + Clear + + src/app/components/common/clearable-badge/clearable-badge.component.html + 2 + + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 38 + + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 59 + + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 104 + + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 125 + + Clear + + + Are you sure? + + src/app/components/common/confirm-button/confirm-button.component.ts + 20 + + Are you sure? + + + Confirmation + + src/app/components/common/confirm-dialog/confirm-dialog.component.ts + 20 + + Confirmation + + + Confirm + + src/app/components/common/confirm-dialog/confirm-dialog.component.ts + 32 + + + src/app/components/common/permissions-dialog/permissions-dialog.component.html + 26 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 401 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 441 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 479 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 517 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 579 + + Confirm + + + Page + + src/app/components/common/confirm-dialog/delete-pages-confirm-dialog/delete-pages-confirm-dialog.component.html + 11 + + + src/app/components/common/confirm-dialog/split-confirm-dialog/split-confirm-dialog.component.html + 11 + + + src/app/components/document-detail/document-detail.component.html + 5 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 11 + + Page + + + of + + src/app/components/common/confirm-dialog/delete-pages-confirm-dialog/delete-pages-confirm-dialog.component.html + 13 + + + src/app/components/common/confirm-dialog/split-confirm-dialog/split-confirm-dialog.component.html + 13 + + + src/app/components/document-detail/document-detail.component.html + 7,8 + + of + + + Pages to remove + + src/app/components/common/confirm-dialog/delete-pages-confirm-dialog/delete-pages-confirm-dialog.component.html + 16 + + Pages to remove + + + Documents: + + src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html + 9 + + Documents: + + + Use metadata from: + + src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html + 22 + + Use metadata from: + + + Regenerate all metadata + + src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html + 24 + + Regenerate all metadata + + + Note that only PDFs will be included. + + src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html + 30 + + Note that only PDFs will be included. + + + Note that only PDFs will be rotated. + + src/app/components/common/confirm-dialog/rotate-confirm-dialog/rotate-confirm-dialog.component.html + 25 + + Note that only PDFs will be rotated. + + + Add Split + + src/app/components/common/confirm-dialog/split-confirm-dialog/split-confirm-dialog.component.html + 28 + + Add Split + + + View + + src/app/components/common/custom-field-display/custom-field-display.component.html + 21 + + + src/app/components/common/input/permissions/permissions-form/permissions-form.component.html + 34 + + + src/app/components/common/permissions-select/permissions-select.component.html + 10 + + + src/app/components/document-list/document-card-large/document-card-large.component.html + 62 + + View + + + Search fields + + src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html + 10 + + Search fields + + + Create new field + + src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html + 21 + + Create new field + + + Saved field "". + + src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.ts + 124 + + + src/app/components/manage/custom-fields/custom-fields.component.ts + 56 + + Saved field "". + + + Error saving field. + + src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.ts + 133 + + + src/app/components/manage/custom-fields/custom-fields.component.ts + 63 + + Error saving field. + + + now + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 25 + + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 91 + + now + + + After + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 34 + + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 100 + + After + + + Before + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 55 + + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 121 + + Before + + + Added + + src/app/components/common/dates-dropdown/dates-dropdown.component.html + 76 + + + src/app/components/document-list/document-list.component.html + 245 + + + src/app/data/document.ts + 42 + + + src/app/data/document.ts + 93 + + Added + + + Last 7 days + + src/app/components/common/dates-dropdown/dates-dropdown.component.ts + 45 + + Last 7 days + + + Last month + + src/app/components/common/dates-dropdown/dates-dropdown.component.ts + 50 + + Last month + + + Last 3 months + + src/app/components/common/dates-dropdown/dates-dropdown.component.ts + 55 + + Last 3 months + + + Last year + + src/app/components/common/dates-dropdown/dates-dropdown.component.ts + 60 + + Last year + + + Matching algorithm + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 13 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 14 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 14 + + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 16 + + Matching algorithm + + + Matching pattern + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html + 15 + + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html + 16 + + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 16 + + + 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 + 137 + + Case insensitive + + + Create new correspondent + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.ts + 27 + + Create new correspondent + + + Edit correspondent + + src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.ts + 31 + + Edit correspondent + + + Data type + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 12 + + Data type + + + 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 + 14 + + Data type cannot be changed after a field is created + + + Create new custom field + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.ts + 36 + + Create new custom field + + + Edit custom field + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.ts + 40 + + Edit custom field + + + Create new document type + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.ts + 27 + + Create new document type + + + Edit document type + + src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.ts + 31 + + Edit document type + + + Create new item + + src/app/components/common/edit-dialog/edit-dialog.component.ts + 111 + + Create new item + + + Edit item + + src/app/components/common/edit-dialog/edit-dialog.component.ts + 115 + + Edit item + + + Create new user group + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.ts + 26 + + Create new user group + + + Edit user group + + src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.ts + 30 + + Edit user group + + + IMAP Server + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 14 + + IMAP Server + + + IMAP Port + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 15 + + IMAP Port + + + IMAP Security + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 16 + + IMAP Security + + + Password + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 20 + + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 15 + + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 18 + + Password + + + Password is token + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 21 + + Password is token + + + 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 + 21 + + Check if the password above is a token used for authentication + + + Character Set + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 22 + + Character Set + + + Test + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html + 37 + + Test + + + No encryption + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts + 11 + + No encryption + + + SSL + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts + 12 + + SSL + + + STARTTLS + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts + 13 + + STARTTLS + + + Create new mail account + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts + 38 + + Create new mail account + + + Edit mail account + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts + 42 + + Edit mail account + + + Successfully connected to the mail server + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts + 87 + + Successfully connected to the mail server + + + Unable to connect to the mail server + + src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts + 88 + + Unable to connect to the mail server + + + Account + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 14 + + + src/app/components/manage/mail/mail.component.html + 65 + + Account + + + Folder + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 15 + + Folder + + + 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 + 15 + + Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. + + + Maximum age (days) + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 16 + + Maximum age (days) + + + Attachment type + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 17 + + Attachment type + + + Consumption scope + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 18 + + Consumption scope + + + See docs for .eml processing requirements + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 18 + + See docs for .eml processing requirements + + + Rule order + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 19 + + Rule order + + + 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 + 22 + + Paperless will only process mails that match all of the filters specified below. + + + Filter from + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 23 + + Filter from + + + Filter to + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 24 + + Filter to + + + Filter subject + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 25 + + Filter subject + + + Filter body + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 26 + + Filter body + + + Filter attachment filename includes + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 27 + + Filter attachment filename includes + + + 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 + 27 + + Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. + + + Filter attachment filename excluding + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 28 + + Filter attachment filename excluding + + + 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 + 28 + + Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. + + + Action + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 31 + + Action + + + 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 + 31 + + Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. + + + Action parameter + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 33 + + Action parameter + + + Assign title from + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 35 + + Assign title from + + + Assign document type + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 37 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 162 + + Assign document type + + + Assign correspondent from + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 38 + + Assign correspondent from + + + Assign correspondent + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 40 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 163 + + Assign correspondent + + + Assign owner from rule + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 42 + + Assign owner from rule + + + Error + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html + 48 + + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 111 + + + src/app/components/common/toasts/toasts.component.html + 28 + + Error + + + Only process attachments + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 27 + + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 38 + + Only process attachments + + + Process all files, including 'inline' attachments + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 31 + + Process all files, including 'inline' attachments + + + Process message as .eml + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 42 + + Process message as .eml + + + Process message as .eml and attachments separately + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 46 + + Process message as .eml and attachments separately + + + Move to specified folder + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 57 + + Move to specified folder + + + Mark as read, don't process read mails + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 61 + + Mark as read, don't process read mails + + + Flag the mail, don't process flagged mails + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 65 + + Flag the mail, don't process flagged mails + + + Tag the mail with specified tag, don't process tagged mails + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 69 + + Tag the mail with specified tag, don't process tagged mails + + + Use subject as title + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 76 + + Use subject as title + + + Use attachment filename as title + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 80 + + Use attachment filename as title + + + Do not assign title from this rule + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 84 + + Do not assign title from this rule + + + Do not assign a correspondent + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 91 + + Do not assign a correspondent + + + Use mail address + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 95 + + Use mail address + + + Use name (or mail address if not available) + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 99 + + Use name (or mail address if not available) + + + Use correspondent selected below + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 103 + + Use correspondent selected below + + + Create new mail rule + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 145 + + Create new mail rule + + + Edit mail rule + + src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts + 149 + + Edit mail rule + + + Path + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.html + 13 + + + src/app/components/manage/storage-path-list/storage-path-list.component.ts + 42 + + Path + + + e.g. + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.ts + 28 + + e.g. + + + or use slashes to add directories e.g. + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.ts + 30 + + or use slashes to add directories e.g. + + + See <a target="_blank" href="https://docs.paperless-ngx.com/advanced_usage/#file-name-handling">documentation</a> for full list. + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.ts + 32 + + See <a target="_blank" href="https://docs.paperless-ngx.com/advanced_usage/#file-name-handling">documentation</a> for full list. + + + Create new storage path + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.ts + 37 + + Create new storage path + + + Edit storage path + + src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.ts + 41 + + Edit storage path + + + Color + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 13 + + + src/app/components/manage/tag-list/tag-list.component.ts + 42 + + Color + + + Inbox tag + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 15 + + Inbox tag + + + Inbox tags are automatically assigned to all consumed documents. + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html + 15 + + Inbox tags are automatically assigned to all consumed documents. + + + Create new tag + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.ts + 28 + + Create new tag + + + Edit tag + + src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.ts + 32 + + Edit tag + + + Email + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 14 + + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 8 + + Email + + + First name + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 16 + + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 28 + + First name + + + Last name + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 17 + + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 29 + + Last name + + + Active + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 22 + + Active + + + Admin + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 26 + + Admin + + + Access logs, Django backend + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 26 + + Access logs, Django backend + + + Superuser + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 30 + + Superuser + + + (Grants all permissions and can view objects) + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html + 30 + + (Grants all permissions and can view objects) + + + Create new user account + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.ts + 44 + + Create new user account + + + Edit user account + + src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.ts + 48 + + Edit user account + + + Sort order + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 16 + + + src/app/components/manage/workflows/workflows.component.html + 18 + + Sort order + + + Enabled + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 19 + + + src/app/components/manage/workflows/workflows.component.html + 30 + + Enabled + + + Triggers + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 25 + + + src/app/components/manage/workflows/workflows.component.html + 20 + + Triggers + + + Trigger Workflow On: + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 31 + + Trigger Workflow On: + + + Add Trigger + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 33 + + Add Trigger + + + Apply Actions: + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 73 + + Apply Actions: + + + Add Action + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 75 + + Add Action + + + Trigger type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 121 + + Trigger type + + + Trigger for documents that match all filters specified below. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 122 + + Trigger for documents that match all filters specified below. + + + Filter filename + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 125 + + Filter filename + + + 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 + 125 + + Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. + + + Filter sources + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 127 + + Filter sources + + + Filter path + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 128 + + Filter path + + + 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 + 128 + + Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> + + + Filter mail rule + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 129 + + Filter mail rule + + + Apply to documents consumed via this mail rule. + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 129 + + Apply to documents consumed via this mail rule. + + + Content matching algorithm + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 132 + + Content matching algorithm + + + Content matching pattern + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 134 + + Content matching pattern + + + Has tags + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 143 + + Has tags + + + Has correspondent + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 144 + + Has correspondent + + + Has document type + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html + 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 + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 39 + + Consume Folder + + + API Upload + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 43 + + API Upload + + + Mail Fetch + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 47 + + Mail Fetch + + + Consumption Started + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 54 + + Consumption Started + + + Document Added + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 58 + + Document Added + + + Document Updated + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 62 + + Document Updated + + + Assignment + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 69 + + 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 + 142 + + Create new workflow + + + Edit workflow + + src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts + 146 + + Edit workflow + + + All + + src/app/components/common/filterable-dropdown/filterable-dropdown.component.html + 15 + + + src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html + 16 + + + src/app/components/common/permissions-select/permissions-select.component.html + 6 + + + src/app/components/common/permissions-select/permissions-select.component.html + 17 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 14 + + All + + + Any + + src/app/components/common/filterable-dropdown/filterable-dropdown.component.html + 17 + + Any + + + Include + + src/app/components/common/filterable-dropdown/filterable-dropdown.component.html + 25 + + Include + + + Exclude + + src/app/components/common/filterable-dropdown/filterable-dropdown.component.html + 27 + + Exclude + + + Create + + src/app/components/common/filterable-dropdown/filterable-dropdown.component.html + 50 + + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.html + 64 + + + src/app/components/manage/management-list/management-list.component.html + 12 + + + src/app/components/manage/management-list/management-list.component.html + 12 + + + src/app/components/manage/management-list/management-list.component.html + 12 + + + src/app/components/manage/management-list/management-list.component.html + 12 + + Create + + + Apply + + src/app/components/common/filterable-dropdown/filterable-dropdown.component.html + 56 + + Apply + + + Click again to exclude items. + + src/app/components/common/filterable-dropdown/filterable-dropdown.component.html + 63 + + Click again to exclude items. + + + Not assigned + + src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts + 340 + + Filter drop down element to filter for documents with no correspondent/type/tag assigned + Not assigned + + + Open filter + + src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts + 452 + + Open filter + + + Keyboard shortcuts + + src/app/components/common/hotkey-dialog/hotkey-dialog.component.ts + 20 + + Keyboard shortcuts + + + Remove + + src/app/components/common/input/check/check.component.html + 8 + + + src/app/components/common/input/date/date.component.html + 7 + + + src/app/components/common/input/document-link/document-link.component.html + 9 + + + src/app/components/common/input/file/file.component.html + 9 + + + 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 + + + src/app/components/common/input/select/select.component.html + 9 + + + src/app/components/common/input/switch/switch.component.html + 13 + + + src/app/components/common/input/text/text.component.html + 9 + + + src/app/components/common/input/url/url.component.html + 7 + + Remove + + + Invalid date. + + src/app/components/common/input/date/date.component.html + 25 + + Invalid date. + + + Suggestions: + + src/app/components/common/input/date/date.component.html + 31 + + + src/app/components/common/input/select/select.component.html + 58 + + + src/app/components/common/input/tags/tags.component.html + 51 + + Suggestions: + + + Filter documents with this + + src/app/components/common/input/date/date.component.ts + 107 + + + src/app/components/common/input/select/select.component.ts + 158 + + Filter documents with this + + + Remove link + + src/app/components/common/input/document-link/document-link.component.html + 30 + + Remove link + + + Open link + + src/app/components/common/input/document-link/document-link.component.html + 31 + + + src/app/components/common/input/url/url.component.html + 14 + + Open link + + + No documents found + + src/app/components/common/input/document-link/document-link.component.ts + 44 + + No documents found + + + Selected items + + src/app/components/common/input/drag-drop-select/drag-drop-select.component.ts + 23 + + Selected items + + + No items selected + + src/app/components/common/input/drag-drop-select/drag-drop-select.component.ts + 29 + + No items selected + + + Upload + + src/app/components/common/input/file/file.component.html + 15 + + Upload + + + Show password + + src/app/components/common/input/password/password.component.html + 6 + + Show password + + + Edit Permissions + + src/app/components/common/input/permissions/permissions-form/permissions-form.component.html + 9 + + Edit Permissions + + + Owner: + + src/app/components/common/input/permissions/permissions-form/permissions-form.component.html + 26 + + Owner: + + + Add item + + src/app/components/common/input/select/select.component.html + 23 + + Used for both types, correspondents, storage paths + Add item + + + Private + + src/app/components/common/input/select/select.component.ts + 57 + + + src/app/components/common/tag/tag.component.html + 10 + + + src/app/components/common/tag/tag.component.html + 13 + + + src/app/components/document-list/document-card-small/document-card-small.component.ts + 86 + + Private + + + No items found + + src/app/components/common/input/select/select.component.ts + 92 + + No items found + + + Note: value has not yet been set and will not apply until explicitly changed + + src/app/components/common/input/switch/switch.component.html + 39 + + Note: value has not yet been set and will not apply until explicitly changed + + + Add tag + + src/app/components/common/input/tags/tags.component.html + 15 + + Add tag + + + Remove tag + + src/app/components/common/input/tags/tags.component.html + 20 + + Remove tag + + + Filter documents with these Tags + + src/app/components/common/input/tags/tags.component.html + 41 + + Filter documents with these Tags + + + What's this? + + src/app/components/common/page-header/page-header.component.html + 9 + + What's this? + + + Read more + + src/app/components/common/page-header/page-header.component.html + 15 + + Read more + + + Merge with existing permissions + + src/app/components/common/permissions-dialog/permissions-dialog.component.html + 14 + + Merge with existing permissions + + + Set permissions + + src/app/components/common/permissions-dialog/permissions-dialog.component.ts + 28 + + Set permissions + + + Edit permissions for + + src/app/components/common/permissions-dialog/permissions-dialog.component.ts + 33 + + Edit permissions for + + + Existing owner, user and group permissions will be merged with these settings. + + src/app/components/common/permissions-dialog/permissions-dialog.component.ts + 74 + + Existing owner, user and group permissions will be merged with these settings. + + + Any and all existing owner, user and group permissions will be replaced. + + src/app/components/common/permissions-dialog/permissions-dialog.component.ts + 75 + + Any and all existing owner, user and group permissions will be replaced. + + + My documents + + src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html + 26 + + My documents + + + Shared with me + + src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html + 36 + + Shared with me + + + Shared by me + + src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html + 46 + + Shared by me + + + Unowned + + src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html + 56 + + Unowned + + + Hide unowned + + src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html + 88 + + Hide unowned + + + Type + + 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 + + + Add + + src/app/components/common/permissions-select/permissions-select.component.html + 7 + + Add + + + Change + + src/app/components/common/permissions-select/permissions-select.component.html + 8 + + Change + + + Inherited from group + + src/app/components/common/permissions-select/permissions-select.component.ts + 63 + + Inherited from group + + + Error loading preview + + src/app/components/common/preview-popup/preview-popup.component.html + 4 + + Error loading preview + + + Edit Profile + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 3 + + Edit Profile + + + Confirm Email + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 13 + + Confirm Email + + + Confirm Password + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 23 + + Confirm Password + + + API Auth Token + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 31 + + API Auth Token + + + Copy + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 35 + + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 42 + + + 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 + 156 + + Copy + + + Regenerate auth token + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 45 + + Regenerate auth token + + + Copied! + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 53 + + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.html + 40 + + Copied! + + + Warning: changing the token cannot be undone + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 55 + + Warning: changing the token cannot be undone + + + Connected social accounts + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 59 + + Connected social accounts + + + Set a password before disconnecting social account. + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 63 + + Set a password before disconnecting social account. + + + Disconnect + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 69 + + Disconnect + + + Disconnect social account + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 71 + + Disconnect social account + + + Warning: disconnecting social accounts cannot be undone + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 81 + + Warning: disconnecting social accounts cannot be undone + + + Connect new social account + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html + 86 + + Connect new social account + + + Emails must match + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts + 108 + + Emails must match + + + Passwords must match + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts + 136 + + Passwords must match + + + Profile updated successfully + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts + 156 + + Profile updated successfully + + + Error saving profile + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts + 168 + + Error saving profile + + + Error generating auth token + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts + 185 + + Error generating auth token + + + Error disconnecting social account + + src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts + 210 + + Error disconnecting social account + + + Select + + src/app/components/common/select-dialog/select-dialog.component.html + 13 + + + src/app/components/common/select-dialog/select-dialog.component.ts + 17 + + + src/app/components/document-list/document-list.component.html + 6 + + Select + + + Please select an object + + src/app/components/common/select-dialog/select-dialog.component.ts + 20 + + Please select an object + + + Share Links + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.html + 4 + + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts + 23 + + Share Links + + + No existing links + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.html + 9,11 + + No existing links + + + Share + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.html + 33 + + Share + + + Share archive version + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.html + 47 + + Share archive version + + + Expires + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.html + 51 + + Expires + + + 1 day + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts + 16 + + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts + 94 + + 1 day + + + 7 days + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts + 17 + + 7 days + + + 30 days + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts + 18 + + 30 days + + + Never + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts + 19 + + Never + + + Error retrieving links + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts + 75 + + Error retrieving links + + + days + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts + 94 + + days + + + Error deleting link + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts + 123 + + Error deleting link + + + Error creating link + + src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts + 151 + + 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 + + + src/app/components/manage/workflows/workflows.component.html + 19 + + Status + + + Migration Status + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 56 + + Migration Status + + + Up to date + + src/app/components/common/system-status-dialog/system-status-dialog.component.html + 59 + + Up to date + + + 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 + 139 + + Last Trained + + + Copy Raw Error + + src/app/components/common/toasts/toasts.component.html + 41 + + Copy Raw Error + + + Hello , welcome to + + src/app/components/dashboard/dashboard.component.ts + 38 + + Hello , welcome to + + + Welcome to + + src/app/components/dashboard/dashboard.component.ts + 40 + + Welcome to + + + Dashboard updated + + src/app/components/dashboard/dashboard.component.ts + 71 + + Dashboard updated + + + Error updating dashboard + + src/app/components/dashboard/dashboard.component.ts + 74 + + Error updating dashboard + + + Show all + + src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html + 9 + + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html + 39 + + Show all + + + Filter by correspondent + + src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html + 47 + + + src/app/components/document-list/document-card-large/document-card-large.component.html + 20 + + + src/app/components/document-list/document-list.component.html + 275 + + Filter by correspondent + + + Filter by document type + + src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html + 57 + + + src/app/components/document-list/document-card-large/document-card-large.component.html + 79 + + + src/app/components/document-list/document-list.component.html + 310 + + Filter by document type + + + Filter by storage path + + src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html + 62 + + + src/app/components/document-list/document-card-large/document-card-large.component.html + 85 + + + src/app/components/document-list/document-list.component.html + 317 + + Filter by storage path + + + View Preview + + src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html + 71 + + View Preview + + + No documents + + src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html + 121 + + No documents + + + Statistics + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 1 + + Statistics + + + Go to inbox + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 5 + + Go to inbox + + + Documents in inbox + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 6 + + Documents in inbox + + + Go to documents + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 10 + + Go to documents + + + Total documents + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 11 + + Total documents + + + Total characters + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 15 + + Total characters + + + Current ASN + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html + 20 + + Current ASN + + + Other + + src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.ts + 66 + + Other + + + Upload new documents + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html + 1 + + Upload new documents + + + Drop documents anywhere or + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html + 4 + + Drop documents anywhere or + + + Browse files + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html + 5 + + Browse files + + + Dismiss completed + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html + 20 + + This button dismisses all status messages about processed documents on the dashboard (failed and successful) + Dismiss completed + + + {VAR_PLURAL, plural, =1 {One more document} other { more documents}} + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html + 37 + + This is shown as a summary line when there are more than 5 document in the processing pipeline. + {VAR_PLURAL, plural, =1 {One more document} other { more documents}} + + + Processing: + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts + 44 + + Processing: + + + Failed: + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts + 47 + + Failed: + + + Added: + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts + 50 + + Added: + + + , + + src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts + 53 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 346 + + this string is used to separate processing, failed and added on the file upload widget + , + + + Paperless-ngx is running! + + src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html + 2 + + Paperless-ngx is running! + + + You're ready to start uploading documents! Explore the various features of this web app on your own, or start a quick tour using the button below. + + src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html + 3 + + You're ready to start uploading documents! Explore the various features of this web app on your own, or start a quick tour using the button below. + + + More detail on how to use and configure Paperless-ngx is always available in the documentation. + + src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html + 4 + + More detail on how to use and configure Paperless-ngx is always available in the documentation. + + + Thanks for being a part of the Paperless-ngx community! + + src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html + 7 + + Thanks for being a part of the Paperless-ngx community! + + + Start the tour + + src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html + 8 + + Start the tour + + + Searching document with asn + + src/app/components/document-asn/document-asn.component.html + 1 + + Searching document with asn + + + - + + src/app/components/document-detail/document-detail.component.html + 11 + + - + + + + + + src/app/components/document-detail/document-detail.component.html + 19 + + + + + + Download original + + src/app/components/document-detail/document-detail.component.html + 36 + + Download original + + + Reprocess + + src/app/components/document-detail/document-detail.component.html + 49 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 111 + + Reprocess + + + More like this + + src/app/components/document-detail/document-detail.component.html + 53 + + + src/app/components/document-list/document-card-large/document-card-large.component.html + 54 + + More like this + + + Split + + src/app/components/document-detail/document-detail.component.html + 57 + + Split + + + Rotate + + src/app/components/document-detail/document-detail.component.html + 61 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 114 + + Rotate + + + Delete page(s) + + src/app/components/document-detail/document-detail.component.html + 65 + + Delete page(s) + + + Close + + src/app/components/document-detail/document-detail.component.html + 89 + + + src/app/components/document-detail/document-detail.component.ts + 1169 + + + src/app/guards/dirty-saved-view.guard.ts + 37 + + Close + + + Previous + + src/app/components/document-detail/document-detail.component.html + 92 + + Previous + + + Details + + src/app/components/document-detail/document-detail.component.html + 105 + + Details + + + Title + + src/app/components/document-detail/document-detail.component.html + 108 + + + src/app/components/document-list/document-list.component.html + 188 + + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 131 + + + src/app/data/document.ts + 34 + + + src/app/data/document.ts + 90 + + Title + + + Archive serial number + + src/app/components/document-detail/document-detail.component.html + 109 + + Archive serial number + + + Date created + + src/app/components/document-detail/document-detail.component.html + 110 + + Date created + + + Correspondent + + src/app/components/document-detail/document-detail.component.html + 112 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 37 + + + src/app/components/document-list/document-list.component.html + 179 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 52 + + + src/app/data/document.ts + 50 + + + src/app/data/document.ts + 89 + + Correspondent + + + Document type + + src/app/components/document-detail/document-detail.component.html + 114 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 52 + + + src/app/components/document-list/document-list.component.html + 218 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 64 + + + src/app/data/document.ts + 54 + + + src/app/data/document.ts + 91 + + Document type + + + Storage path + + src/app/components/document-detail/document-detail.component.html + 116 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 67 + + + src/app/components/document-list/document-list.component.html + 227 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 76 + + + src/app/data/document.ts + 58 + + Storage path + + + Content + + src/app/components/document-detail/document-detail.component.html + 201 + + Content + + + Metadata + + src/app/components/document-detail/document-detail.component.html + 210 + + + src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts + 17 + + Metadata + + + Date modified + + src/app/components/document-detail/document-detail.component.html + 217 + + Date modified + + + Date added + + src/app/components/document-detail/document-detail.component.html + 221 + + Date added + + + Media filename + + src/app/components/document-detail/document-detail.component.html + 225 + + Media filename + + + Original filename + + src/app/components/document-detail/document-detail.component.html + 229 + + Original filename + + + Original MD5 checksum + + src/app/components/document-detail/document-detail.component.html + 233 + + Original MD5 checksum + + + Original file size + + src/app/components/document-detail/document-detail.component.html + 237 + + Original file size + + + Original mime type + + src/app/components/document-detail/document-detail.component.html + 241 + + Original mime type + + + Archive MD5 checksum + + src/app/components/document-detail/document-detail.component.html + 246 + + Archive MD5 checksum + + + Archive file size + + src/app/components/document-detail/document-detail.component.html + 252 + + Archive file size + + + Original document metadata + + src/app/components/document-detail/document-detail.component.html + 261 + + Original document metadata + + + Archived document metadata + + src/app/components/document-detail/document-detail.component.html + 264 + + Archived document metadata + + + Preview + + src/app/components/document-detail/document-detail.component.html + 271 + + Preview + + + Notes + + src/app/components/document-detail/document-detail.component.html + 283,286 + + Notes + + + History + + src/app/components/document-detail/document-detail.component.html + 294 + + History + + + Save & next + + src/app/components/document-detail/document-detail.component.html + 331 + + Save & next + + + Save & close + + src/app/components/document-detail/document-detail.component.html + 334 + + Save & close + + + Enter Password + + src/app/components/document-detail/document-detail.component.html + 385 + + Enter Password + + + An error occurred loading content: + + src/app/components/document-detail/document-detail.component.ts + 342,344 + + An error occurred loading content: + + + Document changes detected + + src/app/components/document-detail/document-detail.component.ts + 365 + + Document changes detected + + + The version of this document in your browser session appears older than the existing version. + + src/app/components/document-detail/document-detail.component.ts + 366 + + The version of this document in your browser session appears older than the existing version. + + + Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document. + + src/app/components/document-detail/document-detail.component.ts + 367 + + Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document. + + + Ok + + src/app/components/document-detail/document-detail.component.ts + 369 + + Ok + + + Next document + + src/app/components/document-detail/document-detail.component.ts + 476 + + Next document + + + Previous document + + src/app/components/document-detail/document-detail.component.ts + 486 + + Previous document + + + Close document + + src/app/components/document-detail/document-detail.component.ts + 494 + + + src/app/services/open-documents.service.ts + 116 + + Close document + + + Save document + + src/app/components/document-detail/document-detail.component.ts + 501 + + Save document + + + Error retrieving metadata + + src/app/components/document-detail/document-detail.component.ts + 543 + + Error retrieving metadata + + + Error retrieving suggestions. + + src/app/components/document-detail/document-detail.component.ts + 568 + + Error retrieving suggestions. + + + Document saved successfully. + + src/app/components/document-detail/document-detail.component.ts + 690 + + + src/app/components/document-detail/document-detail.component.ts + 704 + + Document saved successfully. + + + Error saving document + + src/app/components/document-detail/document-detail.component.ts + 708 + + + src/app/components/document-detail/document-detail.component.ts + 749 + + Error saving document + + + Confirm delete + + src/app/components/document-detail/document-detail.component.ts + 776 + + + src/app/components/manage/management-list/management-list.component.ts + 203 + + + src/app/components/manage/management-list/management-list.component.ts + 320 + + Confirm delete + + + Do you really want to delete document ""? + + src/app/components/document-detail/document-detail.component.ts + 777 + + Do you really want to delete document ""? + + + The files for this document will be deleted permanently. This operation cannot be undone. + + src/app/components/document-detail/document-detail.component.ts + 778 + + The files for this document will be deleted permanently. This operation cannot be undone. + + + Delete document + + src/app/components/document-detail/document-detail.component.ts + 780 + + Delete document + + + Error deleting document + + src/app/components/document-detail/document-detail.component.ts + 799 + + Error deleting document + + + Reprocess confirm + + src/app/components/document-detail/document-detail.component.ts + 819 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 751 + + Reprocess confirm + + + This operation will permanently recreate the archive file for this document. + + src/app/components/document-detail/document-detail.component.ts + 820 + + This operation will permanently recreate the archive file for this document. + + + The archive file will be re-generated with the current settings. + + src/app/components/document-detail/document-detail.component.ts + 821 + + The archive file will be re-generated with the current settings. + + + Reprocess 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 + 831 + + Reprocess operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. + + + Error executing operation + + src/app/components/document-detail/document-detail.component.ts + 842 + + Error executing operation + + + Page Fit + + src/app/components/document-detail/document-detail.component.ts + 911 + + Page Fit + + + Split confirm + + src/app/components/document-detail/document-detail.component.ts + 1112 + + Split confirm + + + This operation will split the selected document(s) into new documents. + + src/app/components/document-detail/document-detail.component.ts + 1113 + + This operation will split the selected document(s) into new documents. + + + Split operation will begin in the background. + + src/app/components/document-detail/document-detail.component.ts + 1128 + + Split operation will begin in the background. + + + Error executing split operation + + src/app/components/document-detail/document-detail.component.ts + 1137 + + Error executing split operation + + + Rotate confirm + + src/app/components/document-detail/document-detail.component.ts + 1149 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 784 + + Rotate confirm + + + This operation will permanently rotate the original version of the current document. + + src/app/components/document-detail/document-detail.component.ts + 1150 + + This operation will permanently rotate the original version of the current document. + + + Rotation will begin in the background. Close and re-open the document after the operation has completed to see the changes. + + src/app/components/document-detail/document-detail.component.ts + 1166 + + Rotation will begin in the background. Close and re-open the document after the operation has completed to see the changes. + + + Error executing rotate operation + + src/app/components/document-detail/document-detail.component.ts + 1178 + + Error executing rotate operation + + + Delete pages confirm + + src/app/components/document-detail/document-detail.component.ts + 1190 + + Delete pages confirm + + + This operation will permanently delete the selected pages from the original document. + + src/app/components/document-detail/document-detail.component.ts + 1191 + + This operation will permanently delete the selected pages from the original document. + + + Delete pages operation will begin in the background. Close and re-open or reload this document after the operation has completed to see the changes. + + src/app/components/document-detail/document-detail.component.ts + 1206 + + Delete pages operation will begin in the background. Close and re-open or reload this document after the operation has completed to see the changes. + + + Error executing delete pages operation + + src/app/components/document-detail/document-detail.component.ts + 1215 + + Error executing delete pages operation + + + No entries found. + + src/app/components/document-history/document-history.component.html + 10 + + No entries found. + + + Select: + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 8 + + Select: + + + Edit: + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 19 + + Edit: + + + Filter tags + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 22 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 40 + + Filter tags + + + Filter correspondents + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 38 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 53 + + Filter correspondents + + + Filter document types + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 53 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 65 + + Filter document types + + + Filter storage paths + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 68 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 77 + + Filter storage paths + + + Custom fields + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 82 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 89 + + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 139 + + Custom fields + + + Filter custom fields + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 83 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 90 + + Filter custom fields + + + Merge + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 117 + + Merge + + + Include: + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 139 + + Include: + + + Archived files + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 143 + + Archived files + + + Original files + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 147 + + Original files + + + Use formatted filename + + src/app/components/document-list/bulk-editor/bulk-editor.component.html + 152 + + Use formatted filename + + + Error executing bulk operation + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 250 + + Error executing bulk operation + + + "" + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 338 + + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 344 + + "" + + + "" and "" + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 340 + + This is for messages like 'modify "tag1" and "tag2"' + "" and "" + + + and "" + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 348,350 + + this is for messages like 'modify "tag1", "tag2" and "tag3"' + and "" + + + Confirm tags assignment + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 365 + + Confirm tags assignment + + + This operation will add the tag "" to selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 371 + + This operation will add the tag "" to selected document(s). + + + This operation will add the tags to selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 376,378 + + This operation will add the tags to selected document(s). + + + This operation will remove the tag "" from selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 384 + + This operation will remove the tag "" from selected document(s). + + + This operation will remove the tags from selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 389,391 + + This operation will remove the tags from selected document(s). + + + This operation will add the tags and remove the tags on selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 393,397 + + This operation will add the tags and remove the tags on selected document(s). + + + Confirm correspondent assignment + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 434 + + Confirm correspondent assignment + + + This operation will assign the correspondent "" to selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 436 + + This operation will assign the correspondent "" to selected document(s). + + + This operation will remove the correspondent from selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 438 + + This operation will remove the correspondent from selected document(s). + + + Confirm document type assignment + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 472 + + Confirm document type assignment + + + This operation will assign the document type "" to selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 474 + + This operation will assign the document type "" to selected document(s). + + + This operation will remove the document type from selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 476 + + This operation will remove the document type from selected document(s). + + + Confirm storage path assignment + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 510 + + Confirm storage path assignment + + + This operation will assign the storage path "" to selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 512 + + This operation will assign the storage path "" to selected document(s). + + + This operation will remove the storage path from selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 514 + + This operation will remove the storage path from selected document(s). + + + Confirm custom field assignment + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 543 + + Confirm custom field assignment + + + This operation will assign the custom field "" to selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 549 + + This operation will assign the custom field "" to selected document(s). + + + This operation will assign the custom fields to selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 554,556 + + This operation will assign the custom fields to selected document(s). + + + This operation will remove the custom field "" from selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 562 + + This operation will remove the custom field "" from selected document(s). + + + This operation will remove the custom fields from selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 567,569 + + This operation will remove the custom fields from selected document(s). + + + This operation will assign the custom fields and remove the custom fields on selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 571,575 + + This operation will assign the custom fields and remove the custom fields on selected document(s). + + + Delete confirm + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 712 + + Delete confirm + + + This operation will permanently delete selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 713 + + This operation will permanently delete selected document(s). + + + Delete document(s) + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 716 + + Delete document(s) + + + This operation will permanently recreate the archive files for selected document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 752 + + This operation will permanently recreate the archive files for selected document(s). + + + The archive files will be re-generated with the current settings. + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 753 + + The archive files will be re-generated with the current settings. + + + This operation will permanently rotate the original version of document(s). + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 785 + + This operation will permanently rotate the original version of document(s). + + + This will alter the original copy. + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 786 + + This will alter the original copy. + + + Merge confirm + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 805 + + Merge confirm + + + This operation will merge selected documents into a new document. + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 806 + + This operation will merge selected documents into a new document. + + + Merged document will be queued for consumption. + + src/app/components/document-list/bulk-editor/bulk-editor.component.ts + 819 + + Merged document will be queued for consumption. + + + Filter by tag + + src/app/components/document-list/document-card-large/document-card-large.component.html + 31 + + + src/app/components/document-list/document-list.component.html + 286 + + Filter by tag + + + View notes + + src/app/components/document-list/document-card-large/document-card-large.component.html + 74 + + View notes + + + Created: + + src/app/components/document-list/document-card-large/document-card-large.component.html + 98,99 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 65,66 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 80,81 + + Created: + + + Added: + + src/app/components/document-list/document-card-large/document-card-large.component.html + 99,100 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 66,67 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 81,82 + + Added: + + + Modified: + + src/app/components/document-list/document-card-large/document-card-large.component.html + 100,101 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 67,68 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 82,83 + + Modified: + + + Shared + + src/app/components/document-list/document-card-large/document-card-large.component.html + 121 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 106 + + + src/app/data/document.ts + 70 + + + src/app/pipes/username.pipe.ts + 33 + + Shared + + + Score: + + src/app/components/document-list/document-card-large/document-card-large.component.html + 126 + + Score: + + + Toggle tag filter + + src/app/components/document-list/document-card-small/document-card-small.component.html + 16 + + Toggle tag filter + + + Toggle correspondent filter + + src/app/components/document-list/document-card-small/document-card-small.component.html + 38 + + Toggle correspondent filter + + + Toggle document type filter + + src/app/components/document-list/document-card-small/document-card-small.component.html + 48 + + Toggle document type filter + + + Toggle storage path filter + + src/app/components/document-list/document-card-small/document-card-small.component.html + 55 + + Toggle storage path filter + + + Select none + + src/app/components/document-list/document-list.component.html + 9 + + Select none + + + Select page + + src/app/components/document-list/document-list.component.html + 10 + + + src/app/components/document-list/document-list.component.ts + 245 + + Select page + + + Select all + + src/app/components/document-list/document-list.component.html + 11 + + + src/app/components/document-list/document-list.component.ts + 238 + + Select all + + + Sort + + src/app/components/document-list/document-list.component.html + 46 + + Sort + + + Save "" + + src/app/components/document-list/document-list.component.html + 89 + + Save "" + + + Save as... + + src/app/components/document-list/document-list.component.html + 92 + + Save as... + + + {VAR_PLURAL, plural, =1 {Selected of one document} other {Selected of documents}} + + src/app/components/document-list/document-list.component.html + 112 + + {VAR_PLURAL, plural, =1 {Selected of one document} other {Selected of documents}} + + + {VAR_PLURAL, plural, =1 {One document} other { documents}} + + src/app/components/document-list/document-list.component.html + 116 + + {VAR_PLURAL, plural, =1 {One document} other { documents}} + + + (filtered) + + src/app/components/document-list/document-list.component.html + 118 + + (filtered) + + + Reset filters + + src/app/components/document-list/document-list.component.html + 123 + + + src/app/components/document-list/filter-editor/filter-editor.component.html + 116 + + Reset filters + + + Error while loading documents + + src/app/components/document-list/document-list.component.html + 139 + + Error while loading documents + + + Sort by ASN + + src/app/components/document-list/document-list.component.html + 166 + + Sort by ASN + + + ASN + + src/app/components/document-list/document-list.component.html + 170 + + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 136 + + + src/app/data/document.ts + 74 + + + src/app/data/document.ts + 88 + + ASN + + + Sort by correspondent + + src/app/components/document-list/document-list.component.html + 175 + + Sort by correspondent + + + Sort by title + + src/app/components/document-list/document-list.component.html + 184 + + Sort by title + + + Sort by owner + + src/app/components/document-list/document-list.component.html + 196 + + Sort by owner + + + Owner + + src/app/components/document-list/document-list.component.html + 200 + + + src/app/data/document.ts + 66 + + + src/app/data/document.ts + 96 + + Owner + + + Sort by notes + + src/app/components/document-list/document-list.component.html + 205 + + Sort by notes + + + Sort by document type + + src/app/components/document-list/document-list.component.html + 214 + + Sort by document type + + + Sort by storage path + + src/app/components/document-list/document-list.component.html + 223 + + Sort by storage path + + + Sort by created date + + src/app/components/document-list/document-list.component.html + 232 + + Sort by created date + + + Sort by added date + + src/app/components/document-list/document-list.component.html + 241 + + Sort by added date + + + Shared + + src/app/components/document-list/document-list.component.html + 248,250 + + Shared + + + Edit document + + src/app/components/document-list/document-list.component.html + 282 + + Edit document + + + Yes + + src/app/components/document-list/document-list.component.html + 333 + + + src/app/pipes/yes-no.pipe.ts + 8 + + Yes + + + No + + src/app/components/document-list/document-list.component.html + 333 + + + src/app/pipes/yes-no.pipe.ts + 8 + + No + + + Reset filters / selection + + src/app/components/document-list/document-list.component.ts + 226 + + Reset filters / selection + + + Open first [selected] document + + src/app/components/document-list/document-list.component.ts + 254 + + Open first [selected] document + + + View "" saved successfully. + + src/app/components/document-list/document-list.component.ts + 290 + + View "" saved successfully. + + + View "" created successfully. + + src/app/components/document-list/document-list.component.ts + 333 + + View "" created successfully. + + + Dates + + src/app/components/document-list/filter-editor/filter-editor.component.html + 100 + + Dates + + + Title & content + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 134 + + Title & content + + + More like + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 149 + + More like + + + equals + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 155 + + equals + + + is empty + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 159 + + is empty + + + is not empty + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 163 + + is not empty + + + greater than + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 167 + + greater than + + + less than + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 171 + + less than + + + Correspondent: + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 191,193 + + Correspondent: + + + Without correspondent + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 195 + + Without correspondent + + + Document type: + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 201,203 + + Document type: + + + Without document type + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 205 + + Without document type + + + Storage path: + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 211,213 + + Storage path: + + + Without storage path + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 215 + + Without storage path + + + Tag: + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 219,220 + + Tag: + + + Without any tag + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 224 + + Without any tag + + + Custom fields: + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 228,230 + + Custom fields: + + + Without any custom field + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 234 + + Without any custom field + + + Title: + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 238 + + Title: + + + ASN: + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 241 + + ASN: + + + Owner: + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 244 + + Owner: + + + Owner not in: + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 247 + + Owner not in: + + + Without an owner + + src/app/components/document-list/filter-editor/filter-editor.component.ts + 250 + + Without an owner + + + Save current view + + src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html + 3 + + Save current view + + + Filter rules error occurred while saving this view + + src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html + 13 + + Filter rules error occurred while saving this view + + + The error returned was + + src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html + 14 + + The error returned was + + + Enter note + + src/app/components/document-notes/document-notes.component.html + 5 + + Enter note + + + Please enter a note. + + src/app/components/document-notes/document-notes.component.html + 6,8 + + Please enter a note. + + + Add note + + src/app/components/document-notes/document-notes.component.html + 14 + + Add note + + + Delete note + + src/app/components/document-notes/document-notes.component.html + 25 + + + src/app/components/document-notes/document-notes.component.html + 27 + + Delete note + + + Error saving note + + src/app/components/document-notes/document-notes.component.ts + 66 + + Error saving note + + + Error deleting note + + src/app/components/document-notes/document-notes.component.ts + 80 + + Error deleting note + + + Drop files to begin upload + + src/app/components/file-drop/file-drop.component.html + 6 + + Drop files to begin upload + + + Initiating upload... + + src/app/components/file-drop/file-drop.component.ts + 88 + + Initiating upload... + + + correspondent + + src/app/components/manage/correspondent-list/correspondent-list.component.ts + 40 + + correspondent + + + correspondents + + src/app/components/manage/correspondent-list/correspondent-list.component.ts + 41 + + correspondents + + + Last used + + src/app/components/manage/correspondent-list/correspondent-list.component.ts + 46 + + Last used + + + Do you really want to delete the correspondent ""? + + src/app/components/manage/correspondent-list/correspondent-list.component.ts + 88 + + Do you really want to delete the correspondent ""? + + + Customize the data fields that can be attached to documents. + + src/app/components/manage/custom-fields/custom-fields.component.html + 4 + + Customize the data fields that can be attached to documents. + + + Add Field + + src/app/components/manage/custom-fields/custom-fields.component.html + 9 + + Add Field + + + Data Type + + src/app/components/manage/custom-fields/custom-fields.component.html + 18 + + Data Type + + + No fields defined. + + src/app/components/manage/custom-fields/custom-fields.component.html + 42 + + No fields defined. + + + Confirm delete field + + src/app/components/manage/custom-fields/custom-fields.component.ts + 71 + + Confirm delete field + + + This operation will permanently delete this field. + + src/app/components/manage/custom-fields/custom-fields.component.ts + 72 + + This operation will permanently delete this field. + + + Deleted field + + src/app/components/manage/custom-fields/custom-fields.component.ts + 81 + + Deleted field + + + Error deleting field. + + src/app/components/manage/custom-fields/custom-fields.component.ts + 86 + + Error deleting field. + + + document type + + src/app/components/manage/document-type-list/document-type-list.component.ts + 36 + + document type + + + document types + + src/app/components/manage/document-type-list/document-type-list.component.ts + 37 + + document types + + + Do you really want to delete the document type ""? + + src/app/components/manage/document-type-list/document-type-list.component.ts + 44 + + Do you really want to delete the document type ""? + + + Mail Settings + + src/app/components/manage/mail/mail.component.html + 2 + + Mail Settings + + + Mail accounts + + src/app/components/manage/mail/mail.component.html + 12 + + Mail accounts + + + Add Account + + src/app/components/manage/mail/mail.component.html + 14 + + Add Account + + + Server + + src/app/components/manage/mail/mail.component.html + 21 + + Server + + + No mail accounts defined. + + src/app/components/manage/mail/mail.component.html + 48 + + No mail accounts defined. + + + Mail rules + + src/app/components/manage/mail/mail.component.html + 56 + + Mail rules + + + Add Rule + + src/app/components/manage/mail/mail.component.html + 58 + + Add Rule + + + No mail rules defined. + + src/app/components/manage/mail/mail.component.html + 92 + + No mail rules defined. + + + Error retrieving mail accounts + + src/app/components/manage/mail/mail.component.ts + 56 + + Error retrieving mail accounts + + + Error retrieving mail rules + + src/app/components/manage/mail/mail.component.ts + 70 + + Error retrieving mail rules + + + Saved account "". + + src/app/components/manage/mail/mail.component.ts + 92 + + Saved account "". + + + Error saving account. + + src/app/components/manage/mail/mail.component.ts + 104 + + Error saving account. + + + Confirm delete mail account + + src/app/components/manage/mail/mail.component.ts + 112 + + Confirm delete mail account + + + This operation will permanently delete this mail account. + + src/app/components/manage/mail/mail.component.ts + 113 + + This operation will permanently delete this mail account. + + + Deleted mail account + + src/app/components/manage/mail/mail.component.ts + 122 + + Deleted mail account + + + Error deleting mail account. + + src/app/components/manage/mail/mail.component.ts + 132 + + Error deleting mail account. + + + Saved rule "". + + src/app/components/manage/mail/mail.component.ts + 152 + + Saved rule "". + + + Error saving rule. + + src/app/components/manage/mail/mail.component.ts + 163 + + Error saving rule. + + + Confirm delete mail rule + + src/app/components/manage/mail/mail.component.ts + 171 + + Confirm delete mail rule + + + This operation will permanently delete this mail rule. + + src/app/components/manage/mail/mail.component.ts + 172 + + This operation will permanently delete this mail rule. + + + Deleted mail rule + + src/app/components/manage/mail/mail.component.ts + 181 + + Deleted mail rule + + + Error deleting mail rule. + + src/app/components/manage/mail/mail.component.ts + 190 + + Error deleting mail rule. + + + Permissions updated + + src/app/components/manage/mail/mail.component.ts + 212 + + Permissions updated + + + Error updating permissions + + src/app/components/manage/mail/mail.component.ts + 217 + + + src/app/components/manage/management-list/management-list.component.ts + 307 + + Error updating permissions + + + Filter by: + + src/app/components/manage/management-list/management-list.component.html + 19 + + + src/app/components/manage/management-list/management-list.component.html + 19 + + + src/app/components/manage/management-list/management-list.component.html + 19 + + + src/app/components/manage/management-list/management-list.component.html + 19 + + Filter by: + + + Matching + + src/app/components/manage/management-list/management-list.component.html + 38 + + + src/app/components/manage/management-list/management-list.component.html + 38 + + + src/app/components/manage/management-list/management-list.component.html + 38 + + + src/app/components/manage/management-list/management-list.component.html + 38 + + Matching + + + Document count + + src/app/components/manage/management-list/management-list.component.html + 39 + + + src/app/components/manage/management-list/management-list.component.html + 39 + + + src/app/components/manage/management-list/management-list.component.html + 39 + + + src/app/components/manage/management-list/management-list.component.html + 39 + + Document count + + + Filter Documents + + src/app/components/manage/management-list/management-list.component.html + 82 + + + src/app/components/manage/management-list/management-list.component.html + 82 + + + src/app/components/manage/management-list/management-list.component.html + 82 + + + src/app/components/manage/management-list/management-list.component.html + 82 + + Filter Documents + + + {VAR_PLURAL, plural, =1 {One } other { total }} + + src/app/components/manage/management-list/management-list.component.html + 110 + + + src/app/components/manage/management-list/management-list.component.html + 110 + + + src/app/components/manage/management-list/management-list.component.html + 110 + + + src/app/components/manage/management-list/management-list.component.html + 110 + + {VAR_PLURAL, plural, =1 {One } other { total }} + + + Automatic + + src/app/components/manage/management-list/management-list.component.ts + 115 + + + src/app/data/matching-model.ts + 15 + + Automatic + + + None + + src/app/components/manage/management-list/management-list.component.ts + 117 + + + src/app/data/matching-model.ts + 45 + + None + + + Successfully created . + + src/app/components/manage/management-list/management-list.component.ts + 160 + + Successfully created . + + + Error occurred while creating . + + src/app/components/manage/management-list/management-list.component.ts + 165 + + Error occurred while creating . + + + Successfully updated . + + src/app/components/manage/management-list/management-list.component.ts + 180 + + Successfully updated . + + + Error occurred while saving . + + src/app/components/manage/management-list/management-list.component.ts + 185 + + Error occurred while saving . + + + Associated documents will not be deleted. + + src/app/components/manage/management-list/management-list.component.ts + 205 + + Associated documents will not be deleted. + + + Error while deleting element + + src/app/components/manage/management-list/management-list.component.ts + 221 + + Error while deleting element + + + Permissions updated successfully + + src/app/components/manage/management-list/management-list.component.ts + 300 + + Permissions updated successfully + + + This operation will permanently delete all objects. + + src/app/components/manage/management-list/management-list.component.ts + 321 + + This operation will permanently delete all objects. + + + Objects deleted successfully + + src/app/components/manage/management-list/management-list.component.ts + 335 + + Objects deleted successfully + + + Error deleting objects + + src/app/components/manage/management-list/management-list.component.ts + 341 + + Error deleting objects + + + storage path + + src/app/components/manage/storage-path-list/storage-path-list.component.ts + 36 + + storage path + + + storage paths + + src/app/components/manage/storage-path-list/storage-path-list.component.ts + 37 + + storage paths + + + Do you really want to delete the storage path ""? + + src/app/components/manage/storage-path-list/storage-path-list.component.ts + 52 + + Do you really want to delete the storage path ""? + + + tag + + src/app/components/manage/tag-list/tag-list.component.ts + 36 + + tag + + + tags + + src/app/components/manage/tag-list/tag-list.component.ts + 37 + + tags + + + Do you really want to delete the tag ""? + + src/app/components/manage/tag-list/tag-list.component.ts + 53 + + Do you really want to delete the tag ""? + + + Use workflows to customize the behavior of Paperless-ngx when events 'trigger' a workflow. + + src/app/components/manage/workflows/workflows.component.html + 4 + + Use workflows to customize the behavior of Paperless-ngx when events 'trigger' a workflow. + + + Add Workflow + + src/app/components/manage/workflows/workflows.component.html + 9 + + Add Workflow + + + Disabled + + src/app/components/manage/workflows/workflows.component.html + 30 + + Disabled + + + No workflows defined. + + src/app/components/manage/workflows/workflows.component.html + 46 + + No workflows defined. + + + Saved workflow "". + + src/app/components/manage/workflows/workflows.component.ts + 79 + + Saved workflow "". + + + Error saving workflow. + + src/app/components/manage/workflows/workflows.component.ts + 87 + + Error saving workflow. + + + Confirm delete workflow + + src/app/components/manage/workflows/workflows.component.ts + 95 + + Confirm delete workflow + + + This operation will permanently delete this workflow. + + src/app/components/manage/workflows/workflows.component.ts + 96 + + This operation will permanently delete this workflow. + + + Deleted workflow + + src/app/components/manage/workflows/workflows.component.ts + 105 + + Deleted workflow + + + Error deleting workflow. + + src/app/components/manage/workflows/workflows.component.ts + 110 + + Error deleting workflow. + + + Not Found + + src/app/components/not-found/not-found.component.html + 6 + + Not Found + + + Go to Dashboard + + src/app/components/not-found/not-found.component.html + 9 + + Go to Dashboard + + + Boolean + + src/app/data/custom-field.ts + 17 + + Boolean + + + Date + + src/app/data/custom-field.ts + 21 + + Date + + + Integer + + src/app/data/custom-field.ts + 25 + + Integer + + + Number + + src/app/data/custom-field.ts + 29 + + Number + + + Monetary + + src/app/data/custom-field.ts + 33 + + Monetary + + + Text + + src/app/data/custom-field.ts + 37 + + Text + + + Url + + src/app/data/custom-field.ts + 41 + + Url + + + Document Link + + src/app/data/custom-field.ts + 45 + + Document Link + + + Modified + + src/app/data/document.ts + 94 + + Modified + + + Search score + + src/app/data/document.ts + 102 + + Score is a value returned by the full text search engine and specifies how well a result matches the given query + Search score + + + Auto: Learn matching automatically + + src/app/data/matching-model.ts + 16 + + Auto: Learn matching automatically + + + Any word + + src/app/data/matching-model.ts + 20 + + Any word + + + Any: Document contains any of these words (space separated) + + src/app/data/matching-model.ts + 21 + + Any: Document contains any of these words (space separated) + + + All words + + src/app/data/matching-model.ts + 25 + + All words + + + All: Document contains all of these words (space separated) + + src/app/data/matching-model.ts + 26 + + All: Document contains all of these words (space separated) + + + Exact match + + src/app/data/matching-model.ts + 30 + + Exact match + + + Exact: Document contains this string + + src/app/data/matching-model.ts + 31 + + Exact: Document contains this string + + + Regular expression + + src/app/data/matching-model.ts + 35 + + Regular expression + + + Regular expression: Document matches this regular expression + + src/app/data/matching-model.ts + 36 + + Regular expression: Document matches this regular expression + + + Fuzzy word + + src/app/data/matching-model.ts + 40 + + Fuzzy word + + + Fuzzy: Document contains a word similar to this word + + src/app/data/matching-model.ts + 41 + + Fuzzy: Document contains a word similar to this word + + + None: Disable matching + + src/app/data/matching-model.ts + 46 + + None: Disable matching + + + General Settings + + src/app/data/paperless-config.ts + 50 + + General Settings + + + OCR Settings + + src/app/data/paperless-config.ts + 51 + + OCR Settings + + + Output Type + + src/app/data/paperless-config.ts + 75 + + Output Type + + + Language + + src/app/data/paperless-config.ts + 83 + + Language + + + Pages + + src/app/data/paperless-config.ts + 90 + + Pages + + + Mode + + src/app/data/paperless-config.ts + 97 + + Mode + + + Skip Archive File + + src/app/data/paperless-config.ts + 105 + + Skip Archive File + + + Image DPI + + src/app/data/paperless-config.ts + 113 + + Image DPI + + + Clean + + src/app/data/paperless-config.ts + 120 + + Clean + + + Deskew + + src/app/data/paperless-config.ts + 128 + + Deskew + + + Rotate Pages + + src/app/data/paperless-config.ts + 135 + + Rotate Pages + + + Rotate Pages Threshold + + src/app/data/paperless-config.ts + 142 + + Rotate Pages Threshold + + + Max Image Pixels + + src/app/data/paperless-config.ts + 149 + + Max Image Pixels + + + Color Conversion Strategy + + src/app/data/paperless-config.ts + 156 + + Color Conversion Strategy + + + OCR Arguments + + src/app/data/paperless-config.ts + 164 + + OCR Arguments + + + Application Logo + + src/app/data/paperless-config.ts + 171 + + Application Logo + + + Application Title + + src/app/data/paperless-config.ts + 178 + + Application Title + + + Warning: You have unsaved changes to your document(s). + + src/app/guards/dirty-doc.guard.ts + 16 + + Warning: You have unsaved changes to your document(s). + + + Unsaved Changes + + src/app/guards/dirty-form.guard.ts + 17 + + + src/app/guards/dirty-saved-view.guard.ts + 29 + + + src/app/services/open-documents.service.ts + 108 + + + src/app/services/open-documents.service.ts + 135 + + Unsaved Changes + + + You have unsaved changes. + + src/app/guards/dirty-form.guard.ts + 18 + + + src/app/services/open-documents.service.ts + 136 + + You have unsaved changes. + + + Are you sure you want to leave? + + src/app/guards/dirty-form.guard.ts + 19 + + Are you sure you want to leave? + + + Leave page + + src/app/guards/dirty-form.guard.ts + 21 + + Leave page + + + You have unsaved changes to the saved view + + src/app/guards/dirty-saved-view.guard.ts + 31 + + You have unsaved changes to the saved view + + + Are you sure you want to close this saved view? + + src/app/guards/dirty-saved-view.guard.ts + 35 + + Are you sure you want to close this saved view? + + + Save and close + + src/app/guards/dirty-saved-view.guard.ts + 39 + + Save and close + + + You don't have permissions to do that + + src/app/guards/permissions.guard.ts + 36 + + You don't have permissions to do that + + + %s year ago + + src/app/pipes/custom-date.pipe.ts + 14 + + %s year ago + + + %s years ago + + src/app/pipes/custom-date.pipe.ts + 15 + + %s years ago + + + %s month ago + + src/app/pipes/custom-date.pipe.ts + 19 + + %s month ago + + + %s months ago + + src/app/pipes/custom-date.pipe.ts + 20 + + %s months ago + + + %s week ago + + src/app/pipes/custom-date.pipe.ts + 24 + + %s week ago + + + %s weeks ago + + src/app/pipes/custom-date.pipe.ts + 25 + + %s weeks ago + + + %s day ago + + src/app/pipes/custom-date.pipe.ts + 29 + + %s day ago + + + %s days ago + + src/app/pipes/custom-date.pipe.ts + 30 + + %s days ago + + + %s hour ago + + src/app/pipes/custom-date.pipe.ts + 34 + + %s hour ago + + + %s hours ago + + src/app/pipes/custom-date.pipe.ts + 35 + + %s hours ago + + + %s minute ago + + src/app/pipes/custom-date.pipe.ts + 39 + + %s minute ago + + + %s minutes ago + + src/app/pipes/custom-date.pipe.ts + 40 + + %s minutes ago + + + Just now + + src/app/pipes/custom-date.pipe.ts + 72 + + Just now + + + (no title) + + src/app/pipes/document-title.pipe.ts + 11 + + (no title) + + + Document already exists. + + src/app/services/consumer-status.service.ts + 17 + + Document already exists. + + + Document with ASN already exists. + + src/app/services/consumer-status.service.ts + 18 + + Document with ASN already exists. + + + File not found. + + src/app/services/consumer-status.service.ts + 19 + + File not found. + + + Pre-consume script does not exist. + + src/app/services/consumer-status.service.ts + 20 + + Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation + Pre-consume script does not exist. + + + Error while executing pre-consume script. + + src/app/services/consumer-status.service.ts + 21 + + Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation + Error while executing pre-consume script. + + + Post-consume script does not exist. + + src/app/services/consumer-status.service.ts + 22 + + Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation + Post-consume script does not exist. + + + Error while executing post-consume script. + + src/app/services/consumer-status.service.ts + 23 + + Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation + Error while executing post-consume script. + + + Received new file. + + src/app/services/consumer-status.service.ts + 24 + + Received new file. + + + File type not supported. + + src/app/services/consumer-status.service.ts + 25 + + File type not supported. + + + Processing document... + + src/app/services/consumer-status.service.ts + 26 + + Processing document... + + + Generating thumbnail... + + src/app/services/consumer-status.service.ts + 27 + + Generating thumbnail... + + + Retrieving date from document... + + src/app/services/consumer-status.service.ts + 28 + + Retrieving date from document... + + + Saving document... + + src/app/services/consumer-status.service.ts + 29 + + Saving document... + + + Finished. + + src/app/services/consumer-status.service.ts + 30 + + Finished. + + + You have unsaved changes to the document + + src/app/services/open-documents.service.ts + 110 + + You have unsaved changes to the document + + + Are you sure you want to close this document? + + src/app/services/open-documents.service.ts + 114 + + Are you sure you want to close this document? + + + Are you sure you want to close all documents? + + src/app/services/open-documents.service.ts + 137 + + Are you sure you want to close all documents? + + + Close documents + + src/app/services/open-documents.service.ts + 139 + + Close documents + + + English (US) + + src/app/services/settings.service.ts + 46 + + English (US) + + + Afrikaans + + src/app/services/settings.service.ts + 52 + + Afrikaans + + + Arabic + + src/app/services/settings.service.ts + 58 + + Arabic + + + Belarusian + + src/app/services/settings.service.ts + 64 + + Belarusian + + + Bulgarian + + src/app/services/settings.service.ts + 70 + + Bulgarian + + + Catalan + + src/app/services/settings.service.ts + 76 + + Catalan + + + Czech + + src/app/services/settings.service.ts + 82 + + Czech + + + Danish + + src/app/services/settings.service.ts + 88 + + Danish + + + German + + src/app/services/settings.service.ts + 94 + + German + + + Greek + + src/app/services/settings.service.ts + 100 + + Greek + + + English (GB) + + src/app/services/settings.service.ts + 106 + + English (GB) + + + Spanish + + src/app/services/settings.service.ts + 112 + + Spanish + + + Finnish + + src/app/services/settings.service.ts + 118 + + Finnish + + + French + + src/app/services/settings.service.ts + 124 + + French + + + Hungarian + + src/app/services/settings.service.ts + 130 + + Hungarian + + + Italian + + src/app/services/settings.service.ts + 136 + + Italian + + + Japanese + + src/app/services/settings.service.ts + 142 + + Japanese + + + Luxembourgish + + src/app/services/settings.service.ts + 148 + + Luxembourgish + + + Dutch + + src/app/services/settings.service.ts + 154 + + Dutch + + + Norwegian + + src/app/services/settings.service.ts + 160 + + Norwegian + + + Polish + + src/app/services/settings.service.ts + 166 + + Polish + + + Portuguese (Brazil) + + src/app/services/settings.service.ts + 172 + + Portuguese (Brazil) + + + Portuguese + + src/app/services/settings.service.ts + 178 + + Portuguese + + + Romanian + + src/app/services/settings.service.ts + 184 + + Romanian + + + Russian + + src/app/services/settings.service.ts + 190 + + Russian + + + Slovak + + src/app/services/settings.service.ts + 196 + + Slovak + + + Slovenian + + src/app/services/settings.service.ts + 202 + + Slovenian + + + Serbian + + src/app/services/settings.service.ts + 208 + + Serbian + + + Swedish + + src/app/services/settings.service.ts + 214 + + Swedish + + + Turkish + + src/app/services/settings.service.ts + 220 + + Turkish + + + Ukrainian + + src/app/services/settings.service.ts + 226 + + Ukrainian + + + Chinese Simplified + + src/app/services/settings.service.ts + 232 + + Chinese Simplified + + + ISO 8601 + + src/app/services/settings.service.ts + 240 + + ISO 8601 + + + Successfully completed one-time migratration of settings to the database! + + src/app/services/settings.service.ts + 554 + + Successfully completed one-time migratration of settings to the database! + + + Unable to migrate settings to the database, please try saving manually. + + src/app/services/settings.service.ts + 555 + + Unable to migrate settings to the database, please try saving manually. + + + You can restart the tour from the settings page. + + src/app/services/settings.service.ts + 625 + + You can restart the tour from the settings page. + + + Connecting... + + src/app/services/upload-documents.service.ts + 42 + + Connecting... + + + Uploading... + + src/app/services/upload-documents.service.ts + 54 + + Uploading... + + + Upload complete, waiting... + + src/app/services/upload-documents.service.ts + 57 + + Upload complete, waiting... + + + HTTP error: + + src/app/services/upload-documents.service.ts + 70 + + HTTP error: + + + + From debc85e556be325d1771c64bed7866cec4990c01 Mon Sep 17 00:00:00 2001 From: Rezasz <143993499+Rezasz@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:52:41 +0400 Subject: [PATCH 3/4] New translations django.po (Persian) --- src/locale/fa_IR/LC_MESSAGES/django.po | 827 +++++++++++++------------ 1 file changed, 414 insertions(+), 413 deletions(-) diff --git a/src/locale/fa_IR/LC_MESSAGES/django.po b/src/locale/fa_IR/LC_MESSAGES/django.po index 2a1802dbf5..6dbb8642c6 100644 --- a/src/locale/fa_IR/LC_MESSAGES/django.po +++ b/src/locale/fa_IR/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: paperless-ngx-fa\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-05-19 11:07-0700\n" -"PO-Revision-Date: 2024-11-20 18:30\n" +"PO-Revision-Date: 2024-11-20 18:52\n" "Last-Translator: \n" "Language-Team: Persian\n" "Language: fa_IR\n" @@ -19,1672 +19,1673 @@ msgstr "" #: documents/apps.py:8 msgid "Documents" -msgstr "" +msgstr "اسناد" #: documents/models.py:36 documents/models.py:783 msgid "owner" -msgstr "" +msgstr "مالک" #: documents/models.py:53 documents/models.py:946 msgid "None" -msgstr "" +msgstr "هیچ کدام" #: documents/models.py:54 documents/models.py:947 msgid "Any word" -msgstr "" +msgstr "هر کلمه ای" #: documents/models.py:55 documents/models.py:948 msgid "All words" -msgstr "" +msgstr "همه کلمات" #: documents/models.py:56 documents/models.py:949 msgid "Exact match" -msgstr "" +msgstr "مطابقت دقیق" #: documents/models.py:57 documents/models.py:950 msgid "Regular expression" -msgstr "" +msgstr "بیان منظم" #: documents/models.py:58 documents/models.py:951 msgid "Fuzzy word" -msgstr "" +msgstr "کلمه مبهم" #: documents/models.py:59 msgid "Automatic" -msgstr "" +msgstr "خودکار" #: documents/models.py:62 documents/models.py:416 documents/models.py:1267 #: paperless_mail/models.py:18 paperless_mail/models.py:96 msgid "name" -msgstr "" +msgstr "نام" #: documents/models.py:64 documents/models.py:1007 msgid "match" -msgstr "" +msgstr "مطابقت دادن" #: documents/models.py:67 documents/models.py:1010 msgid "matching algorithm" -msgstr "" +msgstr "الگوریتم تطبیق" #: documents/models.py:72 documents/models.py:1015 msgid "is insensitive" -msgstr "" +msgstr "بی احساس است" #: documents/models.py:95 documents/models.py:147 msgid "correspondent" -msgstr "" +msgstr "خبرنگار" #: documents/models.py:96 msgid "correspondents" -msgstr "" +msgstr "خبرنگاران" #: documents/models.py:100 msgid "color" -msgstr "" +msgstr "رنگ" #: documents/models.py:103 msgid "is inbox tag" -msgstr "" +msgstr "برچسب صندوق ورودی است" #: documents/models.py:106 msgid "Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags." -msgstr "" +msgstr "این برچسب را به عنوان یک برچسب صندوق ورودی علامت گذاری می کند: تمام اسنادی که به تازگی مصرف شده اند با برچسب های صندوق ورودی برچسب گذاری می شوند." #: documents/models.py:112 msgid "tag" -msgstr "" +msgstr "برچسب زدن" #: documents/models.py:113 documents/models.py:185 msgid "tags" -msgstr "" +msgstr "برچسب ها" #: documents/models.py:118 documents/models.py:167 msgid "document type" -msgstr "" +msgstr "نوع سند" #: documents/models.py:119 msgid "document types" -msgstr "" +msgstr "انواع سند" #: documents/models.py:124 msgid "path" -msgstr "" +msgstr "مسیر" #: documents/models.py:129 documents/models.py:156 msgid "storage path" -msgstr "" +msgstr "مسیر ذخیره سازی" #: documents/models.py:130 msgid "storage paths" -msgstr "" +msgstr "مسیرهای ذخیره سازی" #: documents/models.py:137 msgid "Unencrypted" -msgstr "" +msgstr "رمزگذاری نشده" #: documents/models.py:138 msgid "Encrypted with GNU Privacy Guard" -msgstr "" +msgstr "با GNU Privacy Guard رمزگذاری شده است" #: documents/models.py:159 msgid "title" -msgstr "" +msgstr "عنوان" #: documents/models.py:171 documents/models.py:697 msgid "content" -msgstr "" +msgstr "محتوا" #: documents/models.py:174 msgid "The raw, text-only data of the document. This field is primarily used for searching." -msgstr "" +msgstr "داده‌های خام و فقط متنی سند. این فیلد در درجه اول برای جستجو استفاده می شود." #: documents/models.py:179 msgid "mime type" -msgstr "" +msgstr "نوع میم" #: documents/models.py:189 msgid "checksum" -msgstr "" +msgstr "چک جمع" #: documents/models.py:193 msgid "The checksum of the original document." -msgstr "" +msgstr "چک جمع سند اصلی." #: documents/models.py:197 msgid "archive checksum" -msgstr "" +msgstr "جمع چک آرشیو" #: documents/models.py:202 msgid "The checksum of the archived document." -msgstr "" +msgstr "چک جمع سند بایگانی شده" #: documents/models.py:205 documents/models.py:385 documents/models.py:703 #: documents/models.py:741 documents/models.py:811 documents/models.py:848 msgid "created" -msgstr "" +msgstr "ایجاد شده است" #: documents/models.py:208 msgid "modified" -msgstr "" +msgstr "اصلاح شده است" #: documents/models.py:215 msgid "storage type" -msgstr "" +msgstr "نوع ذخیره سازی" #: documents/models.py:223 msgid "added" -msgstr "" +msgstr "اضافه شده است" #: documents/models.py:230 msgid "filename" -msgstr "" +msgstr "نام فایل" #: documents/models.py:236 msgid "Current filename in storage" -msgstr "" +msgstr "نام فایل فعلی در فضای ذخیره سازی" #: documents/models.py:240 msgid "archive filename" -msgstr "" +msgstr "نام فایل بایگانی" #: documents/models.py:246 msgid "Current archive filename in storage" -msgstr "" +msgstr "نام فایل آرشیو فعلی در فضای ذخیره سازی" #: documents/models.py:250 msgid "original filename" -msgstr "" +msgstr "نام فایل اصلی" #: documents/models.py:256 msgid "The original name of the file when it was uploaded" -msgstr "" +msgstr "نام اصلی فایل هنگام آپلود" #: documents/models.py:263 msgid "archive serial number" -msgstr "" +msgstr "شماره سریال آرشیو" #: documents/models.py:273 msgid "The position of this document in your physical document archive." -msgstr "" +msgstr "موقعیت این سند در آرشیو اسناد فیزیکی شما." #: documents/models.py:279 documents/models.py:714 documents/models.py:768 msgid "document" -msgstr "" +msgstr "سند" #: documents/models.py:280 msgid "documents" -msgstr "" +msgstr "اسناد" #: documents/models.py:368 msgid "debug" -msgstr "" +msgstr "اشکال زدایی" #: documents/models.py:369 msgid "information" -msgstr "" +msgstr "اطلاعات" #: documents/models.py:370 msgid "warning" -msgstr "" +msgstr "هشدار" #: documents/models.py:371 paperless_mail/models.py:308 msgid "error" -msgstr "" +msgstr "خطا" #: documents/models.py:372 msgid "critical" -msgstr "" +msgstr "انتقادی" #: documents/models.py:375 msgid "group" -msgstr "" +msgstr "گروه" #: documents/models.py:377 msgid "message" -msgstr "" +msgstr "پیام" #: documents/models.py:380 msgid "level" -msgstr "" +msgstr "سطح" #: documents/models.py:389 msgid "log" -msgstr "" +msgstr "ورود به سیستم" #: documents/models.py:390 msgid "logs" -msgstr "" +msgstr "سیاهههای مربوط" #: documents/models.py:398 msgid "Table" -msgstr "" +msgstr "جدول" #: documents/models.py:399 msgid "Small Cards" -msgstr "" +msgstr "کارت های کوچک" #: documents/models.py:400 msgid "Large Cards" -msgstr "" +msgstr "کارت های بزرگ" #: documents/models.py:403 msgid "Title" -msgstr "" +msgstr "عنوان" #: documents/models.py:404 msgid "Created" -msgstr "" +msgstr "ایجاد شد" #: documents/models.py:405 msgid "Added" -msgstr "" +msgstr "اضافه شد" #: documents/models.py:406 msgid "Tags" -msgstr "" +msgstr "برچسب ها" #: documents/models.py:407 msgid "Correspondent" -msgstr "" +msgstr "خبرنگار" #: documents/models.py:408 msgid "Document Type" -msgstr "" +msgstr "نوع سند" #: documents/models.py:409 msgid "Storage Path" -msgstr "" +msgstr "مسیر ذخیره سازی" #: documents/models.py:410 msgid "Note" -msgstr "" +msgstr "توجه داشته باشید" #: documents/models.py:411 msgid "Owner" -msgstr "" +msgstr "مالک" #: documents/models.py:412 msgid "Shared" -msgstr "" +msgstr "به اشتراک گذاشته شده است" #: documents/models.py:413 msgid "ASN" -msgstr "" +msgstr "ASN" #: documents/models.py:419 msgid "show on dashboard" -msgstr "" +msgstr "روی داشبورد نمایش داده شود" #: documents/models.py:422 msgid "show in sidebar" -msgstr "" +msgstr "نمایش در نوار کناری" #: documents/models.py:426 msgid "sort field" -msgstr "" +msgstr "فیلد مرتب سازی" #: documents/models.py:431 msgid "sort reverse" -msgstr "" +msgstr "مرتب کردن معکوس" #: documents/models.py:434 msgid "View page size" -msgstr "" +msgstr "مشاهده اندازه صفحه" #: documents/models.py:442 msgid "View display mode" -msgstr "" +msgstr "مشاهده حالت نمایش" #: documents/models.py:449 msgid "Document display fields" -msgstr "" +msgstr "فیلدهای نمایش سند" #: documents/models.py:456 documents/models.py:513 msgid "saved view" -msgstr "" +msgstr "نمای ذخیره شده" #: documents/models.py:457 msgid "saved views" -msgstr "" +msgstr "نماهای ذخیره شده" #: documents/models.py:465 msgid "title contains" -msgstr "" +msgstr "عنوان شامل" #: documents/models.py:466 msgid "content contains" -msgstr "" +msgstr "محتوا حاوی" #: documents/models.py:467 msgid "ASN is" -msgstr "" +msgstr "ASN است" #: documents/models.py:468 msgid "correspondent is" -msgstr "" +msgstr "خبرنگار است" #: documents/models.py:469 msgid "document type is" -msgstr "" +msgstr "نوع سند است" #: documents/models.py:470 msgid "is in inbox" -msgstr "" +msgstr "در صندوق ورودی است" #: documents/models.py:471 msgid "has tag" -msgstr "" +msgstr "برچسب دارد" #: documents/models.py:472 msgid "has any tag" -msgstr "" +msgstr "هر برچسبی دارد" #: documents/models.py:473 msgid "created before" -msgstr "" +msgstr "قبلا ایجاد شده است" #: documents/models.py:474 msgid "created after" -msgstr "" +msgstr "ایجاد شده پس از" #: documents/models.py:475 msgid "created year is" -msgstr "" +msgstr "سال ایجاد شده است" #: documents/models.py:476 msgid "created month is" -msgstr "" +msgstr "ماه ایجاد شده است" #: documents/models.py:477 msgid "created day is" -msgstr "" +msgstr "روز ایجاد شده است" #: documents/models.py:478 msgid "added before" -msgstr "" +msgstr "قبلا اضافه شده است" #: documents/models.py:479 msgid "added after" -msgstr "" +msgstr "بعد اضافه شد" #: documents/models.py:480 msgid "modified before" -msgstr "" +msgstr "قبلا اصلاح شده" #: documents/models.py:481 msgid "modified after" -msgstr "" +msgstr "پس از اصلاح شد" #: documents/models.py:482 msgid "does not have tag" -msgstr "" +msgstr "برچسب ندارد" #: documents/models.py:483 msgid "does not have ASN" -msgstr "" +msgstr "ASN ندارد" #: documents/models.py:484 msgid "title or content contains" -msgstr "" +msgstr "عنوان یا محتوا حاوی" #: documents/models.py:485 msgid "fulltext query" -msgstr "" +msgstr "پرس و جو تمام متن" #: documents/models.py:486 msgid "more like this" -msgstr "" +msgstr "بیشتر شبیه این" #: documents/models.py:487 msgid "has tags in" -msgstr "" +msgstr "دارای برچسب در" #: documents/models.py:488 msgid "ASN greater than" -msgstr "" +msgstr "ASN بیشتر از" #: documents/models.py:489 msgid "ASN less than" -msgstr "" +msgstr "ASN کمتر از" #: documents/models.py:490 msgid "storage path is" -msgstr "" +msgstr "مسیر ذخیره سازی است" #: documents/models.py:491 msgid "has correspondent in" -msgstr "" +msgstr "خبرنگار دارد در" #: documents/models.py:492 msgid "does not have correspondent in" -msgstr "" +msgstr "خبرنگار ندارد" #: documents/models.py:493 msgid "has document type in" -msgstr "" +msgstr "دارای نوع سند است" #: documents/models.py:494 msgid "does not have document type in" -msgstr "" +msgstr "نوع سند ندارد" #: documents/models.py:495 msgid "has storage path in" -msgstr "" +msgstr "دارای مسیر ذخیره سازی در" #: documents/models.py:496 msgid "does not have storage path in" -msgstr "" +msgstr "مسیر ذخیره سازی در داخل ندارد" #: documents/models.py:497 msgid "owner is" -msgstr "" +msgstr "مالک است" #: documents/models.py:498 msgid "has owner in" -msgstr "" +msgstr "صاحب دارد" #: documents/models.py:499 msgid "does not have owner" -msgstr "" +msgstr "صاحب ندارد" #: documents/models.py:500 msgid "does not have owner in" -msgstr "" +msgstr "مالک ندارد" #: documents/models.py:501 msgid "has custom field value" -msgstr "" +msgstr "دارای مقدار فیلد سفارشی است" #: documents/models.py:502 msgid "is shared by me" -msgstr "" +msgstr "توسط من به اشتراک گذاشته شده است" #: documents/models.py:503 msgid "has custom fields" -msgstr "" +msgstr "دارای فیلدهای سفارشی" #: documents/models.py:504 msgid "has custom field in" -msgstr "" +msgstr "دارای فیلد سفارشی در" #: documents/models.py:505 msgid "does not have custom field in" -msgstr "" +msgstr "فیلد سفارشی ندارد" #: documents/models.py:506 msgid "does not have custom field" -msgstr "" +msgstr "فیلد سفارشی ندارد" #: documents/models.py:516 msgid "rule type" -msgstr "" +msgstr "نوع قانون" #: documents/models.py:518 msgid "value" -msgstr "" +msgstr "ارزش" #: documents/models.py:521 msgid "filter rule" -msgstr "" +msgstr "قانون فیلتر" #: documents/models.py:522 msgid "filter rules" -msgstr "" +msgstr "قوانین فیلتر" #: documents/models.py:633 msgid "Task ID" -msgstr "" +msgstr "شناسه وظیفه" #: documents/models.py:634 msgid "Celery ID for the Task that was run" -msgstr "" +msgstr "شناسه Celery برای Task که اجرا شد" #: documents/models.py:639 msgid "Acknowledged" -msgstr "" +msgstr "تصدیق کرد" #: documents/models.py:640 msgid "If the task is acknowledged via the frontend or API" -msgstr "" +msgstr "اگر وظیفه از طریق frontend یا API تایید شود" #: documents/models.py:646 msgid "Task Filename" -msgstr "" +msgstr "نام فایل وظیفه" #: documents/models.py:647 msgid "Name of the file which the Task was run for" -msgstr "" +msgstr "نام فایلی که Task برای آن اجرا شد" #: documents/models.py:653 msgid "Task Name" -msgstr "" +msgstr "نام وظیفه" #: documents/models.py:654 msgid "Name of the Task which was run" -msgstr "" +msgstr "نام وظیفه ای که اجرا شد" #: documents/models.py:661 msgid "Task State" -msgstr "" +msgstr "وضعیت وظیفه" #: documents/models.py:662 msgid "Current state of the task being run" -msgstr "" +msgstr "وضعیت فعلی کار در حال اجرا" #: documents/models.py:667 msgid "Created DateTime" -msgstr "" +msgstr "تاریخ ایجاد شد" #: documents/models.py:668 msgid "Datetime field when the task result was created in UTC" -msgstr "" +msgstr "فیلد تاریخ زمانی که نتیجه کار در UTC ایجاد شد" #: documents/models.py:673 msgid "Started DateTime" -msgstr "" +msgstr "تاریخ شروع شد" #: documents/models.py:674 msgid "Datetime field when the task was started in UTC" -msgstr "" +msgstr "قسمت تاریخ زمانی که کار در UTC شروع شد" #: documents/models.py:679 msgid "Completed DateTime" -msgstr "" +msgstr "DateTime تکمیل شد" #: documents/models.py:680 msgid "Datetime field when the task was completed in UTC" -msgstr "" +msgstr "قسمت تاریخ زمانی که کار در UTC تکمیل شد" #: documents/models.py:685 msgid "Result Data" -msgstr "" +msgstr "داده های نتیجه" #: documents/models.py:687 msgid "The data returned by the task" -msgstr "" +msgstr "داده های برگردانده شده توسط کار" #: documents/models.py:699 msgid "Note for the document" -msgstr "" +msgstr "یادداشت برای سند" #: documents/models.py:723 msgid "user" -msgstr "" +msgstr "کاربر" #: documents/models.py:728 msgid "note" -msgstr "" +msgstr "توجه داشته باشید" #: documents/models.py:729 msgid "notes" -msgstr "" +msgstr "یادداشت ها" #: documents/models.py:737 msgid "Archive" -msgstr "" +msgstr "آرشیو" #: documents/models.py:738 msgid "Original" -msgstr "" +msgstr "اصل" #: documents/models.py:749 msgid "expiration" -msgstr "" +msgstr "انقضا" #: documents/models.py:756 msgid "slug" -msgstr "" +msgstr "حلزون حرکت کردن" #: documents/models.py:788 msgid "share link" -msgstr "" +msgstr "لینک را به اشتراک بگذارید" #: documents/models.py:789 msgid "share links" -msgstr "" +msgstr "لینک ها را به اشتراک بگذارید" #: documents/models.py:801 msgid "String" -msgstr "" +msgstr "رشته" #: documents/models.py:802 msgid "URL" -msgstr "" +msgstr "URL" #: documents/models.py:803 msgid "Date" -msgstr "" +msgstr "تاریخ" #: documents/models.py:804 msgid "Boolean" -msgstr "" +msgstr "بولی" #: documents/models.py:805 msgid "Integer" -msgstr "" +msgstr "عدد صحیح" #: documents/models.py:806 msgid "Float" -msgstr "" +msgstr "شناور" #: documents/models.py:807 msgid "Monetary" -msgstr "" +msgstr "پولی" #: documents/models.py:808 msgid "Document Link" -msgstr "" +msgstr "لینک سند" #: documents/models.py:820 msgid "data type" -msgstr "" +msgstr "نوع داده" #: documents/models.py:828 msgid "custom field" -msgstr "" +msgstr "فیلد سفارشی" #: documents/models.py:829 msgid "custom fields" -msgstr "" +msgstr "زمینه های سفارشی" #: documents/models.py:891 msgid "custom field instance" -msgstr "" +msgstr "نمونه فیلد سفارشی" #: documents/models.py:892 msgid "custom field instances" -msgstr "" +msgstr "نمونه های فیلد سفارشی" #: documents/models.py:954 msgid "Consumption Started" -msgstr "" +msgstr "مصرف شروع شد" #: documents/models.py:955 msgid "Document Added" -msgstr "" +msgstr "سند اضافه شد" #: documents/models.py:956 msgid "Document Updated" -msgstr "" +msgstr "سند به روز شد" #: documents/models.py:959 msgid "Consume Folder" -msgstr "" +msgstr "پوشه مصرف" #: documents/models.py:960 msgid "Api Upload" -msgstr "" +msgstr "آپلود Api" #: documents/models.py:961 msgid "Mail Fetch" -msgstr "" +msgstr "واکشی ایمیل" #: documents/models.py:964 msgid "Workflow Trigger Type" -msgstr "" +msgstr "نوع ماشه گردش کار" #: documents/models.py:976 msgid "filter path" -msgstr "" +msgstr "مسیر فیلتر" #: documents/models.py:981 msgid "Only consume documents with a path that matches this if specified. Wildcards specified as * are allowed. Case insensitive." -msgstr "" +msgstr "فقط اسنادی را مصرف کنید که مسیری مطابق با آن مشخص شده باشد. حروف عام مشخص شده به عنوان * مجاز هستند. حساس به حروف کوچک و بزرگ" #: documents/models.py:988 msgid "filter filename" -msgstr "" +msgstr "فیلتر نام فایل" #: documents/models.py:993 paperless_mail/models.py:151 msgid "Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive." -msgstr "" +msgstr "فقط از اسنادی استفاده کنید که به طور کامل با این نام فایل مطابقت دارند در صورت مشخص شدن. حروف عامیانه مانند *.pdf یا *فاکتور* مجاز هستند. حساس به حروف کوچک و بزرگ" #: documents/models.py:1004 msgid "filter documents from this mail rule" -msgstr "" +msgstr "اسناد را از این قانون نامه فیلتر کنید" #: documents/models.py:1020 msgid "has these tag(s)" -msgstr "" +msgstr "این برچسب(ها) را دارد" #: documents/models.py:1028 msgid "has this document type" -msgstr "" +msgstr "این نوع سند را دارد" #: documents/models.py:1036 msgid "has this correspondent" -msgstr "" +msgstr "این خبرنگار را دارد" #: documents/models.py:1040 msgid "workflow trigger" -msgstr "" +msgstr "ماشه گردش کار" #: documents/models.py:1041 msgid "workflow triggers" -msgstr "" +msgstr "محرک های گردش کار" #: documents/models.py:1051 msgid "Assignment" -msgstr "" +msgstr "تکلیف" #: documents/models.py:1055 msgid "Removal" -msgstr "" +msgstr "حذف" #: documents/models.py:1059 msgid "Workflow Action Type" -msgstr "" +msgstr "نوع عمل گردش کار" #: documents/models.py:1065 msgid "assign title" -msgstr "" +msgstr "عنوان اختصاص دهید" #: documents/models.py:1070 msgid "Assign a document title, can include some placeholders, see documentation." -msgstr "" +msgstr "یک عنوان سند اختصاص دهید، می‌تواند شامل چند متغیر باشد، به مستندات مراجعه کنید." #: documents/models.py:1079 paperless_mail/models.py:219 msgid "assign this tag" -msgstr "" +msgstr "این تگ را اختصاص دهید" #: documents/models.py:1088 paperless_mail/models.py:227 msgid "assign this document type" -msgstr "" +msgstr "این نوع سند را اختصاص دهید" #: documents/models.py:1097 paperless_mail/models.py:241 msgid "assign this correspondent" -msgstr "" +msgstr "این خبرنگار را تعیین کنید" #: documents/models.py:1106 msgid "assign this storage path" -msgstr "" +msgstr "این مسیر ذخیره سازی را اختصاص دهید" #: documents/models.py:1115 msgid "assign this owner" -msgstr "" +msgstr "این مالک را تعیین کنید" #: documents/models.py:1122 msgid "grant view permissions to these users" -msgstr "" +msgstr "به این کاربران اجازه مشاهده بدهید" #: documents/models.py:1129 msgid "grant view permissions to these groups" -msgstr "" +msgstr "به این گروه‌ها مجوز مشاهده بدهید" #: documents/models.py:1136 msgid "grant change permissions to these users" -msgstr "" +msgstr "به این کاربران اجازه تغییر بدهید" #: documents/models.py:1143 msgid "grant change permissions to these groups" -msgstr "" +msgstr "به این گروه ها مجوز تغییر بدهید" #: documents/models.py:1150 msgid "assign these custom fields" -msgstr "" +msgstr "این فیلدهای سفارشی را اختصاص دهید" #: documents/models.py:1157 msgid "remove these tag(s)" -msgstr "" +msgstr "حذف این برچسب(ها)" #: documents/models.py:1162 msgid "remove all tags" -msgstr "" +msgstr "حذف تمام برچسب ها" #: documents/models.py:1169 msgid "remove these document type(s)" -msgstr "" +msgstr "حذف این نوع(های) سند" #: documents/models.py:1174 msgid "remove all document types" -msgstr "" +msgstr "تمام انواع سند را حذف کنید" #: documents/models.py:1181 msgid "remove these correspondent(s)" -msgstr "" +msgstr "حذف این خبرنگار(ها)" #: documents/models.py:1186 msgid "remove all correspondents" -msgstr "" +msgstr "حذف همه خبرنگاران" #: documents/models.py:1193 msgid "remove these storage path(s)" -msgstr "" +msgstr "حذف این مسیر(های) ذخیره سازی" #: documents/models.py:1198 msgid "remove all storage paths" -msgstr "" +msgstr "حذف تمام مسیرهای ذخیره سازی" #: documents/models.py:1205 msgid "remove these owner(s)" -msgstr "" +msgstr "حذف این مالک(ها)" #: documents/models.py:1210 msgid "remove all owners" -msgstr "" +msgstr "همه مالکان را حذف کنید" #: documents/models.py:1217 msgid "remove view permissions for these users" -msgstr "" +msgstr "مجوزهای مشاهده را برای این کاربران حذف کنید" #: documents/models.py:1224 msgid "remove view permissions for these groups" -msgstr "" +msgstr "مجوزهای مشاهده را برای این گروه ها حذف کنید" #: documents/models.py:1231 msgid "remove change permissions for these users" -msgstr "" +msgstr "مجوزهای تغییر را برای این کاربران حذف کنید" #: documents/models.py:1238 msgid "remove change permissions for these groups" -msgstr "" +msgstr "مجوزهای تغییر را برای این گروه ها حذف کنید" #: documents/models.py:1243 msgid "remove all permissions" -msgstr "" +msgstr "حذف تمام مجوزها" #: documents/models.py:1250 msgid "remove these custom fields" -msgstr "" +msgstr "این فیلدهای سفارشی را حذف کنید" #: documents/models.py:1255 msgid "remove all custom fields" -msgstr "" +msgstr "حذف تمام فیلدهای سفارشی" #: documents/models.py:1259 msgid "workflow action" -msgstr "" +msgstr "عمل گردش کار" #: documents/models.py:1260 msgid "workflow actions" -msgstr "" +msgstr "اقدامات گردش کار" #: documents/models.py:1269 paperless_mail/models.py:98 msgid "order" -msgstr "" +msgstr "سفارش دهید" #: documents/models.py:1275 msgid "triggers" -msgstr "" +msgstr "باعث می شود" #: documents/models.py:1282 msgid "actions" -msgstr "" +msgstr "اقدامات" #: documents/models.py:1285 msgid "enabled" -msgstr "" +msgstr "فعال شد" #: documents/serialisers.py:119 #, python-format msgid "Invalid regular expression: %(error)s" -msgstr "" +msgstr "عبارت منظم نامعتبر: %(error)s" #: documents/serialisers.py:422 msgid "Invalid color." -msgstr "" +msgstr "رنگ نامعتبر" #: documents/serialisers.py:1234 #, python-format msgid "File type %(type)s not supported" -msgstr "" +msgstr "نوع فایل %(type)s پشتیبانی نمی شود" #: documents/serialisers.py:1343 msgid "Invalid variable detected." -msgstr "" +msgstr "متغیر نامعتبر شناسایی شد." #: documents/templates/account/email/base_message.txt:1 #, python-format msgid "Hello from %(site_name)s!" -msgstr "" +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 "" +msgstr "با تشکر از شما برای استفاده از %(site_name)s!\n" +"%(site_domain)s" #: documents/templates/account/login.html:5 msgid "Paperless-ngx sign in" -msgstr "" +msgstr "بدون کاغذ-ngx وارد شوید" #: documents/templates/account/login.html:10 msgid "Please sign in." -msgstr "" +msgstr "لطفا وارد شوید" #: documents/templates/account/login.html:12 #, python-format msgid "Don't have an account yet? Sign up" -msgstr "" +msgstr "هنوز حساب کاربری ندارید؟ ثبت نام کنید" #: documents/templates/account/login.html:19 #: documents/templates/account/signup.html:15 #: documents/templates/socialaccount/signup.html:13 msgid "Username" -msgstr "" +msgstr "نام کاربری" #: documents/templates/account/login.html:20 #: documents/templates/account/signup.html:17 msgid "Password" -msgstr "" +msgstr "رمز عبور" #: documents/templates/account/login.html:30 msgid "Sign in" -msgstr "" +msgstr "وارد شوید" #: documents/templates/account/login.html:34 msgid "Forgot your password?" -msgstr "" +msgstr "رمز عبور خود را فراموش کرده اید؟" #: documents/templates/account/login.html:45 #: documents/templates/account/signup.html:49 msgid "or sign in via" -msgstr "" +msgstr "یا از طریق وارد شوید" #: documents/templates/account/password_reset.html:5 msgid "Paperless-ngx reset password request" -msgstr "" +msgstr "درخواست بازنشانی رمز عبور بدون کاغذ-ngx" #: documents/templates/account/password_reset.html:9 msgid "Enter your email address below, and we'll email instructions for setting a new one." -msgstr "" +msgstr "آدرس ایمیل خود را در زیر وارد کنید، و ما دستورالعمل‌هایی را برای تنظیم ایمیل جدید ارسال می‌کنیم." #: documents/templates/account/password_reset.html:12 msgid "An error occurred. Please try again." -msgstr "" +msgstr "خطایی رخ داد. لطفا دوباره امتحان کنید." #: documents/templates/account/password_reset.html:15 msgid "Email" -msgstr "" +msgstr "ایمیل" #: documents/templates/account/password_reset.html:21 msgid "Send me instructions!" -msgstr "" +msgstr "برای من دستورالعمل بفرست!" #: documents/templates/account/password_reset_done.html:5 msgid "Paperless-ngx reset password sent" -msgstr "" +msgstr "پسورد بازنشانی Paperless-ngx ارسال شد" #: documents/templates/account/password_reset_done.html:9 msgid "Check your inbox." -msgstr "" +msgstr "صندوق ورودی خود را بررسی کنید." #: 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 "ما دستورالعمل های تنظیم رمز عبور را برای شما ایمیل کرده ایم. شما باید به زودی ایمیل را دریافت کنید!" #: documents/templates/account/password_reset_from_key.html:5 msgid "Paperless-ngx reset password confirmation" -msgstr "" +msgstr "تأیید مجدد رمز عبور بدون کاغذ-ngx" #: documents/templates/account/password_reset_from_key.html:9 msgid "Set a new password." -msgstr "" +msgstr "یک رمز عبور جدید تنظیم کنید." #: documents/templates/account/password_reset_from_key.html:15 msgid "request a new password reset" -msgstr "" +msgstr "درخواست بازنشانی رمز عبور جدید" #: documents/templates/account/password_reset_from_key.html:17 msgid "New Password" -msgstr "" +msgstr "رمز عبور جدید" #: documents/templates/account/password_reset_from_key.html:18 msgid "Confirm Password" -msgstr "" +msgstr "رمز عبور را تایید کنید" #: documents/templates/account/password_reset_from_key.html:28 msgid "Change my password" -msgstr "" +msgstr "رمز عبورم را عوض کن" #: documents/templates/account/password_reset_from_key_done.html:5 msgid "Paperless-ngx reset password complete" -msgstr "" +msgstr "بازنشانی رمز عبور بدون کاغذ-ngx کامل شد" #: documents/templates/account/password_reset_from_key_done.html:9 msgid "Password reset complete." -msgstr "" +msgstr "بازنشانی رمز عبور کامل شد." #: 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 "" +msgstr "رمز عبور جدید شما تنظیم شده است. اکنون می توانید وارد شوید" #: documents/templates/account/signup.html:5 msgid "Paperless-ngx sign up" -msgstr "" +msgstr "بدون کاغذ-ngx ثبت نام کنید" #: documents/templates/account/signup.html:10 #, python-format msgid "Already have an account? Sign in" -msgstr "" +msgstr "از قبل حساب کاربری دارید؟ وارد شوید" #: documents/templates/account/signup.html:16 #: documents/templates/socialaccount/signup.html:14 msgid "Email (optional)" -msgstr "" +msgstr "ایمیل (اختیاری)" #: documents/templates/account/signup.html:18 msgid "Password (again)" -msgstr "" +msgstr "رمز عبور (دوباره)" #: documents/templates/account/signup.html:36 #: documents/templates/socialaccount/signup.html:27 msgid "Sign up" -msgstr "" +msgstr "ثبت نام کنید" #: documents/templates/index.html:61 msgid "Paperless-ngx is loading..." -msgstr "" +msgstr "Paperless-ngx در حال بارگیری است..." #: documents/templates/index.html:62 msgid "Still here?! Hmm, something might be wrong." -msgstr "" +msgstr "هنوز اینجاست؟! هوم، ممکن است چیزی اشتباه باشد." #: documents/templates/index.html:62 msgid "Here's a link to the docs." -msgstr "" +msgstr "در اینجا یک پیوند به اسناد است." #: documents/templates/paperless-ngx/base.html:55 msgid "Share link was not found." -msgstr "" +msgstr "لینک اشتراک گذاری یافت نشد." #: documents/templates/paperless-ngx/base.html:59 msgid "Share link has expired." -msgstr "" +msgstr "لینک اشتراک گذاری منقضی شده است." #: documents/templates/socialaccount/authentication_error.html:5 #: documents/templates/socialaccount/login.html:5 msgid "Paperless-ngx social account sign in" -msgstr "" +msgstr "ورود به حساب اجتماعی بدون کاغذ-ngx" #: 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 "" +msgstr "هنگام تلاش برای ورود از طریق حساب شبکه اجتماعی شما خطایی روی داد. بازگشت به صفحه ورود به سیستم " #: documents/templates/socialaccount/login.html:10 #, python-format msgid "You are about to connect a new third-party account from %(provider)s." -msgstr "" +msgstr "شما در شرف اتصال یک حساب شخص ثالث جدید از %(provider)sهستید." #: documents/templates/socialaccount/login.html:13 msgid "Continue" -msgstr "" +msgstr "ادامه دهید" #: documents/templates/socialaccount/signup.html:5 msgid "Paperless-ngx social account sign up" -msgstr "" +msgstr "ثبت نام در حساب اجتماعی بدون کاغذ" #: documents/templates/socialaccount/signup.html:10 #, python-format msgid "You are about to use your %(provider_name)s account to login." -msgstr "" +msgstr "شما در شرف استفاده از حساب %(provider_name)s خود برای ورود هستید." #: documents/templates/socialaccount/signup.html:11 msgid "As a final step, please complete the following form:" -msgstr "" +msgstr "به عنوان آخرین مرحله، لطفا فرم زیر را تکمیل کنید:" #: documents/validators.py:17 #, python-brace-format msgid "Unable to parse URI {value}, missing scheme" -msgstr "" +msgstr "تجزیه URI {value}ممکن نیست، طرح موجود نیست" #: documents/validators.py:22 #, python-brace-format msgid "Unable to parse URI {value}, missing net location or path" -msgstr "" +msgstr "تجزیه URI {value}ممکن نیست، مکان یا مسیر شبکه وجود ندارد" #: documents/validators.py:27 #, python-brace-format msgid "Unable to parse URI {value}" -msgstr "" +msgstr "تجزیه URI {value}ممکن نیست" #: paperless/apps.py:10 msgid "Paperless" -msgstr "" +msgstr "بدون کاغذ" #: 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" -msgstr "" +msgstr "جست و خیز کردن" #: paperless/models.py:40 msgid "redo" -msgstr "" +msgstr "دوباره انجام دهید" #: paperless/models.py:41 msgid "force" -msgstr "" +msgstr "زور" #: paperless/models.py:42 msgid "skip_noarchive" -msgstr "" +msgstr "skip_noarchive" #: paperless/models.py:50 msgid "never" -msgstr "" +msgstr "هرگز" #: paperless/models.py:51 msgid "with_text" -msgstr "" +msgstr "with_text" #: paperless/models.py:52 msgid "always" -msgstr "" +msgstr "همیشه" #: paperless/models.py:60 msgid "clean" -msgstr "" +msgstr "تمیز کردن" #: paperless/models.py:61 msgid "clean-final" -msgstr "" +msgstr "تمیز نهایی" #: paperless/models.py:62 msgid "none" -msgstr "" +msgstr "هیچ کدام" #: paperless/models.py:70 msgid "LeaveColorUnchanged" -msgstr "" +msgstr "ترک رنگ بدون تغییر" #: paperless/models.py:71 msgid "RGB" -msgstr "" +msgstr "RGB" #: paperless/models.py:72 msgid "UseDeviceIndependentColor" -msgstr "" +msgstr "استفاده ازDeviceIndependentColor" #: paperless/models.py:73 msgid "Gray" -msgstr "" +msgstr "خاکستری" #: paperless/models.py:74 msgid "CMYK" -msgstr "" +msgstr "CMYK" #: paperless/models.py:83 msgid "Sets the output PDF type" -msgstr "" +msgstr "نوع PDF خروجی را تنظیم می کند" #: paperless/models.py:95 msgid "Do OCR from page 1 to this value" -msgstr "" +msgstr "OCR را از صفحه 1 تا این مقدار انجام دهید" #: paperless/models.py:101 msgid "Do OCR using these languages" -msgstr "" +msgstr "OCR را با استفاده از این زبان ها انجام دهید" #: paperless/models.py:108 msgid "Sets the OCR mode" -msgstr "" +msgstr "حالت OCR را تنظیم می کند" #: paperless/models.py:116 msgid "Controls the generation of an archive file" -msgstr "" +msgstr "تولید یک فایل آرشیو را کنترل می کند" #: paperless/models.py:124 msgid "Sets image DPI fallback value" -msgstr "" +msgstr "مقدار بازگشتی DPI تصویر را تنظیم می کند" #: paperless/models.py:131 msgid "Controls the unpaper cleaning" -msgstr "" +msgstr "تمیز کردن بدون کاغذ را کنترل می کند" #: paperless/models.py:138 msgid "Enables deskew" -msgstr "" +msgstr "Deskew را فعال می کند" #: paperless/models.py:141 msgid "Enables page rotation" -msgstr "" +msgstr "چرخش صفحه را فعال می کند" #: paperless/models.py:146 msgid "Sets the threshold for rotation of pages" -msgstr "" +msgstr "آستانه چرخش صفحات را تعیین می کند" #: paperless/models.py:152 msgid "Sets the maximum image size for decompression" -msgstr "" +msgstr "حداکثر اندازه تصویر را برای فشرده سازی تنظیم می کند" #: paperless/models.py:158 msgid "Sets the Ghostscript color conversion strategy" -msgstr "" +msgstr "استراتژی تبدیل رنگ Ghostscript را تنظیم می کند" #: paperless/models.py:166 msgid "Adds additional user arguments for OCRMyPDF" -msgstr "" +msgstr "آرگومان های کاربر اضافی را برای OCRMyPDF اضافه می کند" #: paperless/models.py:171 msgid "Application title" -msgstr "" +msgstr "عنوان برنامه" #: paperless/models.py:178 msgid "Application logo" -msgstr "" +msgstr "لوگوی برنامه" #: paperless/models.py:188 msgid "paperless application settings" -msgstr "" +msgstr "تنظیمات برنامه بدون کاغذ" #: paperless/settings.py:660 msgid "English (US)" -msgstr "" +msgstr "انگلیسی (ایالات متحده)" #: paperless/settings.py:661 msgid "Arabic" -msgstr "" +msgstr "عربی" #: paperless/settings.py:662 msgid "Afrikaans" -msgstr "" +msgstr "آفریقایی" #: paperless/settings.py:663 msgid "Belarusian" -msgstr "" +msgstr "بلاروسی" #: paperless/settings.py:664 msgid "Bulgarian" -msgstr "" +msgstr "بلغاری" #: paperless/settings.py:665 msgid "Catalan" -msgstr "" +msgstr "کاتالان" #: paperless/settings.py:666 msgid "Czech" -msgstr "" +msgstr "چک" #: paperless/settings.py:667 msgid "Danish" -msgstr "" +msgstr "دانمارکی" #: paperless/settings.py:668 msgid "German" -msgstr "" +msgstr "آلمانی" #: paperless/settings.py:669 msgid "Greek" -msgstr "" +msgstr "یونانی" #: paperless/settings.py:670 msgid "English (GB)" -msgstr "" +msgstr "انگلیسی (GB)" #: paperless/settings.py:671 msgid "Spanish" -msgstr "" +msgstr "اسپانیایی" #: paperless/settings.py:672 msgid "Finnish" -msgstr "" +msgstr "فنلاندی" #: paperless/settings.py:673 msgid "French" -msgstr "" +msgstr "فرانسوی" #: paperless/settings.py:674 msgid "Hungarian" -msgstr "" +msgstr "مجارستانی" #: paperless/settings.py:675 msgid "Italian" -msgstr "" +msgstr "ایتالیایی" #: paperless/settings.py:676 msgid "Japanese" -msgstr "" +msgstr "ژاپنی" #: paperless/settings.py:677 msgid "Luxembourgish" -msgstr "" +msgstr "لوگزامبورگی" #: paperless/settings.py:678 msgid "Norwegian" -msgstr "" +msgstr "نروژی" #: paperless/settings.py:679 msgid "Dutch" -msgstr "" +msgstr "هلندی" #: paperless/settings.py:680 msgid "Polish" -msgstr "" +msgstr "لهستانی" #: paperless/settings.py:681 msgid "Portuguese (Brazil)" -msgstr "" +msgstr "پرتغالی (برزیل)" #: paperless/settings.py:682 msgid "Portuguese" -msgstr "" +msgstr "پرتغالی" #: paperless/settings.py:683 msgid "Romanian" -msgstr "" +msgstr "رومانیایی" #: paperless/settings.py:684 msgid "Russian" -msgstr "" +msgstr "روسی" #: paperless/settings.py:685 msgid "Slovak" -msgstr "" +msgstr "اسلواکی" #: paperless/settings.py:686 msgid "Slovenian" -msgstr "" +msgstr "اسلوونیایی" #: paperless/settings.py:687 msgid "Serbian" -msgstr "" +msgstr "صربی" #: paperless/settings.py:688 msgid "Swedish" -msgstr "" +msgstr "سوئدی" #: paperless/settings.py:689 msgid "Turkish" -msgstr "" +msgstr "ترکی" #: paperless/settings.py:690 msgid "Ukrainian" -msgstr "" +msgstr "اوکراینی" #: paperless/settings.py:691 msgid "Chinese Simplified" -msgstr "" +msgstr "چینی ساده شده" #: paperless/urls.py:236 msgid "Paperless-ngx administration" -msgstr "" +msgstr "مدیریت بدون کاغذ-ngx" #: paperless_mail/admin.py:39 msgid "Authentication" -msgstr "" +msgstr "احراز هویت" #: paperless_mail/admin.py:42 msgid "Advanced settings" -msgstr "" +msgstr "تنظیمات پیشرفته" #: paperless_mail/admin.py:58 msgid "Filter" -msgstr "" +msgstr "فیلتر کنید" #: paperless_mail/admin.py:61 msgid "Paperless will only process mails that match ALL of the filters given below." -msgstr "" +msgstr "Paperless فقط نامه هایی را پردازش می کند که با همه فیلترهای زیر مطابقت دارند." #: paperless_mail/admin.py:78 msgid "Actions" -msgstr "" +msgstr "اقدامات" #: paperless_mail/admin.py:81 msgid "The action applied to the mail. This action is only performed when the mail body or attachments were consumed from the mail." -msgstr "" +msgstr "این اقدام روی نامه اعمال شد. این عمل فقط زمانی انجام می‌شود که بدنه یا پیوست‌های نامه از ایمیل مصرف شده باشد." #: paperless_mail/admin.py:89 msgid "Metadata" -msgstr "" +msgstr "فراداده" #: paperless_mail/admin.py:92 msgid "Assign metadata to documents consumed from this rule automatically. If you do not assign tags, types or correspondents here, paperless will still process all matching rules that you have defined." -msgstr "" +msgstr "متادیتا را به اسناد مصرف شده از این قانون به طور خودکار اختصاص دهید. اگر برچسب‌ها، انواع یا متناظرها را در اینجا اختصاص ندهید، بدون کاغذ همچنان تمام قوانین تطبیقی را که تعریف کرده‌اید پردازش می‌کند." #: paperless_mail/apps.py:11 msgid "Paperless mail" -msgstr "" +msgstr "نامه بدون کاغذ" #: paperless_mail/models.py:10 msgid "mail account" -msgstr "" +msgstr "حساب پستی" #: paperless_mail/models.py:11 msgid "mail accounts" -msgstr "" +msgstr "حساب های پستی" #: paperless_mail/models.py:14 msgid "No encryption" -msgstr "" +msgstr "بدون رمزگذاری" #: paperless_mail/models.py:15 msgid "Use SSL" -msgstr "" +msgstr "از SSL استفاده کنید" #: paperless_mail/models.py:16 msgid "Use STARTTLS" -msgstr "" +msgstr "از STARTTLS استفاده کنید" #: paperless_mail/models.py:20 msgid "IMAP server" -msgstr "" +msgstr "سرور IMAP" #: paperless_mail/models.py:23 msgid "IMAP port" -msgstr "" +msgstr "پورت IMAP" #: paperless_mail/models.py:27 msgid "This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections." -msgstr "" +msgstr "این معمولاً برای اتصالات رمزگذاری نشده و STARTTLS 143 و برای اتصالات SSL 993 است." #: paperless_mail/models.py:33 msgid "IMAP security" -msgstr "" +msgstr "امنیت IMAP" #: paperless_mail/models.py:38 msgid "username" -msgstr "" +msgstr "نام کاربری" #: paperless_mail/models.py:40 msgid "password" -msgstr "" +msgstr "رمز عبور" #: paperless_mail/models.py:42 msgid "Is token authentication" -msgstr "" +msgstr "احراز هویت رمزی است" #: paperless_mail/models.py:45 msgid "character set" -msgstr "" +msgstr "مجموعه شخصیت" #: paperless_mail/models.py:49 msgid "The character set to use when communicating with the mail server, such as 'UTF-8' or 'US-ASCII'." -msgstr "" +msgstr "نویسه تنظیم شده برای استفاده در هنگام برقراری ارتباط با سرور ایمیل، مانند \"UTF-8\" یا \"US-ASCII\"." #: paperless_mail/models.py:60 msgid "mail rule" -msgstr "" +msgstr "قانون پست" #: paperless_mail/models.py:61 msgid "mail rules" -msgstr "" +msgstr "قوانین پستی" #: paperless_mail/models.py:64 paperless_mail/models.py:75 msgid "Only process attachments." -msgstr "" +msgstr "فقط پیوست ها را پردازش کنید." #: paperless_mail/models.py:65 msgid "Process full Mail (with embedded attachments in file) as .eml" -msgstr "" +msgstr "ایمیل کامل (با پیوست های تعبیه شده در فایل) را به صورت eml. پردازش کنید" #: paperless_mail/models.py:69 msgid "Process full Mail (with embedded attachments in file) as .eml + process attachments as separate documents" -msgstr "" +msgstr "پردازش نامه کامل (با پیوست های تعبیه شده در فایل) به صورت .eml + پردازش پیوست ها به عنوان اسناد جداگانه" #: paperless_mail/models.py:76 msgid "Process all files, including 'inline' attachments." -msgstr "" +msgstr "تمام فایل‌ها، از جمله پیوست‌های «داخلی» را پردازش کنید." #: paperless_mail/models.py:79 msgid "Delete" -msgstr "" +msgstr "حذف کنید" #: paperless_mail/models.py:80 msgid "Move to specified folder" -msgstr "" +msgstr "انتقال به پوشه مشخص شده" #: paperless_mail/models.py:81 msgid "Mark as read, don't process read mails" -msgstr "" +msgstr "به عنوان خوانده شده علامت بزنید، نامه های خوانده شده را پردازش نکنید" #: paperless_mail/models.py:82 msgid "Flag the mail, don't process flagged mails" -msgstr "" +msgstr "ایمیل را پرچم گذاری کنید، نامه های پرچمدار را پردازش نکنید" #: paperless_mail/models.py:83 msgid "Tag the mail with specified tag, don't process tagged mails" -msgstr "" +msgstr "ایمیل را با برچسب مشخص شده تگ کنید، ایمیل های برچسب گذاری شده را پردازش نکنید" #: paperless_mail/models.py:86 msgid "Use subject as title" -msgstr "" +msgstr "از موضوع به عنوان عنوان استفاده کنید" #: paperless_mail/models.py:87 msgid "Use attachment filename as title" -msgstr "" +msgstr "از نام فایل پیوست به عنوان عنوان استفاده کنید" #: paperless_mail/models.py:88 msgid "Do not assign title from rule" -msgstr "" +msgstr "عنوانی را از قاعده اختصاص ندهید" #: paperless_mail/models.py:91 msgid "Do not assign a correspondent" -msgstr "" +msgstr "خبرنگار تعیین نکنید" #: paperless_mail/models.py:92 msgid "Use mail address" -msgstr "" +msgstr "از آدرس پست الکترونیکی استفاده کنید" #: paperless_mail/models.py:93 msgid "Use name (or mail address if not available)" -msgstr "" +msgstr "استفاده از نام (یا آدرس پست الکترونیکی در صورت موجود نبودن)" #: paperless_mail/models.py:94 msgid "Use correspondent selected below" -msgstr "" +msgstr "از خبرنگار انتخاب شده در زیر استفاده کنید" #: paperless_mail/models.py:104 msgid "account" -msgstr "" +msgstr "حساب کاربری" #: paperless_mail/models.py:108 paperless_mail/models.py:263 msgid "folder" -msgstr "" +msgstr "پوشه" #: paperless_mail/models.py:112 msgid "Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server." -msgstr "" +msgstr "پوشه های فرعی باید با یک جداکننده، اغلب یک نقطه ('.') یا اسلش ('/') از هم جدا شوند، اما بسته به سرور ایمیل متفاوت است." #: paperless_mail/models.py:118 msgid "filter from" -msgstr "" +msgstr "فیلتر از" #: paperless_mail/models.py:125 msgid "filter to" -msgstr "" +msgstr "فیلتر کردن به" #: paperless_mail/models.py:132 msgid "filter subject" -msgstr "" +msgstr "موضوع فیلتر" #: paperless_mail/models.py:139 msgid "filter body" -msgstr "" +msgstr "بدنه فیلتر" #: paperless_mail/models.py:146 msgid "filter attachment filename inclusive" -msgstr "" +msgstr "فیلتر پیوست نام فایل شامل" #: paperless_mail/models.py:158 msgid "filter attachment filename exclusive" -msgstr "" +msgstr "فیلتر انحصاری نام فایل پیوست" #: paperless_mail/models.py:163 msgid "Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive." -msgstr "" +msgstr "در صورت مشخص بودن، اسنادی را که کاملاً با این نام فایل مطابقت دارند، مصرف نکنید. حروف عامیانه مانند *.pdf یا *فاکتور* مجاز هستند. حساس به حروف کوچک و بزرگ" #: paperless_mail/models.py:170 msgid "maximum age" -msgstr "" +msgstr "حداکثر سن" #: paperless_mail/models.py:172 msgid "Specified in days." -msgstr "" +msgstr "در روز مشخص شده است." #: paperless_mail/models.py:176 msgid "attachment type" -msgstr "" +msgstr "نوع پیوست" #: paperless_mail/models.py:180 msgid "Inline attachments include embedded images, so it's best to combine this option with a filename filter." -msgstr "" +msgstr "پیوست های درون خطی شامل تصاویر جاسازی شده هستند، بنابراین بهتر است این گزینه را با یک فیلتر نام فایل ترکیب کنید." #: paperless_mail/models.py:186 msgid "consumption scope" -msgstr "" +msgstr "محدوده مصرف" #: paperless_mail/models.py:192 msgid "action" -msgstr "" +msgstr "اقدام" #: paperless_mail/models.py:198 msgid "action parameter" -msgstr "" +msgstr "پارامتر عمل" #: paperless_mail/models.py:203 msgid "Additional parameter for the action selected above, i.e., the target folder of the move to folder action. Subfolders must be separated by dots." -msgstr "" +msgstr "پارامتر اضافی برای عمل انتخاب شده در بالا، به عنوان مثال، پوشه هدف عمل انتقال به پوشه. زیر پوشه ها باید با نقطه از هم جدا شوند." #: paperless_mail/models.py:211 msgid "assign title from" -msgstr "" +msgstr "اختصاص عنوان از" #: paperless_mail/models.py:231 msgid "assign correspondent from" -msgstr "" +msgstr "اختصاص خبرنگار از" #: paperless_mail/models.py:245 msgid "Assign the rule owner to documents" -msgstr "" +msgstr "مالک قانون را به اسناد اختصاص دهید" #: paperless_mail/models.py:271 msgid "uid" -msgstr "" +msgstr "uid" #: paperless_mail/models.py:279 msgid "subject" -msgstr "" +msgstr "موضوع" #: paperless_mail/models.py:287 msgid "received" -msgstr "" +msgstr "دریافت کرد" #: paperless_mail/models.py:294 msgid "processed" -msgstr "" +msgstr "پردازش شده است" #: paperless_mail/models.py:300 msgid "status" -msgstr "" +msgstr "وضعیت" From d0690afee5a1d816660ed90c4b8777cbb5598e37 Mon Sep 17 00:00:00 2001 From: Rezasz <143993499+Rezasz@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:52:42 +0400 Subject: [PATCH 4/4] New translations messages.xlf (Persian) --- src-ui/src/locale/messages.fa_IR.xlf | 1882 +++++++++++++------------- 1 file changed, 941 insertions(+), 941 deletions(-) diff --git a/src-ui/src/locale/messages.fa_IR.xlf b/src-ui/src/locale/messages.fa_IR.xlf index 24e9c7a1c9..547bdeb1e7 100644 --- a/src-ui/src/locale/messages.fa_IR.xlf +++ b/src-ui/src/locale/messages.fa_IR.xlf @@ -8,7 +8,7 @@ node_modules/src/ngb-config.ts 13 - Close + بستن HH @@ -16,7 +16,7 @@ node_modules/src/ngb-config.ts 13 - HH + HH Close @@ -24,7 +24,7 @@ node_modules/src/ngb-config.ts 13 - Close + بستن Select month @@ -36,7 +36,7 @@ node_modules/src/ngb-config.ts 13 - Select month + ماه را انتخاب کنید «« @@ -44,7 +44,7 @@ node_modules/src/ngb-config.ts 13 - «« + «« Previous month @@ -56,7 +56,7 @@ node_modules/src/ngb-config.ts 13 - Previous month + ماه قبل @@ -74,7 +74,7 @@ 13 Currently selected slide number read by screen reader - Slide of + اسلاید از Hours @@ -82,7 +82,7 @@ node_modules/src/ngb-config.ts 13 - Hours + ساعت « @@ -90,7 +90,7 @@ node_modules/src/ngb-config.ts 13 - « + « Previous @@ -98,7 +98,7 @@ node_modules/src/ngb-config.ts 13 - Previous + قبلی MM @@ -106,7 +106,7 @@ node_modules/src/ngb-config.ts 13 - MM + MM » @@ -114,7 +114,7 @@ node_modules/src/ngb-config.ts 13 - » + » Select year @@ -126,7 +126,7 @@ node_modules/src/ngb-config.ts 13 - Select year + سال را انتخاب کنید Next month @@ -138,7 +138,7 @@ node_modules/src/ngb-config.ts 13 - Next month + ماه آینده Next @@ -146,7 +146,7 @@ node_modules/src/ngb-config.ts 13 - Next + بعدی Minutes @@ -154,7 +154,7 @@ node_modules/src/ngb-config.ts 13 - Minutes + دقیقه »» @@ -162,7 +162,7 @@ node_modules/src/ngb-config.ts 13 - »» + »» First @@ -170,7 +170,7 @@ node_modules/src/ngb-config.ts 13 - First + اول Increment hours @@ -178,7 +178,7 @@ node_modules/src/ngb-config.ts 13 - Increment hours + افزایش ساعت Previous @@ -186,7 +186,7 @@ node_modules/src/ngb-config.ts 13 - Previous + قبلی Decrement hours @@ -194,7 +194,7 @@ node_modules/src/ngb-config.ts 13 - Decrement hours + کاهش ساعت Next @@ -202,7 +202,7 @@ node_modules/src/ngb-config.ts 13 - Next + بعدی Increment minutes @@ -210,7 +210,7 @@ node_modules/src/ngb-config.ts 13 - Increment minutes + افزایش دقیقه Last @@ -218,7 +218,7 @@ node_modules/src/ngb-config.ts 13 - Last + آخرین Decrement minutes @@ -226,7 +226,7 @@ node_modules/src/ngb-config.ts 13 - Decrement minutes + دقیقه کاهش می یابد SS @@ -234,7 +234,7 @@ node_modules/src/ngb-config.ts 13 - SS + اس اس Seconds @@ -242,7 +242,7 @@ node_modules/src/ngb-config.ts 13 - Seconds + ثانیه ها Increment seconds @@ -250,7 +250,7 @@ node_modules/src/ngb-config.ts 13 - Increment seconds + افزایش ثانیه Decrement seconds @@ -258,7 +258,7 @@ node_modules/src/ngb-config.ts 13 - Decrement seconds + کاهش ثانیه @@ -279,7 +279,7 @@ src/app/app.component.ts 92 - Document was added to Paperless-ngx. + سند به Paperless-ngx اضافه شد. Open document @@ -303,7 +303,7 @@ src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html 73 - Open document + سند را باز کنید Could not add : @@ -311,7 +311,7 @@ src/app/app.component.ts 107 - Could not add : + نمی‌توان اضافه کرد: Document is being processed by Paperless-ngx. @@ -319,7 +319,7 @@ src/app/app.component.ts 122 - Document is being processed by Paperless-ngx. + سند توسط Paperless-ngx در حال پردازش است. Dashboard @@ -339,7 +339,7 @@ src/app/components/dashboard/dashboard.component.html 1 - Dashboard + داشبورد Documents @@ -375,7 +375,7 @@ src/app/components/manage/management-list/management-list.component.html 90 - Documents + اسناد Settings @@ -403,7 +403,7 @@ src/app/components/app-frame/app-frame.component.html 230 - Settings + تنظیمات Prev @@ -411,7 +411,7 @@ src/app/app.component.ts 158 - Prev + قبلی Next @@ -423,7 +423,7 @@ src/app/components/document-detail/document-detail.component.html 95 - Next + بعدی End @@ -431,7 +431,7 @@ src/app/app.component.ts 160 - End + پایان The dashboard can be used to show saved views, such as an 'Inbox'. Those settings are found under Settings > Saved Views once you have created some. @@ -439,7 +439,7 @@ src/app/app.component.ts 166 - The dashboard can be used to show saved views, such as an 'Inbox'. Those settings are found under Settings > Saved Views once you have created some. + از داشبورد می‌توان برای نمایش نماهای ذخیره‌شده، مانند «صندوق ورودی» استفاده کرد. این تنظیمات در قسمت تنظیمات > مشاهده های ذخیره شده پس از ایجاد تعدادی مشاهده می شوند. Drag-and-drop documents here to start uploading or place them in the consume folder. You can also drag-and-drop documents anywhere on all other pages of the web app. Once you do, Paperless-ngx will start training its machine learning algorithms. @@ -447,7 +447,7 @@ src/app/app.component.ts 173 - Drag-and-drop documents here to start uploading or place them in the consume folder. You can also drag-and-drop documents anywhere on all other pages of the web app. Once you do, Paperless-ngx will start training its machine learning algorithms. + اسناد را به اینجا بکشید و رها کنید تا بارگذاری شروع شود یا آنها را در پوشه مصرف قرار دهید. همچنین می‌توانید اسناد را در هر نقطه از سایر صفحات برنامه وب بکشید و رها کنید. هنگامی که این کار را انجام دادید، Paperless-ngx آموزش الگوریتم های یادگیری ماشین خود را آغاز می کند. The documents list shows all of your documents and allows for filtering as well as bulk-editing. There are three different view styles: list, small cards and large cards. A list of documents currently opened for editing is shown in the sidebar. @@ -455,7 +455,7 @@ src/app/app.component.ts 178 - The documents list shows all of your documents and allows for filtering as well as bulk-editing. There are three different view styles: list, small cards and large cards. A list of documents currently opened for editing is shown in the sidebar. + لیست اسناد همه اسناد شما را نشان می دهد و امکان فیلتر کردن و همچنین ویرایش انبوه را فراهم می کند. سه سبک نمایش مختلف وجود دارد: لیست، کارت های کوچک و کارت های بزرگ. فهرستی از اسنادی که در حال حاضر برای ویرایش باز شده اند در نوار کناری نشان داده شده است. The filtering tools allow you to quickly find documents using various searches, dates, tags, etc. @@ -463,7 +463,7 @@ src/app/app.component.ts 185 - The filtering tools allow you to quickly find documents using various searches, dates, tags, etc. + ابزارهای فیلتر به شما امکان می دهد با استفاده از جستجوهای مختلف، تاریخ ها، برچسب ها و غیره اسناد را به سرعت پیدا کنید. Any combination of filters can be saved as a 'view' which can then be displayed on the dashboard and / or sidebar. @@ -471,7 +471,7 @@ src/app/app.component.ts 191 - Any combination of filters can be saved as a 'view' which can then be displayed on the dashboard and / or sidebar. + هر ترکیبی از فیلترها را می توان به عنوان یک "نما" ذخیره کرد که سپس می تواند در داشبورد و / یا نوار کناری نمایش داده شود. Tags, correspondents, document types and storage paths can all be managed using these pages. They can also be created from the document edit view. @@ -479,7 +479,7 @@ src/app/app.component.ts 196 - Tags, correspondents, document types and storage paths can all be managed using these pages. They can also be created from the document edit view. + برچسب ها، گزارشگران، انواع سند و مسیرهای ذخیره سازی همه با استفاده از این صفحات قابل مدیریت هستند. آنها همچنین می توانند از نمای ویرایش سند ایجاد شوند. Manage e-mail accounts and rules for automatically importing documents. @@ -491,7 +491,7 @@ src/app/components/manage/mail/mail.component.html 4 - Manage e-mail accounts and rules for automatically importing documents. + مدیریت حساب های ایمیل و قوانین برای وارد کردن خودکار اسناد. Workflows give you more control over the document pipeline. @@ -499,7 +499,7 @@ src/app/app.component.ts 212 - Workflows give you more control over the document pipeline. + گردش کار به شما کنترل بیشتری بر خط لوله سند می دهد. File Tasks shows you documents that have been consumed, are waiting to be, or may have failed during the process. @@ -511,7 +511,7 @@ src/app/components/admin/tasks/tasks.component.html 4 - File Tasks shows you documents that have been consumed, are waiting to be, or may have failed during the process. + File Tasks اسنادی را به شما نشان می‌دهد که مصرف شده‌اند، در انتظار هستند یا ممکن است در طول فرآیند شکست خورده باشند. Check out the settings for various tweaks to the web app and toggle settings for saved views. @@ -519,7 +519,7 @@ src/app/app.component.ts 228 - Check out the settings for various tweaks to the web app and toggle settings for saved views. + تنظیمات مربوط به ترفندهای مختلف در برنامه وب را بررسی کنید و تنظیمات نماهای ذخیره شده را تغییر دهید. Thank you! 🙏 @@ -527,7 +527,7 @@ src/app/app.component.ts 236 - Thank you! 🙏 + متشکرم! 🙏 There are <em>tons</em> more features and info we didn't cover here, but this should get you started. Check out the documentation or visit the project on GitHub to learn more or to report issues. @@ -535,7 +535,7 @@ src/app/app.component.ts 238 - There are <em>tons</em> more features and info we didn't cover here, but this should get you started. Check out the documentation or visit the project on GitHub to learn more or to report issues. + <em>تن</em> ویژگی ها و اطلاعات بیشتری وجود دارد که ما در اینجا پوشش ندادیم، اما این باید شما را شروع کند. برای کسب اطلاعات بیشتر یا گزارش مشکلات، اسناد را بررسی کنید یا از پروژه در GitHub بازدید کنید. Lastly, on behalf of every contributor to this community-supported project, thank you for using Paperless-ngx! @@ -543,7 +543,7 @@ src/app/app.component.ts 240 - Lastly, on behalf of every contributor to this community-supported project, thank you for using Paperless-ngx! + در نهایت، به نمایندگی از هر مشارکت کننده در این پروژه تحت حمایت جامعه، از شما برای استفاده از Paperless-ngx سپاسگزاریم! Application Configuration @@ -551,7 +551,7 @@ src/app/components/admin/config/config.component.html 2 - Application Configuration + پیکربندی برنامه Global app configuration options which apply to <strong>every</strong> user of this install of Paperless-ngx. Options can also be set using environment variables or the configuration file but the value here will always take precedence. @@ -559,7 +559,7 @@ src/app/components/admin/config/config.component.html 4 - Global app configuration options which apply to <strong>every</strong> user of this install of Paperless-ngx. Options can also be set using environment variables or the configuration file but the value here will always take precedence. + گزینه های پیکربندی جهانی برنامه که برای <strong>هر</strong> کاربر این نصب Paperless-ngx اعمال می شود. گزینه ها را نیز می توان با استفاده از متغیرهای محیطی یا فایل پیکربندی تنظیم کرد، اما مقدار در اینجا همیشه اولویت دارد. Read the documentation about this setting @@ -567,7 +567,7 @@ src/app/components/admin/config/config.component.html 25 - Read the documentation about this setting + مستندات مربوط به این تنظیم را بخوانید Enable @@ -575,7 +575,7 @@ src/app/components/admin/config/config.component.html 34 - Enable + فعال کردن Discard @@ -587,7 +587,7 @@ src/app/components/document-detail/document-detail.component.html 337 - Discard + دور انداختن Save @@ -651,7 +651,7 @@ src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html 21 - Save + ذخیره کنید Error retrieving config @@ -659,7 +659,7 @@ src/app/components/admin/config/config.component.ts 81 - Error retrieving config + خطا در بازیابی پیکربندی Invalid JSON @@ -667,7 +667,7 @@ src/app/components/admin/config/config.component.ts 107 - Invalid JSON + JSON نامعتبر است Configuration updated @@ -675,7 +675,7 @@ src/app/components/admin/config/config.component.ts 151 - Configuration updated + پیکربندی به روز شد An error occurred updating configuration @@ -683,7 +683,7 @@ src/app/components/admin/config/config.component.ts 156 - An error occurred updating configuration + هنگام به‌روزرسانی پیکربندی خطایی روی داد File successfully updated @@ -691,7 +691,7 @@ src/app/components/admin/config/config.component.ts 178 - File successfully updated + فایل با موفقیت به روز شد An error occurred uploading file @@ -699,7 +699,7 @@ src/app/components/admin/config/config.component.ts 183 - An error occurred uploading file + هنگام آپلود فایل خطایی روی داد Logs @@ -715,7 +715,7 @@ src/app/components/app-frame/app-frame.component.html 266 - Logs + سیاههها Review the log files for the application and for email checking. @@ -723,7 +723,7 @@ src/app/components/admin/logs/logs.component.html 4 - Review the log files for the application and for email checking. + فایل های گزارش را برای برنامه و برای بررسی ایمیل بررسی کنید. Auto refresh @@ -735,7 +735,7 @@ src/app/components/admin/tasks/tasks.component.html 16 - Auto refresh + بازخوانی خودکار Loading... @@ -811,7 +811,7 @@ src/app/components/manage/management-list/management-list.component.html 51 - Loading... + در حال بارگیری... Options to customize appearance, notifications, saved views and more. Settings apply to the <strong>current user only</strong>. @@ -819,7 +819,7 @@ src/app/components/admin/settings/settings.component.html 4 - Options to customize appearance, notifications, saved views and more. Settings apply to the <strong>current user only</strong>. + گزینه هایی برای سفارشی کردن ظاهر، اعلان ها، نماهای ذخیره شده و موارد دیگر. تنظیمات فقط برای کاربر فعلی <strong></strong>اعمال می شود. Start tour @@ -827,7 +827,7 @@ src/app/components/admin/settings/settings.component.html 8 - Start tour + شروع تور System Status @@ -839,7 +839,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 2 - System Status + وضعیت سیستم Open Django Admin @@ -847,7 +847,7 @@ src/app/components/admin/settings/settings.component.html 30 - Open Django Admin + Django Admin را باز کنید General @@ -855,7 +855,7 @@ src/app/components/admin/settings/settings.component.html 40 - General + ژنرال Appearance @@ -863,7 +863,7 @@ src/app/components/admin/settings/settings.component.html 43 - Appearance + ظاهر Display language @@ -871,7 +871,7 @@ src/app/components/admin/settings/settings.component.html 47 - Display language + نمایش زبان You need to reload the page after applying a new language. @@ -879,7 +879,7 @@ src/app/components/admin/settings/settings.component.html 60 - You need to reload the page after applying a new language. + پس از اعمال زبان جدید باید صفحه را مجدداً بارگیری کنید. Date display @@ -887,7 +887,7 @@ src/app/components/admin/settings/settings.component.html 68 - Date display + نمایش تاریخ Date format @@ -895,7 +895,7 @@ src/app/components/admin/settings/settings.component.html 85 - Date format + فرمت تاریخ Short: @@ -903,7 +903,7 @@ src/app/components/admin/settings/settings.component.html 91,92 - Short: + کوتاه: Medium: @@ -911,7 +911,7 @@ src/app/components/admin/settings/settings.component.html 95,96 - Medium: + متوسط: Long: @@ -919,7 +919,7 @@ src/app/components/admin/settings/settings.component.html 99,100 - Long: + طولانی: Items per page @@ -927,7 +927,7 @@ src/app/components/admin/settings/settings.component.html 107 - Items per page + موارد در هر صفحه Document editor @@ -935,7 +935,7 @@ src/app/components/admin/settings/settings.component.html 123 - Document editor + ویرایشگر سند Use PDF viewer provided by the browser @@ -943,7 +943,7 @@ src/app/components/admin/settings/settings.component.html 127 - Use PDF viewer provided by the browser + از نمایشگر PDF ارائه شده توسط مرورگر استفاده کنید This is usually faster for displaying large PDF documents, but it might not work on some browsers. @@ -951,7 +951,7 @@ src/app/components/admin/settings/settings.component.html 127 - This is usually faster for displaying large PDF documents, but it might not work on some browsers. + این معمولا برای نمایش اسناد PDF بزرگ سریعتر است، اما ممکن است در برخی از مرورگرها کار نکند. Sidebar @@ -959,7 +959,7 @@ src/app/components/admin/settings/settings.component.html 134 - Sidebar + نوار کناری Use 'slim' sidebar (icons only) @@ -967,7 +967,7 @@ src/app/components/admin/settings/settings.component.html 138 - Use 'slim' sidebar (icons only) + استفاده از نوار کناری "باریک" (فقط نمادها) Dark mode @@ -975,7 +975,7 @@ src/app/components/admin/settings/settings.component.html 145 - Dark mode + حالت تاریک Use system settings @@ -983,7 +983,7 @@ src/app/components/admin/settings/settings.component.html 148 - Use system settings + از تنظیمات سیستم استفاده کنید Enable dark mode @@ -991,7 +991,7 @@ src/app/components/admin/settings/settings.component.html 149 - Enable dark mode + حالت تاریک را فعال کنید Invert thumbnails in dark mode @@ -999,7 +999,7 @@ src/app/components/admin/settings/settings.component.html 150 - Invert thumbnails in dark mode + عکس های کوچک را در حالت تاریک معکوس کنید Theme Color @@ -1007,7 +1007,7 @@ src/app/components/admin/settings/settings.component.html 156 - Theme Color + رنگ تم Reset @@ -1015,7 +1015,7 @@ src/app/components/admin/settings/settings.component.html 163 - Reset + بازنشانی کنید Update checking @@ -1023,7 +1023,7 @@ src/app/components/admin/settings/settings.component.html 168 - Update checking + بررسی به روز رسانی 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. @@ -1031,7 +1031,7 @@ src/app/components/admin/settings/settings.component.html 172,175 - 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. + بررسی به‌روزرسانی با پینگ عمومی GitHub API برای آخرین نسخه انجام می‌شود تا مشخص شود آیا نسخه جدیدی در دسترس است یا خیر. به روز رسانی واقعی برنامه همچنان باید به صورت دستی انجام شود. No tracking data is collected by the app in any way. @@ -1039,7 +1039,7 @@ src/app/components/admin/settings/settings.component.html 177,179 - No tracking data is collected by the app in any way. + هیچ داده ردیابی به هیچ وجه توسط برنامه جمع آوری نمی شود. Enable update checking @@ -1047,7 +1047,7 @@ src/app/components/admin/settings/settings.component.html 179 - Enable update checking + فعال کردن بررسی به روز رسانی Document editing @@ -1055,7 +1055,7 @@ src/app/components/admin/settings/settings.component.html 183 - Document editing + ویرایش سند Automatically remove inbox tag(s) on save @@ -1063,7 +1063,7 @@ src/app/components/admin/settings/settings.component.html 187 - Automatically remove inbox tag(s) on save + حذف خودکار برچسب(های) صندوق ورودی در هنگام ذخیره Bulk editing @@ -1071,7 +1071,7 @@ src/app/components/admin/settings/settings.component.html 191 - Bulk editing + ویرایش انبوه Show confirmation dialogs @@ -1079,7 +1079,7 @@ src/app/components/admin/settings/settings.component.html 195 - Show confirmation dialogs + نمایش گفتگوهای تایید Deleting documents will always ask for confirmation. @@ -1087,7 +1087,7 @@ src/app/components/admin/settings/settings.component.html 195 - Deleting documents will always ask for confirmation. + حذف اسناد همیشه درخواست تأیید می کند. Apply on close @@ -1095,7 +1095,7 @@ src/app/components/admin/settings/settings.component.html 196 - Apply on close + در بسته اعمال کنید Global search @@ -1107,7 +1107,7 @@ src/app/components/app-frame/global-search/global-search.component.ts 104 - Global search + جستجوی جهانی Do not include advanced search results @@ -1115,7 +1115,7 @@ src/app/components/admin/settings/settings.component.html 204 - Do not include advanced search results + نتایج جستجوی پیشرفته را درج نکنید Full search links to @@ -1123,7 +1123,7 @@ src/app/components/admin/settings/settings.component.html 212 - Full search links to + پیوندهای جستجوی کامل به Title and content search @@ -1131,7 +1131,7 @@ src/app/components/admin/settings/settings.component.html 216 - Title and content search + جستجوی عنوان و محتوا Advanced search @@ -1147,7 +1147,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 143 - Advanced search + جستجوی پیشرفته Notes @@ -1167,7 +1167,7 @@ src/app/data/document.ts 95 - Notes + یادداشت ها Enable notes @@ -1175,7 +1175,7 @@ src/app/components/admin/settings/settings.component.html 228 - Enable notes + یادداشت ها را فعال کنید Permissions @@ -1231,7 +1231,7 @@ src/app/components/manage/management-list/management-list.component.html 6 - Permissions + مجوزها Default Permissions @@ -1239,7 +1239,7 @@ src/app/components/admin/settings/settings.component.html 239 - Default Permissions + مجوزهای پیش فرض Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI @@ -1247,7 +1247,7 @@ src/app/components/admin/settings/settings.component.html 243,245 - Settings apply to this user account for objects (Tags, Mail Rules, etc.) created via the web UI + تنظیمات برای این حساب کاربری برای اشیاء (برچسب‌ها، قوانین ایمیل و غیره) ایجاد شده از طریق رابط کاربری وب اعمال می‌شود. Default Owner @@ -1255,7 +1255,7 @@ src/app/components/admin/settings/settings.component.html 250 - Default Owner + مالک پیش فرض Objects without an owner can be viewed and edited by all users @@ -1267,7 +1267,7 @@ src/app/components/common/input/permissions/permissions-form/permissions-form.component.html 32 - Objects without an owner can be viewed and edited by all users + اشیاء بدون مالک می توانند توسط همه کاربران مشاهده و ویرایش شوند Default View Permissions @@ -1275,7 +1275,7 @@ src/app/components/admin/settings/settings.component.html 259 - Default View Permissions + مجوزهای مشاهده پیش فرض Users: @@ -1311,7 +1311,7 @@ src/app/components/common/input/permissions/permissions-form/permissions-form.component.html 57 - Users: + کاربران: Groups: @@ -1347,7 +1347,7 @@ src/app/components/common/input/permissions/permissions-form/permissions-form.component.html 65 - Groups: + گروه ها: Default Edit Permissions @@ -1355,7 +1355,7 @@ src/app/components/admin/settings/settings.component.html 286 - Default Edit Permissions + مجوزهای ویرایش پیش فرض Edit permissions also grant viewing permissions @@ -1375,7 +1375,7 @@ src/app/components/common/input/permissions/permissions-form/permissions-form.component.html 71 - Edit permissions also grant viewing permissions + مجوزهای ویرایش همچنین مجوزهای مشاهده را اعطا می کنند Notifications @@ -1383,7 +1383,7 @@ src/app/components/admin/settings/settings.component.html 318 - Notifications + اطلاعیه ها Document processing @@ -1391,7 +1391,7 @@ src/app/components/admin/settings/settings.component.html 321 - Document processing + پردازش سند Show notifications when new documents are detected @@ -1399,7 +1399,7 @@ src/app/components/admin/settings/settings.component.html 325 - Show notifications when new documents are detected + نمایش اعلان ها هنگام شناسایی اسناد جدید Show notifications when document processing completes successfully @@ -1407,7 +1407,7 @@ src/app/components/admin/settings/settings.component.html 326 - Show notifications when document processing completes successfully + هنگامی که پردازش سند با موفقیت انجام شد، اعلان‌ها را نشان دهید Show notifications when document processing fails @@ -1415,7 +1415,7 @@ src/app/components/admin/settings/settings.component.html 327 - Show notifications when document processing fails + هنگامی که پردازش سند با شکست مواجه می شود، اعلان ها را نشان دهید Suppress notifications on dashboard @@ -1423,7 +1423,7 @@ src/app/components/admin/settings/settings.component.html 328 - Suppress notifications on dashboard + اعلان ها را روی داشبورد سرکوب کنید This will suppress all messages about document processing status on the dashboard. @@ -1431,7 +1431,7 @@ src/app/components/admin/settings/settings.component.html 328 - This will suppress all messages about document processing status on the dashboard. + با این کار تمام پیام‌های مربوط به وضعیت پردازش سند در داشبورد حذف می‌شود. Saved views @@ -1443,7 +1443,7 @@ src/app/components/app-frame/app-frame.component.html 98 - Saved views + نماهای ذخیره شده Show warning when closing saved views with unsaved changes @@ -1451,7 +1451,7 @@ src/app/components/admin/settings/settings.component.html 342 - Show warning when closing saved views with unsaved changes + نمایش هشدار هنگام بستن نماهای ذخیره شده با تغییرات ذخیره نشده Views @@ -1463,7 +1463,7 @@ src/app/components/document-list/document-list.component.html 70 - Views + بازدیدها Show on dashboard @@ -1475,7 +1475,7 @@ src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html 10 - Show on dashboard + نمایش در داشبورد Show in sidebar @@ -1487,7 +1487,7 @@ src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html 9 - Show in sidebar + نمایش در نوار کناری Actions @@ -1551,7 +1551,7 @@ src/app/components/manage/workflows/workflows.component.html 21 - Actions + اقدامات Delete @@ -1663,7 +1663,7 @@ src/app/components/manage/workflows/workflows.component.html 38 - Delete + حذف کنید Documents page size @@ -1671,7 +1671,7 @@ src/app/components/admin/settings/settings.component.html 380 - Documents page size + اندازه صفحه اسناد Display as @@ -1679,7 +1679,7 @@ src/app/components/admin/settings/settings.component.html 383 - Display as + نمایش به عنوان Table @@ -1687,7 +1687,7 @@ src/app/components/admin/settings/settings.component.html 385 - Table + جدول Small Cards @@ -1695,7 +1695,7 @@ src/app/components/admin/settings/settings.component.html 386 - Small Cards + کارت های کوچک Large Cards @@ -1703,7 +1703,7 @@ src/app/components/admin/settings/settings.component.html 387 - Large Cards + کارت های بزرگ Show @@ -1715,7 +1715,7 @@ src/app/components/document-list/document-list.component.html 17 - Show + نمایش دهید Default @@ -1727,7 +1727,7 @@ src/app/components/document-detail/document-detail.component.html 117 - Default + پیش فرض No saved views defined. @@ -1735,7 +1735,7 @@ src/app/components/admin/settings/settings.component.html 400 - No saved views defined. + هیچ نمای ذخیره شده ای تعریف نشده است. Cancel @@ -1807,7 +1807,7 @@ src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html 20 - Cancel + لغو کنید Use system language @@ -1815,7 +1815,7 @@ src/app/components/admin/settings/settings.component.ts 62 - Use system language + از زبان سیستم استفاده کنید Use date format of display language @@ -1823,7 +1823,7 @@ src/app/components/admin/settings/settings.component.ts 65 - Use date format of display language + از قالب تاریخ زبان نمایش استفاده کنید Error retrieving users @@ -1835,7 +1835,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 51 - Error retrieving users + خطا در بازیابی کاربران Error retrieving groups @@ -1847,7 +1847,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 63 - Error retrieving groups + خطا در بازیابی گروه ها Saved view "" deleted. @@ -1855,7 +1855,7 @@ src/app/components/admin/settings/settings.component.ts 427 - Saved view "" deleted. + نمای ذخیره شده "" حذف شد. Settings were saved successfully. @@ -1863,7 +1863,7 @@ src/app/components/admin/settings/settings.component.ts 561 - Settings were saved successfully. + تنظیمات با موفقیت ذخیره شد. Settings were saved successfully. Reload is required to apply some changes. @@ -1871,7 +1871,7 @@ src/app/components/admin/settings/settings.component.ts 565 - Settings were saved successfully. Reload is required to apply some changes. + تنظیمات با موفقیت ذخیره شد. برای اعمال برخی تغییرات، بارگیری مجدد لازم است. Reload now @@ -1879,7 +1879,7 @@ src/app/components/admin/settings/settings.component.ts 566 - Reload now + اکنون بارگیری مجدد An error occurred while saving settings. @@ -1891,7 +1891,7 @@ src/app/components/app-frame/app-frame.component.ts 126 - An error occurred while saving settings. + هنگام ذخیره تنظیمات خطایی روی داد. Error while storing settings on server. @@ -1899,7 +1899,7 @@ src/app/components/admin/settings/settings.component.ts 610 - Error while storing settings on server. + خطا هنگام ذخیره تنظیمات در سرور. File Tasks @@ -1915,7 +1915,7 @@ src/app/components/app-frame/app-frame.component.html 253 - File Tasks + وظایف فایل Clear selection @@ -1939,7 +1939,7 @@ src/app/components/manage/management-list/management-list.component.html 3 - Clear selection + پاک کردن انتخاب Name @@ -2043,7 +2043,7 @@ src/app/components/manage/workflows/workflows.component.html 17 - Name + نام Created @@ -2067,7 +2067,7 @@ src/app/data/document.ts 92 - Created + ایجاد شد Results @@ -2075,7 +2075,7 @@ src/app/components/admin/tasks/tasks.component.html 39 - Results + نتایج Info @@ -2083,7 +2083,7 @@ src/app/components/admin/tasks/tasks.component.html 41 - Info + اطلاعات click for full output @@ -2091,7 +2091,7 @@ src/app/components/admin/tasks/tasks.component.html 72 - click for full output + برای خروجی کامل کلیک کنید Dismiss @@ -2103,7 +2103,7 @@ src/app/components/admin/tasks/tasks.component.ts 68 - Dismiss + رد کردن Open Document @@ -2111,7 +2111,7 @@ src/app/components/admin/tasks/tasks.component.html 90 - Open Document + باز کردن سند {VAR_PLURAL, plural, =1 {One task} other { total tasks}} @@ -2119,7 +2119,7 @@ src/app/components/admin/tasks/tasks.component.html 109 - {VAR_PLURAL, plural, =1 {One task} other { total tasks}} + {VAR_PLURAL, plural, =1 {یک کار} other { مجموع وظایف}}  ( selected) @@ -2127,7 +2127,7 @@ src/app/components/admin/tasks/tasks.component.html 111 -  ( selected) + ( انتخاب شده) Failed @@ -2135,7 +2135,7 @@ src/app/components/admin/tasks/tasks.component.html 123,125 - Failed + ناموفق Complete @@ -2143,7 +2143,7 @@ src/app/components/admin/tasks/tasks.component.html 131,133 - Complete + کامل Started @@ -2151,7 +2151,7 @@ src/app/components/admin/tasks/tasks.component.html 139,141 - Started + شروع شد Queued @@ -2159,7 +2159,7 @@ src/app/components/admin/tasks/tasks.component.html 147,149 - Queued + در صف Dismiss selected @@ -2167,7 +2167,7 @@ src/app/components/admin/tasks/tasks.component.ts 31 - Dismiss selected + نادیده گرفتن انتخاب شده Dismiss all @@ -2175,7 +2175,7 @@ src/app/components/admin/tasks/tasks.component.ts 32 - Dismiss all + همه را رد کنید Confirm Dismiss All @@ -2183,7 +2183,7 @@ src/app/components/admin/tasks/tasks.component.ts 65 - Confirm Dismiss All + رد کردن همه را تأیید کنید Dismiss all tasks? @@ -2191,7 +2191,7 @@ src/app/components/admin/tasks/tasks.component.ts 66 - Dismiss all tasks? + همه وظایف رد شود؟ queued @@ -2199,7 +2199,7 @@ src/app/components/admin/tasks/tasks.component.ts 135 - queued + در صف started @@ -2207,7 +2207,7 @@ src/app/components/admin/tasks/tasks.component.ts 137 - started + آغاز شد completed @@ -2215,7 +2215,7 @@ src/app/components/admin/tasks/tasks.component.ts 139 - completed + تکمیل شد failed @@ -2223,7 +2223,7 @@ src/app/components/admin/tasks/tasks.component.ts 141 - failed + شکست خورد Users & Groups @@ -2239,7 +2239,7 @@ src/app/components/app-frame/app-frame.component.html 244 - Users & Groups + کاربران & گروه ها Create, delete and edit users and groups. @@ -2247,7 +2247,7 @@ src/app/components/admin/users-groups/users-groups.component.html 4 - Create, delete and edit users and groups. + ایجاد، حذف و ویرایش کاربران و گروه ها. Users @@ -2259,7 +2259,7 @@ src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html 77 - Users + کاربران Add User @@ -2267,7 +2267,7 @@ src/app/components/admin/users-groups/users-groups.component.html 14 - Add User + افزودن کاربر Username @@ -2283,7 +2283,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html 13 - Username + نام کاربری Groups @@ -2299,7 +2299,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html 34 - Groups + گروه ها Edit @@ -2379,7 +2379,7 @@ src/app/components/manage/workflows/workflows.component.html 35 - Edit + ویرایش کنید Add Group @@ -2387,7 +2387,7 @@ src/app/components/admin/users-groups/users-groups.component.html 52 - Add Group + اضافه کردن گروه No groups defined @@ -2395,7 +2395,7 @@ src/app/components/admin/users-groups/users-groups.component.html 84 - No groups defined + هیچ گروهی تعریف نشده است Password has been changed, you will be logged out momentarily. @@ -2407,7 +2407,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts 159 - Password has been changed, you will be logged out momentarily. + رمز عبور تغییر کرده است، شما لحظه ای از سیستم خارج خواهید شد. Saved user "". @@ -2415,7 +2415,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 96 - Saved user "". + کاربر ذخیره شده "". Error saving user. @@ -2423,7 +2423,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 106 - Error saving user. + خطا در ذخیره کاربر. Confirm delete user account @@ -2431,7 +2431,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 114 - Confirm delete user account + حذف حساب کاربری را تایید کنید This operation will permanently delete this user account. @@ -2439,7 +2439,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 115 - This operation will permanently delete this user account. + این عملیات برای همیشه این حساب کاربری را حذف می کند. This operation cannot be undone. @@ -2475,7 +2475,7 @@ src/app/components/manage/workflows/workflows.component.ts 97 - This operation cannot be undone. + این عملیات قابل برگشت نیست. Proceed @@ -2535,7 +2535,7 @@ src/app/components/manage/workflows/workflows.component.ts 99 - Proceed + ادامه دهید Deleted user @@ -2543,7 +2543,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 124 - Deleted user + کاربر حذف شده Error deleting user. @@ -2551,7 +2551,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 130 - Error deleting user. + خطا در حذف کاربر Saved group "". @@ -2559,7 +2559,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 148 - Saved group "". + گروه ذخیره شده "". Error saving group. @@ -2567,7 +2567,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 156 - Error saving group. + خطا در ذخیره گروه. Confirm delete user group @@ -2575,7 +2575,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 164 - Confirm delete user group + حذف گروه کاربری را تایید کنید This operation will permanently delete this user group. @@ -2583,7 +2583,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 165 - This operation will permanently delete this user group. + این عملیات برای همیشه این گروه کاربری را حذف می کند. Deleted group @@ -2591,7 +2591,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 174 - Deleted group + گروه حذف شده Error deleting group. @@ -2599,7 +2599,7 @@ src/app/components/admin/users-groups/users-groups.component.ts 180 - Error deleting group. + خطا در حذف گروه by Paperless-ngx @@ -2607,7 +2607,7 @@ src/app/components/app-frame/app-frame.component.html 20 - by Paperless-ngx + توسط Paperless-ngx Logged in as @@ -2615,7 +2615,7 @@ src/app/components/app-frame/app-frame.component.html 42 - Logged in as + به عنوان وارد شده است My Profile @@ -2623,7 +2623,7 @@ src/app/components/app-frame/app-frame.component.html 46 - My Profile + نمایه من Logout @@ -2631,7 +2631,7 @@ src/app/components/app-frame/app-frame.component.html 53 - Logout + خروج از سیستم Documentation @@ -2647,7 +2647,7 @@ src/app/components/app-frame/app-frame.component.html 275 - Documentation + مستندات Open documents @@ -2655,7 +2655,7 @@ src/app/components/app-frame/app-frame.component.html 128 - Open documents + اسناد را باز کنید Close all @@ -2667,7 +2667,7 @@ src/app/components/app-frame/app-frame.component.html 150 - Close all + همه را ببند Manage @@ -2675,7 +2675,7 @@ src/app/components/app-frame/app-frame.component.html 159 - Manage + مدیریت کنید Correspondents @@ -2691,7 +2691,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html 72 - Correspondents + خبرنگاران Tags @@ -2727,7 +2727,7 @@ src/app/data/document.ts 46 - Tags + برچسب ها Document Types @@ -2743,7 +2743,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html 80 - Document Types + انواع سند Storage Paths @@ -2759,7 +2759,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html 88 - Storage Paths + مسیرهای ذخیره سازی Custom Fields @@ -2779,7 +2779,7 @@ src/app/components/manage/custom-fields/custom-fields.component.html 2 - Custom Fields + فیلدهای سفارشی Workflows @@ -2795,7 +2795,7 @@ src/app/components/manage/workflows/workflows.component.html 2 - Workflows + گردش کار Mail @@ -2807,7 +2807,7 @@ src/app/components/app-frame/app-frame.component.html 214 - Mail + ایمیل Administration @@ -2815,7 +2815,7 @@ src/app/components/app-frame/app-frame.component.html 222 - Administration + اداره Configuration @@ -2827,7 +2827,7 @@ src/app/components/app-frame/app-frame.component.html 237 - Configuration + پیکربندی GitHub @@ -2835,7 +2835,7 @@ src/app/components/app-frame/app-frame.component.html 282 - GitHub + GitHub is available. @@ -2843,7 +2843,7 @@ src/app/components/app-frame/app-frame.component.html 291,292 - is available. + موجود است. Click to view. @@ -2851,7 +2851,7 @@ src/app/components/app-frame/app-frame.component.html 292 - Click to view. + برای مشاهده کلیک کنید. Paperless-ngx can automatically check for updates @@ -2859,7 +2859,7 @@ src/app/components/app-frame/app-frame.component.html 296 - Paperless-ngx can automatically check for updates + Paperless-ngx می‌تواند به‌طور خودکار به‌روزرسانی‌ها را بررسی کند How does this work? @@ -2867,7 +2867,7 @@ src/app/components/app-frame/app-frame.component.html 303,305 - How does this work? + این چگونه کار می کند؟ Update available @@ -2875,7 +2875,7 @@ src/app/components/app-frame/app-frame.component.html 316 - Update available + به روز رسانی موجود است Sidebar views updated @@ -2883,7 +2883,7 @@ src/app/components/app-frame/app-frame.component.ts 209 - Sidebar views updated + نمای نوار کناری به روز شد Error updating sidebar views @@ -2891,7 +2891,7 @@ src/app/components/app-frame/app-frame.component.ts 212 - Error updating sidebar views + خطا در به‌روزرسانی نماهای نوار کناری An error occurred while saving update checking settings. @@ -2899,7 +2899,7 @@ src/app/components/app-frame/app-frame.component.ts 233 - An error occurred while saving update checking settings. + هنگام ذخیره تنظیمات بررسی به‌روزرسانی، خطایی روی داد. Search @@ -2911,7 +2911,7 @@ src/app/components/app-frame/global-search/global-search.component.html 26 - Search + جستجو کنید Open @@ -2923,7 +2923,7 @@ src/app/components/app-frame/global-search/global-search.component.html 56 - Open + باز کنید Filter documents @@ -2931,7 +2931,7 @@ src/app/components/app-frame/global-search/global-search.component.html 62 - Filter documents + اسناد را فیلتر کنید Download @@ -2959,7 +2959,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html 131 - Download + دانلود کنید No results @@ -2967,7 +2967,7 @@ src/app/components/app-frame/global-search/global-search.component.html 87 - No results + هیچ نتیجه ای وجود ندارد Documents @@ -2975,7 +2975,7 @@ src/app/components/app-frame/global-search/global-search.component.html 90 - Documents + اسناد Saved Views @@ -2983,7 +2983,7 @@ src/app/components/app-frame/global-search/global-search.component.html 96 - Saved Views + نماهای ذخیره شده Tags @@ -2991,7 +2991,7 @@ src/app/components/app-frame/global-search/global-search.component.html 103 - Tags + برچسب ها Correspondents @@ -2999,7 +2999,7 @@ src/app/components/app-frame/global-search/global-search.component.html 110 - Correspondents + خبرنگاران Document types @@ -3007,7 +3007,7 @@ src/app/components/app-frame/global-search/global-search.component.html 117 - Document types + انواع سند Storage paths @@ -3015,7 +3015,7 @@ src/app/components/app-frame/global-search/global-search.component.html 124 - Storage paths + مسیرهای ذخیره سازی Users @@ -3023,7 +3023,7 @@ src/app/components/app-frame/global-search/global-search.component.html 131 - Users + کاربران Groups @@ -3031,7 +3031,7 @@ src/app/components/app-frame/global-search/global-search.component.html 138 - Groups + گروه ها Custom fields @@ -3039,7 +3039,7 @@ src/app/components/app-frame/global-search/global-search.component.html 145 - Custom fields + زمینه های سفارشی Mail accounts @@ -3047,7 +3047,7 @@ src/app/components/app-frame/global-search/global-search.component.html 152 - Mail accounts + حساب های پستی Mail rules @@ -3055,7 +3055,7 @@ src/app/components/app-frame/global-search/global-search.component.html 159 - Mail rules + قوانین پست الکترونیکی Workflows @@ -3063,7 +3063,7 @@ src/app/components/app-frame/global-search/global-search.component.html 166 - Workflows + گردش کار Successfully updated object. @@ -3075,7 +3075,7 @@ src/app/components/app-frame/global-search/global-search.component.ts 231 - Successfully updated object. + شی با موفقیت به روز شد. Error occurred saving object. @@ -3087,7 +3087,7 @@ src/app/components/app-frame/global-search/global-search.component.ts 234 - Error occurred saving object. + هنگام ذخیره شی خطایی روی داد. Clear @@ -3111,7 +3111,7 @@ src/app/components/common/dates-dropdown/dates-dropdown.component.html 125 - Clear + پاک کردن Are you sure? @@ -3119,7 +3119,7 @@ src/app/components/common/confirm-button/confirm-button.component.ts 20 - Are you sure? + مطمئنی؟ Confirmation @@ -3127,7 +3127,7 @@ src/app/components/common/confirm-dialog/confirm-dialog.component.ts 20 - Confirmation + تایید Confirm @@ -3159,7 +3159,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 579 - Confirm + تایید کنید Page @@ -3179,7 +3179,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 11 - Page + صفحه of @@ -3195,7 +3195,7 @@ src/app/components/document-detail/document-detail.component.html 7,8 - of + از Pages to remove @@ -3203,7 +3203,7 @@ src/app/components/common/confirm-dialog/delete-pages-confirm-dialog/delete-pages-confirm-dialog.component.html 16 - Pages to remove + صفحات برای حذف Documents: @@ -3211,7 +3211,7 @@ src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html 9 - Documents: + اسناد: Use metadata from: @@ -3219,7 +3219,7 @@ src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html 22 - Use metadata from: + استفاده از متادیتا از: Regenerate all metadata @@ -3227,7 +3227,7 @@ src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html 24 - Regenerate all metadata + بازسازی تمام ابرداده ها Note that only PDFs will be included. @@ -3235,7 +3235,7 @@ src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html 30 - Note that only PDFs will be included. + توجه داشته باشید که فقط فایل های PDF گنجانده خواهد شد. Note that only PDFs will be rotated. @@ -3243,7 +3243,7 @@ src/app/components/common/confirm-dialog/rotate-confirm-dialog/rotate-confirm-dialog.component.html 25 - Note that only PDFs will be rotated. + توجه داشته باشید که فقط فایل های PDF قابل چرخش هستند. Add Split @@ -3251,7 +3251,7 @@ src/app/components/common/confirm-dialog/split-confirm-dialog/split-confirm-dialog.component.html 28 - Add Split + Split را اضافه کنید View @@ -3271,7 +3271,7 @@ src/app/components/document-list/document-card-large/document-card-large.component.html 62 - View + مشاهده کنید Search fields @@ -3279,7 +3279,7 @@ src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html 10 - Search fields + فیلدهای جستجو Create new field @@ -3287,7 +3287,7 @@ src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html 21 - Create new field + زمینه جدید ایجاد کنید Saved field "". @@ -3299,7 +3299,7 @@ src/app/components/manage/custom-fields/custom-fields.component.ts 56 - Saved field "". + فیلد ذخیره شده "". Error saving field. @@ -3311,7 +3311,7 @@ src/app/components/manage/custom-fields/custom-fields.component.ts 63 - Error saving field. + خطا در ذخیره فیلد. now @@ -3323,7 +3323,7 @@ src/app/components/common/dates-dropdown/dates-dropdown.component.html 91 - now + اکنون After @@ -3335,7 +3335,7 @@ src/app/components/common/dates-dropdown/dates-dropdown.component.html 100 - After + بعد از Before @@ -3347,7 +3347,7 @@ src/app/components/common/dates-dropdown/dates-dropdown.component.html 121 - Before + قبل از Added @@ -3367,7 +3367,7 @@ src/app/data/document.ts 93 - Added + اضافه شد Last 7 days @@ -3375,7 +3375,7 @@ src/app/components/common/dates-dropdown/dates-dropdown.component.ts 45 - Last 7 days + 7 روز گذشته Last month @@ -3383,7 +3383,7 @@ src/app/components/common/dates-dropdown/dates-dropdown.component.ts 50 - Last month + ماه گذشته Last 3 months @@ -3391,7 +3391,7 @@ src/app/components/common/dates-dropdown/dates-dropdown.component.ts 55 - Last 3 months + 3 ماه گذشته Last year @@ -3399,7 +3399,7 @@ src/app/components/common/dates-dropdown/dates-dropdown.component.ts 60 - Last year + سال گذشته Matching algorithm @@ -3419,7 +3419,7 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 16 - Matching algorithm + الگوریتم تطبیق Matching pattern @@ -3439,7 +3439,7 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 18 - Matching pattern + الگوی تطبیق Case insensitive @@ -3463,7 +3463,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 137 - Case insensitive + حساس به حروف کوچک و بزرگ Create new correspondent @@ -3471,7 +3471,7 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.ts 27 - Create new correspondent + خبرنگار جدید ایجاد کنید Edit correspondent @@ -3479,7 +3479,7 @@ src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.ts 31 - Edit correspondent + ویرایش خبرنگار Data type @@ -3487,7 +3487,7 @@ src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html 12 - Data type + نوع داده Data type cannot be changed after a field is created @@ -3495,7 +3495,7 @@ src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html 14 - Data type cannot be changed after a field is created + پس از ایجاد یک فیلد نمی توان نوع داده را تغییر داد Create new custom field @@ -3503,7 +3503,7 @@ src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.ts 36 - Create new custom field + فیلد سفارشی جدید ایجاد کنید Edit custom field @@ -3511,7 +3511,7 @@ src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.ts 40 - Edit custom field + فیلد سفارشی را ویرایش کنید Create new document type @@ -3519,7 +3519,7 @@ src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.ts 27 - Create new document type + نوع سند جدید ایجاد کنید Edit document type @@ -3527,7 +3527,7 @@ src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.ts 31 - Edit document type + ویرایش نوع سند Create new item @@ -3535,7 +3535,7 @@ src/app/components/common/edit-dialog/edit-dialog.component.ts 111 - Create new item + مورد جدید ایجاد کنید Edit item @@ -3543,7 +3543,7 @@ src/app/components/common/edit-dialog/edit-dialog.component.ts 115 - Edit item + مورد را ویرایش کنید Create new user group @@ -3551,7 +3551,7 @@ src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.ts 26 - Create new user group + ایجاد گروه کاربری جدید Edit user group @@ -3559,7 +3559,7 @@ src/app/components/common/edit-dialog/group-edit-dialog/group-edit-dialog.component.ts 30 - Edit user group + ویرایش گروه کاربری IMAP Server @@ -3567,7 +3567,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html 14 - IMAP Server + سرور IMAP IMAP Port @@ -3575,7 +3575,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html 15 - IMAP Port + پورت IMAP IMAP Security @@ -3583,7 +3583,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html 16 - IMAP Security + امنیت IMAP Password @@ -3599,7 +3599,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 18 - Password + رمز عبور Password is token @@ -3607,7 +3607,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html 21 - Password is token + رمز عبور رمزی است Check if the password above is a token used for authentication @@ -3615,7 +3615,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html 21 - Check if the password above is a token used for authentication + بررسی کنید که آیا رمز عبور بالا رمزی است که برای احراز هویت استفاده می شود Character Set @@ -3623,7 +3623,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html 22 - Character Set + مجموعه شخصیت Test @@ -3631,7 +3631,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.html 37 - Test + تست کنید No encryption @@ -3639,7 +3639,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts 11 - No encryption + بدون رمزگذاری SSL @@ -3647,7 +3647,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts 12 - SSL + SSL STARTTLS @@ -3655,7 +3655,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts 13 - STARTTLS + STARTTLS Create new mail account @@ -3663,7 +3663,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts 38 - Create new mail account + حساب ایمیل جدید ایجاد کنید Edit mail account @@ -3671,7 +3671,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts 42 - Edit mail account + ویرایش حساب ایمیل Successfully connected to the mail server @@ -3679,7 +3679,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts 87 - Successfully connected to the mail server + با موفقیت به سرور ایمیل متصل شد Unable to connect to the mail server @@ -3687,7 +3687,7 @@ src/app/components/common/edit-dialog/mail-account-edit-dialog/mail-account-edit-dialog.component.ts 88 - Unable to connect to the mail server + اتصال به سرور ایمیل امکان پذیر نیست Account @@ -3699,7 +3699,7 @@ src/app/components/manage/mail/mail.component.html 65 - Account + حساب Folder @@ -3707,7 +3707,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 15 - Folder + پوشه Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. @@ -3715,7 +3715,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 15 - Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server. + پوشه های فرعی باید با یک جداکننده، اغلب یک نقطه ('.') یا اسلش ('/') از هم جدا شوند، اما بسته به سرور ایمیل متفاوت است. Maximum age (days) @@ -3723,7 +3723,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 16 - Maximum age (days) + حداکثر سن (روز) Attachment type @@ -3731,7 +3731,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 17 - Attachment type + نوع پیوست Consumption scope @@ -3739,7 +3739,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 18 - Consumption scope + محدوده مصرف See docs for .eml processing requirements @@ -3747,7 +3747,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 18 - See docs for .eml processing requirements + برای نیازهای پردازش .eml به اسناد مراجعه کنید Rule order @@ -3755,7 +3755,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 19 - Rule order + نظم قانون Paperless will only process mails that match all of the filters specified below. @@ -3763,7 +3763,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 22 - Paperless will only process mails that match all of the filters specified below. + Paperless فقط نامه هایی را پردازش می کند که با همه از فیلترهای مشخص شده در زیر مطابقت دارند. Filter from @@ -3771,7 +3771,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 23 - Filter from + فیلتر از Filter to @@ -3779,7 +3779,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 24 - Filter to + فیلتر کردن به Filter subject @@ -3787,7 +3787,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 25 - Filter subject + موضوع را فیلتر کنید Filter body @@ -3795,7 +3795,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 26 - Filter body + بدنه فیلتر Filter attachment filename includes @@ -3803,7 +3803,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 27 - Filter attachment filename includes + نام فایل پیوست فیلتر شامل Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3811,7 +3811,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 27 - Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. + فقط از اسنادی استفاده کنید که به طور کامل با این نام فایل مطابقت دارند در صورت مشخص شدن. حروف عامیانه مانند *.pdf یا *فاکتور* مجاز هستند. حساس به حروف کوچک و بزرگ Filter attachment filename excluding @@ -3819,7 +3819,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 28 - Filter attachment filename excluding + نام فایل پیوست را بدون در نظر گرفتن فیلتر کنید Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -3827,7 +3827,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 28 - Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. + در صورت مشخص بودن، اسنادی را که کاملاً با این نام فایل مطابقت دارند، مصرف نکنید. حروف عامیانه مانند *.pdf یا *فاکتور* مجاز هستند. حساس به حروف کوچک و بزرگ Action @@ -3835,7 +3835,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 31 - Action + اقدام Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. @@ -3843,7 +3843,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 31 - Action is only performed when documents are consumed from the mail. Mails without attachments remain entirely untouched. + اقدام فقط زمانی انجام می شود که اسناد از پست مصرف شوند. نامه‌های بدون پیوست کاملاً دست نخورده باقی می‌مانند. Action parameter @@ -3851,7 +3851,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 33 - Action parameter + پارامتر عمل Assign title from @@ -3859,7 +3859,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 35 - Assign title from + اختصاص عنوان از Assign document type @@ -3871,7 +3871,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 162 - Assign document type + نوع سند را تعیین کنید Assign correspondent from @@ -3879,7 +3879,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 38 - Assign correspondent from + اختصاص خبرنگار از Assign correspondent @@ -3891,7 +3891,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 163 - Assign correspondent + خبرنگار را تعیین کنید Assign owner from rule @@ -3899,7 +3899,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html 42 - Assign owner from rule + اختصاص مالک از قانون Error @@ -3915,7 +3915,7 @@ src/app/components/common/toasts/toasts.component.html 28 - Error + خطا Only process attachments @@ -3927,7 +3927,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 38 - Only process attachments + فقط پیوست ها را پردازش کنید Process all files, including 'inline' attachments @@ -3935,7 +3935,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 31 - Process all files, including 'inline' attachments + تمام فایل‌ها، از جمله پیوست‌های «داخلی» را پردازش کنید Process message as .eml @@ -3943,7 +3943,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 42 - Process message as .eml + پردازش پیام به عنوان eml Process message as .eml and attachments separately @@ -3951,7 +3951,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 46 - Process message as .eml and attachments separately + پیام را به صورت .eml و پیوست ها را جداگانه پردازش کنید Move to specified folder @@ -3959,7 +3959,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 57 - Move to specified folder + انتقال به پوشه مشخص شده Mark as read, don't process read mails @@ -3967,7 +3967,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 61 - Mark as read, don't process read mails + به عنوان خوانده شده علامت بزنید، نامه های خوانده شده را پردازش نکنید Flag the mail, don't process flagged mails @@ -3975,7 +3975,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 65 - Flag the mail, don't process flagged mails + ایمیل را پرچم گذاری کنید، نامه های پرچمدار را پردازش نکنید Tag the mail with specified tag, don't process tagged mails @@ -3983,7 +3983,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 69 - Tag the mail with specified tag, don't process tagged mails + ایمیل را با برچسب مشخص شده تگ کنید، ایمیل های برچسب گذاری شده را پردازش نکنید Use subject as title @@ -3991,7 +3991,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 76 - Use subject as title + از موضوع به عنوان عنوان استفاده کنید Use attachment filename as title @@ -3999,7 +3999,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 80 - Use attachment filename as title + از نام فایل پیوست به عنوان عنوان استفاده کنید Do not assign title from this rule @@ -4007,7 +4007,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 84 - Do not assign title from this rule + عنوانی را از این قاعده اختصاص ندهید Do not assign a correspondent @@ -4015,7 +4015,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 91 - Do not assign a correspondent + خبرنگار تعیین نکنید Use mail address @@ -4023,7 +4023,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 95 - Use mail address + از آدرس پست الکترونیکی استفاده کنید Use name (or mail address if not available) @@ -4031,7 +4031,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 99 - Use name (or mail address if not available) + استفاده از نام (یا آدرس پست الکترونیکی در صورت موجود نبودن) Use correspondent selected below @@ -4039,7 +4039,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 103 - Use correspondent selected below + از خبرنگار انتخاب شده در زیر استفاده کنید Create new mail rule @@ -4047,7 +4047,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 145 - Create new mail rule + ایجاد قانون نامه جدید Edit mail rule @@ -4055,7 +4055,7 @@ src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts 149 - Edit mail rule + قانون نامه را ویرایش کنید Path @@ -4067,7 +4067,7 @@ src/app/components/manage/storage-path-list/storage-path-list.component.ts 42 - Path + مسیر e.g. @@ -4075,7 +4075,7 @@ src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.ts 28 - e.g. + به عنوان مثال or use slashes to add directories e.g. @@ -4083,7 +4083,7 @@ src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.ts 30 - or use slashes to add directories e.g. + یا از اسلش برای اضافه کردن دایرکتوری ها استفاده کنید See <a target="_blank" href="https://docs.paperless-ngx.com/advanced_usage/#file-name-handling">documentation</a> for full list. @@ -4091,7 +4091,7 @@ src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.ts 32 - See <a target="_blank" href="https://docs.paperless-ngx.com/advanced_usage/#file-name-handling">documentation</a> for full list. + برای فهرست کامل به <a target="_blank" href="https://docs.paperless-ngx.com/advanced_usage/#file-name-handling">مستندات</a> مراجعه کنید. Create new storage path @@ -4099,7 +4099,7 @@ src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.ts 37 - Create new storage path + مسیر ذخیره سازی جدید ایجاد کنید Edit storage path @@ -4107,7 +4107,7 @@ src/app/components/common/edit-dialog/storage-path-edit-dialog/storage-path-edit-dialog.component.ts 41 - Edit storage path + مسیر ذخیره سازی را ویرایش کنید Color @@ -4119,7 +4119,7 @@ src/app/components/manage/tag-list/tag-list.component.ts 42 - Color + رنگ Inbox tag @@ -4127,7 +4127,7 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 15 - Inbox tag + برچسب صندوق ورودی Inbox tags are automatically assigned to all consumed documents. @@ -4135,7 +4135,7 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html 15 - Inbox tags are automatically assigned to all consumed documents. + برچسب های صندوق ورودی به طور خودکار به تمام اسناد مصرف شده اختصاص داده می شوند. Create new tag @@ -4143,7 +4143,7 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.ts 28 - Create new tag + تگ جدید ایجاد کنید Edit tag @@ -4151,7 +4151,7 @@ src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.ts 32 - Edit tag + ویرایش برچسب Email @@ -4163,7 +4163,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 8 - Email + ایمیل First name @@ -4175,7 +4175,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 28 - First name + نام کوچک Last name @@ -4187,7 +4187,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 29 - Last name + نام خانوادگی Active @@ -4195,7 +4195,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html 22 - Active + فعال Admin @@ -4203,7 +4203,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html 26 - Admin + مدیر Access logs, Django backend @@ -4211,7 +4211,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html 26 - Access logs, Django backend + سیاهههای مربوط به دسترسی، باطن جنگو Superuser @@ -4219,7 +4219,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html 30 - Superuser + سوپرکاربر (Grants all permissions and can view objects) @@ -4227,7 +4227,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.html 30 - (Grants all permissions and can view objects) + (کلیه مجوزها را می دهد و می تواند اشیاء را مشاهده کند) Create new user account @@ -4235,7 +4235,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.ts 44 - Create new user account + ایجاد حساب کاربری جدید Edit user account @@ -4243,7 +4243,7 @@ src/app/components/common/edit-dialog/user-edit-dialog/user-edit-dialog.component.ts 48 - Edit user account + ویرایش حساب کاربری Sort order @@ -4255,7 +4255,7 @@ src/app/components/manage/workflows/workflows.component.html 18 - Sort order + ترتیب مرتب سازی Enabled @@ -4267,7 +4267,7 @@ src/app/components/manage/workflows/workflows.component.html 30 - Enabled + فعال شد Triggers @@ -4279,7 +4279,7 @@ src/app/components/manage/workflows/workflows.component.html 20 - Triggers + محرک ها Trigger Workflow On: @@ -4287,7 +4287,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 31 - Trigger Workflow On: + فعال کردن گردش کار: Add Trigger @@ -4295,7 +4295,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 33 - Add Trigger + ماشه را اضافه کنید Apply Actions: @@ -4303,7 +4303,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 73 - Apply Actions: + اعمال اقدامات: Add Action @@ -4311,7 +4311,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 75 - Add Action + افزودن اکشن Trigger type @@ -4319,7 +4319,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 121 - Trigger type + نوع ماشه Trigger for documents that match all filters specified below. @@ -4327,7 +4327,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 122 - Trigger for documents that match all filters specified below. + ماشه برای اسنادی که با همه فیلترهای مشخص شده در زیر مطابقت دارند. Filter filename @@ -4335,7 +4335,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 125 - Filter filename + نام فایل را فیلتر کنید Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. @@ -4343,7 +4343,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 125 - Apply to documents that match this filename. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive. + برای اسنادی که با این نام فایل مطابقت دارند اعمال کنید. حروف عامیانه مانند *.pdf یا *فاکتور* مجاز هستند. حساس به حروف کوچک و بزرگ Filter sources @@ -4351,7 +4351,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 127 - Filter sources + منابع را فیلتر کنید Filter path @@ -4359,7 +4359,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 128 - Filter path + مسیر فیلتر Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> @@ -4367,7 +4367,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 128 - Apply to documents that match this path. Wildcards specified as * are allowed. Case-normalized.</a> + برای اسنادی که با این مسیر مطابقت دارند اعمال کنید. حروف عام مشخص شده به عنوان * مجاز هستند. مورد عادی شد.</a> Filter mail rule @@ -4375,7 +4375,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 129 - Filter mail rule + قانون ایمیل فیلتر کنید Apply to documents consumed via this mail rule. @@ -4383,7 +4383,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 129 - Apply to documents consumed via this mail rule. + برای اسناد مصرف شده از طریق این قانون پستی اعمال کنید. Content matching algorithm @@ -4391,7 +4391,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 132 - Content matching algorithm + الگوریتم تطبیق محتوا Content matching pattern @@ -4399,7 +4399,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 134 - Content matching pattern + الگوی تطبیق محتوا Has tags @@ -4407,7 +4407,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 143 - Has tags + دارای برچسب ها Has correspondent @@ -4415,7 +4415,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 144 - Has correspondent + خبرنگار دارد Has document type @@ -4423,7 +4423,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 145 - Has document type + دارای نوع سند Action type @@ -4431,7 +4431,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 155 - Action type + نوع عمل Assign title @@ -4439,7 +4439,7 @@ 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>. @@ -4447,7 +4447,7 @@ 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>. + می‌تواند شامل چند متغیر باشد، به مستندات <a target='_blank' href='https://docs.paperless-ngx.com/usage/#workflows'></a>مراجعه کنید. Assign tags @@ -4455,7 +4455,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 161 - Assign tags + تگ ها را اختصاص دهید Assign storage path @@ -4463,7 +4463,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 164 - Assign storage path + تعیین مسیر ذخیره سازی Assign custom fields @@ -4471,7 +4471,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 165 - Assign custom fields + فیلدهای سفارشی را اختصاص دهید Assign owner @@ -4479,7 +4479,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 168 - Assign owner + اختصاص مالک Assign view permissions @@ -4487,7 +4487,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 170 - Assign view permissions + تخصیص مجوزهای مشاهده Assign edit permissions @@ -4495,7 +4495,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 189 - Assign edit permissions + مجوزهای ویرایش را اختصاص دهید Remove tags @@ -4503,7 +4503,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 216 - Remove tags + برچسب ها را حذف کنید Remove all @@ -4535,7 +4535,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 254 - Remove all + همه را حذف کنید Remove correspondents @@ -4543,7 +4543,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 222 - Remove correspondents + خبرنگاران را حذف کنید Remove document types @@ -4551,7 +4551,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 228 - Remove document types + انواع سند را حذف کنید Remove storage paths @@ -4559,7 +4559,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 234 - Remove storage paths + مسیرهای ذخیره سازی را حذف کنید Remove custom fields @@ -4567,7 +4567,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 240 - Remove custom fields + حذف فیلدهای سفارشی Remove owners @@ -4575,7 +4575,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 247 - Remove owners + مالکان را حذف کنید Remove permissions @@ -4583,7 +4583,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 253 - Remove permissions + حذف مجوزها View permissions @@ -4591,7 +4591,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 256 - View permissions + مشاهده مجوزها Edit permissions @@ -4599,7 +4599,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html 275 - Edit permissions + مجوزهای ویرایش Consume Folder @@ -4607,7 +4607,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 39 - Consume Folder + پوشه مصرف API Upload @@ -4615,7 +4615,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 43 - API Upload + آپلود API Mail Fetch @@ -4623,7 +4623,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 47 - Mail Fetch + واکشی ایمیل Consumption Started @@ -4631,7 +4631,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 54 - Consumption Started + مصرف شروع شد Document Added @@ -4639,7 +4639,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 58 - Document Added + سند اضافه شد Document Updated @@ -4647,7 +4647,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 62 - Document Updated + سند به روز شد Assignment @@ -4655,7 +4655,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 69 - Assignment + تکلیف Removal @@ -4663,7 +4663,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 73 - Removal + حذف Create new workflow @@ -4671,7 +4671,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 142 - Create new workflow + گردش کار جدید ایجاد کنید Edit workflow @@ -4679,7 +4679,7 @@ src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts 146 - Edit workflow + ویرایش گردش کار All @@ -4703,7 +4703,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 14 - All + همه Any @@ -4711,7 +4711,7 @@ src/app/components/common/filterable-dropdown/filterable-dropdown.component.html 17 - Any + هر Include @@ -4719,7 +4719,7 @@ src/app/components/common/filterable-dropdown/filterable-dropdown.component.html 25 - Include + شامل شود Exclude @@ -4727,7 +4727,7 @@ src/app/components/common/filterable-dropdown/filterable-dropdown.component.html 27 - Exclude + مستثنی کردن Create @@ -4755,7 +4755,7 @@ src/app/components/manage/management-list/management-list.component.html 12 - Create + ایجاد کنید Apply @@ -4763,7 +4763,7 @@ src/app/components/common/filterable-dropdown/filterable-dropdown.component.html 56 - Apply + درخواست کنید Click again to exclude items. @@ -4771,7 +4771,7 @@ src/app/components/common/filterable-dropdown/filterable-dropdown.component.html 63 - Click again to exclude items. + برای حذف موارد، دوباره کلیک کنید. Not assigned @@ -4780,7 +4780,7 @@ 340 Filter drop down element to filter for documents with no correspondent/type/tag assigned - Not assigned + اختصاص داده نشده است Open filter @@ -4788,7 +4788,7 @@ src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts 452 - Open filter + فیلتر را باز کنید Keyboard shortcuts @@ -4796,7 +4796,7 @@ src/app/components/common/hotkey-dialog/hotkey-dialog.component.ts 20 - Keyboard shortcuts + میانبرهای صفحه کلید Remove @@ -4844,7 +4844,7 @@ src/app/components/common/input/url/url.component.html 7 - Remove + حذف کنید Invalid date. @@ -4852,7 +4852,7 @@ src/app/components/common/input/date/date.component.html 25 - Invalid date. + تاریخ نامعتبر Suggestions: @@ -4868,7 +4868,7 @@ src/app/components/common/input/tags/tags.component.html 51 - Suggestions: + پیشنهادات: Filter documents with this @@ -4880,7 +4880,7 @@ src/app/components/common/input/select/select.component.ts 158 - Filter documents with this + اسناد را با این فیلتر کنید Remove link @@ -4888,7 +4888,7 @@ src/app/components/common/input/document-link/document-link.component.html 30 - Remove link + حذف پیوند Open link @@ -4900,7 +4900,7 @@ src/app/components/common/input/url/url.component.html 14 - Open link + پیوند را باز کنید No documents found @@ -4908,7 +4908,7 @@ src/app/components/common/input/document-link/document-link.component.ts 44 - No documents found + هیچ سندی یافت نشد Selected items @@ -4916,7 +4916,7 @@ src/app/components/common/input/drag-drop-select/drag-drop-select.component.ts 23 - Selected items + موارد منتخب No items selected @@ -4924,7 +4924,7 @@ src/app/components/common/input/drag-drop-select/drag-drop-select.component.ts 29 - No items selected + هیچ موردی انتخاب نشده است Upload @@ -4932,7 +4932,7 @@ src/app/components/common/input/file/file.component.html 15 - Upload + آپلود کنید Show password @@ -4940,7 +4940,7 @@ src/app/components/common/input/password/password.component.html 6 - Show password + نمایش رمز عبور Edit Permissions @@ -4948,7 +4948,7 @@ src/app/components/common/input/permissions/permissions-form/permissions-form.component.html 9 - Edit Permissions + ویرایش مجوزها Owner: @@ -4956,7 +4956,7 @@ src/app/components/common/input/permissions/permissions-form/permissions-form.component.html 26 - Owner: + مالک: Add item @@ -4965,7 +4965,7 @@ 23 Used for both types, correspondents, storage paths - Add item + مورد را اضافه کنید Private @@ -4985,7 +4985,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.ts 86 - Private + خصوصی No items found @@ -4993,7 +4993,7 @@ src/app/components/common/input/select/select.component.ts 92 - No items found + هیچ موردی یافت نشد Note: value has not yet been set and will not apply until explicitly changed @@ -5001,7 +5001,7 @@ src/app/components/common/input/switch/switch.component.html 39 - Note: value has not yet been set and will not apply until explicitly changed + توجه: مقدار هنوز تنظیم نشده است و تا زمانی که به صراحت تغییر نکرده باشد اعمال نخواهد شد Add tag @@ -5009,7 +5009,7 @@ src/app/components/common/input/tags/tags.component.html 15 - Add tag + برچسب اضافه کنید Remove tag @@ -5017,7 +5017,7 @@ src/app/components/common/input/tags/tags.component.html 20 - Remove tag + حذف برچسب Filter documents with these Tags @@ -5025,7 +5025,7 @@ src/app/components/common/input/tags/tags.component.html 41 - Filter documents with these Tags + اسناد را با این برچسب ها فیلتر کنید What's this? @@ -5033,7 +5033,7 @@ src/app/components/common/page-header/page-header.component.html 9 - What's this? + این چیه؟ Read more @@ -5041,7 +5041,7 @@ src/app/components/common/page-header/page-header.component.html 15 - Read more + ادامه مطلب Merge with existing permissions @@ -5049,7 +5049,7 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.html 14 - Merge with existing permissions + ادغام با مجوزهای موجود Set permissions @@ -5057,7 +5057,7 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.ts 28 - Set permissions + مجوزها را تنظیم کنید Edit permissions for @@ -5065,7 +5065,7 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.ts 33 - Edit permissions for + مجوزهای ویرایش برای Existing owner, user and group permissions will be merged with these settings. @@ -5073,7 +5073,7 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.ts 74 - Existing owner, user and group permissions will be merged with these settings. + مجوزهای مالک، کاربر و گروه موجود با این تنظیمات ادغام خواهند شد. Any and all existing owner, user and group permissions will be replaced. @@ -5081,7 +5081,7 @@ src/app/components/common/permissions-dialog/permissions-dialog.component.ts 75 - Any and all existing owner, user and group permissions will be replaced. + همه و همه مجوزهای مالک، کاربر و گروه موجود جایگزین خواهند شد. My documents @@ -5089,7 +5089,7 @@ src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html 26 - My documents + اسناد من Shared with me @@ -5097,7 +5097,7 @@ src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html 36 - Shared with me + با من به اشتراک گذاشته شد Shared by me @@ -5105,7 +5105,7 @@ src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html 46 - Shared by me + به اشتراک گذاشته شده توسط من Unowned @@ -5113,7 +5113,7 @@ src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html 56 - Unowned + ناشناس Hide unowned @@ -5121,7 +5121,7 @@ src/app/components/common/permissions-filter-dropdown/permissions-filter-dropdown.component.html 88 - Hide unowned + ناشناس پنهان شود Type @@ -5133,7 +5133,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 45 - Type + تایپ کنید Add @@ -5141,7 +5141,7 @@ src/app/components/common/permissions-select/permissions-select.component.html 7 - Add + اضافه کنید Change @@ -5149,7 +5149,7 @@ src/app/components/common/permissions-select/permissions-select.component.html 8 - Change + تغییر دهید Inherited from group @@ -5157,7 +5157,7 @@ src/app/components/common/permissions-select/permissions-select.component.ts 63 - Inherited from group + از گروه به ارث رسیده است Error loading preview @@ -5165,7 +5165,7 @@ src/app/components/common/preview-popup/preview-popup.component.html 4 - Error loading preview + خطا در بارگیری پیش نمایش Edit Profile @@ -5173,7 +5173,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 3 - Edit Profile + ویرایش نمایه Confirm Email @@ -5181,7 +5181,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 13 - Confirm Email + تایید ایمیل Confirm Password @@ -5189,7 +5189,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 23 - Confirm Password + رمز عبور را تایید کنید API Auth Token @@ -5197,7 +5197,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 31 - API Auth Token + توکن API Auth Copy @@ -5217,7 +5217,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 156 - Copy + کپی کنید Regenerate auth token @@ -5225,7 +5225,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 45 - Regenerate auth token + بازآفرینی نشانه احراز هویت Copied! @@ -5237,7 +5237,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 40 - Copied! + کپی شده! Warning: changing the token cannot be undone @@ -5245,7 +5245,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 55 - Warning: changing the token cannot be undone + اخطار: تغییر توکن قابل واگرد نیست Connected social accounts @@ -5253,7 +5253,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 59 - Connected social accounts + حساب های اجتماعی متصل Set a password before disconnecting social account. @@ -5261,7 +5261,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 63 - Set a password before disconnecting social account. + قبل از قطع ارتباط حساب اجتماعی یک رمز عبور تنظیم کنید. Disconnect @@ -5269,7 +5269,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 69 - Disconnect + قطع کن Disconnect social account @@ -5277,7 +5277,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 71 - Disconnect social account + حساب اجتماعی را قطع کنید Warning: disconnecting social accounts cannot be undone @@ -5285,7 +5285,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 81 - Warning: disconnecting social accounts cannot be undone + هشدار: قطع ارتباط حساب های اجتماعی قابل لغو نیست Connect new social account @@ -5293,7 +5293,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.html 86 - Connect new social account + اتصال حساب اجتماعی جدید Emails must match @@ -5301,7 +5301,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts 108 - Emails must match + ایمیل ها باید مطابقت داشته باشند Passwords must match @@ -5309,7 +5309,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts 136 - Passwords must match + گذرواژه ها باید مطابقت داشته باشند Profile updated successfully @@ -5317,7 +5317,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts 156 - Profile updated successfully + نمایه با موفقیت به روز شد Error saving profile @@ -5325,7 +5325,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts 168 - Error saving profile + خطا در ذخیره نمایه Error generating auth token @@ -5333,7 +5333,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts 185 - Error generating auth token + خطا در ایجاد رمز تأیید Error disconnecting social account @@ -5341,7 +5341,7 @@ src/app/components/common/profile-edit-dialog/profile-edit-dialog.component.ts 210 - Error disconnecting social account + خطا در قطع ارتباط حساب اجتماعی Select @@ -5357,7 +5357,7 @@ src/app/components/document-list/document-list.component.html 6 - Select + انتخاب کنید Please select an object @@ -5365,7 +5365,7 @@ src/app/components/common/select-dialog/select-dialog.component.ts 20 - Please select an object + لطفاً یک شی را انتخاب کنید Share Links @@ -5377,7 +5377,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts 23 - Share Links + پیوندها را به اشتراک بگذارید No existing links @@ -5385,7 +5385,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 9,11 - No existing links + هیچ پیوندی موجود نیست Share @@ -5393,7 +5393,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 33 - Share + به اشتراک بگذارید Share archive version @@ -5401,7 +5401,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 47 - Share archive version + نسخه آرشیو را به اشتراک بگذارید Expires @@ -5409,7 +5409,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.html 51 - Expires + منقضی می شود 1 day @@ -5421,7 +5421,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts 94 - 1 day + 1 روز 7 days @@ -5429,7 +5429,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts 17 - 7 days + 7 روز 30 days @@ -5437,7 +5437,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts 18 - 30 days + 30 روز Never @@ -5445,7 +5445,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts 19 - Never + هرگز Error retrieving links @@ -5453,7 +5453,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts 75 - Error retrieving links + خطا در بازیابی پیوندها days @@ -5461,7 +5461,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts 94 - days + روز Error deleting link @@ -5469,7 +5469,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts 123 - Error deleting link + خطا در حذف لینک Error creating link @@ -5477,7 +5477,7 @@ src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts 151 - Error creating link + خطا در ایجاد پیوند Environment @@ -5485,7 +5485,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 18 - Environment + محیط زیست Paperless-ngx Version @@ -5493,7 +5493,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 22 - Paperless-ngx Version + نسخه بدون کاغذ-ngx Install Type @@ -5501,7 +5501,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 24 - Install Type + نوع را نصب کنید Server OS @@ -5509,7 +5509,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 26 - Server OS + سیستم عامل سرور Media Storage @@ -5517,7 +5517,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 28 - Media Storage + ذخیره سازی رسانه available @@ -5525,7 +5525,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 31 - available + موجود است total @@ -5533,7 +5533,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 31 - total + کل Database @@ -5541,7 +5541,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 41 - Database + پایگاه داده Status @@ -5557,7 +5557,7 @@ src/app/components/manage/workflows/workflows.component.html 19 - Status + وضعیت Migration Status @@ -5565,7 +5565,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 56 - Migration Status + وضعیت مهاجرت Up to date @@ -5573,7 +5573,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 59 - Up to date + به روز Latest Migration @@ -5581,7 +5581,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 64 - Latest Migration + آخرین مهاجرت Pending Migrations @@ -5589,7 +5589,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 66 - Pending Migrations + مهاجرت های معلق Tasks @@ -5597,7 +5597,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 83 - Tasks + وظایف Redis Status @@ -5605,7 +5605,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 87 - Redis Status + وضعیت Redis Celery Status @@ -5613,7 +5613,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 96 - Celery Status + وضعیت کرفس Search Index @@ -5621,7 +5621,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 105 - Search Index + فهرست جستجو Last Updated @@ -5629,7 +5629,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 119 - Last Updated + آخرین به روز رسانی Classifier @@ -5637,7 +5637,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 121 - Classifier + طبقه بندی کننده Last Trained @@ -5645,7 +5645,7 @@ src/app/components/common/system-status-dialog/system-status-dialog.component.html 139 - Last Trained + آخرین آموزش دیده Copy Raw Error @@ -5653,7 +5653,7 @@ src/app/components/common/toasts/toasts.component.html 41 - Copy Raw Error + خطای خام را کپی کنید Hello , welcome to @@ -5661,7 +5661,7 @@ src/app/components/dashboard/dashboard.component.ts 38 - Hello , welcome to + سلام ، به خوش آمدید Welcome to @@ -5669,7 +5669,7 @@ src/app/components/dashboard/dashboard.component.ts 40 - Welcome to + به خوش آمدید Dashboard updated @@ -5677,7 +5677,7 @@ src/app/components/dashboard/dashboard.component.ts 71 - Dashboard updated + داشبورد به روز شد Error updating dashboard @@ -5685,7 +5685,7 @@ src/app/components/dashboard/dashboard.component.ts 74 - Error updating dashboard + خطا در به‌روزرسانی داشبورد Show all @@ -5697,7 +5697,7 @@ src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html 39 - Show all + نمایش همه Filter by correspondent @@ -5713,7 +5713,7 @@ src/app/components/document-list/document-list.component.html 275 - Filter by correspondent + فیلتر توسط خبرنگار Filter by document type @@ -5729,7 +5729,7 @@ src/app/components/document-list/document-list.component.html 310 - Filter by document type + فیلتر بر اساس نوع سند Filter by storage path @@ -5745,7 +5745,7 @@ src/app/components/document-list/document-list.component.html 317 - Filter by storage path + فیلتر بر اساس مسیر ذخیره سازی View Preview @@ -5753,7 +5753,7 @@ src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html 71 - View Preview + مشاهده پیش نمایش No documents @@ -5761,7 +5761,7 @@ src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html 121 - No documents + بدون سند Statistics @@ -5769,7 +5769,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html 1 - Statistics + آمار Go to inbox @@ -5777,7 +5777,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html 5 - Go to inbox + به صندوق ورودی بروید Documents in inbox @@ -5785,7 +5785,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html 6 - Documents in inbox + اسناد در صندوق ورودی Go to documents @@ -5793,7 +5793,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html 10 - Go to documents + به اسناد بروید Total documents @@ -5801,7 +5801,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html 11 - Total documents + مجموع اسناد Total characters @@ -5809,7 +5809,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html 15 - Total characters + تعداد کاراکترها Current ASN @@ -5817,7 +5817,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.html 20 - Current ASN + ASN فعلی Other @@ -5825,7 +5825,7 @@ src/app/components/dashboard/widgets/statistics-widget/statistics-widget.component.ts 66 - Other + دیگر Upload new documents @@ -5833,7 +5833,7 @@ src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html 1 - Upload new documents + اسناد جدید را بارگذاری کنید Drop documents anywhere or @@ -5841,7 +5841,7 @@ src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html 4 - Drop documents anywhere or + اسناد را در هر جایی رها کنید یا Browse files @@ -5849,7 +5849,7 @@ src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html 5 - Browse files + فایل ها را مرور کنید Dismiss completed @@ -5858,7 +5858,7 @@ 20 This button dismisses all status messages about processed documents on the dashboard (failed and successful) - Dismiss completed + رد کردن کامل شد {VAR_PLURAL, plural, =1 {One more document} other { more documents}} @@ -5867,7 +5867,7 @@ 37 This is shown as a summary line when there are more than 5 document in the processing pipeline. - {VAR_PLURAL, plural, =1 {One more document} other { more documents}} + {VAR_PLURAL, plural, =1 {یک سند دیگر} other { اسناد بیشتر}} Processing: @@ -5875,7 +5875,7 @@ src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts 44 - Processing: + پردازش: Failed: @@ -5883,7 +5883,7 @@ src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts 47 - Failed: + ناموفق: Added: @@ -5891,7 +5891,7 @@ src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts 50 - Added: + اضافه شد: , @@ -5904,7 +5904,7 @@ 346 this string is used to separate processing, failed and added on the file upload widget - , + ، Paperless-ngx is running! @@ -5912,7 +5912,7 @@ src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html 2 - Paperless-ngx is running! + Paperless-ngx در حال اجرا است! You're ready to start uploading documents! Explore the various features of this web app on your own, or start a quick tour using the button below. @@ -5920,7 +5920,7 @@ src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html 3 - You're ready to start uploading documents! Explore the various features of this web app on your own, or start a quick tour using the button below. + برای شروع آپلود اسناد آماده هستید! ویژگی های مختلف این برنامه وب را به تنهایی کاوش کنید یا با استفاده از دکمه زیر یک تور سریع را شروع کنید. More detail on how to use and configure Paperless-ngx is always available in the documentation. @@ -5928,7 +5928,7 @@ src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html 4 - More detail on how to use and configure Paperless-ngx is always available in the documentation. + جزئیات بیشتر در مورد نحوه استفاده و پیکربندی Paperless-ngx همیشه در اسناد موجود است. Thanks for being a part of the Paperless-ngx community! @@ -5936,7 +5936,7 @@ src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html 7 - Thanks for being a part of the Paperless-ngx community! + از اینکه بخشی از جامعه Paperless-ngx هستید متشکریم! Start the tour @@ -5944,7 +5944,7 @@ src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html 8 - Start the tour + تور را شروع کنید Searching document with asn @@ -5952,7 +5952,7 @@ src/app/components/document-asn/document-asn.component.html 1 - Searching document with asn + جستجوی سند با asn - @@ -5960,7 +5960,7 @@ src/app/components/document-detail/document-detail.component.html 11 - - + - + @@ -5968,7 +5968,7 @@ src/app/components/document-detail/document-detail.component.html 19 - + + + Download original @@ -5976,7 +5976,7 @@ src/app/components/document-detail/document-detail.component.html 36 - Download original + دانلود اصلی Reprocess @@ -5988,7 +5988,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 111 - Reprocess + پردازش مجدد More like this @@ -6000,7 +6000,7 @@ src/app/components/document-list/document-card-large/document-card-large.component.html 54 - More like this + بیشتر شبیه این Split @@ -6008,7 +6008,7 @@ src/app/components/document-detail/document-detail.component.html 57 - Split + تقسیم کنید Rotate @@ -6020,7 +6020,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 114 - Rotate + چرخش Delete page(s) @@ -6028,7 +6028,7 @@ src/app/components/document-detail/document-detail.component.html 65 - Delete page(s) + حذف صفحه(های) Close @@ -6044,7 +6044,7 @@ src/app/guards/dirty-saved-view.guard.ts 37 - Close + بستن Previous @@ -6052,7 +6052,7 @@ src/app/components/document-detail/document-detail.component.html 92 - Previous + قبلی Details @@ -6060,7 +6060,7 @@ src/app/components/document-detail/document-detail.component.html 105 - Details + جزئیات Title @@ -6084,7 +6084,7 @@ src/app/data/document.ts 90 - Title + عنوان Archive serial number @@ -6092,7 +6092,7 @@ src/app/components/document-detail/document-detail.component.html 109 - Archive serial number + شماره سریال آرشیو Date created @@ -6100,7 +6100,7 @@ src/app/components/document-detail/document-detail.component.html 110 - Date created + تاریخ ایجاد Correspondent @@ -6128,7 +6128,7 @@ src/app/data/document.ts 89 - Correspondent + خبرنگار Document type @@ -6156,7 +6156,7 @@ src/app/data/document.ts 91 - Document type + نوع سند Storage path @@ -6180,7 +6180,7 @@ src/app/data/document.ts 58 - Storage path + مسیر ذخیره سازی Content @@ -6188,7 +6188,7 @@ src/app/components/document-detail/document-detail.component.html 201 - Content + محتوا Metadata @@ -6200,7 +6200,7 @@ src/app/components/document-detail/metadata-collapse/metadata-collapse.component.ts 17 - Metadata + فراداده Date modified @@ -6208,7 +6208,7 @@ src/app/components/document-detail/document-detail.component.html 217 - Date modified + تاریخ اصلاح شد Date added @@ -6216,7 +6216,7 @@ src/app/components/document-detail/document-detail.component.html 221 - Date added + تاریخ اضافه شدن Media filename @@ -6224,7 +6224,7 @@ src/app/components/document-detail/document-detail.component.html 225 - Media filename + نام فایل رسانه Original filename @@ -6232,7 +6232,7 @@ src/app/components/document-detail/document-detail.component.html 229 - Original filename + نام فایل اصلی Original MD5 checksum @@ -6240,7 +6240,7 @@ src/app/components/document-detail/document-detail.component.html 233 - Original MD5 checksum + چک سام اصلی MD5 Original file size @@ -6248,7 +6248,7 @@ src/app/components/document-detail/document-detail.component.html 237 - Original file size + اندازه فایل اصلی Original mime type @@ -6256,7 +6256,7 @@ src/app/components/document-detail/document-detail.component.html 241 - Original mime type + نوع میم اصلی Archive MD5 checksum @@ -6264,7 +6264,7 @@ src/app/components/document-detail/document-detail.component.html 246 - Archive MD5 checksum + MD5 checksum را بایگانی کنید Archive file size @@ -6272,7 +6272,7 @@ src/app/components/document-detail/document-detail.component.html 252 - Archive file size + اندازه فایل بایگانی Original document metadata @@ -6280,7 +6280,7 @@ src/app/components/document-detail/document-detail.component.html 261 - Original document metadata + فراداده سند اصلی Archived document metadata @@ -6288,7 +6288,7 @@ src/app/components/document-detail/document-detail.component.html 264 - Archived document metadata + فراداده سند بایگانی شده Preview @@ -6296,7 +6296,7 @@ src/app/components/document-detail/document-detail.component.html 271 - Preview + پیش نمایش Notes @@ -6304,7 +6304,7 @@ src/app/components/document-detail/document-detail.component.html 283,286 - Notes + یادداشت‌ها History @@ -6312,7 +6312,7 @@ src/app/components/document-detail/document-detail.component.html 294 - History + تاریخچه Save & next @@ -6320,7 +6320,7 @@ src/app/components/document-detail/document-detail.component.html 331 - Save & next + ذخیره & بعدی Save & close @@ -6328,7 +6328,7 @@ src/app/components/document-detail/document-detail.component.html 334 - Save & close + ذخیره & نزدیک Enter Password @@ -6336,7 +6336,7 @@ src/app/components/document-detail/document-detail.component.html 385 - Enter Password + رمز عبور را وارد کنید An error occurred loading content: @@ -6344,7 +6344,7 @@ src/app/components/document-detail/document-detail.component.ts 342,344 - An error occurred loading content: + هنگام بارگیری محتوا خطایی روی داد: Document changes detected @@ -6352,7 +6352,7 @@ src/app/components/document-detail/document-detail.component.ts 365 - Document changes detected + تغییرات سند شناسایی شد The version of this document in your browser session appears older than the existing version. @@ -6360,7 +6360,7 @@ src/app/components/document-detail/document-detail.component.ts 366 - The version of this document in your browser session appears older than the existing version. + نسخه این سند در جلسه مرورگر شما قدیمی تر از نسخه موجود به نظر می رسد. Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document. @@ -6368,7 +6368,7 @@ src/app/components/document-detail/document-detail.component.ts 367 - Saving the document here may overwrite other changes that were made. To restore the existing version, discard your changes or close the document. + ذخیره سند در اینجا ممکن است سایر تغییرات ایجاد شده را بازنویسی کند. برای بازیابی نسخه موجود، تغییرات خود را کنار بگذارید یا سند را ببندید. Ok @@ -6376,7 +6376,7 @@ src/app/components/document-detail/document-detail.component.ts 369 - Ok + باشه Next document @@ -6384,7 +6384,7 @@ src/app/components/document-detail/document-detail.component.ts 476 - Next document + سند بعدی Previous document @@ -6392,7 +6392,7 @@ src/app/components/document-detail/document-detail.component.ts 486 - Previous document + سند قبلی Close document @@ -6404,7 +6404,7 @@ src/app/services/open-documents.service.ts 116 - Close document + بستن سند Save document @@ -6412,7 +6412,7 @@ src/app/components/document-detail/document-detail.component.ts 501 - Save document + ذخیره سند Error retrieving metadata @@ -6420,7 +6420,7 @@ src/app/components/document-detail/document-detail.component.ts 543 - Error retrieving metadata + خطا در بازیابی فراداده Error retrieving suggestions. @@ -6428,7 +6428,7 @@ src/app/components/document-detail/document-detail.component.ts 568 - Error retrieving suggestions. + خطا در بازیابی پیشنهادها. Document saved successfully. @@ -6440,7 +6440,7 @@ src/app/components/document-detail/document-detail.component.ts 704 - Document saved successfully. + سند با موفقیت ذخیره شد. Error saving document @@ -6452,7 +6452,7 @@ src/app/components/document-detail/document-detail.component.ts 749 - Error saving document + خطا در ذخیره سند Confirm delete @@ -6468,7 +6468,7 @@ src/app/components/manage/management-list/management-list.component.ts 320 - Confirm delete + حذف را تایید کنید Do you really want to delete document ""? @@ -6476,7 +6476,7 @@ src/app/components/document-detail/document-detail.component.ts 777 - Do you really want to delete document ""? + آیا واقعاً می خواهید سند "" را حذف کنید؟ The files for this document will be deleted permanently. This operation cannot be undone. @@ -6484,7 +6484,7 @@ src/app/components/document-detail/document-detail.component.ts 778 - The files for this document will be deleted permanently. This operation cannot be undone. + فایل های این سند برای همیشه حذف خواهند شد. این عملیات قابل برگشت نیست. Delete document @@ -6492,7 +6492,7 @@ src/app/components/document-detail/document-detail.component.ts 780 - Delete document + سند را حذف کنید Error deleting document @@ -6500,7 +6500,7 @@ src/app/components/document-detail/document-detail.component.ts 799 - Error deleting document + خطا در حذف سند Reprocess confirm @@ -6512,7 +6512,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 751 - Reprocess confirm + تایید مجدد پردازش This operation will permanently recreate the archive file for this document. @@ -6520,7 +6520,7 @@ src/app/components/document-detail/document-detail.component.ts 820 - This operation will permanently recreate the archive file for this document. + این عملیات به طور دائم فایل بایگانی این سند را دوباره ایجاد می کند. The archive file will be re-generated with the current settings. @@ -6528,7 +6528,7 @@ src/app/components/document-detail/document-detail.component.ts 821 - The archive file will be re-generated with the current settings. + فایل بایگانی با تنظیمات فعلی دوباره تولید خواهد شد. Reprocess operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. @@ -6536,7 +6536,7 @@ src/app/components/document-detail/document-detail.component.ts 831 - Reprocess operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. + عملیات پردازش مجدد در پس زمینه آغاز خواهد شد. پس از اتمام عملیات این سند را ببندید و دوباره باز کنید یا دوباره بارگیری کنید تا محتوای جدید را ببینید. Error executing operation @@ -6544,7 +6544,7 @@ src/app/components/document-detail/document-detail.component.ts 842 - Error executing operation + خطا در اجرای عملیات Page Fit @@ -6552,7 +6552,7 @@ src/app/components/document-detail/document-detail.component.ts 911 - Page Fit + صفحه فیت Split confirm @@ -6560,7 +6560,7 @@ src/app/components/document-detail/document-detail.component.ts 1112 - Split confirm + تایید تقسیم This operation will split the selected document(s) into new documents. @@ -6568,7 +6568,7 @@ src/app/components/document-detail/document-detail.component.ts 1113 - This operation will split the selected document(s) into new documents. + این عملیات سند(های) انتخاب شده را به اسناد جدید تقسیم می کند. Split operation will begin in the background. @@ -6576,7 +6576,7 @@ src/app/components/document-detail/document-detail.component.ts 1128 - Split operation will begin in the background. + عملیات تقسیم در پس زمینه آغاز خواهد شد. Error executing split operation @@ -6584,7 +6584,7 @@ src/app/components/document-detail/document-detail.component.ts 1137 - Error executing split operation + خطا در اجرای عملیات تقسیم Rotate confirm @@ -6596,7 +6596,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 784 - Rotate confirm + چرخش تایید This operation will permanently rotate the original version of the current document. @@ -6604,7 +6604,7 @@ src/app/components/document-detail/document-detail.component.ts 1150 - This operation will permanently rotate the original version of the current document. + این عملیات نسخه اصلی سند فعلی را برای همیشه می چرخاند. Rotation will begin in the background. Close and re-open the document after the operation has completed to see the changes. @@ -6612,7 +6612,7 @@ src/app/components/document-detail/document-detail.component.ts 1166 - Rotation will begin in the background. Close and re-open the document after the operation has completed to see the changes. + چرخش در پس زمینه آغاز خواهد شد. پس از اتمام عملیات، سند را ببندید و دوباره باز کنید تا تغییرات را مشاهده کنید. Error executing rotate operation @@ -6620,7 +6620,7 @@ src/app/components/document-detail/document-detail.component.ts 1178 - Error executing rotate operation + خطا در اجرای عملیات چرخش Delete pages confirm @@ -6628,7 +6628,7 @@ src/app/components/document-detail/document-detail.component.ts 1190 - Delete pages confirm + حذف صفحات تایید می شود This operation will permanently delete the selected pages from the original document. @@ -6636,7 +6636,7 @@ src/app/components/document-detail/document-detail.component.ts 1191 - This operation will permanently delete the selected pages from the original document. + این عملیات صفحات انتخاب شده را برای همیشه از سند اصلی حذف می کند. Delete pages operation will begin in the background. Close and re-open or reload this document after the operation has completed to see the changes. @@ -6644,7 +6644,7 @@ src/app/components/document-detail/document-detail.component.ts 1206 - Delete pages operation will begin in the background. Close and re-open or reload this document after the operation has completed to see the changes. + عملیات حذف صفحات در پس زمینه شروع می شود. پس از اتمام عملیات این سند را ببندید و دوباره باز کنید یا دوباره بارگیری کنید تا تغییرات را ببینید. Error executing delete pages operation @@ -6652,7 +6652,7 @@ src/app/components/document-detail/document-detail.component.ts 1215 - Error executing delete pages operation + خطا در اجرای عملیات حذف صفحات No entries found. @@ -6660,7 +6660,7 @@ src/app/components/document-history/document-history.component.html 10 - No entries found. + هیچ ورودی یافت نشد Select: @@ -6668,7 +6668,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 8 - Select: + انتخاب کنید: Edit: @@ -6676,7 +6676,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 19 - Edit: + ویرایش: Filter tags @@ -6688,7 +6688,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.html 40 - Filter tags + برچسب ها را فیلتر کنید Filter correspondents @@ -6700,7 +6700,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.html 53 - Filter correspondents + فیلتر کردن خبرنگاران Filter document types @@ -6712,7 +6712,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.html 65 - Filter document types + فیلتر انواع اسناد Filter storage paths @@ -6724,7 +6724,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.html 77 - Filter storage paths + فیلتر مسیرهای ذخیره سازی Custom fields @@ -6740,7 +6740,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 139 - Custom fields + زمینه های سفارشی Filter custom fields @@ -6752,7 +6752,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.html 90 - Filter custom fields + فیلدهای سفارشی را فیلتر کنید Merge @@ -6760,7 +6760,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 117 - Merge + ادغام Include: @@ -6768,7 +6768,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 139 - Include: + شامل: Archived files @@ -6776,7 +6776,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 143 - Archived files + فایل های آرشیو شده Original files @@ -6784,7 +6784,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 147 - Original files + فایل های اصلی Use formatted filename @@ -6792,7 +6792,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 152 - Use formatted filename + از نام فایل فرمت شده استفاده کنید Error executing bulk operation @@ -6800,7 +6800,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 250 - Error executing bulk operation + خطا در اجرای عملیات انبوه "" @@ -6812,7 +6812,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 344 - "" + "" "" and "" @@ -6821,7 +6821,7 @@ 340 This is for messages like 'modify "tag1" and "tag2"' - "" and "" + "" و "" and "" @@ -6830,7 +6830,7 @@ 348,350 this is for messages like 'modify "tag1", "tag2" and "tag3"' - and "" + و "" Confirm tags assignment @@ -6838,7 +6838,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 365 - Confirm tags assignment + تایید تخصیص برچسب ها This operation will add the tag "" to selected document(s). @@ -6846,7 +6846,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 371 - This operation will add the tag "" to selected document(s). + این عملیات برچسب "" را به سند(های) انتخاب شده اضافه می کند. This operation will add the tags to selected document(s). @@ -6854,7 +6854,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 376,378 - This operation will add the tags to selected document(s). + این عملیات برچسب های را به سند(های) انتخاب شده اضافه می کند. This operation will remove the tag "" from selected document(s). @@ -6862,7 +6862,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 384 - This operation will remove the tag "" from selected document(s). + این عملیات برچسب "" را از سند(های) انتخاب شده حذف می کند. This operation will remove the tags from selected document(s). @@ -6870,7 +6870,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 389,391 - This operation will remove the tags from selected document(s). + این عملیات برچسب های را از سند(های) انتخاب شده حذف می کند. This operation will add the tags and remove the tags on selected document(s). @@ -6878,7 +6878,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 393,397 - This operation will add the tags and remove the tags on selected document(s). + این عملیات برچسب های را اضافه می کند و برچسب های را در سند(های) انتخاب شده حذف می کند. Confirm correspondent assignment @@ -6886,7 +6886,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 434 - Confirm correspondent assignment + تایید تکلیف خبرنگار This operation will assign the correspondent "" to selected document(s). @@ -6894,7 +6894,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 436 - This operation will assign the correspondent "" to selected document(s). + این عملیات، گزارشگر "" را به سند(های) انتخاب شده اختصاص می دهد. This operation will remove the correspondent from selected document(s). @@ -6902,7 +6902,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 438 - This operation will remove the correspondent from selected document(s). + این عملیات، خبرنگار را از سند(های) انتخاب شده حذف می کند. Confirm document type assignment @@ -6910,7 +6910,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 472 - Confirm document type assignment + تخصیص نوع سند را تأیید کنید This operation will assign the document type "" to selected document(s). @@ -6918,7 +6918,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 474 - This operation will assign the document type "" to selected document(s). + این عملیات نوع سند "" را به سند(های) انتخاب شده اختصاص می دهد. This operation will remove the document type from selected document(s). @@ -6926,7 +6926,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 476 - This operation will remove the document type from selected document(s). + این عملیات نوع سند را از سند(های) انتخاب شده حذف می کند. Confirm storage path assignment @@ -6934,7 +6934,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 510 - Confirm storage path assignment + تخصیص مسیر ذخیره سازی را تأیید کنید This operation will assign the storage path "" to selected document(s). @@ -6942,7 +6942,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 512 - This operation will assign the storage path "" to selected document(s). + این عملیات مسیر ذخیره سازی "" را به سند(های) انتخاب شده اختصاص می دهد. This operation will remove the storage path from selected document(s). @@ -6950,7 +6950,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 514 - This operation will remove the storage path from selected document(s). + این عملیات مسیر ذخیره سازی را از سند(های) انتخاب شده حذف می کند. Confirm custom field assignment @@ -6958,7 +6958,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 543 - Confirm custom field assignment + تخصیص فیلد سفارشی را تأیید کنید This operation will assign the custom field "" to selected document(s). @@ -6966,7 +6966,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 549 - This operation will assign the custom field "" to selected document(s). + این عملیات فیلد سفارشی "" را به سند(های) انتخاب شده اختصاص می دهد. This operation will assign the custom fields to selected document(s). @@ -6974,7 +6974,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 554,556 - This operation will assign the custom fields to selected document(s). + این عملیات فیلدهای سفارشی را به سند(های) انتخاب شده اختصاص می دهد. This operation will remove the custom field "" from selected document(s). @@ -6982,7 +6982,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 562 - This operation will remove the custom field "" from selected document(s). + این عملیات فیلد سفارشی "" را از سند(های) انتخاب شده حذف می کند. This operation will remove the custom fields from selected document(s). @@ -6990,7 +6990,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 567,569 - This operation will remove the custom fields from selected document(s). + این عملیات فیلدهای سفارشی را از سند(های) انتخاب شده حذف می کند. This operation will assign the custom fields and remove the custom fields on selected document(s). @@ -6998,7 +6998,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 571,575 - This operation will assign the custom fields and remove the custom fields on selected document(s). + این عملیات فیلدهای سفارشی را اختصاص می دهد و فیلدهای سفارشی را در سند(های) انتخاب شده حذف می کند. Delete confirm @@ -7006,7 +7006,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 712 - Delete confirm + تایید را حذف کنید This operation will permanently delete selected document(s). @@ -7014,7 +7014,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 713 - This operation will permanently delete selected document(s). + این عملیات سند(های) انتخاب شده را برای همیشه حذف می کند. Delete document(s) @@ -7022,7 +7022,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 716 - Delete document(s) + حذف سند(های) This operation will permanently recreate the archive files for selected document(s). @@ -7030,7 +7030,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 752 - This operation will permanently recreate the archive files for selected document(s). + این عملیات فایل‌های بایگانی را برای سند(های) انتخاب شده مجدداً ایجاد می‌کند. The archive files will be re-generated with the current settings. @@ -7038,7 +7038,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 753 - The archive files will be re-generated with the current settings. + فایل های آرشیو با تنظیمات فعلی دوباره تولید می شوند. This operation will permanently rotate the original version of document(s). @@ -7046,7 +7046,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 785 - This operation will permanently rotate the original version of document(s). + این عملیات نسخه اصلی سند(های) را برای همیشه می چرخاند. This will alter the original copy. @@ -7054,7 +7054,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 786 - This will alter the original copy. + این کپی اصلی را تغییر می دهد. Merge confirm @@ -7062,7 +7062,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 805 - Merge confirm + تایید ادغام This operation will merge selected documents into a new document. @@ -7070,7 +7070,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 806 - This operation will merge selected documents into a new document. + این عملیات اسناد انتخاب شده را در یک سند جدید ادغام می کند. Merged document will be queued for consumption. @@ -7078,7 +7078,7 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.ts 819 - Merged document will be queued for consumption. + سند ادغام شده در صف مصرف قرار خواهد گرفت. Filter by tag @@ -7090,7 +7090,7 @@ src/app/components/document-list/document-list.component.html 286 - Filter by tag + فیلتر بر اساس برچسب View notes @@ -7098,7 +7098,7 @@ src/app/components/document-list/document-card-large/document-card-large.component.html 74 - View notes + مشاهده یادداشت ها Created: @@ -7114,7 +7114,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html 80,81 - Created: + ایجاد شده: Added: @@ -7130,7 +7130,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html 81,82 - Added: + اضافه شد: Modified: @@ -7146,7 +7146,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html 82,83 - Modified: + اصلاح شده: Shared @@ -7166,7 +7166,7 @@ src/app/pipes/username.pipe.ts 33 - Shared + به اشتراک گذاشته شده است Score: @@ -7174,7 +7174,7 @@ src/app/components/document-list/document-card-large/document-card-large.component.html 126 - Score: + امتیاز: Toggle tag filter @@ -7182,7 +7182,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html 16 - Toggle tag filter + فیلتر برچسب را تغییر دهید Toggle correspondent filter @@ -7190,7 +7190,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html 38 - Toggle correspondent filter + فیلتر خبرنگار را تغییر دهید Toggle document type filter @@ -7198,7 +7198,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html 48 - Toggle document type filter + فیلتر نوع سند را تغییر دهید Toggle storage path filter @@ -7206,7 +7206,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html 55 - Toggle storage path filter + فیلتر مسیر ذخیره سازی را تغییر دهید Select none @@ -7214,7 +7214,7 @@ src/app/components/document-list/document-list.component.html 9 - Select none + هیچ کدام را انتخاب نکنید Select page @@ -7226,7 +7226,7 @@ src/app/components/document-list/document-list.component.ts 245 - Select page + صفحه را انتخاب کنید Select all @@ -7238,7 +7238,7 @@ src/app/components/document-list/document-list.component.ts 238 - Select all + همه را انتخاب کنید Sort @@ -7246,7 +7246,7 @@ src/app/components/document-list/document-list.component.html 46 - Sort + مرتب کردن Save "" @@ -7254,7 +7254,7 @@ src/app/components/document-list/document-list.component.html 89 - Save "" + ذخیره "" Save as... @@ -7262,7 +7262,7 @@ src/app/components/document-list/document-list.component.html 92 - Save as... + ذخیره به عنوان... {VAR_PLURAL, plural, =1 {Selected of one document} other {Selected of documents}} @@ -7270,7 +7270,7 @@ src/app/components/document-list/document-list.component.html 112 - {VAR_PLURAL, plural, =1 {Selected of one document} other {Selected of documents}} + {VAR_PLURAL, plural, =1 {انتخاب شده از یک سند} other {انتخاب شده از اسناد}} {VAR_PLURAL, plural, =1 {One document} other { documents}} @@ -7278,7 +7278,7 @@ src/app/components/document-list/document-list.component.html 116 - {VAR_PLURAL, plural, =1 {One document} other { documents}} + {VAR_PLURAL, plural, =1 {یک سند} other { اسناد}} (filtered) @@ -7286,7 +7286,7 @@ src/app/components/document-list/document-list.component.html 118 - (filtered) + (فیلتر شده) Reset filters @@ -7298,7 +7298,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.html 116 - Reset filters + بازنشانی فیلترها Error while loading documents @@ -7306,7 +7306,7 @@ src/app/components/document-list/document-list.component.html 139 - Error while loading documents + خطا هنگام بارگیری اسناد Sort by ASN @@ -7314,7 +7314,7 @@ src/app/components/document-list/document-list.component.html 166 - Sort by ASN + مرتب سازی بر اساس ASN ASN @@ -7334,7 +7334,7 @@ src/app/data/document.ts 88 - ASN + ASN Sort by correspondent @@ -7342,7 +7342,7 @@ src/app/components/document-list/document-list.component.html 175 - Sort by correspondent + مرتب سازی بر اساس خبرنگار Sort by title @@ -7350,7 +7350,7 @@ src/app/components/document-list/document-list.component.html 184 - Sort by title + مرتب سازی بر اساس عنوان Sort by owner @@ -7358,7 +7358,7 @@ src/app/components/document-list/document-list.component.html 196 - Sort by owner + مرتب سازی بر اساس مالک Owner @@ -7374,7 +7374,7 @@ src/app/data/document.ts 96 - Owner + مالک Sort by notes @@ -7382,7 +7382,7 @@ src/app/components/document-list/document-list.component.html 205 - Sort by notes + مرتب سازی بر اساس یادداشت ها Sort by document type @@ -7390,7 +7390,7 @@ src/app/components/document-list/document-list.component.html 214 - Sort by document type + مرتب سازی بر اساس نوع سند Sort by storage path @@ -7398,7 +7398,7 @@ src/app/components/document-list/document-list.component.html 223 - Sort by storage path + مرتب سازی بر اساس مسیر ذخیره سازی Sort by created date @@ -7406,7 +7406,7 @@ src/app/components/document-list/document-list.component.html 232 - Sort by created date + مرتب سازی بر اساس تاریخ ایجاد Sort by added date @@ -7414,7 +7414,7 @@ src/app/components/document-list/document-list.component.html 241 - Sort by added date + مرتب سازی بر اساس تاریخ اضافه شده Shared @@ -7422,7 +7422,7 @@ src/app/components/document-list/document-list.component.html 248,250 - Shared + به اشتراک گذاشته شده است Edit document @@ -7430,7 +7430,7 @@ src/app/components/document-list/document-list.component.html 282 - Edit document + ویرایش سند Yes @@ -7442,7 +7442,7 @@ src/app/pipes/yes-no.pipe.ts 8 - Yes + بله No @@ -7454,7 +7454,7 @@ src/app/pipes/yes-no.pipe.ts 8 - No + خیر Reset filters / selection @@ -7462,7 +7462,7 @@ src/app/components/document-list/document-list.component.ts 226 - Reset filters / selection + بازنشانی فیلترها / انتخاب Open first [selected] document @@ -7470,7 +7470,7 @@ src/app/components/document-list/document-list.component.ts 254 - Open first [selected] document + اولین سند [انتخاب شده] را باز کنید View "" saved successfully. @@ -7478,7 +7478,7 @@ src/app/components/document-list/document-list.component.ts 290 - View "" saved successfully. + مشاهده "" با موفقیت ذخیره شد. View "" created successfully. @@ -7486,7 +7486,7 @@ src/app/components/document-list/document-list.component.ts 333 - View "" created successfully. + مشاهده "" با موفقیت ایجاد شد. Dates @@ -7494,7 +7494,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.html 100 - Dates + خرما Title & content @@ -7502,7 +7502,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 134 - Title & content + عنوان & محتوا More like @@ -7510,7 +7510,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 149 - More like + بیشتر شبیه equals @@ -7518,7 +7518,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 155 - equals + برابر است is empty @@ -7526,7 +7526,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 159 - is empty + خالی است is not empty @@ -7534,7 +7534,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 163 - is not empty + خالی نیست greater than @@ -7542,7 +7542,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 167 - greater than + بزرگتر از less than @@ -7550,7 +7550,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 171 - less than + کمتر از Correspondent: @@ -7558,7 +7558,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 191,193 - Correspondent: + خبرنگار: Without correspondent @@ -7566,7 +7566,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 195 - Without correspondent + بدون خبرنگار Document type: @@ -7574,7 +7574,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 201,203 - Document type: + نوع سند: Without document type @@ -7582,7 +7582,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 205 - Without document type + بدون نوع سند Storage path: @@ -7590,7 +7590,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 211,213 - Storage path: + مسیر ذخیره سازی: Without storage path @@ -7598,7 +7598,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 215 - Without storage path + بدون مسیر ذخیره سازی Tag: @@ -7606,7 +7606,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 219,220 - Tag: + برچسب: Without any tag @@ -7614,7 +7614,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 224 - Without any tag + بدون هیچ برچسبی Custom fields: @@ -7622,7 +7622,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 228,230 - Custom fields: + فیلدهای سفارشی: Without any custom field @@ -7630,7 +7630,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 234 - Without any custom field + بدون هیچ فیلد سفارشی Title: @@ -7638,7 +7638,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 238 - Title: + عنوان: ASN: @@ -7646,7 +7646,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 241 - ASN: + ASN: Owner: @@ -7654,7 +7654,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 244 - Owner: + مالک: Owner not in: @@ -7662,7 +7662,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 247 - Owner not in: + مالک موجود نیست: Without an owner @@ -7670,7 +7670,7 @@ src/app/components/document-list/filter-editor/filter-editor.component.ts 250 - Without an owner + بدون صاحب Save current view @@ -7678,7 +7678,7 @@ src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html 3 - Save current view + ذخیره نمای فعلی Filter rules error occurred while saving this view @@ -7686,7 +7686,7 @@ src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html 13 - Filter rules error occurred while saving this view + هنگام ذخیره این نما، خطای قوانین فیلتر رخ داد The error returned was @@ -7694,7 +7694,7 @@ src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html 14 - The error returned was + خطای برگشتی بود Enter note @@ -7702,7 +7702,7 @@ src/app/components/document-notes/document-notes.component.html 5 - Enter note + یادداشت را وارد کنید Please enter a note. @@ -7710,7 +7710,7 @@ src/app/components/document-notes/document-notes.component.html 6,8 - Please enter a note. + لطفاً یک یادداشت وارد کنید. Add note @@ -7718,7 +7718,7 @@ src/app/components/document-notes/document-notes.component.html 14 - Add note + اضافه کردن یادداشت Delete note @@ -7730,7 +7730,7 @@ src/app/components/document-notes/document-notes.component.html 27 - Delete note + حذف یادداشت Error saving note @@ -7738,7 +7738,7 @@ src/app/components/document-notes/document-notes.component.ts 66 - Error saving note + خطا در ذخیره یادداشت Error deleting note @@ -7746,7 +7746,7 @@ src/app/components/document-notes/document-notes.component.ts 80 - Error deleting note + خطا در حذف یادداشت Drop files to begin upload @@ -7754,7 +7754,7 @@ src/app/components/file-drop/file-drop.component.html 6 - Drop files to begin upload + برای شروع آپلود فایل ها را رها کنید Initiating upload... @@ -7762,7 +7762,7 @@ src/app/components/file-drop/file-drop.component.ts 88 - Initiating upload... + شروع آپلود... correspondent @@ -7770,7 +7770,7 @@ src/app/components/manage/correspondent-list/correspondent-list.component.ts 40 - correspondent + خبرنگار correspondents @@ -7778,7 +7778,7 @@ src/app/components/manage/correspondent-list/correspondent-list.component.ts 41 - correspondents + خبرنگاران Last used @@ -7786,7 +7786,7 @@ src/app/components/manage/correspondent-list/correspondent-list.component.ts 46 - Last used + آخرین استفاده Do you really want to delete the correspondent ""? @@ -7794,7 +7794,7 @@ src/app/components/manage/correspondent-list/correspondent-list.component.ts 88 - Do you really want to delete the correspondent ""? + آیا واقعاً می خواهید خبرنگار "" را حذف کنید؟ Customize the data fields that can be attached to documents. @@ -7802,7 +7802,7 @@ src/app/components/manage/custom-fields/custom-fields.component.html 4 - Customize the data fields that can be attached to documents. + فیلدهای داده ای را که می توان به اسناد پیوست کرد، سفارشی کنید. Add Field @@ -7810,7 +7810,7 @@ src/app/components/manage/custom-fields/custom-fields.component.html 9 - Add Field + فیلد را اضافه کنید Data Type @@ -7818,7 +7818,7 @@ src/app/components/manage/custom-fields/custom-fields.component.html 18 - Data Type + نوع داده No fields defined. @@ -7826,7 +7826,7 @@ src/app/components/manage/custom-fields/custom-fields.component.html 42 - No fields defined. + هیچ فیلدی تعریف نشده است. Confirm delete field @@ -7834,7 +7834,7 @@ src/app/components/manage/custom-fields/custom-fields.component.ts 71 - Confirm delete field + فیلد حذف را تایید کنید This operation will permanently delete this field. @@ -7842,7 +7842,7 @@ src/app/components/manage/custom-fields/custom-fields.component.ts 72 - This operation will permanently delete this field. + این عملیات این فیلد را برای همیشه حذف می کند. Deleted field @@ -7850,7 +7850,7 @@ src/app/components/manage/custom-fields/custom-fields.component.ts 81 - Deleted field + فیلد حذف شده Error deleting field. @@ -7858,7 +7858,7 @@ src/app/components/manage/custom-fields/custom-fields.component.ts 86 - Error deleting field. + خطا در حذف فیلد. document type @@ -7866,7 +7866,7 @@ src/app/components/manage/document-type-list/document-type-list.component.ts 36 - document type + نوع سند document types @@ -7874,7 +7874,7 @@ src/app/components/manage/document-type-list/document-type-list.component.ts 37 - document types + انواع سند Do you really want to delete the document type ""? @@ -7882,7 +7882,7 @@ src/app/components/manage/document-type-list/document-type-list.component.ts 44 - Do you really want to delete the document type ""? + آیا واقعاً می خواهید نوع سند "" را حذف کنید؟ Mail Settings @@ -7890,7 +7890,7 @@ src/app/components/manage/mail/mail.component.html 2 - Mail Settings + تنظیمات ایمیل Mail accounts @@ -7898,7 +7898,7 @@ src/app/components/manage/mail/mail.component.html 12 - Mail accounts + حساب های پستی Add Account @@ -7906,7 +7906,7 @@ src/app/components/manage/mail/mail.component.html 14 - Add Account + افزودن حساب Server @@ -7914,7 +7914,7 @@ src/app/components/manage/mail/mail.component.html 21 - Server + سرور No mail accounts defined. @@ -7922,7 +7922,7 @@ src/app/components/manage/mail/mail.component.html 48 - No mail accounts defined. + هیچ حساب ایمیلی تعریف نشده است. Mail rules @@ -7930,7 +7930,7 @@ src/app/components/manage/mail/mail.component.html 56 - Mail rules + قوانین پست الکترونیکی Add Rule @@ -7938,7 +7938,7 @@ src/app/components/manage/mail/mail.component.html 58 - Add Rule + قانون اضافه کنید No mail rules defined. @@ -7946,7 +7946,7 @@ src/app/components/manage/mail/mail.component.html 92 - No mail rules defined. + هیچ قانون پستی تعریف نشده است. Error retrieving mail accounts @@ -7954,7 +7954,7 @@ src/app/components/manage/mail/mail.component.ts 56 - Error retrieving mail accounts + خطا در بازیابی حساب های ایمیل Error retrieving mail rules @@ -7962,7 +7962,7 @@ src/app/components/manage/mail/mail.component.ts 70 - Error retrieving mail rules + خطا در بازیابی قوانین ایمیل Saved account "". @@ -7970,7 +7970,7 @@ src/app/components/manage/mail/mail.component.ts 92 - Saved account "". + حساب ذخیره شده "". Error saving account. @@ -7978,7 +7978,7 @@ src/app/components/manage/mail/mail.component.ts 104 - Error saving account. + خطا در ذخیره حساب. Confirm delete mail account @@ -7986,7 +7986,7 @@ src/app/components/manage/mail/mail.component.ts 112 - Confirm delete mail account + حذف حساب ایمیل را تأیید کنید This operation will permanently delete this mail account. @@ -7994,7 +7994,7 @@ src/app/components/manage/mail/mail.component.ts 113 - This operation will permanently delete this mail account. + این عملیات برای همیشه این حساب ایمیل را حذف می کند. Deleted mail account @@ -8002,7 +8002,7 @@ src/app/components/manage/mail/mail.component.ts 122 - Deleted mail account + حساب ایمیل حذف شده Error deleting mail account. @@ -8010,7 +8010,7 @@ src/app/components/manage/mail/mail.component.ts 132 - Error deleting mail account. + خطا در حذف حساب ایمیل. Saved rule "". @@ -8018,7 +8018,7 @@ src/app/components/manage/mail/mail.component.ts 152 - Saved rule "". + قانون ذخیره شده "". Error saving rule. @@ -8026,7 +8026,7 @@ src/app/components/manage/mail/mail.component.ts 163 - Error saving rule. + خطا در ذخیره قانون. Confirm delete mail rule @@ -8034,7 +8034,7 @@ src/app/components/manage/mail/mail.component.ts 171 - Confirm delete mail rule + قانون حذف ایمیل را تأیید کنید This operation will permanently delete this mail rule. @@ -8042,7 +8042,7 @@ src/app/components/manage/mail/mail.component.ts 172 - This operation will permanently delete this mail rule. + این عملیات این قانون نامه را برای همیشه حذف می کند. Deleted mail rule @@ -8050,7 +8050,7 @@ src/app/components/manage/mail/mail.component.ts 181 - Deleted mail rule + قانون نامه حذف شده Error deleting mail rule. @@ -8058,7 +8058,7 @@ src/app/components/manage/mail/mail.component.ts 190 - Error deleting mail rule. + خطا در حذف قانون نامه. Permissions updated @@ -8066,7 +8066,7 @@ src/app/components/manage/mail/mail.component.ts 212 - Permissions updated + مجوزها به روز شد Error updating permissions @@ -8078,7 +8078,7 @@ src/app/components/manage/management-list/management-list.component.ts 307 - Error updating permissions + خطا در به‌روزرسانی مجوزها Filter by: @@ -8098,7 +8098,7 @@ src/app/components/manage/management-list/management-list.component.html 19 - Filter by: + فیلتر بر اساس: Matching @@ -8118,7 +8118,7 @@ src/app/components/manage/management-list/management-list.component.html 38 - Matching + تطبیق Document count @@ -8138,7 +8138,7 @@ src/app/components/manage/management-list/management-list.component.html 39 - Document count + تعداد اسناد Filter Documents @@ -8158,7 +8158,7 @@ src/app/components/manage/management-list/management-list.component.html 82 - Filter Documents + فیلتر کردن اسناد {VAR_PLURAL, plural, =1 {One } other { total }} @@ -8178,7 +8178,7 @@ src/app/components/manage/management-list/management-list.component.html 110 - {VAR_PLURAL, plural, =1 {One } other { total }} + {VAR_PLURAL, plural, =1 {یک } other { مجموع }} Automatic @@ -8190,7 +8190,7 @@ src/app/data/matching-model.ts 15 - Automatic + خودکار None @@ -8202,7 +8202,7 @@ src/app/data/matching-model.ts 45 - None + هیچ کدام Successfully created . @@ -8210,7 +8210,7 @@ src/app/components/manage/management-list/management-list.component.ts 160 - Successfully created . + با موفقیت ایجاد شد. Error occurred while creating . @@ -8218,7 +8218,7 @@ src/app/components/manage/management-list/management-list.component.ts 165 - Error occurred while creating . + هنگام ایجاد خطایی رخ داد. Successfully updated . @@ -8226,7 +8226,7 @@ src/app/components/manage/management-list/management-list.component.ts 180 - Successfully updated . + با موفقیت به روز شد . Error occurred while saving . @@ -8234,7 +8234,7 @@ src/app/components/manage/management-list/management-list.component.ts 185 - Error occurred while saving . + هنگام ذخیره خطایی روی داد. Associated documents will not be deleted. @@ -8242,7 +8242,7 @@ src/app/components/manage/management-list/management-list.component.ts 205 - Associated documents will not be deleted. + مدارک مرتبط حذف نخواهد شد. Error while deleting element @@ -8250,7 +8250,7 @@ src/app/components/manage/management-list/management-list.component.ts 221 - Error while deleting element + خطا هنگام حذف عنصر Permissions updated successfully @@ -8258,7 +8258,7 @@ src/app/components/manage/management-list/management-list.component.ts 300 - Permissions updated successfully + مجوزها با موفقیت به روز شدند This operation will permanently delete all objects. @@ -8266,7 +8266,7 @@ src/app/components/manage/management-list/management-list.component.ts 321 - This operation will permanently delete all objects. + این عملیات همه اشیا را برای همیشه حذف می کند. Objects deleted successfully @@ -8274,7 +8274,7 @@ src/app/components/manage/management-list/management-list.component.ts 335 - Objects deleted successfully + اشیاء با موفقیت حذف شدند Error deleting objects @@ -8282,7 +8282,7 @@ src/app/components/manage/management-list/management-list.component.ts 341 - Error deleting objects + خطا در حذف اشیا storage path @@ -8290,7 +8290,7 @@ src/app/components/manage/storage-path-list/storage-path-list.component.ts 36 - storage path + مسیر ذخیره سازی storage paths @@ -8298,7 +8298,7 @@ src/app/components/manage/storage-path-list/storage-path-list.component.ts 37 - storage paths + مسیرهای ذخیره سازی Do you really want to delete the storage path ""? @@ -8306,7 +8306,7 @@ src/app/components/manage/storage-path-list/storage-path-list.component.ts 52 - Do you really want to delete the storage path ""? + آیا واقعاً می خواهید مسیر ذخیره سازی "" را حذف کنید؟ tag @@ -8314,7 +8314,7 @@ src/app/components/manage/tag-list/tag-list.component.ts 36 - tag + برچسب زدن tags @@ -8322,7 +8322,7 @@ src/app/components/manage/tag-list/tag-list.component.ts 37 - tags + برچسب ها Do you really want to delete the tag ""? @@ -8330,7 +8330,7 @@ src/app/components/manage/tag-list/tag-list.component.ts 53 - Do you really want to delete the tag ""? + آیا واقعاً می خواهید برچسب "" را حذف کنید؟ Use workflows to customize the behavior of Paperless-ngx when events 'trigger' a workflow. @@ -8338,7 +8338,7 @@ src/app/components/manage/workflows/workflows.component.html 4 - Use workflows to customize the behavior of Paperless-ngx when events 'trigger' a workflow. + از گردش کار برای سفارشی کردن رفتار Paperless-ngx زمانی که رویدادها یک گردش کار را "محرک" می کنند، استفاده کنید. Add Workflow @@ -8346,7 +8346,7 @@ src/app/components/manage/workflows/workflows.component.html 9 - Add Workflow + گردش کار را اضافه کنید Disabled @@ -8354,7 +8354,7 @@ src/app/components/manage/workflows/workflows.component.html 30 - Disabled + از کار افتاده است No workflows defined. @@ -8362,7 +8362,7 @@ src/app/components/manage/workflows/workflows.component.html 46 - No workflows defined. + هیچ گردش کاری تعریف نشده است. Saved workflow "". @@ -8370,7 +8370,7 @@ src/app/components/manage/workflows/workflows.component.ts 79 - Saved workflow "". + گردش کار ذخیره شده "". Error saving workflow. @@ -8378,7 +8378,7 @@ src/app/components/manage/workflows/workflows.component.ts 87 - Error saving workflow. + خطا در ذخیره گردش کار. Confirm delete workflow @@ -8386,7 +8386,7 @@ src/app/components/manage/workflows/workflows.component.ts 95 - Confirm delete workflow + حذف گردش کار را تأیید کنید This operation will permanently delete this workflow. @@ -8394,7 +8394,7 @@ src/app/components/manage/workflows/workflows.component.ts 96 - This operation will permanently delete this workflow. + این عملیات برای همیشه این گردش کار را حذف می کند. Deleted workflow @@ -8402,7 +8402,7 @@ src/app/components/manage/workflows/workflows.component.ts 105 - Deleted workflow + گردش کار حذف شده Error deleting workflow. @@ -8410,7 +8410,7 @@ src/app/components/manage/workflows/workflows.component.ts 110 - Error deleting workflow. + خطا در حذف گردش کار. Not Found @@ -8418,7 +8418,7 @@ src/app/components/not-found/not-found.component.html 6 - Not Found + یافت نشد Go to Dashboard @@ -8426,7 +8426,7 @@ src/app/components/not-found/not-found.component.html 9 - Go to Dashboard + به داشبورد بروید Boolean @@ -8434,7 +8434,7 @@ src/app/data/custom-field.ts 17 - Boolean + بولی Date @@ -8442,7 +8442,7 @@ src/app/data/custom-field.ts 21 - Date + تاریخ Integer @@ -8450,7 +8450,7 @@ src/app/data/custom-field.ts 25 - Integer + عدد صحیح Number @@ -8458,7 +8458,7 @@ src/app/data/custom-field.ts 29 - Number + شماره Monetary @@ -8466,7 +8466,7 @@ src/app/data/custom-field.ts 33 - Monetary + پولی Text @@ -8474,7 +8474,7 @@ src/app/data/custom-field.ts 37 - Text + متن Url @@ -8482,7 +8482,7 @@ src/app/data/custom-field.ts 41 - Url + آدرس اینترنتی Document Link @@ -8490,7 +8490,7 @@ src/app/data/custom-field.ts 45 - Document Link + لینک سند Modified @@ -8498,7 +8498,7 @@ src/app/data/document.ts 94 - Modified + اصلاح شد Search score @@ -8507,7 +8507,7 @@ 102 Score is a value returned by the full text search engine and specifies how well a result matches the given query - Search score + امتیاز جستجو Auto: Learn matching automatically @@ -8515,7 +8515,7 @@ src/app/data/matching-model.ts 16 - Auto: Learn matching automatically + خودکار: تطبیق را به طور خودکار یاد بگیرید Any word @@ -8523,7 +8523,7 @@ src/app/data/matching-model.ts 20 - Any word + هر کلمه ای Any: Document contains any of these words (space separated) @@ -8531,7 +8531,7 @@ src/app/data/matching-model.ts 21 - Any: Document contains any of these words (space separated) + هر یک: سند حاوی هر یک از این کلمات است (با فاصله از هم جدا شده است) All words @@ -8539,7 +8539,7 @@ src/app/data/matching-model.ts 25 - All words + همه کلمات All: Document contains all of these words (space separated) @@ -8547,7 +8547,7 @@ src/app/data/matching-model.ts 26 - All: Document contains all of these words (space separated) + همه: سند حاوی همه این کلمات است (با فاصله از هم جدا شده است) Exact match @@ -8555,7 +8555,7 @@ src/app/data/matching-model.ts 30 - Exact match + مطابقت دقیق Exact: Document contains this string @@ -8563,7 +8563,7 @@ src/app/data/matching-model.ts 31 - Exact: Document contains this string + دقیق: سند حاوی این رشته است Regular expression @@ -8571,7 +8571,7 @@ src/app/data/matching-model.ts 35 - Regular expression + بیان منظم Regular expression: Document matches this regular expression @@ -8579,7 +8579,7 @@ src/app/data/matching-model.ts 36 - Regular expression: Document matches this regular expression + عبارت منظم: سند با این عبارت منظم مطابقت دارد Fuzzy word @@ -8587,7 +8587,7 @@ src/app/data/matching-model.ts 40 - Fuzzy word + کلمه مبهم Fuzzy: Document contains a word similar to this word @@ -8595,7 +8595,7 @@ src/app/data/matching-model.ts 41 - Fuzzy: Document contains a word similar to this word + فازی: سند حاوی کلمه ای شبیه به این کلمه است None: Disable matching @@ -8603,7 +8603,7 @@ src/app/data/matching-model.ts 46 - None: Disable matching + هیچ: تطبیق را غیرفعال کنید General Settings @@ -8611,7 +8611,7 @@ src/app/data/paperless-config.ts 50 - General Settings + تنظیمات عمومی OCR Settings @@ -8619,7 +8619,7 @@ src/app/data/paperless-config.ts 51 - OCR Settings + تنظیمات OCR Output Type @@ -8627,7 +8627,7 @@ src/app/data/paperless-config.ts 75 - Output Type + نوع خروجی Language @@ -8635,7 +8635,7 @@ src/app/data/paperless-config.ts 83 - Language + زبان Pages @@ -8643,7 +8643,7 @@ src/app/data/paperless-config.ts 90 - Pages + صفحات Mode @@ -8651,7 +8651,7 @@ src/app/data/paperless-config.ts 97 - Mode + حالت Skip Archive File @@ -8659,7 +8659,7 @@ src/app/data/paperless-config.ts 105 - Skip Archive File + رد شدن از فایل بایگانی Image DPI @@ -8667,7 +8667,7 @@ src/app/data/paperless-config.ts 113 - Image DPI + DPI تصویر Clean @@ -8675,7 +8675,7 @@ src/app/data/paperless-config.ts 120 - Clean + تمیز Deskew @@ -8683,7 +8683,7 @@ src/app/data/paperless-config.ts 128 - Deskew + رومیزی Rotate Pages @@ -8691,7 +8691,7 @@ src/app/data/paperless-config.ts 135 - Rotate Pages + چرخاندن صفحات Rotate Pages Threshold @@ -8699,7 +8699,7 @@ src/app/data/paperless-config.ts 142 - Rotate Pages Threshold + چرخش صفحات آستانه Max Image Pixels @@ -8707,7 +8707,7 @@ src/app/data/paperless-config.ts 149 - Max Image Pixels + حداکثر پیکسل تصویر Color Conversion Strategy @@ -8715,7 +8715,7 @@ src/app/data/paperless-config.ts 156 - Color Conversion Strategy + استراتژی تبدیل رنگ OCR Arguments @@ -8723,7 +8723,7 @@ src/app/data/paperless-config.ts 164 - OCR Arguments + استدلال های OCR Application Logo @@ -8731,7 +8731,7 @@ src/app/data/paperless-config.ts 171 - Application Logo + لوگوی برنامه Application Title @@ -8739,7 +8739,7 @@ src/app/data/paperless-config.ts 178 - Application Title + عنوان برنامه Warning: You have unsaved changes to your document(s). @@ -8747,7 +8747,7 @@ src/app/guards/dirty-doc.guard.ts 16 - Warning: You have unsaved changes to your document(s). + هشدار: شما تغییرات ذخیره نشده ای در سند(های) خود دارید. Unsaved Changes @@ -8767,7 +8767,7 @@ src/app/services/open-documents.service.ts 135 - Unsaved Changes + تغییرات ذخیره نشده You have unsaved changes. @@ -8779,7 +8779,7 @@ src/app/services/open-documents.service.ts 136 - You have unsaved changes. + شما تغییرات ذخیره نشده ای دارید. Are you sure you want to leave? @@ -8787,7 +8787,7 @@ src/app/guards/dirty-form.guard.ts 19 - Are you sure you want to leave? + مطمئنی میخوای بری؟ Leave page @@ -8795,7 +8795,7 @@ src/app/guards/dirty-form.guard.ts 21 - Leave page + صفحه را ترک کنید You have unsaved changes to the saved view @@ -8803,7 +8803,7 @@ src/app/guards/dirty-saved-view.guard.ts 31 - You have unsaved changes to the saved view + شما تغییرات ذخیره نشده ای در نمای ذخیره شده دارید Are you sure you want to close this saved view? @@ -8811,7 +8811,7 @@ src/app/guards/dirty-saved-view.guard.ts 35 - Are you sure you want to close this saved view? + آیا مطمئنید که می خواهید این نمای ذخیره شده را ببندید؟ Save and close @@ -8819,7 +8819,7 @@ src/app/guards/dirty-saved-view.guard.ts 39 - Save and close + ذخیره کنید و ببندید You don't have permissions to do that @@ -8827,7 +8827,7 @@ src/app/guards/permissions.guard.ts 36 - You don't have permissions to do that + شما مجوزی برای این کار ندارید %s year ago @@ -8835,7 +8835,7 @@ src/app/pipes/custom-date.pipe.ts 14 - %s year ago + %s سال پیش %s years ago @@ -8843,7 +8843,7 @@ src/app/pipes/custom-date.pipe.ts 15 - %s years ago + %s سال پیش %s month ago @@ -8851,7 +8851,7 @@ src/app/pipes/custom-date.pipe.ts 19 - %s month ago + %s ماه پیش %s months ago @@ -8859,7 +8859,7 @@ src/app/pipes/custom-date.pipe.ts 20 - %s months ago + %s ماه پیش %s week ago @@ -8867,7 +8867,7 @@ src/app/pipes/custom-date.pipe.ts 24 - %s week ago + %s هفته پیش %s weeks ago @@ -8875,7 +8875,7 @@ src/app/pipes/custom-date.pipe.ts 25 - %s weeks ago + %s هفته پیش %s day ago @@ -8883,7 +8883,7 @@ src/app/pipes/custom-date.pipe.ts 29 - %s day ago + %s روز پیش %s days ago @@ -8891,7 +8891,7 @@ src/app/pipes/custom-date.pipe.ts 30 - %s days ago + %s روز پیش %s hour ago @@ -8899,7 +8899,7 @@ src/app/pipes/custom-date.pipe.ts 34 - %s hour ago + %s ساعت پیش %s hours ago @@ -8907,7 +8907,7 @@ src/app/pipes/custom-date.pipe.ts 35 - %s hours ago + %s ساعت پیش %s minute ago @@ -8915,7 +8915,7 @@ src/app/pipes/custom-date.pipe.ts 39 - %s minute ago + %s دقیقه پیش %s minutes ago @@ -8923,7 +8923,7 @@ src/app/pipes/custom-date.pipe.ts 40 - %s minutes ago + %s دقیقه پیش Just now @@ -8931,7 +8931,7 @@ src/app/pipes/custom-date.pipe.ts 72 - Just now + همین الان (no title) @@ -8939,7 +8939,7 @@ src/app/pipes/document-title.pipe.ts 11 - (no title) + (بدون عنوان) Document already exists. @@ -8947,7 +8947,7 @@ src/app/services/consumer-status.service.ts 17 - Document already exists. + سند از قبل وجود دارد. Document with ASN already exists. @@ -8955,7 +8955,7 @@ src/app/services/consumer-status.service.ts 18 - Document with ASN already exists. + سند با ASN از قبل وجود دارد. File not found. @@ -8963,7 +8963,7 @@ src/app/services/consumer-status.service.ts 19 - File not found. + فایل پیدا نشد Pre-consume script does not exist. @@ -8972,7 +8972,7 @@ 20 Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation - Pre-consume script does not exist. + اسکریپت پیش مصرف وجود ندارد. Error while executing pre-consume script. @@ -8981,7 +8981,7 @@ 21 Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translation - Error while executing pre-consume script. + خطا هنگام اجرای اسکریپت پیش مصرف. Post-consume script does not exist. @@ -8990,7 +8990,7 @@ 22 Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation - Post-consume script does not exist. + اسکریپت پس از مصرف وجود ندارد. Error while executing post-consume script. @@ -8999,7 +8999,7 @@ 23 Post-Consume is a term that appears like that in the documentation as well and does not need a specific translation - Error while executing post-consume script. + خطا در اجرای اسکریپت پس از مصرف. Received new file. @@ -9007,7 +9007,7 @@ src/app/services/consumer-status.service.ts 24 - Received new file. + فایل جدید دریافت شد. File type not supported. @@ -9015,7 +9015,7 @@ src/app/services/consumer-status.service.ts 25 - File type not supported. + نوع فایل پشتیبانی نمی شود Processing document... @@ -9023,7 +9023,7 @@ src/app/services/consumer-status.service.ts 26 - Processing document... + در حال پردازش سند ... Generating thumbnail... @@ -9031,7 +9031,7 @@ src/app/services/consumer-status.service.ts 27 - Generating thumbnail... + در حال ایجاد تصویر کوچک... Retrieving date from document... @@ -9039,7 +9039,7 @@ src/app/services/consumer-status.service.ts 28 - Retrieving date from document... + بازیابی تاریخ از سند... Saving document... @@ -9047,7 +9047,7 @@ src/app/services/consumer-status.service.ts 29 - Saving document... + در حال ذخیره سند... Finished. @@ -9055,7 +9055,7 @@ src/app/services/consumer-status.service.ts 30 - Finished. + تمام شد. You have unsaved changes to the document @@ -9063,7 +9063,7 @@ src/app/services/open-documents.service.ts 110 - You have unsaved changes to the document + شما تغییرات ذخیره نشده در سند دارید Are you sure you want to close this document? @@ -9071,7 +9071,7 @@ src/app/services/open-documents.service.ts 114 - Are you sure you want to close this document? + آیا مطمئنید که می خواهید این سند را ببندید؟ Are you sure you want to close all documents? @@ -9079,7 +9079,7 @@ src/app/services/open-documents.service.ts 137 - Are you sure you want to close all documents? + آیا مطمئن هستید که می خواهید همه اسناد را ببندید؟ Close documents @@ -9087,7 +9087,7 @@ src/app/services/open-documents.service.ts 139 - Close documents + اسناد را ببندید English (US) @@ -9095,7 +9095,7 @@ src/app/services/settings.service.ts 46 - English (US) + انگلیسی (ایالات متحده) Afrikaans @@ -9103,7 +9103,7 @@ src/app/services/settings.service.ts 52 - Afrikaans + آفریقایی Arabic @@ -9111,7 +9111,7 @@ src/app/services/settings.service.ts 58 - Arabic + عربی Belarusian @@ -9119,7 +9119,7 @@ src/app/services/settings.service.ts 64 - Belarusian + بلاروسی Bulgarian @@ -9127,7 +9127,7 @@ src/app/services/settings.service.ts 70 - Bulgarian + بلغاری Catalan @@ -9135,7 +9135,7 @@ src/app/services/settings.service.ts 76 - Catalan + کاتالان Czech @@ -9143,7 +9143,7 @@ src/app/services/settings.service.ts 82 - Czech + چک Danish @@ -9151,7 +9151,7 @@ src/app/services/settings.service.ts 88 - Danish + دانمارکی German @@ -9159,7 +9159,7 @@ src/app/services/settings.service.ts 94 - German + آلمانی Greek @@ -9167,7 +9167,7 @@ src/app/services/settings.service.ts 100 - Greek + یونانی English (GB) @@ -9175,7 +9175,7 @@ src/app/services/settings.service.ts 106 - English (GB) + انگلیسی (GB) Spanish @@ -9183,7 +9183,7 @@ src/app/services/settings.service.ts 112 - Spanish + اسپانیایی Finnish @@ -9191,7 +9191,7 @@ src/app/services/settings.service.ts 118 - Finnish + فنلاندی French @@ -9199,7 +9199,7 @@ src/app/services/settings.service.ts 124 - French + فرانسوی Hungarian @@ -9207,7 +9207,7 @@ src/app/services/settings.service.ts 130 - Hungarian + مجارستانی Italian @@ -9215,7 +9215,7 @@ src/app/services/settings.service.ts 136 - Italian + ایتالیایی Japanese @@ -9223,7 +9223,7 @@ src/app/services/settings.service.ts 142 - Japanese + ژاپنی Luxembourgish @@ -9231,7 +9231,7 @@ src/app/services/settings.service.ts 148 - Luxembourgish + لوگزامبورگی Dutch @@ -9239,7 +9239,7 @@ src/app/services/settings.service.ts 154 - Dutch + هلندی Norwegian @@ -9247,7 +9247,7 @@ src/app/services/settings.service.ts 160 - Norwegian + نروژی Polish @@ -9255,7 +9255,7 @@ src/app/services/settings.service.ts 166 - Polish + لهستانی Portuguese (Brazil) @@ -9263,7 +9263,7 @@ src/app/services/settings.service.ts 172 - Portuguese (Brazil) + پرتغالی (برزیل) Portuguese @@ -9271,7 +9271,7 @@ src/app/services/settings.service.ts 178 - Portuguese + پرتغالی Romanian @@ -9279,7 +9279,7 @@ src/app/services/settings.service.ts 184 - Romanian + رومانیایی Russian @@ -9287,7 +9287,7 @@ src/app/services/settings.service.ts 190 - Russian + روسی Slovak @@ -9295,7 +9295,7 @@ src/app/services/settings.service.ts 196 - Slovak + اسلواکی Slovenian @@ -9303,7 +9303,7 @@ src/app/services/settings.service.ts 202 - Slovenian + اسلوونیایی Serbian @@ -9311,7 +9311,7 @@ src/app/services/settings.service.ts 208 - Serbian + صربی Swedish @@ -9319,7 +9319,7 @@ src/app/services/settings.service.ts 214 - Swedish + سوئدی Turkish @@ -9327,7 +9327,7 @@ src/app/services/settings.service.ts 220 - Turkish + ترکی Ukrainian @@ -9335,7 +9335,7 @@ src/app/services/settings.service.ts 226 - Ukrainian + اوکراینی Chinese Simplified @@ -9343,7 +9343,7 @@ src/app/services/settings.service.ts 232 - Chinese Simplified + چینی ساده شده ISO 8601 @@ -9351,7 +9351,7 @@ src/app/services/settings.service.ts 240 - ISO 8601 + ISO 8601 Successfully completed one-time migratration of settings to the database! @@ -9359,7 +9359,7 @@ src/app/services/settings.service.ts 554 - Successfully completed one-time migratration of settings to the database! + انتقال یکباره تنظیمات به پایگاه داده با موفقیت انجام شد! Unable to migrate settings to the database, please try saving manually. @@ -9367,7 +9367,7 @@ src/app/services/settings.service.ts 555 - Unable to migrate settings to the database, please try saving manually. + انتقال تنظیمات به پایگاه داده ممکن نیست، لطفاً ذخیره دستی را امتحان کنید. You can restart the tour from the settings page. @@ -9375,7 +9375,7 @@ src/app/services/settings.service.ts 625 - You can restart the tour from the settings page. + می توانید تور را از صفحه تنظیمات مجدداً راه اندازی کنید. Connecting... @@ -9383,7 +9383,7 @@ src/app/services/upload-documents.service.ts 42 - Connecting... + در حال اتصال... Uploading... @@ -9391,7 +9391,7 @@ src/app/services/upload-documents.service.ts 54 - Uploading... + در حال آپلود... Upload complete, waiting... @@ -9399,7 +9399,7 @@ src/app/services/upload-documents.service.ts 57 - Upload complete, waiting... + آپلود کامل شد، در انتظار... HTTP error: @@ -9407,7 +9407,7 @@ src/app/services/upload-documents.service.ts 70 - HTTP error: + خطای HTTP: