ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/ta-IN/admin/licenses/form.php
Normal file
22
SNIPE-IT/resources/lang/ta-IN/admin/licenses/form.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'asset' => 'சொத்து',
|
||||
'checkin' => 'புதுப்பிப்பது',
|
||||
'create' => 'உரிமம் உருவாக்கவும்',
|
||||
'expiration' => 'காலாவதி தேதி',
|
||||
'license_key' => 'தயாரிப்பு திறவு கோல்',
|
||||
'maintained' => 'பராமரிக்கப்படுகிறது',
|
||||
'name' => 'மென்பொருள் பெயர்',
|
||||
'no_depreciation' => 'நம்பாதே',
|
||||
'purchase_order' => 'ஆர்டர் எண் வாங்கவும்',
|
||||
'reassignable' => 'Reassignable',
|
||||
'remaining_seats' => 'மீதமுள்ள இடங்கள்',
|
||||
'seats' => 'இருக்கைகள்',
|
||||
'termination_date' => 'நிறுத்த தேதி',
|
||||
'to_email' => 'மின்னஞ்சல் அனுமதிப்பத்திரம்',
|
||||
'to_name' => 'பெயர் உரிமம் பெற்றது',
|
||||
'update' => 'உரிமம் புதுப்பிக்கவும்',
|
||||
'checkout_help' => 'நீங்கள் ஒரு வன்பொருள் சொத்து அல்லது ஒரு நபருக்கு உரிமம் பெற வேண்டும். நீங்கள் இருவரும் தேர்ந்தெடுக்கலாம், ஆனால் சொத்து உரிமையாளர் நீங்கள் சொத்துக்களை சரிபார்க்கும் நபருடன் பொருந்த வேண்டும்.'
|
||||
);
|
51
SNIPE-IT/resources/lang/ta-IN/admin/licenses/general.php
Normal file
51
SNIPE-IT/resources/lang/ta-IN/admin/licenses/general.php
Normal file
@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_licenses_title' => 'உரிமங்கள் பற்றி',
|
||||
'about_licenses' => 'மென்பொருள் கண்காணிக்க பயன்படுகிறது. தனிநபர்களிடம் சோதிக்கப்படக்கூடிய குறிப்பிட்ட எண்ணிக்கையிலான இடங்களை அவர்கள் கொண்டுள்ளனர்',
|
||||
'checkin' => 'Checkin உரிமத்தின் இடம்',
|
||||
'checkout_history' => 'புதுப்பித்து வரலாறு',
|
||||
'checkout' => 'புதுப்பித்து உரிமம் இருக்கை',
|
||||
'edit' => 'உரிமம் திருத்தவும்',
|
||||
'filetype_info' => 'அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, jpeg, doc, docx, pdf, txt, zip மற்றும் rar ஆகியவை.',
|
||||
'clone' => 'க்ளோன் உரிமம்',
|
||||
'history_for' => 'வரலாறு',
|
||||
'in_out' => 'உள்ளே வெளியே',
|
||||
'info' => 'உரிமம் தகவல்',
|
||||
'license_seats' => 'உரிமம் இருக்கைகள்',
|
||||
'seat' => 'இருக்கை',
|
||||
'seats' => 'இருக்கைகள்',
|
||||
'software_licenses' => 'மென்பொருள் உரிமங்கள்',
|
||||
'user' => 'பயனர்',
|
||||
'view' => 'உரிமத்தைக் காட்டு',
|
||||
'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.',
|
||||
'bulk' =>
|
||||
[
|
||||
'checkin_all' => [
|
||||
'button' => 'Checkin All Seats',
|
||||
'modal' => 'This will action checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.',
|
||||
'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently checked out',
|
||||
'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable',
|
||||
'success' => 'License successfully checked in! | All licenses were successfully checked in!',
|
||||
'log_msg' => 'Checked in via bulk license checkout in license GUI',
|
||||
],
|
||||
|
||||
'checkout_all' => [
|
||||
'button' => 'Checkout All Seats',
|
||||
'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.',
|
||||
'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently available',
|
||||
'success' => 'License successfully checked out! | :count licenses were successfully checked out!',
|
||||
'error_no_seats' => 'There are no remaining seats left for this license.',
|
||||
'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.',
|
||||
'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.',
|
||||
'log_msg' => 'Checked out via bulk license checkout in license GUI',
|
||||
|
||||
|
||||
],
|
||||
],
|
||||
|
||||
'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.',
|
||||
'below_threshold_short' => 'This item is below the minimum required quantity.',
|
||||
);
|
54
SNIPE-IT/resources/lang/ta-IN/admin/licenses/message.php
Normal file
54
SNIPE-IT/resources/lang/ta-IN/admin/licenses/message.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
||||
'user_does_not_exist' => 'பயனர் இல்லை.',
|
||||
'asset_does_not_exist' => 'நீங்கள் இந்த உரிமத்துடன் தொடர்பு கொள்ள முயற்சிக்கும் சொத்து இல்லை.',
|
||||
'owner_doesnt_match_asset' => 'நீங்கள் இந்த உரிமத்துடன் தொடர்பு கொள்ள முயற்சிக்கும் சொத்தை சொடுக்கும் ஒதுக்கீட்டில் தேர்ந்தெடுக்கப்பட்ட நபரை விட வேறு ஏதேனும் சொந்தமானது.',
|
||||
'assoc_users' => 'இந்த உரிமம் தற்போது ஒரு பயனர் வெளியே சோதிக்கப்பட்டது மற்றும் நீக்க முடியாது. முதலில் உரிமம் சரிபார்க்கவும், பின்னர் மீண்டும் நீக்கி முயற்சிக்கவும்.',
|
||||
'select_asset_or_person' => 'நீங்கள் ஒரு சொத்து அல்லது ஒரு பயனர் தேர்ந்தெடுக்க வேண்டும், ஆனால் இருவரும் அல்ல.',
|
||||
'not_found' => 'License not found',
|
||||
'seats_available' => ':seat_count seats available',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'உரிமம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'உரிமம் வெற்றிகரமாக உருவாக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'கோப்பு நீக்கப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'கோப்பு வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => 'கோப்பு (கள்) பதிவேற்றப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'கோப்பு (கள்) வெற்றிகரமாக பதிவேற்றப்பட்டது.',
|
||||
'nofiles' => 'பதிவேற்றுவதற்கான எந்தவொரு கோப்பையும் நீங்கள் தேர்ந்தெடுக்கவில்லை அல்லது நீங்கள் பதிவேற்ற முயற்சிக்கும் கோப்பு மிகப்பெரியது',
|
||||
'invalidfiles' => 'உங்கள் கோப்புகளில் ஒன்று அல்லது அதற்கு மேற்பட்டவை மிக அதிகமாக உள்ளது அல்லது அனுமதிக்கப்படாத கோப்பு வகை உள்ளது. அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, மற்றும் lic.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'உரிமம் புதுப்பிக்கப்படவில்லை, தயவு செய்து மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'உரிமம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'இந்த உரிமத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'உரிமத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'உரிமம் வெற்றிகரமாக நீக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'உரிமத்தை சரிபார்க்க ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'உரிமம் வெற்றிகரமாக சரிபார்க்கப்பட்டது',
|
||||
'not_enough_seats' => 'Not enough license seats available for checkout',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'உரிமத்தில் சோதனை ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'உரிமம் வெற்றிகரமாக சரிபார்க்கப்பட்டது'
|
||||
),
|
||||
|
||||
);
|
17
SNIPE-IT/resources/lang/ta-IN/admin/licenses/table.php
Normal file
17
SNIPE-IT/resources/lang/ta-IN/admin/licenses/table.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'assigned_to' => 'ஒதுக்கப்படும்',
|
||||
'checkout' => 'உள்ளே வெளியே',
|
||||
'id' => 'ஐடி',
|
||||
'license_email' => 'உரிமம் மின்னஞ்சல்',
|
||||
'license_name' => 'உரிமம் பெற்றது',
|
||||
'purchase_date' => 'கொள்முதல் தேதி',
|
||||
'purchased' => 'வாங்கப்பட்டது',
|
||||
'seats' => 'இருக்கைகள்',
|
||||
'hardware' => 'வன்பொருள்',
|
||||
'serial' => 'சீரியல்',
|
||||
'title' => 'உரிமம்',
|
||||
|
||||
);
|
Reference in New Issue
Block a user