mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
18 lines
840 B
PHP
18 lines
840 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_components_title' => 'Par komponentiem',
|
|
'about_components_text' => 'Komponenti ir priekšmeti, kas ir aktīva sastāvdaļa, piemēram, cietais disks, RAM un citi.',
|
|
'component_name' => 'Sastāvdaļas nosaukums',
|
|
'checkin' => 'Reģistrēšanās sastāvdaļa',
|
|
'checkout' => 'Checkout komponentu',
|
|
'cost' => 'Iegādes izmaksas',
|
|
'create' => 'Izveidot komponentu',
|
|
'edit' => 'Rediģēt komponentu',
|
|
'date' => 'Pirkuma datums',
|
|
'order' => 'Pasūtījuma numurs',
|
|
'remaining' => 'Atlikušais',
|
|
'total' => 'Kopā',
|
|
'update' => 'Atjaunināt komponents',
|
|
);
|