mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 06:59:41 -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
19 lines
1.2 KiB
PHP
19 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_models_title' => 'Tentang Model Aset',
|
|
'about_models_text' => 'Model Aset adalah cara untuk mengelompokkan aset identik. "MBP 2013", "IPhone 6s", dll.',
|
|
'deleted' => 'Model ini telah dihapus. <a href="/hardware/models/:model_id/restore">Click di sini untuk memulihkan</a>.',
|
|
'bulk_delete' => 'Menghapus massal aset model',
|
|
'bulk_delete_help' => 'Centang kotak di bawah untuk mengkonfirmasi penghapusan model aset yang dipilih. Model aset yang memiliki aset yang terkait dengannya tidak dapat dihapus sampai aset dikaitkan dengan model yang berbeda.',
|
|
'bulk_delete_warn' => 'Anda akan menghapus :model_count asset models.',
|
|
'restore' => 'Mengembalikan Model',
|
|
'requestable' => 'Pengguna dapat meminta model ini',
|
|
'show_mac_address' => 'Tampilkan alamat MAC di aset untuk model ini',
|
|
'view_deleted' => 'Lihat yang Dihapus',
|
|
'view_models' => 'Lihat Model',
|
|
'fieldset' => 'Fieldset',
|
|
'no_custom_field' => 'Field yang tidak bisa di rubah',
|
|
'add_default_values' => 'Tambah Nilai Default',
|
|
];
|