mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -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
17 lines
1.3 KiB
PHP
17 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_manufacturers_title' => 'உற்பத்தியாளர்கள் பற்றி',
|
|
'about_manufacturers_text' => 'உற்பத்தியாளர்கள் உங்கள் சொத்துக்களை உருவாக்கும் நிறுவனங்கள். நீங்கள் இங்குள்ள முக்கியமான ஆதரவு தொடர்பு தகவலை இங்கே சேமித்து வைக்கலாம், இது உங்கள் சொத்து விவரம் பக்கங்களில் காண்பிக்கப்படும்.',
|
|
'asset_manufacturers' => 'சொத்து உற்பத்தியாளர்கள்',
|
|
'create' => 'உற்பத்தியாளர் உருவாக்கவும்',
|
|
'id' => 'ஐடி',
|
|
'name' => 'பெயர்',
|
|
'support_email' => 'ஆதரவு மின்னஞ்சல்',
|
|
'support_phone' => 'ஆதரவு தொலைபேசி',
|
|
'support_url' => 'ஆதரவு URL',
|
|
'update' => 'உற்பத்தியாளர் புதுப்பிக்கவும்',
|
|
'url' => 'URL ஐ',
|
|
|
|
];
|