snipe-it/resources/lang/en-ID/admin/models/general.php
Laravel Shift 934afa036f Adopt Laravel coding style
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
2021-06-10 20:15:52 +00:00

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">Klik di sini untuk memulihkannya</a>.',
'bulk_delete' => 'Bulk hapus model aset',
'bulk_delete_help' => 'Gunakan kotak centang 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 aset model_count.',
'restore' => 'Kembalikan model',
'requestable' => 'Pengguna dapat meminta model ini',
'show_mac_address' => 'Tampilkan bidang alamat MAC dalam aset model ini',
'view_deleted' => 'View dihapus',
'view_models' => 'Lihat model',
'fieldset' => 'Fieldset',
'no_custom_field' => 'Tidak ada bidang khusus',
'add_default_values' => 'Tambah nilai default',
];