mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-28 04:30:08 +02:00
Added placeholders for Part lots.
This commit is contained in:
parent
a4e1a17b4a
commit
16c1f84eb3
7 changed files with 226 additions and 4 deletions
|
@ -22,6 +22,7 @@ CKEDITOR.plugins.setLang( 'partdb_label', 'en', {
|
|||
label: 'Placeholders',
|
||||
'section.global': 'Globals',
|
||||
'section.part': 'Part',
|
||||
'section.part_lot': 'Part lot',
|
||||
'part.id': 'Database ID',
|
||||
'part.name': 'Part name',
|
||||
'part.category': 'Category',
|
||||
|
@ -47,4 +48,11 @@ CKEDITOR.plugins.setLang( 'partdb_label', 'en', {
|
|||
'global.time': 'Current time',
|
||||
'global.install_name': 'Instance name',
|
||||
'global.type': 'Target type',
|
||||
'lot.id': 'Lot ID',
|
||||
'lot.name': 'Lot name',
|
||||
'lot.comment': 'Lot comment',
|
||||
'lot.expiration_date': 'Expiration date',
|
||||
'lot.amount': 'Lot amount',
|
||||
'lot.location': 'Storage location',
|
||||
'lot.location_full': 'Storage location (Full path)',
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue