snipe-it/resources/lang/ta/admin/categories/message.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

26 lines
2.3 KiB
PHP

<?php
return [
'does_not_exist' => 'பகுப்பு இல்லை.',
'assoc_models' => 'இந்த வகை தற்போது குறைந்தபட்சம் ஒரு மாதிரியுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த வகைகளை இனி குறிப்பிடவும் உங்கள் மாதிரியைப் புதுப்பிக்கவும் மீண்டும் முயற்சிக்கவும்.',
'assoc_items' => 'இந்த வகை தற்போது குறைந்தபட்சம் ஒன்றுடன் தொடர்புடையது: சொத்து வகை _ வகை மற்றும் நீக்கப்பட முடியாது. தயவுசெய்து தயவுசெய்து உங்கள் வகை: asset_type ஐ இனி இந்த பிரிவை குறிப்பிடாமல் புதுப்பிக்கவும்.',
'create' => [
'error' => 'வகையை உருவாக்க முடியவில்லை, மீண்டும் முயற்சிக்கவும்.',
'success' => 'வகை வெற்றிகரமாக உருவாக்கப்பட்டது.',
],
'update' => [
'error' => 'வகை புதுப்பிக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்',
'success' => 'வகை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
],
'delete' => [
'confirm' => 'இந்த வகையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
'error' => 'வகையை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
'success' => 'வகை வெற்றிகரமாக நீக்கப்பட்டது.',
],
];