mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-08 04:17:32 -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' => 'Mengenai Model Asset',
|
|
'about_models_text' => 'Model Aset adalah cara untuk mengumpulkan aset yang sama. "MBP 2013", "IPhone 6s", dan sebagainya.',
|
|
'deleted' => 'Model ini telah dipadamkan. <a href="/hardware/models/:model_id/restore">Klik di sini untuk memulihkannya</a>.',
|
|
'bulk_delete' => 'Padam Secara Pukal Model Aset',
|
|
'bulk_delete_help' => 'Gunakan kotak semakan di bawah untuk mengesahkan penghapusan model aset terpilih. Model aset yang mempunyai aset yang berkaitan dengannya tidak boleh dihapuskan sehingga aset dikaitkan dengan model yang berbeza.',
|
|
'bulk_delete_warn' => 'Anda akan hapus :model_count model aset.',
|
|
'restore' => 'Pulihkan Model',
|
|
'requestable' => 'Pengguna boleh meminta model ini',
|
|
'show_mac_address' => 'Tunjukkan medan alamat MAC dalam aset dalam model ini',
|
|
'view_deleted' => 'Paparan Dihapus',
|
|
'view_models' => 'Lihat Model',
|
|
'fieldset' => 'Fieldset',
|
|
'no_custom_field' => 'Tiada bidang tersuai',
|
|
'add_default_values' => 'Add default values',
|
|
];
|