mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 15:09:40 -08:00
19 lines
503 B
PHP
Executable file
19 lines
503 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
'assets_rtd' => 'Turto MTTP',
|
|
'assets_checkedout' => 'Įranga priskirta',
|
|
'id' => 'ID',
|
|
'city' => 'Miestas',
|
|
'state' => 'Rajonas',
|
|
'country' => 'Šalis',
|
|
'create' => 'Sukurti vietovę',
|
|
'update' => 'Atnaujinti vietovę',
|
|
'name' => 'Vietovės pavadinimas',
|
|
'address' => 'Adresas',
|
|
'zip' => 'Pašto kodas',
|
|
'locations' => 'Vietovės',
|
|
'parent' => 'Pagrindinė',
|
|
'currency' => 'Vietos valiuta',
|
|
);
|