snipe-it/resources/lang/fil/admin/hardware/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

23 lines
1.3 KiB
PHP

<?php
return [
'about_assets_title' => 'Ang Tungkol sa mga Asset',
'about_assets_text' => 'Ang mga asset ay mga aytem na sinubaybayan ng serial number o tag ng asset. May mga posiilidad na ito ay mataas na balyu ng mga aytem kung saan tinitingna ang partikular na mga aytem.',
'archived' => 'Ang Archive',
'asset' => 'Ang Asset',
'bulk_checkout' => 'Checkout Assets',
'checkin' => 'I-checkin ang Asset',
'checkout' => 'I-checkout ang Asset',
'clone' => 'I-clone ang Asset',
'deployable' => 'Pwedeng mai-deploy',
'deleted' => 'Ang asset na ito ay nai-delete na. <a href="/hardware/:asset_id/restore">I-klick dito para ibalik sa dati</a>.',
'edit' => 'I-edit ang Asset',
'model_deleted' => 'Ang model ng mga Asset na ito ay nai-delete na. Dapat mo munang ibalik sa dati ang model bago ibalik sa dati ang Asset. <br/> <a href="/hardware/models/:model_id/restore">I-klick dito para ibalik sa dati ang model</a>.',
'requestable' => 'Pwedeng Ma-rekwest',
'requested' => 'Ni-rekwest',
'restore' => 'Ibalik sa dati ang Asset',
'pending' => 'Hindi pa nasimulan',
'undeployable' => 'Hindi pwedeng i-deploy',
'view' => 'Tingnan ang Asset',
];