Romanian language translation sync and enabling
This commit is contained in:
BIN
mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
422
mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po
Normal file
422
mayan/apps/ocr/locale/ro_RO/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,422 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Badea Gabriel <gcbadea@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
|
||||
"PO-Revision-Date: 2013-02-17 11:57+0000\n"
|
||||
"Last-Translator: Badea Gabriel <gcbadea@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: __init__.py:32 __init__.py:33
|
||||
msgid "submit to OCR queue"
|
||||
msgstr "trimite la OCR"
|
||||
|
||||
#: __init__.py:34 __init__.py:35
|
||||
msgid "re-queue"
|
||||
msgstr "Retrimitere la OCR"
|
||||
|
||||
#: __init__.py:36 __init__.py:37 __init__.py:50
|
||||
msgid "delete"
|
||||
msgstr "șterge"
|
||||
|
||||
#: __init__.py:39
|
||||
msgid "stop queue"
|
||||
msgstr "stop queue"
|
||||
|
||||
#: __init__.py:40
|
||||
msgid "activate queue"
|
||||
msgstr "activare coadă"
|
||||
|
||||
#: __init__.py:42
|
||||
msgid "clean up pages content"
|
||||
msgstr "curăță paginile de conținut"
|
||||
|
||||
#: __init__.py:42
|
||||
msgid ""
|
||||
"Runs a language filter to remove common OCR mistakes from document pages "
|
||||
"content."
|
||||
msgstr "Execută un filtru de limbă pentru a elimina greșelile OCR comune din conținutul paginii documentului ."
|
||||
|
||||
#: __init__.py:44
|
||||
msgid "queue document list"
|
||||
msgstr "coadă listă documente"
|
||||
|
||||
#: __init__.py:45 __init__.py:63 permissions.py:7
|
||||
msgid "OCR"
|
||||
msgstr "OCR"
|
||||
|
||||
#: __init__.py:47
|
||||
msgid "transformations"
|
||||
msgstr "transformări"
|
||||
|
||||
#: __init__.py:48
|
||||
msgid "add transformation"
|
||||
msgstr "transformă"
|
||||
|
||||
#: __init__.py:49
|
||||
msgid "edit"
|
||||
msgstr "editează"
|
||||
|
||||
#: __init__.py:74
|
||||
msgid "Default"
|
||||
msgstr "Iniţial"
|
||||
|
||||
#: __init__.py:102
|
||||
msgid "Checks the OCR queue for pending documents."
|
||||
msgstr "Verifică coada OCR pentru documentele în aşteptare."
|
||||
|
||||
#: api.py:122
|
||||
msgid "Text from OCR"
|
||||
msgstr "Textul de la OCR"
|
||||
|
||||
#: literals.py:8
|
||||
msgid "stopped"
|
||||
msgstr "oprit"
|
||||
|
||||
#: literals.py:9
|
||||
msgid "active"
|
||||
msgstr "activă"
|
||||
|
||||
#: literals.py:18
|
||||
msgid "pending"
|
||||
msgstr "în așteptarea"
|
||||
|
||||
#: literals.py:19
|
||||
msgid "processing"
|
||||
msgstr "în prelucrare"
|
||||
|
||||
#: literals.py:20
|
||||
msgid "error"
|
||||
msgstr "eroare"
|
||||
|
||||
#: models.py:27
|
||||
msgid "name"
|
||||
msgstr "nume"
|
||||
|
||||
#: models.py:28
|
||||
msgid "label"
|
||||
msgstr "etichetă"
|
||||
|
||||
#: models.py:32 models.py:52
|
||||
msgid "state"
|
||||
msgstr "stare"
|
||||
|
||||
#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354
|
||||
#: views.py:384 views.py:420
|
||||
msgid "document queue"
|
||||
msgstr "coadă documente"
|
||||
|
||||
#: models.py:38
|
||||
msgid "document queues"
|
||||
msgstr "cozi documente"
|
||||
|
||||
#: models.py:46
|
||||
msgid "document"
|
||||
msgstr "document"
|
||||
|
||||
#: models.py:47
|
||||
msgid "date time submitted"
|
||||
msgstr "data ora depunerii"
|
||||
|
||||
#: models.py:48
|
||||
msgid "delay ocr"
|
||||
msgstr "amână OCR"
|
||||
|
||||
#: models.py:53
|
||||
msgid "result"
|
||||
msgstr "rezultat"
|
||||
|
||||
#: models.py:54
|
||||
msgid "node name"
|
||||
msgstr "nume nod"
|
||||
|
||||
#: models.py:58
|
||||
msgid "queue document"
|
||||
msgstr "coadă document"
|
||||
|
||||
#: models.py:59
|
||||
msgid "queue documents"
|
||||
msgstr "cozii de documente"
|
||||
|
||||
#: models.py:79 views.py:47
|
||||
msgid "Missing document."
|
||||
msgstr "Lipsește documentul."
|
||||
|
||||
#: models.py:83
|
||||
msgid "Enter a valid value."
|
||||
msgstr "Introduceți o valoare validă."
|
||||
|
||||
#: models.py:111 views.py:317
|
||||
msgid "order"
|
||||
msgstr "comandă"
|
||||
|
||||
#: models.py:112 views.py:318 views.py:355 views.py:385
|
||||
msgid "transformation"
|
||||
msgstr "transformare"
|
||||
|
||||
#: models.py:113 views.py:319
|
||||
msgid "arguments"
|
||||
msgstr "argumente"
|
||||
|
||||
#: models.py:113
|
||||
#, python-format
|
||||
msgid "Use dictionaries to indentify arguments, example: %s"
|
||||
msgstr "Utilizeaza formulele , de exemplu:% s"
|
||||
|
||||
#: models.py:123
|
||||
msgid "document queue transformation"
|
||||
msgstr "coadă de transformare documente"
|
||||
|
||||
#: models.py:124
|
||||
msgid "document queue transformations"
|
||||
msgstr "cozii de transformare documente"
|
||||
|
||||
#: permissions.py:8
|
||||
msgid "Submit documents for OCR"
|
||||
msgstr "Trimiteti documentele pentru OCR"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Delete documents from OCR queue"
|
||||
msgstr "Ștergeți documentele din coada OCR"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Can enable/disable the OCR queue"
|
||||
msgstr "Puteți activa / dezactiva coada OCR"
|
||||
|
||||
#: permissions.py:11
|
||||
msgid "Can execute the OCR clean up on all document pages"
|
||||
msgstr "Poate executa OCR curat pe toate paginile documentului"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Can edit an OCR queue properties"
|
||||
msgstr "Puteți edita proprietățile cozii OCR"
|
||||
|
||||
#: statistics.py:8
|
||||
#, python-format
|
||||
msgid "Document queues: %d"
|
||||
msgstr "Cozile de documente:% d"
|
||||
|
||||
#: statistics.py:9
|
||||
#, python-format
|
||||
msgid "Queued documents: %d"
|
||||
msgstr "Documente din coada de așteptare:% d"
|
||||
|
||||
#: statistics.py:13
|
||||
msgid "OCR statistics"
|
||||
msgstr "statistici OCR"
|
||||
|
||||
#: views.py:40
|
||||
#, python-format
|
||||
msgid "documents in queue: %s"
|
||||
msgstr "documente din coada de așteptare:% s"
|
||||
|
||||
#: views.py:48
|
||||
msgid "thumbnail"
|
||||
msgstr "miniatură"
|
||||
|
||||
#: views.py:61
|
||||
msgid "document queue properties"
|
||||
msgstr "proprietăţi coadă de documente"
|
||||
|
||||
#: views.py:62
|
||||
#, python-format
|
||||
msgid "Current state: %s"
|
||||
msgstr "Stadiul actual:% s"
|
||||
|
||||
#: views.py:78 views.py:166
|
||||
msgid "Must provide at least one queue document."
|
||||
msgstr "Trebuie selectată cel puțin o coadă ."
|
||||
|
||||
#: views.py:88
|
||||
#, python-format
|
||||
msgid "Document: %s is being processed and can't be deleted."
|
||||
msgstr "Document:% s este în curs de procesare și nu poate fi șters."
|
||||
|
||||
#: views.py:91
|
||||
#, python-format
|
||||
msgid "Queue document: %(document)s deleted successfully."
|
||||
msgstr "Documentul %(document)s șters cu succes."
|
||||
|
||||
#: views.py:95
|
||||
#, python-format
|
||||
msgid "Error deleting document: %(document)s; %(error)s"
|
||||
msgstr "Eroare la ștergerea documentului: %(document)s; %(error)s"
|
||||
|
||||
#: views.py:108
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete queue document: %s?"
|
||||
msgstr "Sunteți sigur că doriți să ștergeți coada documentului:% s?"
|
||||
|
||||
#: views.py:110
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete queue documents: %s?"
|
||||
msgstr "Sunteți sigur că doriți să ștergeți coada documentelor:% s?"
|
||||
|
||||
#: views.py:146
|
||||
#, python-format
|
||||
msgid "Document: %(document)s was added to the OCR queue: %(queue)s."
|
||||
msgstr "Documentul: %(document)s e a fost adaugat în coada OCR: %(queue)s."
|
||||
|
||||
#: views.py:149
|
||||
#, python-format
|
||||
msgid "Document: %(document)s is already queued."
|
||||
msgstr "Documentul: %(document)s este deja în așteptare."
|
||||
|
||||
#: views.py:178
|
||||
#, python-format
|
||||
msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s"
|
||||
msgstr "Documentul:%(document)s a fost repus la coadă OCR:%(queue)s"
|
||||
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Document id#: %d, no longer exists."
|
||||
msgstr "ID # documentului:% d, nu mai există."
|
||||
|
||||
#: views.py:188
|
||||
#, python-format
|
||||
msgid "Document: %s is already being processed and can't be re-queded."
|
||||
msgstr "Documentul:% s este deja în curs de procesare și nu poate fi re-queded."
|
||||
|
||||
#: views.py:200
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to re-queue document: %s?"
|
||||
msgstr "Sunteți sigur că doriți repunerea la coadă a documentului:% s?"
|
||||
|
||||
#: views.py:202
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to re-queue documents: %s?"
|
||||
msgstr "Sunteți sigur că doriți să repuneti documentele:% s?"
|
||||
|
||||
#: views.py:220
|
||||
#, python-format
|
||||
msgid "Document queue: %s, already stopped."
|
||||
msgstr "Coadă documentului:% s, este deja oprită."
|
||||
|
||||
#: views.py:226
|
||||
#, python-format
|
||||
msgid "Document queue: %s, stopped successfully."
|
||||
msgstr "Coadă documentului:% s, a fost oprită cu succes."
|
||||
|
||||
#: views.py:232
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to disable document queue: %s"
|
||||
msgstr "Sunteți sigur că doriți să dezactivați coada documentului:% s"
|
||||
|
||||
#: views.py:247
|
||||
#, python-format
|
||||
msgid "Document queue: %s, already active."
|
||||
msgstr "Coadă documentului:% s, este deja activă."
|
||||
|
||||
#: views.py:253
|
||||
#, python-format
|
||||
msgid "Document queue: %s, activated successfully."
|
||||
msgstr "Coadă documentului:% s, este activată cu succes."
|
||||
|
||||
#: views.py:259
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to activate document queue: %s"
|
||||
msgstr "Sunteți sigur că doriți să activați coada documentului:% s"
|
||||
|
||||
#: views.py:276
|
||||
msgid "Are you sure you wish to clean up all the pages content?"
|
||||
msgstr "Sunteți sigur că doriți să curățaţi tot conținutul paginilor?"
|
||||
|
||||
#: views.py:277
|
||||
msgid "On large databases this operation may take some time to execute."
|
||||
msgstr "Pe baze de date mari, această operație poate dura mult timp ."
|
||||
|
||||
#: views.py:283
|
||||
msgid "Document pages content clean up complete."
|
||||
msgstr "Conținutul documentului este curat a fost curăţat complet."
|
||||
|
||||
#: views.py:285
|
||||
#, python-format
|
||||
msgid "Document pages content clean up error: %s"
|
||||
msgstr "Eroare la curăţirea conţinutului documentului % s"
|
||||
|
||||
#: views.py:311
|
||||
#, python-format
|
||||
msgid "transformations for: %s"
|
||||
msgstr "transformări pentru:% s"
|
||||
|
||||
#: views.py:341
|
||||
msgid "Queue transformation edited successfully"
|
||||
msgstr "Coadă de transformare editată cu succes"
|
||||
|
||||
#: views.py:344
|
||||
#, python-format
|
||||
msgid "Error editing queue transformation; %s"
|
||||
msgstr "Eroare editare coadă de transformare;% s"
|
||||
|
||||
#: views.py:349
|
||||
#, python-format
|
||||
msgid "Edit transformation: %s"
|
||||
msgstr "Editare transformare:% s"
|
||||
|
||||
#: views.py:372
|
||||
msgid "Queue transformation deleted successfully."
|
||||
msgstr "Transformarea Queue ștearsă cu succes."
|
||||
|
||||
#: views.py:374
|
||||
#, python-format
|
||||
msgid "Error deleting queue transformation; %(error)s"
|
||||
msgstr "Eroare ştergere coadă de transformare;%(error)s"
|
||||
|
||||
#: views.py:387
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Are you sure you wish to delete queue transformation \"%(transformation)s\""
|
||||
msgstr "Sunteți sigur că doriți să ștergeți coada de transformare \"%(transformation)s\""
|
||||
|
||||
#: views.py:410
|
||||
msgid "Queue transformation created successfully"
|
||||
msgstr "Transformarea coada creat cu succes"
|
||||
|
||||
#: views.py:413
|
||||
#, python-format
|
||||
msgid "Error creating queue transformation; %s"
|
||||
msgstr "Eroare la crearea de transformare coadă;% s"
|
||||
|
||||
#: views.py:422
|
||||
#, python-format
|
||||
msgid "Create new transformation for queue: %s"
|
||||
msgstr "Creați transformare nou pentru coadă:% s"
|
||||
|
||||
#: conf/settings.py:13
|
||||
msgid ""
|
||||
"Amount of seconds to delay OCR of documents to allow for the node's storage "
|
||||
"replication overhead."
|
||||
msgstr "Suma de secunde de întârziere OCR a documentelor pentru a permite aeriene nodului de stocare de replicare."
|
||||
|
||||
#: conf/settings.py:14
|
||||
msgid "Maximum amount of concurrent document OCRs a node can perform."
|
||||
msgstr "Suma maximă de documente concurente OCRs ce un nod poate efectua."
|
||||
|
||||
#: conf/settings.py:15
|
||||
msgid "Automatically queue newly created documents for OCR."
|
||||
msgstr "Coadă automată creată pentru OCR."
|
||||
|
||||
#: conf/settings.py:17
|
||||
msgid "File path to unpaper program."
|
||||
msgstr "Fișier calea către programul de unpaper."
|
||||
|
||||
#: conf/settings.py:18
|
||||
msgid ""
|
||||
"File path to poppler's pdftotext program used to extract text from PDF "
|
||||
"files."
|
||||
msgstr "Calea de fișier pentru programul pdftotext folosit pentru a extrage textul din fișiere PDF."
|
||||
|
||||
#: parsers/__init__.py:87 parsers/__init__.py:164
|
||||
msgid "Text extracted from PDF"
|
||||
msgstr "Textul extras din PDF"
|
||||
Reference in New Issue
Block a user