mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
23 lines
946 B
PHP
23 lines
946 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset' => 'Aset',
|
|
'checkin' => 'Mendaftar',
|
|
'create' => 'Buat Lisensi',
|
|
'expiration' => 'Tanggal kadaluarsa',
|
|
'license_key' => 'Kunci produk',
|
|
'maintained' => 'Terawat',
|
|
'name' => 'Nama software',
|
|
'no_depreciation' => 'Jangan Depresiasi',
|
|
'purchase_order' => 'Nomor pesanan pembelian',
|
|
'reassignable' => 'Bisa dialihkan',
|
|
'remaining_seats' => 'Jumlah Sisa',
|
|
'seats' => 'Seats',
|
|
'termination_date' => 'Tanggal terminasi',
|
|
'to_email' => 'Berlisensi untuk Email',
|
|
'to_name' => 'Berlisensi untuk nama',
|
|
'update' => 'Perbarui Lisensi',
|
|
'checkout_help' => 'Anda harus memeriksa lisensi ke aset perangkat keras atau seseorang. Anda dapat memilih keduanya, namun pemilik aset harus sama dengan orang yang Anda periksa dari aset tersebut.',
|
|
];
|