2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-19 01:45:55 +00:00

New Crowdin updates (#4624)

* updated translation base

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Oliver
2023-04-18 09:40:59 +10:00
committed by GitHub
parent 3e53b60cac
commit ae05c68417
28 changed files with 6305 additions and 6254 deletions

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: inventree\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-14 22:35+0000\n"
"PO-Revision-Date: 2023-04-15 18:23\n"
"POT-Creation-Date: 2023-04-17 14:13+0000\n"
"PO-Revision-Date: 2023-04-17 18:26\n"
"Last-Translator: \n"
"Language-Team: Persian\n"
"Language: fa_IR\n"
@@ -41,7 +41,7 @@ msgstr "تاریخ را وارد کنید"
#: order/templates/order/so_sidebar.html:17 part/admin.py:41
#: part/models.py:2989 part/templates/part/part_sidebar.html:63
#: report/templates/report/inventree_build_order_base.html:172
#: stock/admin.py:121 stock/models.py:2126 stock/models.py:2234
#: stock/admin.py:121 stock/models.py:2127 stock/models.py:2235
#: stock/serializers.py:317 stock/serializers.py:450 stock/serializers.py:531
#: stock/serializers.py:810 stock/serializers.py:909 stock/serializers.py:1041
#: stock/templates/stock/stock_sidebar.html:25
@@ -209,7 +209,7 @@ msgstr ""
msgid "Missing external link"
msgstr ""
#: InvenTree/models.py:409 stock/models.py:2228
#: InvenTree/models.py:409 stock/models.py:2229
#: templates/js/translated/attachment.js:109
#: templates/js/translated/attachment.js:296
msgid "Attachment"
@@ -1833,23 +1833,24 @@ msgstr ""
msgid "Completed Outputs"
msgstr ""
#: common/files.py:62
msgid "Unsupported file format: {ext.upper()}"
#: common/files.py:63
#, python-brace-format
msgid "Unsupported file format: {fmt}"
msgstr ""
#: common/files.py:64
#: common/files.py:65
msgid "Error reading file (invalid encoding)"
msgstr ""
#: common/files.py:69
#: common/files.py:70
msgid "Error reading file (invalid format)"
msgstr ""
#: common/files.py:71
#: common/files.py:72
msgid "Error reading file (incorrect dimension)"
msgstr ""
#: common/files.py:73
#: common/files.py:74
msgid "Error reading file (data could be corrupted)"
msgstr ""
@@ -3481,7 +3482,7 @@ msgstr ""
#: company/models.py:394
#: report/templates/report/inventree_test_report_base.html:104
#: stock/models.py:2221 templates/js/translated/company.js:857
#: stock/models.py:2222 templates/js/translated/company.js:857
#: templates/js/translated/company.js:1062 templates/js/translated/part.js:1268
#: templates/js/translated/stock.js:1425
msgid "Value"
@@ -3902,8 +3903,8 @@ msgstr ""
#: company/templates/company/manufacturer_part.html:183
#: part/templates/part/detail.html:393 part/templates/part/detail.html:423
#: templates/js/translated/forms.js:499 templates/js/translated/helpers.js:58
#: templates/js/translated/part.js:313 templates/js/translated/stock.js:186
#: users/models.py:243
#: templates/js/translated/part.js:313 templates/js/translated/pricing.js:611
#: templates/js/translated/stock.js:186 users/models.py:243
msgid "Delete"
msgstr ""
@@ -6191,8 +6192,7 @@ msgid "You do not have permission to edit the BOM."
msgstr ""
#: part/templates/part/bom.html:15
#, python-format
msgid "The BOM for <em>%(part)s</em> has changed, and must be validated.<br>"
msgid "The BOM this part has been changed, and must be validated"
msgstr ""
#: part/templates/part/bom.html:17
@@ -6852,8 +6852,7 @@ msgid "Create new part variant"
msgstr ""
#: part/templates/part/variant_part.html:10
#, python-format
msgid "Create a new variant of template <em>'%(full_name)s'</em>."
msgid "Create a new variant part from this template"
msgstr ""
#: part/templatetags/inventree_extras.py:187
@@ -7038,18 +7037,19 @@ msgstr ""
msgid "No date found"
msgstr ""
#: plugin/registry.py:450
msgid "Plugin `{plg_name}` is not compatible with the current InvenTree version {version.inventreeVersion()}!"
msgstr ""
#: plugin/registry.py:452
#, python-brace-format
msgid "Plugin requires at least version {plg_i.MIN_VERSION}"
msgid "Plugin '{p}' is not compatible with the current InvenTree version {v}"
msgstr ""
#: plugin/registry.py:454
#, python-brace-format
msgid "Plugin requires at most version {plg_i.MAX_VERSION}"
msgid "Plugin requires at least version {v}"
msgstr ""
#: plugin/registry.py:456
#, python-brace-format
msgid "Plugin requires at most version {v}"
msgstr ""
#: plugin/samples/integration/sample.py:39
@@ -7276,12 +7276,12 @@ msgid "Test Results"
msgstr ""
#: report/templates/report/inventree_test_report_base.html:102
#: stock/models.py:2209 templates/js/translated/stock.js:1398
#: stock/models.py:2210 templates/js/translated/stock.js:1398
msgid "Test"
msgstr ""
#: report/templates/report/inventree_test_report_base.html:103
#: stock/models.py:2215
#: stock/models.py:2216
msgid "Result"
msgstr ""
@@ -7568,84 +7568,83 @@ msgstr ""
msgid "Quantity does not match serial numbers"
msgstr ""
#: stock/models.py:1386
#, python-brace-format
msgid "Serial numbers already exist: {exists}"
#: stock/models.py:1386 stock/serializers.py:349
msgid "Serial numbers already exist"
msgstr ""
#: stock/models.py:1456
#: stock/models.py:1457
msgid "Stock item has been assigned to a sales order"
msgstr ""
#: stock/models.py:1459
#: stock/models.py:1460
msgid "Stock item is installed in another item"
msgstr ""
#: stock/models.py:1462
#: stock/models.py:1463
msgid "Stock item contains other items"
msgstr ""
#: stock/models.py:1465
#: stock/models.py:1466
msgid "Stock item has been assigned to a customer"
msgstr ""
#: stock/models.py:1468
#: stock/models.py:1469
msgid "Stock item is currently in production"
msgstr ""
#: stock/models.py:1471
#: stock/models.py:1472
msgid "Serialized stock cannot be merged"
msgstr ""
#: stock/models.py:1478 stock/serializers.py:946
#: stock/models.py:1479 stock/serializers.py:946
msgid "Duplicate stock items"
msgstr ""
#: stock/models.py:1482
#: stock/models.py:1483
msgid "Stock items must refer to the same part"
msgstr ""
#: stock/models.py:1486
#: stock/models.py:1487
msgid "Stock items must refer to the same supplier part"
msgstr ""
#: stock/models.py:1490
#: stock/models.py:1491
msgid "Stock status codes must match"
msgstr ""
#: stock/models.py:1659
#: stock/models.py:1660
msgid "StockItem cannot be moved as it is not in stock"
msgstr ""
#: stock/models.py:2127
#: stock/models.py:2128
msgid "Entry notes"
msgstr ""
#: stock/models.py:2185
#: stock/models.py:2186
msgid "Value must be provided for this test"
msgstr ""
#: stock/models.py:2191
#: stock/models.py:2192
msgid "Attachment must be uploaded for this test"
msgstr ""
#: stock/models.py:2210
#: stock/models.py:2211
msgid "Test name"
msgstr ""
#: stock/models.py:2216
#: stock/models.py:2217
msgid "Test result"
msgstr ""
#: stock/models.py:2222
#: stock/models.py:2223
msgid "Test output value"
msgstr ""
#: stock/models.py:2229
#: stock/models.py:2230
msgid "Test result attachment"
msgstr ""
#: stock/models.py:2235
#: stock/models.py:2236
msgid "Test notes"
msgstr ""
@@ -7682,10 +7681,6 @@ msgstr ""
msgid "Serial numbers cannot be assigned to this part"
msgstr ""
#: stock/serializers.py:349
msgid "Serial numbers already exist"
msgstr ""
#: stock/serializers.py:389
msgid "Select stock item to install"
msgstr ""
@@ -8694,8 +8689,8 @@ msgid "Change Password"
msgstr ""
#: templates/InvenTree/settings/user.html:23
#: templates/js/translated/helpers.js:53 templates/notes_buttons.html:3
#: templates/notes_buttons.html:4
#: templates/js/translated/helpers.js:53 templates/js/translated/pricing.js:610
#: templates/notes_buttons.html:3 templates/notes_buttons.html:4
msgid "Edit"
msgstr ""
@@ -10719,16 +10714,6 @@ msgstr ""
msgid "No price break data available"
msgstr ""
#: templates/js/translated/pricing.js:610
#, python-brace-format
msgid "Edit ${human_name}"
msgstr ""
#: templates/js/translated/pricing.js:611
#, python-brace-format
msgid "Delete ${human_name}"
msgstr ""
#: templates/js/translated/pricing.js:737
msgid "No purchase history data available"
msgstr ""