snipe-it/resources/lang/ta/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.8 KiB
PHP

<?php
return [
'about_models_title' => 'சொத்து மாடல்களைப் பற்றி',
'about_models_text' => 'சொத்து மாதிரிகள் ஒரே மாதிரியான சொத்துக்களை குழுவாக மாற்றுகின்றன. "MBP 2013", "ஐபோன் 6s", முதலியன',
'deleted' => 'இந்த மாதிரி நீக்கப்பட்டது. <a href="/hardware/models/:model_id/restore"> அதை மீட்டமைக்க இங்கு கிளிக் செய்க. </a>.',
'bulk_delete' => 'Bulk Delete Asset Models',
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
'bulk_delete_warn' => 'You are about to delete :model_count asset models.',
'restore' => 'மாடலை மீட்டெடுக்கவும்',
'requestable' => 'பயனர்கள் இந்த மாதிரியைக் கோரலாம்',
'show_mac_address' => 'இந்த மாடலில் சொத்துகளில் MAC முகவரியினைக் காட்டு',
'view_deleted' => 'காண்க நீக்கப்பட்டது',
'view_models' => 'மாதிரிகள் காண்க',
'fieldset' => 'fieldset',
'no_custom_field' => 'விருப்ப துறைகள் இல்லை',
'add_default_values' => 'Add default values',
];