217 lines
5.4 KiB
Plaintext
217 lines
5.4 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
# Translators:
|
|
# Roberto Rosario, 2018
|
|
# Mehdi Amani <MehdiAmani@toorintan.com>, 2018
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2019-05-04 21:38-0400\n"
|
|
"PO-Revision-Date: 2017-08-25 00:49+0000\n"
|
|
"Last-Translator: Mehdi Amani <MehdiAmani@toorintan.com>, 2018\n"
|
|
"Language-Team: Persian (https://www.transifex.com/rosarior/teams/13584/fa/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: fa\n"
|
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
|
|
#: apps.py:53 events.py:8 permissions.py:8 settings.py:7
|
|
msgid "Document parsing"
|
|
msgstr "تجزیه و تحلیل سند"
|
|
|
|
#: apps.py:119 models.py:78
|
|
msgid "Result"
|
|
msgstr "جواب"
|
|
|
|
#: apps.py:136 apps.py:140 links.py:16 links.py:22 models.py:27
|
|
msgid "Content"
|
|
msgstr "محتوا"
|
|
|
|
#: dependencies.py:11
|
|
msgid ""
|
|
"Utility from the poppler-utils package used to text content from PDF files."
|
|
msgstr ""
|
|
|
|
#: events.py:12
|
|
msgid "Document version submitted for parsing"
|
|
msgstr "نسخه سند برای تجزیه و تحلیل ارائه شده است"
|
|
|
|
#: events.py:15
|
|
msgid "Document version parsing finished"
|
|
msgstr "نسخه سند تجزیه به پایان رسید"
|
|
|
|
#: forms.py:39
|
|
#, python-format
|
|
msgid "Page %(page_number)d"
|
|
msgstr "صفحه %(page_number)d"
|
|
|
|
#: forms.py:47 forms.py:59
|
|
msgid "Contents"
|
|
msgstr "محتوا"
|
|
|
|
#: links.py:28 links.py:66 views.py:194
|
|
msgid "Parsing errors"
|
|
msgstr "خطاهای تجزیه"
|
|
|
|
#: links.py:34
|
|
msgid "Download content"
|
|
msgstr "دانلود محتوا"
|
|
|
|
#: links.py:39 links.py:46
|
|
msgid "Submit for parsing"
|
|
msgstr "ارسال برای تجزیه و تحلیل"
|
|
|
|
#: links.py:52
|
|
msgid "Setup parsing"
|
|
msgstr ""
|
|
|
|
#: links.py:61
|
|
msgid "Parse documents per type"
|
|
msgstr "هر نوع اسناد را تجزیه کنید"
|
|
|
|
#: models.py:21
|
|
msgid "Document page"
|
|
msgstr "صفحه سند"
|
|
|
|
#: models.py:25
|
|
msgid "The actual text content as extracted by the document parsing backend."
|
|
msgstr ""
|
|
|
|
#: models.py:33
|
|
msgid "Document page content"
|
|
msgstr "محتوای صفحه سند"
|
|
|
|
#: models.py:34
|
|
msgid "Document pages contents"
|
|
msgstr "محتویات صفحات سند"
|
|
|
|
#: models.py:46
|
|
msgid "Document type"
|
|
msgstr "نوع سند"
|
|
|
|
#: models.py:50
|
|
msgid "Automatically queue newly created documents for parsing."
|
|
msgstr ""
|
|
|
|
#: models.py:61
|
|
msgid "Document type settings"
|
|
msgstr "Document type settings"
|
|
|
|
#: models.py:62
|
|
msgid "Document types settings"
|
|
msgstr "Document types settings"
|
|
|
|
#: models.py:73
|
|
msgid "Document version"
|
|
msgstr "نسخه سند"
|
|
|
|
#: models.py:76
|
|
msgid "Date time submitted"
|
|
msgstr "تاریخ و زمان ارسال"
|
|
|
|
#: models.py:82
|
|
msgid "Document version parse error"
|
|
msgstr "نسخه سند خطا را تجزیه می کند"
|
|
|
|
#: models.py:83
|
|
msgid "Document version parse errors"
|
|
msgstr "نسخه سند خطاهای تجزیه"
|
|
|
|
#: parsers.py:91
|
|
#, python-format
|
|
msgid "Exception parsing page; %s"
|
|
msgstr "صفحه تجزیه آمیز exception؛ %s"
|
|
|
|
#: parsers.py:117
|
|
#, python-format
|
|
msgid "Cannot find pdftotext executable at: %s"
|
|
msgstr "نتوانست اجرایی pdftotext را در: %s پیدا کند"
|
|
|
|
#: permissions.py:12
|
|
msgid "View the content of a document"
|
|
msgstr "محتوای یک سند را مشاهده کنید"
|
|
|
|
#: permissions.py:15
|
|
msgid "Change document type parsing settings"
|
|
msgstr ""
|
|
|
|
#: permissions.py:19
|
|
msgid "Parse the content of a document"
|
|
msgstr "محتوای یک سند را تجزیه کنید"
|
|
|
|
#: queues.py:7
|
|
msgid "Parsing"
|
|
msgstr "تجزیه"
|
|
|
|
#: queues.py:10
|
|
msgid "Document version parsing"
|
|
msgstr "نسخه سند تجزیه"
|
|
|
|
#: settings.py:12
|
|
msgid "Set new document types to perform parsing automatically by default."
|
|
msgstr ""
|
|
|
|
#: settings.py:19
|
|
msgid ""
|
|
"File path to poppler's pdftotext program used to extract text from PDF "
|
|
"files."
|
|
msgstr "محل فایل POPPLER جهت استخراج TEXT از PDF"
|
|
|
|
#: views.py:42
|
|
#, python-format
|
|
msgid "Content for document: %s"
|
|
msgstr "محتوا برای سند: %s"
|
|
|
|
#: views.py:77
|
|
#, python-format
|
|
msgid "Content for document page: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:92
|
|
#, python-format
|
|
msgid "Parsing errors for document: %s"
|
|
msgstr "خطاهای تجزیه برای سند: %s"
|
|
|
|
#: views.py:104
|
|
#, python-format
|
|
msgid "%(count)d document added to the parsing queue"
|
|
msgstr "%(count)d سند اضافه شده به صف تجزیه و تحلیل"
|
|
|
|
#: views.py:107
|
|
#, python-format
|
|
msgid "%(count)d documents added to the parsing queue"
|
|
msgstr "اسناد %(count)d اضافه شده به صف تجزیه و تحلیل"
|
|
|
|
#: views.py:115
|
|
#, python-format
|
|
msgid "Submit %(count)d document to the parsing queue?"
|
|
msgid_plural "Submit %(count)d documents to the parsing queue"
|
|
msgstr[0] " ارسال \"%(count)d\" از اسناد به صف تجزیه و تحلیل"
|
|
msgstr[1] " ارسال \"%(count)d\" از اسناد به صف تجزیه و تحلیل"
|
|
|
|
#: views.py:128
|
|
#, python-format
|
|
msgid "Submit document \"%s\" to the parsing queue"
|
|
msgstr " ارسال \"%s\" سند به صف تجزیه و تحلیل"
|
|
|
|
#: views.py:151
|
|
#, python-format
|
|
msgid "Edit parsing settings for document type: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:161
|
|
msgid "Submit all documents of a type for parsing."
|
|
msgstr ""
|
|
|
|
#: views.py:182
|
|
#, python-format
|
|
msgid "%(count)d documents added to the parsing queue."
|
|
msgstr ""
|