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', 'de', {
|
|||
label: 'Platzhalter',
|
||||
'section.global': 'Global',
|
||||
'section.part': 'Bauteil',
|
||||
'section.part_lot': 'Bauteilbestand',
|
||||
'part.id': 'Datenbank ID',
|
||||
'part.name': 'Bauteilename',
|
||||
'part.category': 'Kategorie',
|
||||
|
@ -47,4 +48,11 @@ CKEDITOR.plugins.setLang( 'partdb_label', 'de', {
|
|||
'global.time': 'Uhrzeit',
|
||||
'global.install_name': 'Installationsname',
|
||||
'global.type': 'Zieltyp',
|
||||
'lot.id': 'Lot ID',
|
||||
'lot.name': 'Lot Name',
|
||||
'lot.comment': 'Lot Kommentar',
|
||||
'lot.expiration_date': 'Ablaufdatum',
|
||||
'lot.amount': 'Bestandsmenge',
|
||||
'lot.location': 'Lagerort',
|
||||
'lot.location_full': 'Lagerort (Ganzer Pfad)',
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue