snipe-it/resources/lang/ta/admin/accessories/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

37 lines
2.7 KiB
PHP

<?php
return [
'does_not_exist' => 'The accessory [:id] does not exist.',
'assoc_users' => 'தற்போது இந்த இணைப்பு உள்ளது: பயனர்களை சோதிக்கப்படும் எண்ணைக் கணக்கிடு. ஆபரணங்களை சரிபார்த்து மீண்டும் முயற்சிக்கவும்.',
'create' => [
'error' => 'துணை உருவாக்கம் செய்யப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்.',
'success' => 'துணை வெற்றிகரமாக உருவாக்கப்பட்டது.',
],
'update' => [
'error' => 'இணைப்பு புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
'success' => 'துணை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
],
'delete' => [
'confirm' => 'நிச்சயமாக இந்த துணை நீக்க விரும்புகிறீர்களா?',
'error' => 'துணை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
'success' => 'துணை வெற்றிகரமாக நீக்கப்பட்டது.',
],
'checkout' => [
'error' => 'அசெஸரி அவுட் சரிபார்க்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
'success' => 'அசெஸரி வெற்றிகரமாக சோதிக்கப்பட்டது.',
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
],
'checkin' => [
'error' => 'அசெஸரி சோதிக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்',
'success' => 'அசெஸரி வெற்றிகரமாக சரிபார்க்கப்பட்டது.',
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
],
];