2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Add commit date information to about window

This commit is contained in:
Oliver Walters
2020-02-02 12:39:35 +11:00
parent f88f5a39f8
commit 20273f1541
7 changed files with 561 additions and 399 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-02-01 12:59+0000\n"
"POT-Creation-Date: 2020-02-02 01:39+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"
@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: InvenTree/helpers.py:186 order/models.py:159 order/models.py:210
#: InvenTree/helpers.py:186 order/models.py:161 order/models.py:212
msgid "Invalid quantity provided"
msgstr ""
@ -212,7 +212,7 @@ msgstr ""
#: build/templates/build/allocate_edit.html:19
#: build/templates/build/allocate_view.html:17
#: build/templates/build/detail.html:17
#: order/templates/order/purchase_order_detail.html:107
#: order/templates/order/purchase_order_detail.html:25
msgid "Part"
msgstr ""
@ -239,7 +239,7 @@ msgid "Order Parts"
msgstr ""
#: build/templates/build/allocate_view.html:18
#: order/templates/order/purchase_order_detail.html:108
#: order/templates/order/purchase_order_detail.html:26
#: part/templates/part/detail.html:33
msgid "Description"
msgstr ""
@ -258,8 +258,8 @@ msgid "Title"
msgstr ""
#: build/templates/build/detail.html:20
#: order/templates/order/purchase_order_detail.html:111
#: stock/templates/stock/item.html:89
#: order/templates/order/purchase_order_detail.html:29
#: stock/templates/stock/item_base.html:90
#: stock/templates/stock/stock_adjust.html:18
msgid "Quantity"
msgstr ""
@ -273,22 +273,23 @@ msgid "Stock can be taken from any available location."
msgstr ""
#: build/templates/build/detail.html:33
#: order/templates/order/purchase_order_detail.html:70
#: stock/templates/stock/item.html:146
#: order/templates/order/order_base.html:71
#: stock/templates/stock/item_base.html:147
msgid "Status"
msgstr ""
#: build/templates/build/detail.html:37 stock/templates/stock/item.html:95
#: build/templates/build/detail.html:37 stock/templates/stock/item_base.html:96
msgid "Batch"
msgstr ""
#: build/templates/build/detail.html:42 part/templates/part/detail.html:50
#: part/templates/part/part_base.html:91 stock/templates/stock/item.html:119
#: part/templates/part/part_base.html:91
#: stock/templates/stock/item_base.html:120
msgid "URL"
msgstr ""
#: build/templates/build/detail.html:46
#: order/templates/order/purchase_order_detail.html:74
#: order/templates/order/order_base.html:75
msgid "Created"
msgstr ""
@ -313,12 +314,14 @@ msgid "Build Notes"
msgstr ""
#: build/templates/build/notes.html:20 company/templates/company/notes.html:17
#: part/templates/part/notes.html:20
#: order/templates/order/order_notes.html:21 part/templates/part/notes.html:20
#: stock/templates/stock/item_notes.html:21
msgid "Save"
msgstr ""
#: build/templates/build/notes.html:33 company/templates/company/notes.html:30
#: part/templates/part/notes.html:32
#: order/templates/order/order_notes.html:32 part/templates/part/notes.html:32
#: stock/templates/stock/item_notes.html:32
msgid "Edit notes"
msgstr ""
@ -328,9 +331,8 @@ msgid "Details"
msgstr ""
#: build/templates/build/tabs.html:8 company/models.py:248
#: company/templates/company/tabs.html:26
#: order/templates/order/purchase_order_detail.html:168
#: part/templates/part/tabs.html:58 stock/templates/stock/item.html:151
#: company/templates/company/tabs.html:26 order/templates/order/tabs.html:8
#: part/templates/part/tabs.html:58 stock/templates/stock/tabs.html:8
msgid "Notes"
msgstr ""
@ -338,7 +340,7 @@ msgstr ""
msgid "Assign Parts"
msgstr ""
#: build/views.py:290 stock/views.py:863
#: build/views.py:290 stock/views.py:884
#, python-brace-format
msgid "The following serial numbers already exist: ({sn})"
msgstr ""
@ -496,134 +498,151 @@ msgstr ""
msgid "Receive parts to this location"
msgstr ""
#: order/models.py:63
#: order/models.py:65
msgid "Order reference"
msgstr ""
#: order/models.py:65
#: order/models.py:67
msgid "Order description"
msgstr ""
#: order/models.py:67
#: order/models.py:69
msgid "Link to external page"
msgstr ""
#: order/models.py:84
#: order/models.py:86
msgid "Order notes"
msgstr ""
#: order/models.py:126
#: order/models.py:128
msgid "Company"
msgstr ""
#: order/models.py:157 order/models.py:208 part/views.py:1065
#: stock/models.py:438
#: order/models.py:159 order/models.py:210 part/views.py:1065
#: stock/models.py:440
msgid "Quantity must be greater than zero"
msgstr ""
#: order/models.py:162
#: order/models.py:164
msgid "Part supplier must match PO supplier"
msgstr ""
#: order/models.py:203
#: order/models.py:205
msgid "Lines can only be received against an order marked as 'Placed'"
msgstr ""
#: order/models.py:252
#: order/models.py:254
msgid "Item quantity"
msgstr ""
#: order/models.py:254
#: order/models.py:256
msgid "Line item reference"
msgstr ""
#: order/models.py:256
#: order/models.py:258
msgid "Line item notes"
msgstr ""
#: order/models.py:282 stock/templates/stock/item.html:107
#: order/models.py:284 stock/templates/stock/item_base.html:108
msgid "Purchase Order"
msgstr ""
#: order/models.py:291
#: order/models.py:293
msgid "Supplier part"
msgstr ""
#: order/models.py:294
#: order/models.py:296
msgid "Number of items received"
msgstr ""
#: order/templates/order/purchase_order_detail.html:63
#: order/templates/order/order_base.html:64
msgid "Purchase Order Details"
msgstr ""
#: order/templates/order/purchase_order_detail.html:66
#: stock/templates/stock/item.html:125
#: order/templates/order/order_base.html:67
#: stock/templates/stock/item_base.html:126
msgid "Supplier"
msgstr ""
#: order/templates/order/purchase_order_detail.html:79
#: order/templates/order/order_base.html:80
msgid "Issued"
msgstr ""
#: order/templates/order/purchase_order_detail.html:85
#: order/templates/order/purchase_order_detail.html:113
#: order/templates/order/order_base.html:86
#: order/templates/order/purchase_order_detail.html:31
msgid "Received"
msgstr ""
#: order/templates/order/purchase_order_detail.html:106
#: order/templates/order/order_notes.html:13
#: order/templates/order/order_notes.html:29
msgid "Order Notes"
msgstr ""
#: order/templates/order/purchase_order_detail.html:15
msgid "Add Line Item"
msgstr ""
#: order/templates/order/purchase_order_detail.html:19
msgid "Order Items"
msgstr ""
#: order/templates/order/purchase_order_detail.html:24
msgid "Line"
msgstr ""
#: order/templates/order/purchase_order_detail.html:109
#: order/templates/order/purchase_order_detail.html:27
msgid "Order Code"
msgstr ""
#: order/templates/order/purchase_order_detail.html:110
#: order/templates/order/purchase_order_detail.html:28
msgid "Reference"
msgstr ""
#: order/templates/order/purchase_order_detail.html:115
#: order/templates/order/purchase_order_detail.html:33
msgid "Note"
msgstr ""
#: order/views.py:141
#: order/templates/order/tabs.html:5
msgid "Items"
msgstr ""
#: order/views.py:164
msgid "Confirm order cancellation"
msgstr ""
#: order/views.py:174
#: order/views.py:197
msgid "Confirm order placement"
msgstr ""
#: order/views.py:328
#: order/views.py:351
msgid "Items received"
msgstr ""
#: order/views.py:342
#: order/views.py:365
msgid "No destination set"
msgstr ""
#: order/views.py:373
#: order/views.py:396
msgid "Error converting quantity to number"
msgstr ""
#: order/views.py:379
#: order/views.py:402
msgid "Receive quantity less than zero"
msgstr ""
#: order/views.py:385
#: order/views.py:408
msgid "No lines specified"
msgstr ""
#: order/views.py:744
#: order/views.py:767
msgid "Invalid Purchase Order"
msgstr ""
#: order/views.py:752
#: order/views.py:775
msgid "Supplier must match for Part and Order"
msgstr ""
#: order/views.py:757
#: order/views.py:780
msgid "Invalid SupplierPart selection"
msgstr ""
@ -1057,7 +1076,7 @@ msgstr ""
msgid "BOM"
msgstr ""
#: part/templates/part/tabs.html:28 stock/templates/stock/item.html:101
#: part/templates/part/tabs.html:28 stock/templates/stock/item_base.html:102
msgid "Build"
msgstr ""
@ -1069,7 +1088,7 @@ msgstr ""
msgid "Suppliers"
msgstr ""
#: part/templates/part/tabs.html:48
#: part/templates/part/tabs.html:48 stock/templates/stock/tabs.html:5
msgid "Tracking"
msgstr ""
@ -1130,175 +1149,176 @@ msgstr ""
msgid "Set the destination as the default location for selected parts"
msgstr ""
#: stock/models.py:202
#: stock/models.py:204
#, python-brace-format
msgid ""
"A stock item with this serial number already exists for template part {part}"
msgstr ""
#: stock/models.py:207
#: stock/models.py:209
msgid "A stock item with this serial number already exists"
msgstr ""
#: stock/models.py:226
#: stock/models.py:228
#, python-brace-format
msgid "Part type ('{pf}') must be {pe}"
msgstr ""
#: stock/models.py:236 stock/models.py:245
#: stock/models.py:238 stock/models.py:247
msgid "Quantity must be 1 for item with a serial number"
msgstr ""
#: stock/models.py:237
#: stock/models.py:239
msgid "Serial number cannot be set if quantity greater than 1"
msgstr ""
#: stock/models.py:253
#: stock/models.py:255
msgid "Stock item cannot be created for a template Part"
msgstr ""
#: stock/models.py:262
#: stock/models.py:264
msgid "Item cannot belong to itself"
msgstr ""
#: stock/models.py:298
#: stock/models.py:300
msgid "Base part"
msgstr ""
#: stock/models.py:305
#: stock/models.py:307
msgid "Select a matching supplier part for this stock item"
msgstr ""
#: stock/models.py:309
#: stock/models.py:311
msgid "Where is this stock item located?"
msgstr ""
#: stock/models.py:313
#: stock/models.py:315
msgid "Is this item installed in another item?"
msgstr ""
#: stock/models.py:317
#: stock/models.py:319
msgid "Item assigned to customer?"
msgstr ""
#: stock/models.py:320
#: stock/models.py:322
msgid "Serial number for this item"
msgstr ""
#: stock/models.py:325
#: stock/models.py:327
msgid "Batch code for this stock item"
msgstr ""
#: stock/models.py:334
#: stock/models.py:336
msgid "Build for this stock item"
msgstr ""
#: stock/models.py:343
#: stock/models.py:345
msgid "Purchase order for this stock item"
msgstr ""
#: stock/models.py:354
#: stock/models.py:356
msgid "Delete this Stock Item when stock is depleted"
msgstr ""
#: stock/models.py:361
#: stock/models.py:363 stock/templates/stock/item_notes.html:13
#: stock/templates/stock/item_notes.html:29
msgid "Stock Item Notes"
msgstr ""
#: stock/models.py:435
#: stock/models.py:437
msgid "Quantity must be integer"
msgstr ""
#: stock/models.py:441
#: stock/models.py:443
#, python-brace-format
msgid "Quantity must not exceed available stock quantity ({n})"
msgstr ""
#: stock/models.py:444 stock/models.py:447
#: stock/models.py:446 stock/models.py:449
msgid "Serial numbers must be a list of integers"
msgstr ""
#: stock/models.py:450
#: stock/models.py:452
msgid "Quantity does not match serial numbers"
msgstr ""
#: stock/models.py:460
#: stock/models.py:462
msgid "Serial numbers already exist: "
msgstr ""
#: stock/models.py:481
#: stock/models.py:483
msgid "Add serial number"
msgstr ""
#: stock/models.py:484
#: stock/models.py:486
#, python-brace-format
msgid "Serialized {n} items"
msgstr ""
#: stock/models.py:750
#: stock/models.py:752
msgid "Tracking entry title"
msgstr ""
#: stock/models.py:752
#: stock/models.py:754
msgid "Entry notes"
msgstr ""
#: stock/models.py:754
#: stock/models.py:756
msgid "Link to external page for further information"
msgstr ""
#: stock/templates/stock/item.html:9
#: stock/templates/stock/item.html:12
msgid "Stock Tracking Information"
msgstr ""
#: stock/templates/stock/item_base.html:10
msgid "Stock Item Details"
msgstr ""
#: stock/templates/stock/item.html:52
#: stock/templates/stock/item_base.html:53
msgid ""
"This stock item is serialized - it has a unique serial number and the "
"quantity cannot be adjusted."
msgstr ""
#: stock/templates/stock/item.html:56
#: stock/templates/stock/item_base.html:57
msgid ""
"This stock item will be automatically deleted when all stock is depleted."
msgstr ""
#: stock/templates/stock/item.html:73
#: stock/templates/stock/item_base.html:74
msgid "Belongs To"
msgstr ""
#: stock/templates/stock/item.html:78
#: stock/templates/stock/item_base.html:79
#: stock/templates/stock/stock_adjust.html:17
msgid "Location"
msgstr ""
#: stock/templates/stock/item.html:84
#: stock/templates/stock/item_base.html:85
msgid "Serial Number"
msgstr ""
#: stock/templates/stock/item.html:113
#: stock/templates/stock/item_base.html:114
msgid "Customer"
msgstr ""
#: stock/templates/stock/item.html:129
#: stock/templates/stock/item_base.html:130
msgid "Supplier Part"
msgstr ""
#: stock/templates/stock/item.html:134
#: stock/templates/stock/item_base.html:135
msgid "Last Updated"
msgstr ""
#: stock/templates/stock/item.html:138
#: stock/templates/stock/item_base.html:139
msgid "Last Stocktake"
msgstr ""
#: stock/templates/stock/item.html:142
#: stock/templates/stock/item_base.html:143
msgid "No stocktake performed"
msgstr ""
#: stock/templates/stock/item.html:160
msgid "Stock Tracking Information"
msgstr ""
#: stock/templates/stock/location.html:37
msgid "Location Details"
msgstr ""
@ -1332,140 +1352,164 @@ msgstr ""
msgid "Stock Item"
msgstr ""
#: stock/views.py:96
#: stock/views.py:117
msgid "Edit Stock Location"
msgstr ""
#: stock/views.py:120
#: stock/views.py:141
msgid "Stock Location QR code"
msgstr ""
#: stock/views.py:135
#: stock/views.py:156
msgid "Stock Export Options"
msgstr ""
#: stock/views.py:243
#: stock/views.py:264
msgid "Stock Item QR Code"
msgstr ""
#: stock/views.py:266
#: stock/views.py:287
msgid "Adjust Stock"
msgstr ""
#: stock/views.py:375
#: stock/views.py:396
msgid "Move Stock Items"
msgstr ""
#: stock/views.py:376
#: stock/views.py:397
msgid "Count Stock Items"
msgstr ""
#: stock/views.py:377
#: stock/views.py:398
msgid "Remove From Stock"
msgstr ""
#: stock/views.py:378
#: stock/views.py:399
msgid "Add Stock Items"
msgstr ""
#: stock/views.py:379
#: stock/views.py:400
msgid "Delete Stock Items"
msgstr ""
#: stock/views.py:407
#: stock/views.py:428
msgid "Must enter integer value"
msgstr ""
#: stock/views.py:412
#: stock/views.py:433
msgid "Quantity must be positive"
msgstr ""
#: stock/views.py:419
#: stock/views.py:440
#, python-brace-format
msgid "Quantity must not exceed {x}"
msgstr ""
#: stock/views.py:427
#: stock/views.py:448
msgid "Confirm stock adjustment"
msgstr ""
#: stock/views.py:498
#: stock/views.py:519
#, python-brace-format
msgid "Added stock to {n} items"
msgstr ""
#: stock/views.py:513
#: stock/views.py:534
#, python-brace-format
msgid "Removed stock from {n} items"
msgstr ""
#: stock/views.py:526
#: stock/views.py:547
#, python-brace-format
msgid "Counted stock for {n} items"
msgstr ""
#: stock/views.py:554
#: stock/views.py:575
msgid "No items were moved"
msgstr ""
#: stock/views.py:557
#: stock/views.py:578
#, python-brace-format
msgid "Moved {n} items to {dest}"
msgstr ""
#: stock/views.py:576
#: stock/views.py:597
#, python-brace-format
msgid "Deleted {n} stock items"
msgstr ""
#: stock/views.py:588
#: stock/views.py:609
msgid "Edit Stock Item"
msgstr ""
#: stock/views.py:624
#: stock/views.py:645
msgid "Create new Stock Location"
msgstr ""
#: stock/views.py:645
#: stock/views.py:666
msgid "Serialize Stock"
msgstr ""
#: stock/views.py:725
#: stock/views.py:746
msgid "Create new Stock Item"
msgstr ""
#: stock/views.py:789
#: stock/views.py:810
msgid "Copy Stock Item"
msgstr ""
#: stock/views.py:839
#: stock/views.py:860
msgid "Invalid quantity"
msgstr ""
#: stock/views.py:842
#: stock/views.py:863
msgid "Invalid part selection"
msgstr ""
#: stock/views.py:904
#: stock/views.py:925
msgid "Created new stock item"
msgstr ""
#: stock/views.py:921
#: stock/views.py:942
msgid "Delete Stock Location"
msgstr ""
#: stock/views.py:934
#: stock/views.py:955
msgid "Delete Stock Item"
msgstr ""
#: stock/views.py:945
#: stock/views.py:966
msgid "Delete Stock Tracking Entry"
msgstr ""
#: stock/views.py:962
#: stock/views.py:983
msgid "Edit Stock Tracking Entry"
msgstr ""
#: stock/views.py:971
#: stock/views.py:992
msgid "Add Stock Tracking Entry"
msgstr ""
#: templates/about.html:18
msgid "InvenTree Version Information"
msgstr ""
#: templates/about.html:21
msgid "Version"
msgstr ""
#: templates/about.html:24
msgid "Commit Hash"
msgstr ""
#: templates/about.html:27
msgid "Commit Date"
msgstr ""
#: templates/about.html:33
msgid "InvenTree Documentation"
msgstr ""
#: templates/about.html:37
msgid "View Code on GitHub"
msgstr ""