2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Update translations

This commit is contained in:
Oliver Walters
2020-10-25 21:54:53 +11:00
parent 9284837da8
commit 549f50ac3f
4 changed files with 177 additions and 151 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-24 21:17+0000\n"
"POT-Creation-Date: 2020-10-25 10:54+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -46,34 +46,34 @@ msgstr ""
msgid "Apply Theme"
msgstr ""
#: InvenTree/helpers.py:348 order/models.py:187 order/models.py:261
#: InvenTree/helpers.py:361 order/models.py:187 order/models.py:261
msgid "Invalid quantity provided"
msgstr ""
#: InvenTree/helpers.py:351
#: InvenTree/helpers.py:364
msgid "Empty serial number string"
msgstr ""
#: InvenTree/helpers.py:372
#: InvenTree/helpers.py:385
#, python-brace-format
msgid "Duplicate serial: {n}"
msgstr ""
#: InvenTree/helpers.py:376 InvenTree/helpers.py:379 InvenTree/helpers.py:382
#: InvenTree/helpers.py:389 InvenTree/helpers.py:392 InvenTree/helpers.py:395
#, python-brace-format
msgid "Invalid group: {g}"
msgstr ""
#: InvenTree/helpers.py:387
#: InvenTree/helpers.py:400
#, python-brace-format
msgid "Duplicate serial: {g}"
msgstr ""
#: InvenTree/helpers.py:395
#: InvenTree/helpers.py:408
msgid "No serial numbers found"
msgstr ""
#: InvenTree/helpers.py:399
#: InvenTree/helpers.py:412
#, python-brace-format
msgid "Number of unique serial number ({s}) must match quantity ({q})"
msgstr ""
@ -278,7 +278,7 @@ msgstr ""
#: build/models.py:55 build/templates/build/index.html:6
#: build/templates/build/index.html:14 order/templates/order/so_builds.html:11
#: order/templates/order/so_tabs.html:9 part/templates/part/tabs.html:31
#: templates/InvenTree/settings/tabs.html:27 users/models.py:30
#: templates/InvenTree/settings/tabs.html:28 users/models.py:30
msgid "Build Orders"
msgstr ""
@ -838,119 +838,123 @@ msgstr ""
msgid "Updated Build Item"
msgstr ""
#: common/models.py:49
#: common/models.py:51
msgid "InvenTree Instance Name"
msgstr ""
#: common/models.py:51
#: common/models.py:53
msgid "String descriptor for the server instance"
msgstr ""
#: common/models.py:55 company/models.py:89 company/models.py:90
#: common/models.py:57 company/models.py:89 company/models.py:90
msgid "Company name"
msgstr ""
#: common/models.py:56
#: common/models.py:58
msgid "Internal company name"
msgstr ""
#: common/models.py:61
#: common/models.py:63
msgid "IPN Regex"
msgstr ""
#: common/models.py:62
#: common/models.py:64
msgid "Regular expression pattern for matching Part IPN"
msgstr ""
#: common/models.py:66
#: common/models.py:68
msgid "Copy Part BOM Data"
msgstr ""
#: common/models.py:67
#: common/models.py:69
msgid "Copy BOM data by default when duplicating a part"
msgstr ""
#: common/models.py:72
#: common/models.py:75
msgid "Copy Part Parameter Data"
msgstr ""
#: common/models.py:73
#: common/models.py:76
msgid "Copy parameter data by default when duplicating a part"
msgstr ""
#: common/models.py:78
#: common/models.py:82
msgid "Copy Part Test Data"
msgstr ""
#: common/models.py:79
#: common/models.py:83
msgid "Copy test data by default when duplicating a part"
msgstr ""
#: common/models.py:84
#: common/models.py:89
msgid "Build Order Reference Prefix"
msgstr ""
#: common/models.py:85
#: common/models.py:90
msgid "Prefix value for build order reference"
msgstr ""
#: common/models.py:90
#: common/models.py:95
msgid "Build Order Reference Regex"
msgstr ""
#: common/models.py:91
#: common/models.py:96
msgid "Regular expression pattern for matching build order reference"
msgstr ""
#: common/models.py:95
#: common/models.py:100
msgid "Sales Order Reference Prefix"
msgstr ""
#: common/models.py:96
#: common/models.py:101
msgid "Prefix value for sales order reference"
msgstr ""
#: common/models.py:100
#: common/models.py:105
msgid "Purchase Order Reference Prefix"
msgstr ""
#: common/models.py:101
#: common/models.py:106
msgid "Prefix value for purchase order reference"
msgstr ""
#: common/models.py:238
#: common/models.py:272
msgid "Settings key (must be unique - case insensitive"
msgstr ""
#: common/models.py:240
#: common/models.py:274
msgid "Settings value"
msgstr ""
#: common/models.py:253
#: common/models.py:326
msgid "Value must be a boolean value"
msgstr ""
#: common/models.py:340
msgid "Key string must be unique"
msgstr ""
#: common/models.py:274
#: common/models.py:379
msgid "Currency Symbol e.g. $"
msgstr ""
#: common/models.py:276
#: common/models.py:381
msgid "Currency Suffix e.g. AUD"
msgstr ""
#: common/models.py:278
#: common/models.py:383
msgid "Currency Description"
msgstr ""
#: common/models.py:280
#: common/models.py:385
msgid "Currency Value"
msgstr ""
#: common/models.py:282
#: common/models.py:387
msgid "Use this currency as the base currency"
msgstr ""
#: common/models.py:365
#: common/models.py:470
msgid "Default"
msgstr ""
@ -958,19 +962,19 @@ msgstr ""
msgid "Current value"
msgstr ""
#: common/views.py:21
#: common/views.py:23
msgid "Create new Currency"
msgstr ""
#: common/views.py:29
#: common/views.py:31
msgid "Edit Currency"
msgstr ""
#: common/views.py:36
#: common/views.py:38
msgid "Delete Currency"
msgstr ""
#: common/views.py:47
#: common/views.py:49
msgid "Change Setting"
msgstr ""
@ -1213,7 +1217,7 @@ msgstr ""
#: order/templates/order/purchase_orders.html:7
#: order/templates/order/purchase_orders.html:12
#: part/templates/part/orders.html:9 part/templates/part/tabs.html:48
#: templates/InvenTree/settings/tabs.html:30 templates/navbar.html:33
#: templates/InvenTree/settings/tabs.html:31 templates/navbar.html:33
#: users/models.py:31
msgid "Purchase Orders"
msgstr ""
@ -1233,7 +1237,7 @@ msgstr ""
#: order/templates/order/sales_orders.html:7
#: order/templates/order/sales_orders.html:12
#: part/templates/part/sales_orders.html:9 part/templates/part/tabs.html:56
#: templates/InvenTree/settings/tabs.html:33 templates/navbar.html:42
#: templates/InvenTree/settings/tabs.html:34 templates/navbar.html:42
#: users/models.py:32
msgid "Sales Orders"
msgstr ""
@ -1337,7 +1341,7 @@ msgstr ""
#: company/templates/company/supplier_part_tabs.html:8
#: company/templates/company/tabs.html:12 part/templates/part/tabs.html:18
#: stock/templates/stock/location.html:17 templates/InvenTree/search.html:155
#: templates/InvenTree/settings/tabs.html:24 templates/js/part.html:124
#: templates/InvenTree/settings/tabs.html:25 templates/js/part.html:124
#: templates/js/part.html:372 templates/js/stock.html:453
#: templates/navbar.html:22 users/models.py:29
msgid "Stock"
@ -1351,7 +1355,7 @@ msgstr ""
#: order/templates/order/receive_parts.html:14 part/models.py:294
#: part/templates/part/cat_link.html:7 part/templates/part/category.html:94
#: part/templates/part/category_tabs.html:6
#: templates/InvenTree/settings/tabs.html:21 templates/navbar.html:19
#: templates/InvenTree/settings/tabs.html:22 templates/navbar.html:19
#: templates/stats.html:8 templates/stats.html:17 users/models.py:28
msgid "Parts"
msgstr ""
@ -4054,7 +4058,11 @@ msgstr ""
msgid "Purchase Order Settings"
msgstr ""
#: templates/InvenTree/settings/setting.html:10
#: templates/InvenTree/settings/setting.html:16
msgid "No value set"
msgstr ""
#: templates/InvenTree/settings/setting.html:24
msgid "Edit setting"
msgstr ""
@ -4084,15 +4092,15 @@ msgstr ""
msgid "Theme"
msgstr ""
#: templates/InvenTree/settings/tabs.html:12
#: templates/InvenTree/settings/tabs.html:13
msgid "InvenTree Settings"
msgstr ""
#: templates/InvenTree/settings/tabs.html:15
#: templates/InvenTree/settings/tabs.html:16
msgid "Global"
msgstr ""
#: templates/InvenTree/settings/tabs.html:18
#: templates/InvenTree/settings/tabs.html:19
msgid "Currency"
msgstr ""