ok
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'accessory_category' => 'துணை வகை',
|
||||
'accessory_name' => 'துணை பெயர்',
|
||||
'checkout' => 'புதுப்பித்துக்கொள்ளும் சேவை',
|
||||
'checkin' => 'Checkin Accessory',
|
||||
'create' => 'அசெஸரி உருவாக்கவும்',
|
||||
'edit' => 'துணை திருத்தும்',
|
||||
'eula_text' => 'பகுப்பு EULA',
|
||||
'eula_text_help' => 'குறிப்பிட்ட வகை சொத்துக்களை உங்கள் EULA களை தனிப்பயனாக்க இந்தத் துறை உங்களை அனுமதிக்கிறது. உங்களுடைய அனைத்து சொத்துக்களுக்கும் ஒரே ஒரு EULA மட்டுமே இருந்தால், முதன்மை இயல்புநிலையைப் பயன்படுத்த கீழே உள்ள பெட்டியை நீங்கள் பார்க்கலாம்.',
|
||||
'require_acceptance' => 'இந்த பிரிவில் உள்ள சொத்துக்களை ஏற்றுக்கொள்வதை உறுதிப்படுத்த பயனர்கள் தேவை.',
|
||||
'no_default_eula' => 'முதன்மை இயல்புநிலை EULA இல்லை. அமைப்புகளில் ஒன்றைச் சேர்.',
|
||||
'total' => 'மொத்த',
|
||||
'remaining' => 'பலனளிக்கவில்லை',
|
||||
'update' => 'புதுப்பித்தல் துணை',
|
||||
'use_default_eula' => 'பதிலாக <a href="#" data-toggle="modal" data-target="#eulaModal">primary இயல்புநிலை EULA</a> ஐப் பயன்படுத்துக.',
|
||||
'use_default_eula_disabled' => '<del> முதன்மை இயல்புநிலை EULA ஐப் பயன்படுத்தவும் .</del> முதன்மை இயல்புநிலை EULA அமைக்கப்படவில்லை. அமைப்புகளில் ஒன்றைச் சேர்க்கவும்.',
|
||||
'clone' => 'Clone Accessory',
|
||||
'delete_disabled' => 'This accessory cannot be deleted yet because some items are still checked out.',
|
||||
|
||||
);
|
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'துணைக்கருவி [:id] இல்லை.',
|
||||
'not_found' => 'That accessory was not found.',
|
||||
'assoc_users' => 'தற்போது இந்த இணைப்பு உள்ளது: பயனர்களை சோதிக்கப்படும் எண்ணைக் கணக்கிடு. ஆபரணங்களை சரிபார்த்து மீண்டும் முயற்சிக்கவும்.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'துணை உருவாக்கம் செய்யப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'துணை வெற்றிகரமாக உருவாக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'இணைப்பு புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'துணை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'நிச்சயமாக இந்த துணை நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'துணை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'துணை வெற்றிகரமாக நீக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'அசெஸரி அவுட் சரிபார்க்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'அசெஸரி வெற்றிகரமாக சோதிக்கப்பட்டது.',
|
||||
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
|
||||
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'அசெஸரி சோதிக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'அசெஸரி வெற்றிகரமாக சரிபார்க்கப்பட்டது.',
|
||||
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'dl_csv' => 'CSV ஐ பதிவிறக்குக',
|
||||
'eula_text' => 'இறுதிப் பயனர் உரிம ஒப்பந்தம்',
|
||||
'id' => 'ஐடி',
|
||||
'require_acceptance' => 'ஏற்றுக்கொள்ளுதல்',
|
||||
'title' => 'துணை பெயர்',
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenance_type' => 'Asset Maintenance Type',
|
||||
'title' => 'தலைப்பு',
|
||||
'start_date' => 'Start Date',
|
||||
'completion_date' => 'Completion Date',
|
||||
'cost' => 'செலவு',
|
||||
'is_warranty' => 'உத்தரவாதத்தை முன்னேற்றம்',
|
||||
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
|
||||
'notes' => 'குறிப்புக்கள்',
|
||||
'update' => 'Update Asset Maintenance',
|
||||
'create' => 'Create Asset Maintenance'
|
||||
];
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenances' => 'சொத்து பராமரித்தல்',
|
||||
'edit' => 'சொத்து பராமரிப்பு திருத்தவும்',
|
||||
'delete' => 'சொத்து பராமரிப்பு நீக்கு',
|
||||
'view' => 'சொத்து பராமரிப்பு விவரங்களைக் காண்க',
|
||||
'repair' => 'ரிப்பேர்',
|
||||
'maintenance' => 'பராமரிப்பு',
|
||||
'upgrade' => 'மேம்படுத்தல்',
|
||||
'calibration' => 'அளவுத்திருத்தம்',
|
||||
'software_support' => 'மென்பொருள் ஆதரவு',
|
||||
'hardware_support' => 'வன்பொருள் ஆதரவு',
|
||||
'configuration_change' => 'உள்ளமைவு மாற்றம்',
|
||||
'pat_test' => 'கையடக்க சாதன சோதனை',
|
||||
];
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'not_found' => 'நீங்கள் தேடிக்கொண்டிருக்கும் சொத்து பராமரிப்பு இல்லை!',
|
||||
'delete' => [
|
||||
'confirm' => 'நிச்சயமாக இந்த சொத்து பராமரிப்பு நீக்க வேண்டுமா?',
|
||||
'error' => 'சொத்து பராமரிப்பு நீக்கப்பட்ட ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'சொத்து பராமரிப்பு வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
],
|
||||
'create' => [
|
||||
'error' => 'சொத்து பராமரிப்பு உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'சொத்து பராமரிப்பு வெற்றிகரமாக உருவாக்கப்பட்டது.',
|
||||
],
|
||||
'edit' => [
|
||||
'error' => 'சொத்து பராமரிப்பு திருத்தப்படவில்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'சொத்து பராமரிப்பு வெற்றிகரமாக திருத்தப்பட்டது.',
|
||||
],
|
||||
'asset_maintenance_incomplete' => 'இதுவரையிலும் முடிக்கப்படவில்லை',
|
||||
'warranty' => 'உத்தரவாதத்தை',
|
||||
'not_warranty' => 'உத்தரவாதம் இல்லை',
|
||||
];
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'சொத்து பராமரிப்பு',
|
||||
'asset_name' => 'சொத்து பெயர்',
|
||||
'is_warranty' => 'உத்தரவாதத்தை',
|
||||
'dl_csv' => 'CSV ஐ பதிவிறக்குக',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'asset_categories' => 'சொத்து வகைகள்',
|
||||
'category_name' => 'வகை பெயர்',
|
||||
'checkin_email' => 'ஒப்படைக்கும்/பெற்றுக்கொள்ளும் போது பயனருக்கு மின்னஞ்சல் அனுப்பவும்.',
|
||||
'checkin_email_notification' => 'இந்த பயனருக்கு ஒப்படைக்கும்/பெற்றுக்கொள்ளும் போது மின்னஞ்சல் அனுப்பப்படும்.',
|
||||
'clone' => 'குளோன் வகை',
|
||||
'create' => 'பகுப்பு உருவாக்கவும்',
|
||||
'edit' => 'திருத்து பகுப்பு',
|
||||
'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.',
|
||||
'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.',
|
||||
'eula_text' => 'பகுப்பு EULA',
|
||||
'eula_text_help' => 'குறிப்பிட்ட வகை சொத்துக்களை உங்கள் EULA களை தனிப்பயனாக்க இந்தத் துறை உங்களை அனுமதிக்கிறது. உங்களுடைய அனைத்து சொத்துக்களுக்கும் ஒரே ஒரு EULA மட்டுமே இருந்தால், முதன்மை இயல்புநிலையைப் பயன்படுத்த கீழே உள்ள பெட்டியை நீங்கள் பார்க்கலாம்.',
|
||||
'name' => 'வகை பெயர்',
|
||||
'require_acceptance' => 'இந்த பிரிவில் உள்ள சொத்துக்களை ஏற்றுக்கொள்வதை உறுதிப்படுத்த பயனர்கள் தேவை.',
|
||||
'required_acceptance' => 'இந்த உருப்படியை ஏற்றுக்கொள்வதை உறுதிப்படுத்துவதற்கான இணைப்புடன் இந்த பயனர் மின்னஞ்சல் அனுப்பப்படும்.',
|
||||
'required_eula' => 'இந்த பயனர் EULA இன் ஒரு நகலை மின்னஞ்சல் செய்யப்படும்',
|
||||
'no_default_eula' => 'முதன்மை இயல்புநிலை EULA இல்லை. அமைப்புகளில் ஒன்றைச் சேர்.',
|
||||
'update' => 'பகுப்பு புதுப்பிக்கவும்',
|
||||
'use_default_eula' => 'பதிலாக <a href="#" data-toggle="modal" data-target="#eulaModal">primary இயல்புநிலை EULA</a> ஐப் பயன்படுத்துக.',
|
||||
'use_default_eula_disabled' => '<del> முதன்மை இயல்புநிலை EULA ஐப் பயன்படுத்தவும் .</del> முதன்மை இயல்புநிலை EULA அமைக்கப்படவில்லை. அமைப்புகளில் ஒன்றைச் சேர்க்கவும்.',
|
||||
'use_default_eula_column' => 'இயல்புநிலை EULAஐப் பயன்படுத்தவும்',
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'பகுப்பு இல்லை.',
|
||||
'assoc_models' => 'இந்த வகை தற்போது குறைந்தபட்சம் ஒரு மாதிரியுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த வகைகளை இனி குறிப்பிடவும் உங்கள் மாதிரியைப் புதுப்பிக்கவும் மீண்டும் முயற்சிக்கவும்.',
|
||||
'assoc_items' => 'இந்த வகை தற்போது குறைந்தபட்சம் ஒன்றுடன் தொடர்புடையது: சொத்து வகை _ வகை மற்றும் நீக்கப்பட முடியாது. தயவுசெய்து தயவுசெய்து உங்கள் வகை: asset_type ஐ இனி இந்த பிரிவை குறிப்பிடாமல் புதுப்பிக்கவும்.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'வகையை உருவாக்க முடியவில்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'வகை வெற்றிகரமாக உருவாக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'வகை புதுப்பிக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'வகை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
|
||||
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'இந்த வகையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'வகையை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'வகை வெற்றிகரமாக நீக்கப்பட்டது.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'eula_text' => 'இறுதிப் பயனர் உரிம ஒப்பந்தம்',
|
||||
'id' => 'ஐடி',
|
||||
'parent' => 'பெற்றோர்',
|
||||
'require_acceptance' => 'ஏற்றுக்கொள்ளுதல்',
|
||||
'title' => 'சொத்து வகை பெயர்',
|
||||
|
||||
);
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_company' => 'நிறுவனம் தேர்ந்தெடு',
|
||||
'about_companies' => 'நிறுவனங்கள் பற்றி',
|
||||
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
|
||||
];
|
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'does_not_exist' => 'நிறுவனம் இல்லை.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'இந்த நிறுவனம் தற்போது குறைந்தது ஒரு மாதிரியுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த நிறுவனத்தை இனி குறிப்பிடாமல் உங்கள் மாடல்களை புதுப்பிக்கவும் மீண்டும் முயற்சிக்கவும்.',
|
||||
'create' => [
|
||||
'error' => 'நிறுவனம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'நிறுவனம் வெற்றிகரமாக உருவாக்கப்பட்டது.',
|
||||
],
|
||||
'update' => [
|
||||
'error' => 'நிறுவனம் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'நிறுவனம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
|
||||
],
|
||||
'delete' => [
|
||||
'confirm' => 'இந்த நிறுவனத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'நிறுவனத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'நிறுவனம் வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
],
|
||||
];
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'companies' => 'நிறுவனங்கள்',
|
||||
'create' => 'நிறுவனம் உருவாக்கவும்',
|
||||
'email' => 'Company Email',
|
||||
'title' => 'நிறுவனம்',
|
||||
'phone' => 'Company Phone',
|
||||
'update' => 'கம்பெனி புதுப்பிக்கவும்',
|
||||
'name' => 'நிறுவனத்தின் பெயர்',
|
||||
'id' => 'ஐடி',
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'கூறு பெயர்',
|
||||
'checkin' => 'செக்கோன் உபகரண',
|
||||
'checkout' => 'புதுப்பிப்பு உபகரண',
|
||||
'cost' => 'கொள்முதல் செலவு',
|
||||
'create' => 'உபகரணத்தை உருவாக்கவும்',
|
||||
'edit' => 'கூறு திருத்தவும்',
|
||||
'date' => 'கொள்முதல் தேதி',
|
||||
'order' => 'ஆர்டர் எண்',
|
||||
'remaining' => 'மீதமுள்ள',
|
||||
'total' => 'மொத்த',
|
||||
'update' => 'உபகரணத்தை புதுப்பிக்கவும்',
|
||||
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||
);
|
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'கூறு இல்லை.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'கூறு உருவாக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'கூறு வெற்றிகரமாக உருவாக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'கூறு புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'உபகரணமானது வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'நிச்சயமாக இந்த உறுப்பு நீக்க வேண்டுமா?',
|
||||
'error' => 'கூறு நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'கூறு வெற்றிகரமாக நீக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'உபகரணத்தை சோதிக்க முடியவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'உபகரணமானது வெற்றிகரமாக சரிபார்க்கப்பட்டது.',
|
||||
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'உபகரணத்தை சோதிக்க முடியவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'உபகரணமானது வெற்றிகரமாக சரிபார்க்கப்பட்டது.',
|
||||
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'கூறு பெயர்',
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'பயனர் நுகர்வோர் காசோலை',
|
||||
'consumable_name' => 'நுகர்வோர் பெயர்',
|
||||
'create' => 'நுகர்வோர் உருவாக்க',
|
||||
'item_no' => 'பொருள் எண்.',
|
||||
'remaining' => 'மீதமுள்ள',
|
||||
'total' => 'மொத்த',
|
||||
'update' => 'நுகர்வோர் புதுப்பிக்கவும்',
|
||||
);
|
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'நுகர்வோர் இல்லை.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'நுகர்வோர் உருவாக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'நுகர்வோர் வெற்றிகரமாக உருவாக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'நுகர்வோர் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'நுகர்வோர் வெற்றிகரமாக மேம்படுத்தப்பட்டது.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'நீங்கள் இந்த நுகர்வு நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'நுகர்வு நீக்கம் ஒரு பிரச்சினை இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'நுகர்வோர் வெற்றிகரமாக நீக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'நுகர்வோர் சரிபார்க்கப்படவில்லை, தயவு செய்து மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'நுகர்வோர் வெற்றிகரமாக சோதிக்கப்பட்டது.',
|
||||
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'நுகர்வோர் சரிபார்க்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'நுகர்வோர் வெற்றிகரமாக சோதிக்கப்பட்டது.',
|
||||
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'நுகர்வோர் பெயர்',
|
||||
);
|
@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'custom_fields' => 'விருப்ப புலங்கள்',
|
||||
'manage' => 'Manage',
|
||||
'field' => 'களம்',
|
||||
'about_fieldsets_title' => 'புலங்கள் பற்றி',
|
||||
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
|
||||
'custom_format' => 'Custom Regex format...',
|
||||
'encrypt_field' => 'தரவுத்தளத்தில் இந்த களத்தின் மதிப்பை குறியாக்கு',
|
||||
'encrypt_field_help' => 'எச்சரிக்கை: ஒரு புலத்தை குறியாக்காதே அது தெரியாததாக்குகிறது.',
|
||||
'encrypted' => 'முறைமையாக்கப்பட்ட',
|
||||
'fieldset' => 'fieldset',
|
||||
'qty_fields' => 'Qty புலங்கள்',
|
||||
'fieldsets' => 'fieldsets',
|
||||
'fieldset_name' => 'புலத்தின் பெயர்',
|
||||
'field_name' => 'புலம் பெயர்',
|
||||
'field_values' => 'புலம் மதிப்புகள்',
|
||||
'field_values_help' => 'தேர்ந்தெடுத்த விருப்பங்களைச் சேர், வரிக்கு ஒன்று. முதல் வரியை தவிர வெற்று வரிகளை புறக்கணிக்க வேண்டும்.',
|
||||
'field_element' => 'படிவம் உறுப்பு',
|
||||
'field_element_short' => 'உறுப்பு',
|
||||
'field_format' => 'வடிவம்',
|
||||
'field_custom_format' => 'விருப்ப வடிவமைப்பு',
|
||||
'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use <code>regex:/^[0-9]{15}$/</code>.',
|
||||
'required' => 'தேவையான',
|
||||
'req' => 'Req.',
|
||||
'used_by_models' => 'மாதிரிகள் பயன்படுத்தப்படுகிறது',
|
||||
'order' => 'ஆணை',
|
||||
'create_fieldset' => 'புதிய புலனாய்வு',
|
||||
'update_fieldset' => 'Update Fieldset',
|
||||
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||
'fieldset_updated' => 'Fieldset updated',
|
||||
'create_fieldset_title' => 'Create a new fieldset',
|
||||
'create_field' => 'புதிய தனிப்பயன் புலம்',
|
||||
'create_field_title' => 'Create a new custom field',
|
||||
'value_encrypted' => 'இந்த புலத்தின் மதிப்பு தரவுத்தளத்தில் குறியாக்கம் செய்யப்பட்டுள்ளது. நிர்வாக பயனர்கள் மட்டுமே குறியாக்கப்பட்ட மதிப்புகளைக் காண முடியும்',
|
||||
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
|
||||
'show_in_email_short' => 'Include in emails.',
|
||||
'help_text' => 'Help Text',
|
||||
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
|
||||
'about_custom_fields_title' => 'About Custom Fields',
|
||||
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
|
||||
'add_field_to_fieldset' => 'Add Field to Fieldset',
|
||||
'make_optional' => 'Required - click to make optional',
|
||||
'make_required' => 'Optional - click to make required',
|
||||
'reorder' => 'Reorder',
|
||||
'db_field' => 'DB Field',
|
||||
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
|
||||
'is_unique' => 'This value must be unique across all assets',
|
||||
'unique' => 'Unique',
|
||||
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
|
||||
'display_in_user_view_table' => 'Visible to User',
|
||||
'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
|
||||
'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
|
||||
'show_in_listview' => 'Show in list views by default. Authorized users will still be able to show/hide via the column selector',
|
||||
'show_in_listview_short' => 'Show in lists',
|
||||
'show_in_requestable_list_short' => 'Show in requestable assets list',
|
||||
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
|
||||
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
|
||||
|
||||
];
|
@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'field' => array(
|
||||
'invalid' => 'அந்த புலம் இல்லை.',
|
||||
'already_added' => 'புலம் ஏற்கனவே சேர்க்கப்பட்டது',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'புலம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'புலம் வெற்றிகரமாக உருவாக்கப்பட்டது.',
|
||||
'assoc_success' => 'Fieldet க்கு புலம் வெற்றிகரமாக சேர்க்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'புலம் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'புலம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'நிச்சயமாக இந்த புலம் நீக்க வேண்டுமா?',
|
||||
'error' => 'களத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'புலம் வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
'in_use' => 'புலம் இன்னும் பயன்படுத்தப்படுகிறது.',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset' => array(
|
||||
|
||||
'does_not_exist' => 'புலத்தில் இல்லை',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'புலத்தை உருவாக்கவில்லை, தயவு செய்து மீண்டும் முயற்சி செய்க.',
|
||||
'success' => 'புலத்தில் வெற்றிகரமாக உருவாக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'புலத்தை புதுப்பிக்க முடியவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'புலத்தில் வெற்றிகரமாக மேம்படுத்தப்பட்டது.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'இந்த துறையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'களஞ்சியத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'Fieldset வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
'in_use' => 'புலத்தில் இன்னும் பயன்படுத்தப்படுகிறது.',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset_default_value' => array(
|
||||
|
||||
'error' => 'Error validating default fieldset values.',
|
||||
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'துறை இல்லை.',
|
||||
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
|
||||
'assoc_users' => 'இந்தத் துறை தற்போது குறைந்தது ஒரு பயனருடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. தயவுசெய்து உங்கள் துறையை இனி இந்த துறையை குறிப்பிடாமல் புதுப்பிக்கவும் மற்றும் மீண்டும் முயற்சிக்கவும்.',
|
||||
'create' => array(
|
||||
'error' => 'துறை உருவாக்கப்பட்டது இல்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'துறை வெற்றிகரமாக உருவாக்கப்பட்டது.'
|
||||
),
|
||||
'update' => array(
|
||||
'error' => 'துறை புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'துறை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
|
||||
),
|
||||
'delete' => array(
|
||||
'confirm' => 'இந்தத் துறையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'திணைக்களம் நீக்கப்பட்ட ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'துறை வெற்றிகரமாக நீக்கப்பட்டது.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'ஐடி',
|
||||
'name' => 'துறை பெயர்',
|
||||
'manager' => 'மேலாளர்',
|
||||
'location' => 'இருப்பிடம்',
|
||||
'create' => 'திணைக்களம் உருவாக்கவும்',
|
||||
'update' => 'புதுப்பிப்பு துறை',
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_asset_depreciations' => 'சொத்து துயரங்கள் பற்றி',
|
||||
'about_depreciations' => 'நேராக வரி தேய்மானத்தை அடிப்படையாகக் கொண்ட சொத்துக்களை அடமானம் செய்வதற்கு சொத்து இழப்புகளை நீங்கள் அமைக்கலாம்.',
|
||||
'asset_depreciations' => 'சொத்து குறைபாடுகள்',
|
||||
'create' => 'தேய்மானத்தை உருவாக்குங்கள்',
|
||||
'depreciation_name' => 'தேய்மானி பெயர்',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'number_of_months' => 'மாதங்களின் எண்ணிக்கை',
|
||||
'update' => 'தேய்மானம் புதுப்பிக்கவும்',
|
||||
'depreciation_min' => 'Minimum Value after Depreciation',
|
||||
'no_depreciations_warning' => '<strong>Warning: </strong>
|
||||
You do not currently have any depreciations set up.
|
||||
Please set up at least one depreciation to view the depreciation report.',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'தேய்மானம் வகுப்பு இல்லை.',
|
||||
'assoc_users' => 'இந்த தேய்மானம் ஒன்று ஒன்று அல்லது அதற்கு மேற்பட்ட மாதிரிகளுடன் தொடர்புடையது, மேலும் நீக்கப்பட முடியாது. மாதிரிகள் நீக்கி, மீண்டும் நீக்கி முயற்சிக்கவும்.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'தேய்மானம் வகுப்பு உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும். :(',
|
||||
'success' => 'தேய்மானம் வகுப்பு வெற்றிகரமாக உருவாக்கப்பட்டது. :)'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'தேய்மானம் தரமதிப்பு புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'துடைக்கும் வர்க்கம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'இந்த தேய்மானத் தரத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'தேய்மானம் வகுப்பை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'தேய்மானம் வகுப்பு வெற்றிகரமாக நீக்கப்பட்டது.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'id' => 'ஐடி',
|
||||
'months' => 'மாதங்கள்',
|
||||
'term' => 'கால',
|
||||
'title' => 'பெயர்',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
|
||||
];
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => 'குழு ஏற்கனவே உள்ளது!',
|
||||
'group_not_found' => 'Group ID :id does not exist.',
|
||||
'group_name_required' => 'பெயர் புலம் தேவை',
|
||||
|
||||
'success' => array(
|
||||
'create' => 'குழு வெற்றிகரமாக உருவாக்கப்பட்டது.',
|
||||
'update' => 'குழு வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
|
||||
'delete' => 'குழு வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'இந்த குழுவையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'create' => 'குழுவை உருவாக்கும் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'update' => 'குழுவை புதுப்பிப்பதில் சிக்கல் ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'delete' => 'குழுவை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'ஐடி',
|
||||
'name' => 'பெயர்',
|
||||
'users' => '# பயனர்கள்',
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_groups_title' => 'குழுக்கள் பற்றி',
|
||||
'about_groups' => 'பயனர் அனுமதிகள் பொதுமைப்படுத்த குழுக்கள் பயன்படுத்தப்படுகின்றன.',
|
||||
'group_management' => 'குழு மேலாண்மை',
|
||||
'create' => 'புதிய குழுவை உருவாக்கவும்',
|
||||
'update' => 'குழுவைத் திருத்து',
|
||||
'group_name' => 'குழு பெயர்',
|
||||
'group_admin' => 'குழு நிர்வாகம்',
|
||||
'allow' => 'அனுமதி',
|
||||
'deny' => 'மறு',
|
||||
'permission' => 'Permission',
|
||||
'grant' => 'Grant',
|
||||
'no_permissions' => 'This group has no permissions.'
|
||||
];
|
@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'bulk_delete' => 'பெரும்பங்கு சொத்துக்களை நீக்குவதை உறுதிப்படுத்தவும்',
|
||||
'bulk_restore' => 'Confirm Bulk Restore Assets',
|
||||
'bulk_delete_help' => 'கீழே மொத்த நீக்குவதற்கான சொத்துக்களை மதிப்பாய்வு செய்யவும். நீக்கப்பட்டவுடன், இந்த சொத்துகள் மீட்டமைக்கப்படலாம், ஆனால் அவை தற்போது எந்த பயனர்களையும் தற்போது ஒதுக்கப்படும்.',
|
||||
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
|
||||
'bulk_delete_warn' => 'நீங்கள் நீக்குவது: asset_count சொத்துகள்.',
|
||||
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
|
||||
'bulk_update' => 'மொத்த புதுப்பித்தல் சொத்துகள்',
|
||||
'bulk_update_help' => 'இந்த படிவம் ஒரே நேரத்தில் பல சொத்துக்களை புதுப்பிக்க உதவுகிறது. நீங்கள் மாற்ற வேண்டிய துறைகள் மட்டுமே நிரப்பவும். காலியாக உள்ள எந்த புலமும் மாறாமல் இருக்கும்.',
|
||||
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
|
||||
'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
|
||||
'bulk_update_model_prefix' => 'On Models',
|
||||
'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
|
||||
'checkedout_to' => 'அவுட் சரிபார்க்கப்பட்டது',
|
||||
'checkout_date' => 'புதுப்பிப்பு தேதி',
|
||||
'checkin_date' => 'சரி தேதி',
|
||||
'checkout_to' => 'புதுப்பித்தல்',
|
||||
'cost' => 'கொள்முதல் செலவு',
|
||||
'create' => 'சொத்து உருவாக்கவும்',
|
||||
'date' => 'கொள்முதல் தேதி',
|
||||
'depreciation' => 'தேய்மானம்',
|
||||
'depreciates_on' => 'நிக்காது',
|
||||
'default_location' => 'இயல்புநிலை இருப்பிடம்',
|
||||
'default_location_phone' => 'Default Location Phone',
|
||||
'eol_date' => 'EOL தேதி',
|
||||
'eol_rate' => 'EOL விகிதம்',
|
||||
'expected_checkin' => 'எதிர்பார்த்த செக்கின் தேதி',
|
||||
'expires' => 'காலாவதியாகிறது',
|
||||
'fully_depreciated' => 'முற்றிலும் குறைத்து மதிப்பிடப்பட்டுள்ளது',
|
||||
'help_checkout' => 'நீங்கள் உடனடியாக இந்த சொத்தை ஒதுக்க விரும்பினால், மேலேயுள்ள நிலை பட்டியலில் இருந்து "வரிசைப்படுத்துவதற்குத் தயார்" என்பதைத் தேர்ந்தெடுக்கவும்.',
|
||||
'mac_address' => 'Mac முகவரி',
|
||||
'manufacturer' => 'உற்பத்தியாளர்',
|
||||
'model' => 'மாதிரி',
|
||||
'months' => 'மாதங்கள்',
|
||||
'name' => 'சொத்து பெயர்',
|
||||
'notes' => 'குறிப்புக்கள்',
|
||||
'order' => 'ஆர்டர் எண்',
|
||||
'qr' => 'க்யு ஆர் குறியீடு',
|
||||
'requestable' => 'பயனர்கள் இந்த சொத்தை கோரலாம்',
|
||||
'select_statustype' => 'நிலை வகை தேர்ந்தெடுக்கவும்',
|
||||
'serial' => 'சீரியல்',
|
||||
'status' => 'நிலைமை',
|
||||
'tag' => 'சொத்து டேக்',
|
||||
'update' => 'சொத்து புதுப்பிப்பு',
|
||||
'warranty' => 'உத்தரவாதத்தை',
|
||||
'warranty_expires' => 'Warranty Expires',
|
||||
'years' => 'ஆண்டுகள்',
|
||||
'asset_location' => 'Update Asset Location',
|
||||
'asset_location_update_default_current' => 'Update default location AND actual location',
|
||||
'asset_location_update_default' => 'Update only default location',
|
||||
'asset_location_update_actual' => 'Update only actual location',
|
||||
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
||||
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
||||
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
|
||||
'optional_infos' => 'Optional Information',
|
||||
'order_details' => 'Order Related Information'
|
||||
];
|
@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_assets_title' => 'சொத்துகள் பற்றி',
|
||||
'about_assets_text' => 'சொத்துகள் வரிசை எண் அல்லது சொத்து குறிச்சொல் மூலம் கண்காணிக்கப்படும் உருப்படிகளாக இருக்கின்றன. ஒரு குறிப்பிட்ட உருப்படி விஷயங்களை அடையாளம் காண்பிக்கும் அதிக மதிப்புள்ள பொருட்களாக அவை இருக்கும்.',
|
||||
'archived' => 'காப்பகப்படுத்தியவை',
|
||||
'asset' => 'சொத்து',
|
||||
'bulk_checkout' => 'Checkout Assets',
|
||||
'bulk_checkin' => 'Checkin Assets',
|
||||
'checkin' => 'சரிபார்ப்பு சொத்து',
|
||||
'checkout' => 'சரிபார்ப்புச் சொத்து',
|
||||
'clone' => 'குளோன் சொத்து',
|
||||
'deployable' => 'அணியப்படுத்தக்',
|
||||
'deleted' => 'This asset has been deleted.',
|
||||
'delete_confirm' => 'Are you sure you want to delete this asset?',
|
||||
'edit' => 'சொத்து திருத்து',
|
||||
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
||||
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||
'requestable' => 'Requestable',
|
||||
'requested' => 'கோரப்பட்டது',
|
||||
'not_requestable' => 'Not Requestable',
|
||||
'requestable_status_warning' => 'Do not change requestable status',
|
||||
'restore' => 'சொத்து மீட்டமை',
|
||||
'pending' => 'நிலுவையில்',
|
||||
'undeployable' => 'Undeployable',
|
||||
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
|
||||
'view' => 'சொத்து காண்க',
|
||||
'csv_error' => 'You have an error in your CSV file:',
|
||||
'import_text' => '<p>Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the <code>Admin > General Settings</code>.</p><p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p><p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
|
||||
',
|
||||
'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
|
||||
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
|
||||
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
|
||||
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
|
||||
'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
|
||||
'error_messages' => 'Error messages:',
|
||||
'success_messages' => 'Success messages:',
|
||||
'alert_details' => 'Please see below for details.',
|
||||
'custom_export' => 'Custom Export',
|
||||
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
|
||||
'user_department' => 'User Department',
|
||||
];
|
@ -0,0 +1,90 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'undeployable' => '<strong> எச்சரிக்கை: </strong> இந்த சொத்து தற்போது undeployable என குறிக்கப்பட்டுள்ளது. இந்த நிலை மாறியிருந்தால், சொத்து நிலையை புதுப்பிக்கவும்.',
|
||||
'does_not_exist' => 'சொத்து இல்லை.',
|
||||
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
|
||||
'assoc_users' => 'இந்த சொத்து தற்போது ஒரு பயனர் வெளியே சோதிக்கப்பட்டது மற்றும் நீக்க முடியாது. முதலில் சொத்தை சரிபார்த்து, மீண்டும் நீக்கி முயற்சிக்கவும்.',
|
||||
|
||||
'create' => [
|
||||
'error' => 'சொத்து உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும். :(',
|
||||
'success' => 'சொத்து வெற்றிகரமாக உருவாக்கப்பட்டது. :)',
|
||||
'success_linked' => 'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'சொத்து புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'சொத்து வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
|
||||
'nothing_updated' => 'எந்த துறைகளும் தேர்ந்தெடுக்கப்படவில்லை, அதனால் எதுவும் புதுப்பிக்கப்படவில்லை.',
|
||||
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
|
||||
'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
|
||||
],
|
||||
|
||||
'restore' => [
|
||||
'error' => 'சொத்து மீட்டமைக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'சொத்து வெற்றிகரமாக மீட்டமைக்கப்பட்டது.',
|
||||
'bulk_success' => 'சொத்து வெற்றிகரமாக மீட்டமைக்கப்பட்டது.',
|
||||
'nothing_updated' => 'No assets were selected, so nothing was restored.',
|
||||
],
|
||||
|
||||
'audit' => [
|
||||
'error' => 'சொத்து தணிக்கை தோல்வியடைந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'சொத்து தணிக்கை வெற்றிகரமாக உள்நுழைந்தது.',
|
||||
],
|
||||
|
||||
|
||||
'deletefile' => [
|
||||
'error' => 'கோப்பு நீக்கப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'கோப்பு வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
],
|
||||
|
||||
'upload' => [
|
||||
'error' => 'கோப்பு (கள்) பதிவேற்றப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'கோப்பு (கள்) வெற்றிகரமாக பதிவேற்றப்பட்டது.',
|
||||
'nofiles' => 'பதிவேற்றுவதற்கான எந்தவொரு கோப்பையும் நீங்கள் தேர்ந்தெடுக்கவில்லை அல்லது நீங்கள் பதிவேற்ற முயற்சிக்கும் கோப்பு மிகப்பெரியது',
|
||||
'invalidfiles' => 'உங்கள் கோப்புகளில் ஒன்று அல்லது அதற்கு மேற்பட்டவை மிக அதிகமாக உள்ளது அல்லது அனுமதிக்கப்படாத கோப்பு வகை உள்ளது. அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, doc, docx, pdf மற்றும் txt ஆகியவை.',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'error' => 'சில உருப்படிகளை சரியாக இறக்குமதி செய்யவில்லை.',
|
||||
'errorDetail' => 'பிழைகள் காரணமாக பின்வரும் உருப்படிகளை இறக்குமதி செய்யப்படவில்லை.',
|
||||
'success' => 'உங்கள் கோப்பு இறக்குமதி செய்யப்பட்டது',
|
||||
'file_delete_success' => 'உங்கள் கோப்பு வெற்றிகரமாக நீக்கப்பட்டது',
|
||||
'file_delete_error' => 'கோப்பை நீக்க முடியவில்லை',
|
||||
'file_missing' => 'The file selected is missing',
|
||||
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||
],
|
||||
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'இந்த சொத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'சொத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'nothing_updated' => 'சொத்துகள் எதுவும் தேர்ந்தெடுக்கப்படவில்லை, எனவே எதுவும் நீக்கப்படவில்லை.',
|
||||
'success' => 'சொத்து வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'error' => 'சொத்து சரிபார்க்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'சொத்து வெற்றிகரமாக சரிபார்க்கப்பட்டது.',
|
||||
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'not_available' => 'புதுப்பித்துக்காக அந்த சொத்து கிடைக்கவில்லை!',
|
||||
'no_assets_selected' => 'You must select at least one asset from the list',
|
||||
],
|
||||
|
||||
'checkin' => [
|
||||
'error' => 'சொத்து சரிபார்க்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'சொத்து வெற்றிகரமாக சரிபார்க்கப்பட்டது.',
|
||||
'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'already_checked_in' => 'அந்தச் சொத்து ஏற்கனவே சோதிக்கப்பட்டுள்ளது.',
|
||||
|
||||
],
|
||||
|
||||
'requests' => [
|
||||
'error' => 'சொத்து கோரப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'சொத்து வெற்றிகரமாக கோரப்பட்டது.',
|
||||
'canceled' => 'புதுப்பித்து கோரிக்கை வெற்றிகரமாக ரத்துசெய்யப்பட்டது',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'asset_tag' => 'சொத்து டேக்',
|
||||
'asset_model' => 'மாதிரி',
|
||||
'assigned_to' => 'ஒதுக்கப்படும்',
|
||||
'book_value' => 'Current Value',
|
||||
'change' => 'உள்ளே வெளியே',
|
||||
'checkout_date' => 'புதுப்பிப்பு தேதி',
|
||||
'checkoutto' => 'சரிபார்க்கப்பட்டது',
|
||||
'components_cost' => 'Total Components Cost',
|
||||
'current_value' => 'Current Value',
|
||||
'diff' => 'வேறுபாடு',
|
||||
'dl_csv' => 'CSV ஐ பதிவிறக்குக',
|
||||
'eol' => ', EOL',
|
||||
'id' => 'ஐடி',
|
||||
'last_checkin_date' => 'Last Checkin Date',
|
||||
'location' => 'இருப்பிடம்',
|
||||
'purchase_cost' => 'செலவு',
|
||||
'purchase_date' => 'வாங்கப்பட்டது',
|
||||
'serial' => 'சீரியல்',
|
||||
'status' => 'நிலைமை',
|
||||
'title' => 'சொத்து',
|
||||
'image' => 'சாதன படம்',
|
||||
'days_without_acceptance' => 'ஏற்றுக்கொள்ளாத நாட்கள்',
|
||||
'monthly_depreciation' => 'Monthly Depreciation',
|
||||
'assigned_to' => 'ஒதுக்கப்படும்',
|
||||
'requesting_user' => 'Requesting User',
|
||||
'requested_date' => 'Requested Date',
|
||||
'changed' => 'Changed',
|
||||
'icon' => 'Icon',
|
||||
];
|
@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_kits_title' => 'About Predefined Kits',
|
||||
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
|
||||
'checkout' => 'Checkout Kit ',
|
||||
'create_success' => 'Kit was successfully created.',
|
||||
'create' => 'Create Predefined Kit',
|
||||
'update' => 'Update Predefined Kit',
|
||||
'delete_success' => 'Kit was successfully deleted.',
|
||||
'update_success' => 'Kit was successfully updated.',
|
||||
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
|
||||
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
|
||||
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
|
||||
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
|
||||
'append_accessory' => 'Append Accessory',
|
||||
'update_appended_accessory' => 'Update appended Accessory',
|
||||
'append_consumable' => 'Append Consumable',
|
||||
'update_appended_consumable' => 'Update appended Consumable',
|
||||
'append_license' => 'Append license',
|
||||
'update_appended_license' => 'Update appended license',
|
||||
'append_model' => 'Append model',
|
||||
'update_appended_model' => 'Update appended model',
|
||||
'license_error' => 'License already attached to kit',
|
||||
'license_added_success' => 'License added successfully',
|
||||
'license_updated' => 'License was successfully updated',
|
||||
'license_none' => 'License does not exist',
|
||||
'license_detached' => 'License was successfully detached',
|
||||
'consumable_added_success' => 'Consumable added successfully',
|
||||
'consumable_updated' => 'Consumable was successfully updated',
|
||||
'consumable_error' => 'Consumable already attached to kit',
|
||||
'consumable_deleted' => 'Delete was successful',
|
||||
'consumable_none' => 'Consumable does not exist',
|
||||
'consumable_detached' => 'Consumable was successfully detached',
|
||||
'accessory_added_success' => 'Accessory added successfully',
|
||||
'accessory_updated' => 'Accessory was successfully updated',
|
||||
'accessory_detached' => 'Accessory was successfully detached',
|
||||
'accessory_error' => 'Accessory already attached to kit',
|
||||
'accessory_deleted' => 'Delete was successful',
|
||||
'accessory_none' => 'The accessory does not exist',
|
||||
'checkout_success' => 'Checkout was successful',
|
||||
'checkout_error' => 'Checkout error',
|
||||
'kit_none' => 'Kit does not exist',
|
||||
'kit_created' => 'Kit was successfully created',
|
||||
'kit_updated' => 'Kit was successfully updated',
|
||||
'kit_not_found' => 'Kit not found',
|
||||
'kit_deleted' => 'Kit was successfully deleted',
|
||||
'kit_model_updated' => 'Model was successfully updated',
|
||||
'kit_model_detached' => 'Model was successfully detached',
|
||||
];
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => 'Invalid count returned from :name. Expected :expected, got :actual.',
|
||||
'invalid_return_type' => 'Invalid type returned from :name. Expected :expected, got :actual.',
|
||||
'invalid_return_value' => 'Invalid value returned from :name. Expected :expected, got :actual.',
|
||||
|
||||
'does_not_exist' => 'Label does not exist',
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'example_company' => 'Test Company Limited',
|
||||
'example_defaultloc' => 'Building 1',
|
||||
'example_category' => 'Test Category',
|
||||
'example_location' => 'Building 2',
|
||||
'example_manufacturer' => 'Test Manufacturing Inc.',
|
||||
'example_model' => 'Test Model',
|
||||
'example_supplier' => 'Test Company Limited',
|
||||
'labels_per_page' => 'Labels',
|
||||
'support_fields' => 'Fields',
|
||||
'support_asset_tag' => 'டேக்',
|
||||
'support_1d_barcode' => '1D',
|
||||
'support_2d_barcode' => '2D',
|
||||
'support_logo' => 'சின்னம்',
|
||||
'support_title' => 'தலைப்பு',
|
||||
|
||||
];
|
@ -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' => 'நீங்கள் ஒரு வன்பொருள் சொத்து அல்லது ஒரு நபருக்கு உரிமம் பெற வேண்டும். நீங்கள் இருவரும் தேர்ந்தெடுக்கலாம், ஆனால் சொத்து உரிமையாளர் நீங்கள் சொத்துக்களை சரிபார்க்கும் நபருடன் பொருந்த வேண்டும்.'
|
||||
);
|
@ -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.',
|
||||
);
|
@ -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' => 'உரிமம் வெற்றிகரமாக சரிபார்க்கப்பட்டது'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'assigned_to' => 'ஒதுக்கப்படும்',
|
||||
'checkout' => 'உள்ளே வெளியே',
|
||||
'id' => 'ஐடி',
|
||||
'license_email' => 'உரிமம் மின்னஞ்சல்',
|
||||
'license_name' => 'உரிமம் பெற்றது',
|
||||
'purchase_date' => 'கொள்முதல் தேதி',
|
||||
'purchased' => 'வாங்கப்பட்டது',
|
||||
'seats' => 'இருக்கைகள்',
|
||||
'hardware' => 'வன்பொருள்',
|
||||
'serial' => 'சீரியல்',
|
||||
'title' => 'உரிமம்',
|
||||
|
||||
);
|
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'இருப்பிடம் இல்லை.',
|
||||
'assoc_users' => 'தற்போது இந்த இடம் குறைந்தபட்சம் ஒரு பயனருடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. தயவுசெய்து இந்த இடத்தை இனி குறிப்பிடாமல் உங்கள் பயனர்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'assoc_assets' => 'இந்த இடம் தற்போது குறைந்தது ஒரு சொத்துடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த இருப்பிடத்தை இனி குறிப்பிடாமல் உங்கள் சொத்துக்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'assoc_child_loc' => 'இந்த இடம் தற்போது குறைந்தது ஒரு குழந்தையின் இருப்பிடத்தின் பெற்றோர் மற்றும் அதை நீக்க முடியாது. இந்த இருப்பிடத்தை இனி குறிப்பிடாமல் இருக்க உங்கள் இருப்பிடங்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'assigned_assets' => 'Assigned Assets',
|
||||
'current_location' => 'Current Location',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'இருப்பிடம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'இடம் வெற்றிகரமாக உருவாக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'இருப்பிடம் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'இருப்பிடம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'இந்த இருப்பிடத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'இருப்பிடத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'இடம் வெற்றிகரமாக நீக்கப்பட்டது.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_locations_title' => 'இடங்கள் பற்றி',
|
||||
'about_locations' => 'பயனர்கள், சொத்துக்கள் மற்றும் பிற பொருட்களுக்கான இருப்பிட தகவலைக் கண்டறிய இடங்கள் பயன்படுத்தப்படுகின்றன',
|
||||
'assets_rtd' => 'சொத்துக்கள்', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'சொத்துகள் ஒதுக்கப்பட்டுள்ளன',
|
||||
'id' => 'ஐடி',
|
||||
'city' => 'பெருநகரம்',
|
||||
'state' => 'நிலை',
|
||||
'country' => 'நாடு',
|
||||
'create' => 'இருப்பிடத்தை உருவாக்கவும்',
|
||||
'update' => 'இருப்பிடம் புதுப்பிக்கவும்',
|
||||
'print_assigned' => 'ஒப்படைக்கப்பட்டதை அச்சிடு',
|
||||
'print_all_assigned' => 'ஒப்படைக்கப்பட்ட அனைத்தையும் அச்சிடு',
|
||||
'name' => 'இருப்பிடம் பெயர்',
|
||||
'address' => 'முகவரி',
|
||||
'address2' => 'Address Line 2',
|
||||
'zip' => 'அஞ்சல் குறியீடு',
|
||||
'locations' => 'இடங்கள்',
|
||||
'parent' => 'பெற்றோர்',
|
||||
'currency' => 'இருப்பிடம் நாணய',
|
||||
'ldap_ou' => 'LDAP தேடல் OU',
|
||||
'user_name' => 'பயனாளர் பெயர்',
|
||||
'department' => 'துறை',
|
||||
'location' => 'இடம்',
|
||||
'asset_tag' => 'சொத்துக் குறி',
|
||||
'asset_name' => 'பெயர்',
|
||||
'asset_category' => 'வகை',
|
||||
'asset_manufacturer' => 'உற்பத்தியாளர்',
|
||||
'asset_model' => 'உருப்படிவம்',
|
||||
'asset_serial' => 'வரிசை எண்',
|
||||
'asset_location' => 'இடம்',
|
||||
'asset_checked_out' => 'ஒப்படைக்கப்பட்டது',
|
||||
'asset_expected_checkin' => 'திரும்பப் பெற்றுக்கொள்ள எதிர்பார்க்கப்படும் தேதி',
|
||||
'date' => 'தேதி:',
|
||||
'phone' => 'Location Phone',
|
||||
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
|
||||
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
|
||||
'signed_by_location_manager' => 'Signed By (Location Manager):',
|
||||
'signed_by' => 'Signed Off By:',
|
||||
];
|
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
|
||||
'does_not_exist' => 'உற்பத்தியாளர் இல்லை.',
|
||||
'assoc_users' => 'இந்த உற்பத்தியாளர் தற்போது குறைந்தது ஒரு மாதிரியுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த உற்பத்தியாளரை இனி குறிப்பிடுவதற்கு உங்கள் மாதிரியைப் புதுப்பிக்கவும் மீண்டும் முயற்சிக்கவும்.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'உற்பத்தியாளர் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'உற்பத்தியாளர் வெற்றிகரமாக உருவாக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'உற்பத்தியாளர் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'உற்பத்தியாளர் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Manufacturer was not restored, please try again',
|
||||
'success' => 'Manufacturer restored successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'இந்த உற்பத்தியாளரை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'தயாரிப்பாளரை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'உற்பத்தியாளர் வெற்றிகரமாக நீக்கப்பட்டது.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_manufacturers_title' => 'உற்பத்தியாளர்கள் பற்றி',
|
||||
'about_manufacturers_text' => 'உற்பத்தியாளர்கள் உங்கள் சொத்துக்களை உருவாக்கும் நிறுவனங்கள். நீங்கள் இங்குள்ள முக்கியமான ஆதரவு தொடர்பு தகவலை இங்கே சேமித்து வைக்கலாம், இது உங்கள் சொத்து விவரம் பக்கங்களில் காண்பிக்கப்படும்.',
|
||||
'asset_manufacturers' => 'சொத்து உற்பத்தியாளர்கள்',
|
||||
'create' => 'உற்பத்தியாளர் உருவாக்கவும்',
|
||||
'id' => 'ஐடி',
|
||||
'name' => 'பெயர்',
|
||||
'support_email' => 'ஆதரவு மின்னஞ்சல்',
|
||||
'support_phone' => 'ஆதரவு தொலைபேசி',
|
||||
'support_url' => 'ஆதரவு URL',
|
||||
'warranty_lookup_url' => 'Warranty Lookup URL',
|
||||
'update' => 'உற்பத்தியாளர் புதுப்பிக்கவும்',
|
||||
|
||||
);
|
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => 'சொத்து மாடல்களைப் பற்றி',
|
||||
'about_models_text' => 'சொத்து மாதிரிகள் ஒரே மாதிரியான சொத்துக்களை குழுவாக மாற்றுகின்றன. "MBP 2013", "ஐபோன் 6s", முதலியன',
|
||||
'deleted' => 'This model has been deleted.',
|
||||
'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 one asset model.|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',
|
||||
);
|
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => 'மாதிரி இல்லை.',
|
||||
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||
'assoc_users' => 'தற்போது இந்த மாதிரி ஒன்று ஒன்று அல்லது அதற்கு மேற்பட்ட சொத்துக்களுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. சொத்துக்களை நீக்கிவிட்டு மீண்டும் நீக்குவதற்கு முயற்சிக்கவும்.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'மாதிரி உருவாக்கப்பட்டது இல்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'மாதிரி வெற்றிகரமாக உருவாக்கப்பட்டது.',
|
||||
'duplicate_set' => 'அந்த பெயர், உற்பத்தியாளர் மற்றும் மாதிரி எண்ணுடன் ஏற்கனவே ஒரு சொத்து மாதிரி உள்ளது.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'மாதிரி புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'மாடல் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'இந்த சொத்து மாடலை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'மாதிரியை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'மாதிரி வெற்றிகரமாக நீக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'மாடல் மீட்டமைக்கப்படவில்லை, தயவு செய்து மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'மாடல் வெற்றிகரமாக மீட்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => 'எந்த துறைகளும் மாற்றப்படவில்லை, அதனால் எதுவும் புதுப்பிக்கப்படவில்லை.',
|
||||
'success' => 'Model successfully updated. |:model_count models successfully updated.',
|
||||
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => 'No models were selected, so nothing was deleted.',
|
||||
'success' => 'Model deleted!|:success_count models deleted!',
|
||||
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => 'சொத்து மாதிரி உருவாக்கவும்',
|
||||
'created_at' => 'இல் உருவாக்கப்பட்டது',
|
||||
'eol' => ', EOL',
|
||||
'modelnumber' => 'மாதிரி எண்.',
|
||||
'name' => 'சொத்து மாதிரி பெயர்',
|
||||
'numassets' => 'சொத்துக்கள்',
|
||||
'title' => 'சொத்து மாதிரிகள்',
|
||||
'update' => 'சொத்து மாதிரியை புதுப்பி',
|
||||
'view' => 'சொத்து மாடலைக் காண்க',
|
||||
'update' => 'சொத்து மாதிரியை புதுப்பி',
|
||||
'clone' => 'குளோன் மாதிரி',
|
||||
'edit' => 'மாதிரி திருத்தவும்',
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => 'உங்கள் சொத்து அறிக்கையில் நீங்கள் விரும்பும் விருப்பங்களைத் தேர்ந்தெடுக்கவும்.',
|
||||
'deleted_user' => 'Deleted user',
|
||||
'send_reminder' => 'Send reminder',
|
||||
'reminder_sent' => 'Reminder sent',
|
||||
'acceptance_deleted' => 'Acceptance request deleted',
|
||||
'acceptance_request' => 'Acceptance request',
|
||||
'custom_export' => [
|
||||
'user_address' => 'User Address',
|
||||
'user_city' => 'User City',
|
||||
'user_state' => 'User State',
|
||||
'user_country' => 'User Country',
|
||||
'user_zip' => 'User Zip'
|
||||
]
|
||||
];
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'error' => 'நீங்கள் குறைந்தது ஒரு விருப்பத்தை தேர்ந்தெடுக்க வேண்டும்.'
|
||||
);
|
@ -0,0 +1,367 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'ad' => 'செயலில் உள்ள அடைவு',
|
||||
'ad_domain' => 'Active Directory டொமைன்',
|
||||
'ad_domain_help' => 'இது சில நேரங்களில் உங்கள் மின்னஞ்சல் டொமைன் போலவே இருக்கும், ஆனால் எப்போதும் இல்லை.',
|
||||
'ad_append_domain_label' => 'Append domain name',
|
||||
'ad_append_domain' => 'Append domain name to username field',
|
||||
'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".',
|
||||
'admin_cc_email' => 'CC Email',
|
||||
'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.',
|
||||
'admin_settings' => 'Admin Settings',
|
||||
'is_ad' => 'இது ஒரு Active Directory சேவையகம்',
|
||||
'alerts' => 'Alerts',
|
||||
'alert_title' => 'Update Notification Settings',
|
||||
'alert_email' => 'எச்சரிக்கைகள் அனுப்ப',
|
||||
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
|
||||
'alerts_enabled' => 'எச்சரிக்கைகள் இயக்கப்பட்டன',
|
||||
'alert_interval' => 'அலாரங்கள் முற்றுப்பெறல் (நாட்களில்)',
|
||||
'alert_inv_threshold' => 'சரக்கு அலர்ட் த்ரொல்ஹோல்',
|
||||
'allow_user_skin' => 'Allow User Skin',
|
||||
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
|
||||
'asset_ids' => 'சொத்து ID கள்',
|
||||
'audit_interval' => 'ஆடிட் இடைவேளை',
|
||||
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
|
||||
'audit_warning_days' => 'தணிக்கை எச்சரிக்கை புராணம்',
|
||||
'audit_warning_days_help' => 'தணிக்கைக்கு ஆட்கள் தடையின்றி எத்தனை நாட்கள் முன்கூட்டியே நாம் எச்சரிக்க வேண்டும்?',
|
||||
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
|
||||
'auto_increment_prefix' => 'முன்னுரிமை (விரும்பினால்)',
|
||||
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
|
||||
'backups' => 'காப்புப்பிரதிகளில்',
|
||||
'backups_help' => 'Create, download, and restore backups ',
|
||||
'backups_restoring' => 'Restoring from Backup',
|
||||
'backups_upload' => 'Upload Backup',
|
||||
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
|
||||
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
|
||||
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
|
||||
'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
|
||||
'barcode_settings' => 'பார்கோடு அமைப்புகள்',
|
||||
'confirm_purge' => 'தூய்மையை உறுதிப்படுத்துக',
|
||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)',
|
||||
'custom_css' => 'தனிப்பயன் CSS',
|
||||
'custom_css_help' => 'நீங்கள் பயன்படுத்த விரும்பும் தனிப்பயன் CSS மீறல்களை உள்ளிடுக. <style></style> குறிச்சொற்களை சேர்க்க வேண்டாம்.',
|
||||
'custom_forgot_pass_url' => 'Custom Password Reset URL',
|
||||
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
|
||||
'dashboard_message' => 'Dashboard Message',
|
||||
'dashboard_message_help' => 'This text will appear on the dashboard for anyone with permission to view the dashboard.',
|
||||
'default_currency' => 'இயல்புநிலை நாணயம்',
|
||||
'default_eula_text' => 'இயல்புநிலை EULA',
|
||||
'default_language' => 'இயல்புநிலை மொழி',
|
||||
'default_eula_help_text' => 'நீங்கள் தனிபயன் EULA களை குறிப்பிட்ட சொத்து வகையுடன் இணைக்கலாம்.',
|
||||
'display_asset_name' => 'சொத்து பெயரைக் காட்டு',
|
||||
'display_checkout_date' => 'காட்சி புதுப்பிப்பு தேதி',
|
||||
'display_eol' => 'அட்டவணை பார்வையில் EOL காட்டவும்',
|
||||
'display_qr' => 'சதுரக் குறியீடுகள் காட்டவும்',
|
||||
'display_alt_barcode' => '1D பார்கோடு காட்டவும்',
|
||||
'email_logo' => 'Email Logo',
|
||||
'barcode_type' => '2 டி பார்கோடு வகை',
|
||||
'alt_barcode_type' => '1 டி பார்கோடு வகை',
|
||||
'email_logo_size' => 'Square logos in email look best. ',
|
||||
'enabled' => 'Enabled',
|
||||
'eula_settings' => 'EULA அமைப்புகள்',
|
||||
'eula_markdown' => 'இந்த EULA <a href="https://help.github.com/articles/github-flavored-markdown/"> கிட் ருசியான மார்க் டவுன் 12335_1_321 ஐ அனுமதிக்கிறது.',
|
||||
'favicon' => 'Favicon',
|
||||
'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.',
|
||||
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
|
||||
'footer_text' => 'Additional Footer Text ',
|
||||
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.',
|
||||
'general_settings' => 'பொது அமைப்புகள்',
|
||||
'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, gravatar, tos, dashboard, privacy',
|
||||
'general_settings_help' => 'Default EULA and more',
|
||||
'generate_backup' => 'காப்பு உருவாக்குதல்',
|
||||
'google_workspaces' => 'Google Workspaces',
|
||||
'header_color' => 'தலைப்பு வண்ணம்',
|
||||
'info' => 'உங்கள் நிறுவலின் சில அம்சங்களைத் தனிப்பயனாக்க இந்த அமைப்புகள் உங்களை அனுமதிக்கின்றன.',
|
||||
'label_logo' => 'Label Logo',
|
||||
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
|
||||
'laravel' => 'லாரேவல் பதிப்பு',
|
||||
'ldap' => 'LDAP',
|
||||
'ldap_default_group' => 'Default Permissions Group',
|
||||
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
||||
'no_default_group' => 'No Default Group',
|
||||
'ldap_help' => 'LDAP/Active Directory',
|
||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||
'ldap_enabled' => 'LDAP இயக்கப்பட்டது',
|
||||
'ldap_integration' => 'LDAP ஒருங்கிணைப்பு',
|
||||
'ldap_settings' => 'LDAP அமைப்புகள்',
|
||||
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
|
||||
'ldap_location' => 'LDAP Location',
|
||||
'ldap_location_help' => 'The Ldap Location field should be used if <strong>an OU is not being used in the Base Bind DN.</strong> Leave this blank if an OU search is being used.',
|
||||
'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||
'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.',
|
||||
'ldap_manager' => 'LDAP Manager',
|
||||
'ldap_server' => 'LDAP சேவையகம்',
|
||||
'ldap_server_help' => 'இது ldap: // (மறைகுறியாக்கப்பட்ட அல்லது TLS க்கு) அல்லது ldaps: // (SSL க்கு) தொடங்க வேண்டும்.',
|
||||
'ldap_server_cert' => 'LDAP SSL சான்றிதழ் சரிபார்ப்பு',
|
||||
'ldap_server_cert_ignore' => 'தவறான SSL சான்றிதழை அனுமதி',
|
||||
'ldap_server_cert_help' => 'நீங்கள் சுயமாக கையொப்பமிடப்பட்ட SSL சான்றிதழைப் பயன்படுத்துகிறீர்கள் என்றால், இந்த செல்லாத பெட்டியை தேர்வுசெய்து தவறான SSL சான்றிதழை ஏற்றுக்கொள்ள விரும்புகிறேன்.',
|
||||
'ldap_tls' => 'TLS ஐப் பயன்படுத்துக',
|
||||
'ldap_tls_help' => 'நீங்கள் உங்கள் LDAP சர்வரில் STARTTLS ஐ இயங்கினால் மட்டுமே இதை சோதிக்க வேண்டும்.',
|
||||
'ldap_uname' => 'LDAP Bind பயனர்பெயர்',
|
||||
'ldap_dept' => 'LDAP Department',
|
||||
'ldap_phone' => 'LDAP Telephone Number',
|
||||
'ldap_jobtitle' => 'LDAP Job Title',
|
||||
'ldap_country' => 'LDAP Country',
|
||||
'ldap_pword' => 'LDAP Bind கடவுச்சொல்',
|
||||
'ldap_basedn' => 'அடிப்படை பிணை DN',
|
||||
'ldap_filter' => 'LDAP வடிகட்டி',
|
||||
'ldap_pw_sync' => 'LDAP கடவுச்சொல் ஒத்திசைவு',
|
||||
'ldap_pw_sync_help' => 'உள்ளூர் கடவுச்சொற்களை ஒத்திசைத்த LDAP கடவுச்சொற்களை வைத்திருக்க விரும்பவில்லை என்றால், இந்த பெட்டியை தேர்வுநீக்கம் செய்யவும். இதன் விளைவாக உங்கள் LDAP சேவையகம் சில காரணங்களுக்காக கிடைக்கவில்லை என்றால் உங்கள் பயனர் உள்நுழைய முடியாது என்று அர்த்தம்.',
|
||||
'ldap_username_field' => 'பயனாளர் புலம்',
|
||||
'ldap_lname_field' => 'கடைசி பெயர்',
|
||||
'ldap_fname_field' => 'LDAP முதல் பெயர்',
|
||||
'ldap_auth_filter_query' => 'LDAP அங்கீகார வினவல்',
|
||||
'ldap_version' => 'LDAP பதிப்பு',
|
||||
'ldap_active_flag' => 'LDAP செயலில் கொடி',
|
||||
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. <strong>It does not affect the ability to check items in or out to them</strong>, and should be the <strong>attribute name</strong> within your AD/LDAP, <strong>not the value</strong>. <br><br>If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to <code>0</code> or <code>false</code>, <strong>user login will be disabled</strong>. If the value in the AD/LDAP field is set to <code>1</code> or <code>true</code> or <em>any other text</em> means the user can log in. When the field is blank in your AD, we respect the <code>userAccountControl</code> attribute, which usually allows non-suspended users to log in.',
|
||||
'ldap_emp_num' => 'LDAP பணியாளர் எண்',
|
||||
'ldap_email' => 'LDAP மின்னஞ்சல்',
|
||||
'ldap_test' => 'Test LDAP',
|
||||
'ldap_test_sync' => 'Test LDAP Synchronization',
|
||||
'license' => 'Software License',
|
||||
'load_remote' => 'Use Gravatar',
|
||||
'load_remote_help_text' => 'Uncheck this box if your install cannot load scripts from the outside internet. This will prevent Snipe-IT from trying load images from Gravatar.',
|
||||
'login' => 'Login Attempts',
|
||||
'login_attempt' => 'Login Attempt',
|
||||
'login_ip' => 'IP Address',
|
||||
'login_success' => 'Success?',
|
||||
'login_user_agent' => 'User Agent',
|
||||
'login_help' => 'List of attempted logins',
|
||||
'login_note' => 'குறிப்பு குறிப்பு',
|
||||
'login_note_help' => 'விருப்பமாக உங்கள் உள்நுழைவுத் திரையில் சில விதிமுறைகளைச் சேர்க்கலாம், உதாரணமாக இழந்த அல்லது களவாடப்பட்ட சாதனத்தை கண்டறிந்தவர்களுக்கு உதவவும். இந்த புலம் <a href="https://help.github.com/articles/github-flavored-markdown/"> ஜி.ஐ.டி ருசியான மார்க் டவுன் </a> ஐ ஏற்றுக்கொள்கிறது',
|
||||
'login_remote_user_text' => 'Remote User login options',
|
||||
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
|
||||
'login_remote_user_enabled_help' => 'This option enables Authentication via the REMOTE_USER header according to the "Common Gateway Interface (rfc3875)"',
|
||||
'login_common_disabled_text' => 'Disable other authentication mechanisms',
|
||||
'login_common_disabled_help' => 'This option disables other authentication mechanisms. Just enable this option if you are sure that your REMOTE_USER login is already working',
|
||||
'login_remote_user_custom_logout_url_text' => 'Custom logout URL',
|
||||
'login_remote_user_custom_logout_url_help' => 'If a url is provided here, users will get redirected to this URL after the user logs out of Snipe-IT. This is useful to close the user sessions of your Authentication provider correctly.',
|
||||
'login_remote_user_header_name_text' => 'Custom user name header',
|
||||
'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
|
||||
'logo' => 'சின்னம்',
|
||||
'logo_print_assets' => 'Use in Print',
|
||||
'logo_print_assets_help' => 'Use branding on printable asset lists ',
|
||||
'full_multiple_companies_support_help_text' => 'தங்கள் நிறுவனத்தின் சொத்துக்களுக்கு நிறுவனங்களுக்கு ஒதுக்கப்பட்டுள்ள பயனர்களை (நிர்வாகிகள் உட்பட) கட்டுப்படுத்துதல்.',
|
||||
'full_multiple_companies_support_text' => 'முழு பல நிறுவனங்கள் ஆதரவு',
|
||||
'show_in_model_list' => 'Show in Model Dropdowns',
|
||||
'optional' => 'விருப்ப',
|
||||
'per_page' => 'பக்கம் ஒன்றுக்கு முடிவு',
|
||||
'php' => 'PHP பதிப்பு',
|
||||
'php_info' => 'PHP Info',
|
||||
'php_overview' => 'PHP',
|
||||
'php_overview_keywords' => 'phpinfo, system, info',
|
||||
'php_overview_help' => 'PHP System info',
|
||||
'php_gd_info' => 'நீங்கள் QR குறியீடுகள் காட்ட PHP- ஜிடி நிறுவ வேண்டும், நிறுவல் வழிமுறைகளை பார்க்கவும்.',
|
||||
'php_gd_warning' => 'PHP பட செயலாக்கம் மற்றும் GD சொருகி நிறுவப்படவில்லை.',
|
||||
'pwd_secure_complexity' => 'கடவுச்சொல் சிக்கல்',
|
||||
'pwd_secure_complexity_help' => 'நீங்கள் செயலாக்க விரும்பும் எந்த கடவுச்சொல் சிக்கலான விதிகள் என்பதைத் தேர்ந்தெடுக்கவும்.',
|
||||
'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username',
|
||||
'pwd_secure_complexity_letters' => 'Require at least one letter',
|
||||
'pwd_secure_complexity_numbers' => 'Require at least one number',
|
||||
'pwd_secure_complexity_symbols' => 'Require at least one symbol',
|
||||
'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase',
|
||||
'pwd_secure_min' => 'கடவுச்சொல் குறைந்தபட்ச எழுத்துகள்',
|
||||
'pwd_secure_min_help' => 'குறைந்தபட்சம் அனுமதிக்கப்பட்ட மதிப்பு 8 ஆகும்',
|
||||
'pwd_secure_uncommon' => 'பொதுவான கடவுச்சொற்களைத் தடுக்கவும்',
|
||||
'pwd_secure_uncommon_help' => 'இது முரண்பாடுகளில் அறிவிக்கப்பட்ட மேல்மட்ட கடவுச்சொற்களைவிட பொதுவான கடவுச்சொற்களைப் பயன்படுத்துவதை அனுமதிக்காது.',
|
||||
'qr_help' => 'முதலில் அமைக்க QR குறியீடுகள் இயக்கவும்',
|
||||
'qr_text' => 'QR குறியீடு உரை',
|
||||
'saml' => 'SAML',
|
||||
'saml_title' => 'Update SAML settings',
|
||||
'saml_help' => 'SAML settings',
|
||||
'saml_enabled' => 'SAML enabled',
|
||||
'saml_integration' => 'SAML Integration',
|
||||
'saml_sp_entityid' => 'Entity ID',
|
||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||
'saml_sp_x509cert' => 'Public Certificate',
|
||||
'saml_sp_metadata_url' => 'Metadata URL',
|
||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
|
||||
'saml_forcelogin_label' => 'SAML Force Login',
|
||||
'saml_forcelogin' => 'Make SAML the primary login',
|
||||
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
|
||||
'saml_slo_label' => 'SAML Single Log Out',
|
||||
'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
|
||||
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
|
||||
'saml_custom_settings' => 'SAML Custom Settings',
|
||||
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
|
||||
'saml_download' => 'Download Metadata',
|
||||
'setting' => 'அமைப்பை',
|
||||
'settings' => 'அமைப்புகள்',
|
||||
'show_alerts_in_menu' => 'Show alerts in top menu',
|
||||
'show_archived_in_list' => 'Archived Assets',
|
||||
'show_archived_in_list_text' => 'Show archived assets in the "all assets" listing',
|
||||
'show_assigned_assets' => 'Show assets assigned to assets',
|
||||
'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
|
||||
'show_images_in_email' => 'Show images in emails',
|
||||
'show_images_in_email_help' => 'Uncheck this box if your Snipe-IT installation is behind a VPN or closed network and users outside the network will not be able to load images served from this installation in their emails.',
|
||||
'site_name' => 'தள பெயர்',
|
||||
'integrations' => 'Integrations',
|
||||
'slack' => 'Slack',
|
||||
'general_webhook' => 'General Webhook',
|
||||
'ms_teams' => 'Microsoft Teams',
|
||||
'webhook' => ':app',
|
||||
'webhook_presave' => 'Test to Save',
|
||||
'webhook_title' => 'Update Webhook Settings',
|
||||
'webhook_help' => 'Integration settings',
|
||||
'webhook_botname' => ':app Botname',
|
||||
'webhook_channel' => ':app Channel',
|
||||
'webhook_endpoint' => ':app Endpoint',
|
||||
'webhook_integration' => ':app Settings',
|
||||
'webhook_test' =>'Test :app integration',
|
||||
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
|
||||
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
|
||||
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
|
||||
'snipe_version' => 'ஸ்னாப்-ஐடி பதிப்பு',
|
||||
'support_footer' => 'Support Footer Links ',
|
||||
'support_footer_help' => 'Specify who sees the links to the Snipe-IT Support info and Users Manual',
|
||||
'version_footer' => 'Version in Footer ',
|
||||
'version_footer_help' => 'Specify who sees the Snipe-IT version and build number.',
|
||||
'system' => 'கணினி தகவல்',
|
||||
'update' => 'அமைப்புகள் புதுப்பிக்கவும்',
|
||||
'value' => 'மதிப்பு',
|
||||
'brand' => 'பிராண்டிங்',
|
||||
'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css',
|
||||
'brand_help' => 'Logo, Site Name',
|
||||
'web_brand' => 'Web Branding Type',
|
||||
'about_settings_title' => 'அமைப்புகள் பற்றி',
|
||||
'about_settings_text' => 'உங்கள் நிறுவலின் சில அம்சங்களைத் தனிப்பயனாக்க இந்த அமைப்புகள் உங்களை அனுமதிக்கின்றன.',
|
||||
'labels_per_page' => 'பக்கத்திற்கு லேபிள்கள்',
|
||||
'label_dimensions' => 'லேபிள் பரிமாணங்கள் (அங்குலங்கள்)',
|
||||
'next_auto_tag_base' => 'அடுத்த ஆட்டோ-அதிகரிப்பு',
|
||||
'page_padding' => 'பக்க விளிம்புகள் (அங்குலங்கள்)',
|
||||
'privacy_policy_link' => 'Link to Privacy Policy',
|
||||
'privacy_policy' => 'Privacy Policy',
|
||||
'privacy_policy_link_help' => 'If a url is included here, a link to your privacy policy will be included in the app footer and in any emails that the system sends out, in compliance with GDPR. ',
|
||||
'purge' => 'நீக்கப்பட்ட ரெகார்டுகளை அகற்றவும்',
|
||||
'purge_deleted' => 'Purge Deleted ',
|
||||
'labels_display_bgutter' => 'லேபிள் கீழ்க்காணும்',
|
||||
'labels_display_sgutter' => 'லேபிள் பக்க ஜட்டர்',
|
||||
'labels_fontsize' => 'லேபிள் எழுத்துரு அளவு',
|
||||
'labels_pagewidth' => 'லேபிள் தாள் அகலம்',
|
||||
'labels_pageheight' => 'லேபிள் தாள் உயரம்',
|
||||
'label_gutters' => 'லேபிள் இடைவெளி (அங்குலங்கள்)',
|
||||
'page_dimensions' => 'பக்க பரிமாணங்கள் (அங்குலங்கள்)',
|
||||
'label_fields' => 'லேபிள் புலங்கள்',
|
||||
'inches' => 'அங்குல',
|
||||
'width_w' => 'W',
|
||||
'height_h' => 'மணி',
|
||||
'show_url_in_emails' => 'மின்னஞ்சல்களில் Snipe-IT இணைப்பு',
|
||||
'show_url_in_emails_help_text' => 'உங்கள் மின்னஞ்சல் அடிக்குறிப்புகளில் உங்கள் கத்தோலிக்க-தகவல் நிறுவலுக்கு மீண்டும் இணைக்க விரும்பவில்லை என்றால் இந்த பெட்டியைத் தேர்வுநீக்குக. உங்கள் பயனர்களில் பெரும்பாலானவர்கள் உள்நுழையவில்லை என்றால் பயனுள்ளதாக இருக்கும்.',
|
||||
'text_pt' => 'புள்',
|
||||
'thumbnail_max_h' => 'அதிகபட்ச சிறு உயரம்',
|
||||
'thumbnail_max_h_help' => 'பட்டியல் பார்வையில் சிறுபடங்களைக் காட்டக்கூடிய பிக்சல்களில் அதிகபட்ச உயரம். குறைந்தபட்சம் 25, அதிகபட்சம் 500.',
|
||||
'two_factor' => 'இரண்டு காரணி அங்கீகாரம்',
|
||||
'two_factor_secret' => 'இரண்டு காரணி குறியீடு',
|
||||
'two_factor_enrollment' => 'இரண்டு காரணி பதிவு',
|
||||
'two_factor_enabled_text' => 'இரு காரணி இயக்கு',
|
||||
'two_factor_reset' => 'இரண்டு காரணி இரகசியத்தை மீட்டமை',
|
||||
'two_factor_reset_help' => 'This will force the user to enroll their device with their authenticator app again. This can be useful if their currently enrolled device is lost or stolen. ',
|
||||
'two_factor_reset_success' => 'இரண்டு காரணி சாதனம் வெற்றிகரமாக மீட்டமைக்கப்பட்டது',
|
||||
'two_factor_reset_error' => 'இரண்டு காரணி சாதன மீட்டமைப்பு தோல்வியடைந்தது',
|
||||
'two_factor_enabled_warning' => 'தற்போது இயங்கவில்லையெனில் இரண்டு-காரணி செயல்படுத்துவதால், உடனடியாக Google Auth பதிவுசெய்யப்பட்ட சாதனத்துடன் அங்கீகரிக்கும்படி கட்டாயப்படுத்தும். ஒருவர் தற்போது பதிவுசெய்யப்படவில்லை என்றால், உங்கள் சாதனம் பதிவுசெய்யும் திறனை நீங்கள் பெறுவீர்கள்.',
|
||||
'two_factor_enabled_help' => 'இது Google Authenticator ஐ பயன்படுத்தி இரு காரணி அங்கீகாரத்தை இயக்கும்.',
|
||||
'two_factor_optional' => 'தேர்ந்தெடுக்கப்பட்டவர்கள் (அனுமதிக்கப்பட்டால் பயனர்கள் இயக்கலாம் அல்லது முடக்கலாம்)',
|
||||
'two_factor_required' => 'எல்லா பயனர்களுக்கும் தேவை',
|
||||
'two_factor_disabled' => 'முடக்கப்பட்டது',
|
||||
'two_factor_enter_code' => 'இரு காரணி குறியீடு உள்ளிடவும்',
|
||||
'two_factor_config_complete' => 'கோட் சமர்ப்பிக்கவும்',
|
||||
'two_factor_enabled_edit_not_allowed' => 'இந்த அமைப்பைத் திருத்த உங்கள் நிர்வாகி அனுமதிக்கவில்லை.',
|
||||
'two_factor_enrollment_text' => "இரண்டு காரணி அங்கீகாரம் தேவைப்படுகிறது, ஆனால் உங்கள் சாதனம் இதுவரை பதிவுசெய்யப்படவில்லை. உங்கள் Google Authenticator பயன்பாட்டைத் திறந்து உங்கள் சாதனத்தை சேர்ப்பதற்கு கீழே உள்ள QR குறியீட்டை ஸ்கேன் செய்யவும். உங்கள் சாதனத்தை நீங்கள் சேர்ந்தவுடன், கீழே உள்ள குறியீட்டை உள்ளிடுக",
|
||||
'require_accept_signature' => 'கையொப்பம் தேவை',
|
||||
'require_accept_signature_help_text' => 'இந்த அம்சத்தை இயக்குவதால், சொத்துக்களை ஏற்கும் வகையில் பயனர்கள் உடனே உள்நுழைய வேண்டும்.',
|
||||
'left' => 'விட்டு',
|
||||
'right' => 'வலது',
|
||||
'top' => 'மேல்',
|
||||
'bottom' => 'கீழே',
|
||||
'vertical' => 'செங்குத்து',
|
||||
'horizontal' => 'கிடைமட்ட',
|
||||
'unique_serial' => 'Unique serial numbers',
|
||||
'unique_serial_help_text' => 'Checking this box will enforce a uniqueness constraint on asset serials',
|
||||
'zerofill_count' => 'சொரெஃபைல் உள்ளிட்ட சொத்தின் குறிச்சொற்களை நீளம்',
|
||||
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
|
||||
'oauth_title' => 'OAuth API Settings',
|
||||
'oauth' => 'OAuth',
|
||||
'oauth_help' => 'Oauth Endpoint Settings',
|
||||
'asset_tag_title' => 'Update Asset Tag Settings',
|
||||
'barcode_title' => 'Update Barcode Settings',
|
||||
'barcodes' => 'Barcodes',
|
||||
'barcodes_help_overview' => 'Barcode & QR settings',
|
||||
'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.',
|
||||
'barcodes_spinner' => 'Attempting to delete files...',
|
||||
'barcode_delete_cache' => 'Delete Barcode Cache',
|
||||
'branding_title' => 'Update Branding Settings',
|
||||
'general_title' => 'Update General Settings',
|
||||
'mail_test' => 'Send Test',
|
||||
'mail_test_help' => 'This will attempt to send a test mail to :replyto.',
|
||||
'filter_by_keyword' => 'Filter by setting keyword',
|
||||
'security' => 'Security',
|
||||
'security_title' => 'Update Security Settings',
|
||||
'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication',
|
||||
'security_help' => 'Two-factor, Password Restrictions',
|
||||
'groups_keywords' => 'permissions, permission groups, authorization',
|
||||
'groups_help' => 'Account permission groups',
|
||||
'localization' => 'Localization',
|
||||
'localization_title' => 'Update Localization Settings',
|
||||
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
|
||||
'localization_help' => 'Language, date display',
|
||||
'notifications' => 'Notifications',
|
||||
'notifications_help' => 'Email Alerts & Audit Settings',
|
||||
'asset_tags_help' => 'Incrementing and prefixes',
|
||||
'labels' => 'Labels',
|
||||
'labels_title' => 'Update Label Settings',
|
||||
'labels_help' => 'Label sizes & settings',
|
||||
'purge' => 'Purge',
|
||||
'purge_keywords' => 'permanently delete',
|
||||
'purge_help' => 'நீக்கப்பட்ட ரெகார்டுகளை அகற்றவும்',
|
||||
'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.',
|
||||
'ldap_ad' => 'LDAP/AD',
|
||||
'employee_number' => 'Employee Number',
|
||||
'create_admin_user' => 'Create a User ::',
|
||||
'create_admin_success' => 'Success! Your admin user has been added!',
|
||||
'create_admin_redirect' => 'Click here to go to your app login!',
|
||||
'setup_migrations' => 'Database Migrations ::',
|
||||
'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!',
|
||||
'setup_successful_migrations' => 'Your database tables have been created',
|
||||
'setup_migration_output' => 'Migration output:',
|
||||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'ldap_settings_link' => 'LDAP Settings Page',
|
||||
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
|
||||
'label2_enable' => 'New Label Engine',
|
||||
'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>',
|
||||
'label2_template' => 'Template',
|
||||
'label2_template_help' => 'Select which template to use for label generation',
|
||||
'label2_title' => 'தலைப்பு',
|
||||
'label2_title_help' => 'The title to show on labels that support it',
|
||||
'label2_title_help_phold' => 'The placeholder <code>{COMPANY}</code> will be replaced with the asset's company name',
|
||||
'label2_asset_logo' => 'Use Asset Logo',
|
||||
'label2_asset_logo_help' => 'Use the logo of the asset's assigned company, rather than the value at <code>:setting_name</code>',
|
||||
'label2_1d_type' => '1D Barcode Type',
|
||||
'label2_1d_type_help' => 'Format for 1D barcodes',
|
||||
'label2_2d_type' => '2 டி பார்கோடு வகை',
|
||||
'label2_2d_type_help' => 'Format for 2D barcodes',
|
||||
'label2_2d_target' => '2D Barcode Target',
|
||||
'label2_2d_target_help' => 'The URL the 2D barcode points to when scanned',
|
||||
'label2_fields' => 'Field Definitions',
|
||||
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
|
||||
'help_asterisk_bold' => 'Text entered as <code>**text**</code> will be displayed as bold',
|
||||
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
|
||||
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
|
||||
'default' => 'Default',
|
||||
'none' => 'None',
|
||||
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
|
||||
'google_login' => 'Google Workspace Login Settings',
|
||||
'enable_google_login' => 'Enable users to login with Google Workspace',
|
||||
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
|
||||
'mail_reply_to' => 'Mail Reply-To Address',
|
||||
'mail_from' => 'Mail From Address',
|
||||
'database_driver' => 'Database Driver',
|
||||
'bs_table_storage' => 'Table Storage',
|
||||
'timezone' => 'Timezone',
|
||||
|
||||
];
|
@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'update' => [
|
||||
'error' => 'புதுப்பித்தல் போது ஒரு பிழை ஏற்பட்டது.',
|
||||
'success' => 'அமைப்புகள் வெற்றிகரமாக புதுப்பிக்கப்பட்டன.',
|
||||
],
|
||||
'backup' => [
|
||||
'delete_confirm' => 'இந்த காப்புப் பிரதி கோப்பை நிச்சயமாக நீக்க விரும்புகிறீர்களா? இந்த செயலைச் செயல்தவிர்க்க முடியாது.',
|
||||
'file_deleted' => 'காப்புப்பதிவு வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
'generated' => 'ஒரு புதிய காப்புப்பதிவு வெற்றிகரமாக உருவாக்கப்பட்டது.',
|
||||
'file_not_found' => 'அந்த காப்புப் பிரதி சர்வரில் கண்டுபிடிக்க முடியவில்லை.',
|
||||
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
|
||||
'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
|
||||
],
|
||||
'purge' => [
|
||||
'error' => 'அகற்றும் போது பிழை ஏற்பட்டது.',
|
||||
'validation_failed' => 'உங்கள் தூய்மைப்படுத்தல் உறுதிப்படுத்தல் தவறானது. உறுதிப்படுத்தல் பெட்டியில் "DELETE" என்ற வார்த்தையை தயவுசெய்து தட்டச்சு செய்யவும்.',
|
||||
'success' => 'நீக்கப்பட்ட பதிவுகள் வெற்றிகரமாக நீக்கப்பட்டன.',
|
||||
],
|
||||
'mail' => [
|
||||
'sending' => 'Sending Test Email...',
|
||||
'success' => 'Mail sent!',
|
||||
'error' => 'Mail could not be sent.',
|
||||
'additional' => 'No additional error message provided. Check your mail settings and your app log.'
|
||||
],
|
||||
'ldap' => [
|
||||
'testing' => 'Testing LDAP Connection, Binding & Query ...',
|
||||
'500' => '500 Server Error. Please check your server logs for more information.',
|
||||
'error' => 'Something went wrong :(',
|
||||
'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:',
|
||||
'testing_authentication' => 'Testing LDAP Authentication...',
|
||||
'authentication_success' => 'User authenticated against LDAP successfully!'
|
||||
],
|
||||
'webhook' => [
|
||||
'sending' => 'Sending :app test message...',
|
||||
'success' => 'Your :webhook_name Integration works!',
|
||||
'success_pt1' => 'Success! Check the ',
|
||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||
'500' => '500 Server Error.',
|
||||
'error' => 'Something went wrong. :app responded with: :error_message',
|
||||
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
|
||||
'error_misc' => 'Something went wrong. :( ',
|
||||
]
|
||||
];
|
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'created' => 'உருவாக்கப்பட்டது',
|
||||
'size' => 'Size',
|
||||
);
|
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'does_not_exist' => 'நிலை லேபிள் இல்லை.',
|
||||
'deleted_label' => 'Deleted Status Label',
|
||||
'assoc_assets' => 'இந்த தகுதி லேபிள் தற்போது குறைந்தது ஒரு சொத்துடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. தயவு செய்து உங்கள் சொத்துக்களை இனி இந்த நிலையை குறிப்பிடாமல் புதுப்பிக்கவும்.',
|
||||
|
||||
'create' => [
|
||||
'error' => 'நிலை லேபிள் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'நிலை லேபிள் வெற்றிகரமாக உருவாக்கப்பட்டது.',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'நிலைவட்டு லேபிள் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'தகுதி லேபிள் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'இந்த நிலைப்பட்டியலை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'நிலை லேபிள் நீக்கப்பட்ட ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'தகுதி லேபிள் வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
],
|
||||
|
||||
'help' => [
|
||||
'undeployable' => 'இந்த சொத்துக்களை யாருக்கும் ஒதுக்க முடியாது.',
|
||||
'deployable' => 'இந்த சொத்துகள் சோதிக்கப்படலாம். அவர்கள் நியமிக்கப்பட்டவுடன், அவர்கள் <i class="fas fa-circle text-blue"></i> <strong>Deployed</strong> என்ற மெட்டா நிலைப்பாட்டை எடுப்பார்கள்.',
|
||||
'archived' => 'இந்த சொத்துகள் சரிபார்க்கப்படாது, மேலும் காப்பகப்படுத்தப்பட்ட காட்சியில் மட்டுமே காண்பிக்கப்படும். இது வரவு செலவுத் திட்டத்திற்கான / வரலாற்று நோக்கங்களுக்காக சொத்துக்களைப் பற்றிய தகவலைத் தக்கவைத்துக்கொள்வதற்கும், தினசரி சொத்து பட்டியலில் இருந்து அவற்றைப் பாதுகாப்பதற்கும் பயனுள்ளதாக இருக்கும்.',
|
||||
'pending' => 'இந்த சொத்துக்கள் இன்னும் யாருக்கும் ஒதுக்கப்பட முடியாது, பெரும்பாலும் பழுதுக்காக வெளியேற்றப்பட்ட பொருட்களுக்குப் பயன்படுத்தப்படுகின்றன, ஆனால் புழக்கத்திற்கு திரும்ப எதிர்பார்க்கப்படுகிறது.',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about' => 'தகுதி லேபிள்களைப் பற்றி',
|
||||
'archived' => 'காப்பகப்படுத்தியவை',
|
||||
'create' => 'நிலை லேபிள் உருவாக்கவும்',
|
||||
'color' => 'விளக்கப்படம் நிறம்',
|
||||
'default_label' => 'Default Label',
|
||||
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
|
||||
'deployable' => 'அணியப்படுத்தக்',
|
||||
'info' => 'நிலைமை லேபிள்கள் உங்கள் சொத்துக்கள் இருக்கும் பல்வேறு மாநிலங்களை விவரிக்க பயன்படுத்தப்படுகின்றன. அவை சரிசெய்யப்பட்டு, இழந்த / திருடப்பட்டவையாக இருக்கலாம். நீங்கள் வரிசைப்படுத்தக்கூடிய, நிலுவையிலுள்ள மற்றும் காப்பகப்படுத்தப்பட்ட சொத்துகளுக்கான புதிய நிலை லேபிள்களை உருவாக்கலாம்.',
|
||||
'name' => 'நிலைமை பெயர்',
|
||||
'pending' => 'நிலுவையில்',
|
||||
'status_type' => 'நிலை வகை',
|
||||
'show_in_nav' => 'பக்க nav இல் காட்டு',
|
||||
'title' => 'நிலை லேபிள்கள்',
|
||||
'undeployable' => 'Undeployable',
|
||||
'update' => 'Status Label ஐப் புதுப்பிக்கவும்',
|
||||
);
|
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted supplier',
|
||||
'does_not_exist' => 'சப்ளையர் இல்லை.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'சப்ளையர் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'சப்ளையர் வெற்றிகரமாக உருவாக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'சப்ளையர் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
|
||||
'success' => 'சப்ளையர் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'இந்த சப்ளையரை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
|
||||
'error' => 'சப்ளையரை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'சப்ளையர் வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
|
||||
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
|
||||
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_suppliers_title' => 'சப்ளையர்கள் பற்றி',
|
||||
'about_suppliers_text' => 'சப்ளையர்கள் உருப்படிகளின் மூலத்தைக் கண்டறிய பயன்படுகிறது',
|
||||
'address' => 'சப்ளையர் முகவரி',
|
||||
'assets' => 'சொத்துக்கள்',
|
||||
'city' => 'பெருநகரம்',
|
||||
'contact' => 'தொடர்பு பெயர்',
|
||||
'country' => 'நாடு',
|
||||
'create' => 'சப்ளையர் உருவாக்கவும்',
|
||||
'email' => 'மின்னஞ்சல்',
|
||||
'fax' => 'தொலைநகல்',
|
||||
'id' => 'ஐடி',
|
||||
'licenses' => 'உரிமங்கள்',
|
||||
'name' => 'விற்பனையாளர் பெயர்',
|
||||
'notes' => 'குறிப்புக்கள்',
|
||||
'phone' => 'தொலைபேசி',
|
||||
'state' => 'நிலை',
|
||||
'suppliers' => 'சப்ளையர்கள்',
|
||||
'update' => 'மேம்படுத்தல் வழங்குநர்',
|
||||
'view' => 'சப்ளையரைக் காண்க',
|
||||
'view_assets_for' => 'சொத்துகளுக்கான பார்வை',
|
||||
'zip' => 'அஞ்சல் குறியீடு',
|
||||
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'activated_help_text' => 'This user can login',
|
||||
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
|
||||
'assets_user' => 'பெயரிடப்பட்ட சொத்துகள்: பெயர்',
|
||||
'bulk_update_warn' => 'User_count பயனர்களின் பண்புகளை நீங்கள் திருத்த வேண்டும். இந்த படிவத்தைப் பயன்படுத்தி உங்கள் சொந்த பயனர் பண்புகளை நீங்கள் மாற்ற முடியாது என்பதை நினைவில் கொள்ளவும், உங்கள் தனிப்பட்ட பயனருக்கு தனித்தனியாக திருத்தவும் வேண்டும்.',
|
||||
'bulk_update_help' => 'பல முறை பயனர்களைப் புதுப்பிக்க இந்த படிவம் உங்களை அனுமதிக்கிறது. நீங்கள் மாற்ற வேண்டிய துறைகள் மட்டுமே நிரப்பவும். காலியாக உள்ள எந்த புலமும் மாறாமல் இருக்கும்.',
|
||||
'current_assets' => 'இந்த பயனருக்கு தற்போது சொத்துகள் சரிபார்க்கப்பட்டன',
|
||||
'clone' => 'குளோன் பயனர்',
|
||||
'contact_user' => 'தொடர்பு: பெயர்',
|
||||
'edit' => 'பயனர் திருத்து',
|
||||
'filetype_info' => 'அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, jpeg, doc, docx, pdf, txt, zip மற்றும் rar ஆகியவை.',
|
||||
'history_user' => 'வரலாறு: பெயர்',
|
||||
'info' => 'தகவல்',
|
||||
'restore_user' => 'அவற்றை மீட்டெடுக்க இங்கு கிளிக் செய்க.',
|
||||
'last_login' => 'கடைசி தேதி',
|
||||
'ldap_config_text' => 'LDAP உள்ளமைவு அமைப்புகள் நிர்வாகம்> அமைப்புகள். இறக்குமதி செய்யப்பட்ட அனைத்து பயனர்களுக்கும் (விரும்பினால்) தேர்ந்தெடுக்கப்பட்ட இடம் அமைக்கப்படும்.',
|
||||
'print_assigned' => 'ஒப்படைக்கப்பட்ட அனைத்தையும் அச்சிடு',
|
||||
'email_assigned' => 'Email List of All Assigned',
|
||||
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
||||
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
|
||||
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
|
||||
'software_user' => 'மென்பொருள் சரிபார்க்கப்பட்டது: பெயர்',
|
||||
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
||||
'view_user' => 'பயனர் காண்க: பெயர்',
|
||||
'usercsv' => 'CSV கோப்பு',
|
||||
'two_factor_admin_optin_help' => 'உங்கள் தற்போதைய நிர்வாக அமைப்புகள் இரண்டு காரணி அங்கீகரிப்பின் தேர்ந்தெடுக்கப்பட்ட செயல்பாட்டை அனுமதிக்கின்றன.',
|
||||
'two_factor_enrolled' => '2FA சாதனம் பதிவுசெய்யப்பட்டது',
|
||||
'two_factor_active' => '2FA செயலில்',
|
||||
'user_deactivated' => 'User cannot login',
|
||||
'user_activated' => 'User can login',
|
||||
'activation_status_warning' => 'Do not change activation status',
|
||||
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
|
||||
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
|
||||
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
|
||||
'remove_group_memberships' => 'Remove Group Memberships',
|
||||
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
|
||||
'update_user_assets_status' => 'Update all assets for these users to this status',
|
||||
'checkin_user_properties' => 'Check in all properties associated with these users',
|
||||
'remote_label' => 'This is a remote user',
|
||||
'remote' => 'Remote',
|
||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||
'not_remote_label' => 'This is not a remote user',
|
||||
'vip_label' => 'VIP user',
|
||||
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
|
||||
'create_user' => 'Create a user',
|
||||
'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.',
|
||||
'email_credentials' => 'Email credentials',
|
||||
'email_credentials_text' => 'Email my credentials to the email address above',
|
||||
'next_save_user' => 'Next: Save User',
|
||||
'all_assigned_list_generation' => 'Generated on:',
|
||||
'email_user_creds_on_create' => 'Email this user their credentials?',
|
||||
];
|
@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'accepted' => 'இந்த சொத்தை வெற்றிகரமாக ஏற்றுக்கொண்டீர்கள்.',
|
||||
'declined' => 'இந்த சொத்து வெற்றிகரமாக நிராகரித்தது.',
|
||||
'bulk_manager_warn' => 'உங்கள் பயனர் வெற்றிகரமாக புதுப்பிக்கப்பட்டிருந்தாலும், உங்கள் மேலாளர் நுழைவு சேமிக்கப்படவில்லை, ஏனெனில் நீங்கள் தேர்ந்தெடுத்த மேலாளர் பயனர் பட்டியலில் திருத்தப்பட வேண்டும், மேலும் பயனர்கள் தங்கள் மேலாளராக இருக்கலாம். மேலாளரைத் தவிர்த்து உங்கள் பயனர்களை மீண்டும் தேர்ந்தெடுக்கவும்.',
|
||||
'user_exists' => 'பயனர் ஏற்கனவே உள்ளது!',
|
||||
'user_not_found' => 'பயனர் இல்லை.',
|
||||
'user_login_required' => 'உள்நுழைவுத் துறை தேவைப்படுகிறது',
|
||||
'user_has_no_assets_assigned' => 'No assets currently assigned to user.',
|
||||
'user_password_required' => 'கடவுச்சொல் தேவை.',
|
||||
'insufficient_permissions' => 'போதிய அனுமதிகள் இல்லை.',
|
||||
'user_deleted_warning' => 'இந்த பயனர் நீக்கப்பட்டது. நீங்கள் அவற்றை திருத்தவோ அல்லது புதிய சொத்துகளை ஒதுக்கவோ இந்த பயனரை மீட்டெடுக்க வேண்டும்.',
|
||||
'ldap_not_configured' => 'இந்த நிறுவலுக்கு LDAP ஒருங்கிணைப்பு கட்டமைக்கப்படவில்லை.',
|
||||
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
|
||||
'password_reset_sent' => 'A password reset link has been sent to :email!',
|
||||
'user_has_no_email' => 'This user does not have an email address in their profile.',
|
||||
'log_record_not_found' => 'A matching log record for this user could not be found.',
|
||||
|
||||
|
||||
'success' => array(
|
||||
'create' => 'பயனர் வெற்றிகரமாக உருவாக்கப்பட்டது.',
|
||||
'update' => 'பயனர் வெற்றிகரமாக மேம்படுத்தப்பட்டது.',
|
||||
'update_bulk' => 'பயனர்கள் வெற்றிகரமாக மேம்படுத்தப்பட்டன!',
|
||||
'delete' => 'பயனர் வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
'ban' => 'பயனர் வெற்றிகரமாக தடை செய்யப்பட்டது.',
|
||||
'unban' => 'பயனர் வெற்றிகரமாக தடைசெய்யப்படவில்லை.',
|
||||
'suspend' => 'பயனர் வெற்றிகரமாக இடைநீக்கம் செய்யப்பட்டார்.',
|
||||
'unsuspend' => 'பயனர் வெற்றிகரமாக தடுக்கப்படவில்லை.',
|
||||
'restored' => 'பயனர் வெற்றிகரமாக மீட்டமைக்கப்பட்டார்.',
|
||||
'import' => 'பயனர்கள் வெற்றிகரமாக இறக்குமதி செய்தனர்.',
|
||||
),
|
||||
|
||||
'error' => array(
|
||||
'create' => 'பயனர் உருவாக்கும் சிக்கல் ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'update' => 'பயனரைப் புதுப்பிப்பதில் சிக்கல் ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'delete' => 'பயனரை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'delete_has_assets' => 'இந்த பயனருக்கு ஒதுக்கப்பட்டுள்ள உருப்படிகளைக் கொண்டுள்ளது, மேலும் நீக்க முடியாது.',
|
||||
'unsuspend' => 'பயனரை unsuspending ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'import' => 'பயனர்களை இறக்குமதி செய்வதில் சிக்கல் ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'asset_already_accepted' => 'இந்த சொத்து ஏற்கனவே ஏற்கப்பட்டுள்ளது.',
|
||||
'accept_or_decline' => 'நீங்கள் இந்த சொத்தை ஏற்கவோ அல்லது குறைக்கவோ கூடாது.',
|
||||
'incorrect_user_accepted' => 'நீங்கள் ஏற்றுக்கொள்ள முயற்சித்த சொத்து உங்களிடம் சோதிக்கப்படவில்லை.',
|
||||
'ldap_could_not_connect' => 'LDAP சேவையகத்துடன் இணைக்க முடியவில்லை. LDAP கட்டமைப்பு கோப்பில் உங்கள் LDAP சர்வர் கட்டமைப்பை சரிபார்க்கவும். <br> LDAP சேவையகத்திலிருந்து பிழை:',
|
||||
'ldap_could_not_bind' => 'LDAP சேவையகத்துடன் இணைக்க முடியவில்லை. LDAP கட்டமைப்பு கோப்பில் உங்கள் LDAP சர்வர் கட்டமைப்பை சரிபார்க்கவும். <br> LDAP சேவையகத்திலிருந்து பிழை:',
|
||||
'ldap_could_not_search' => 'LDAP சேவையகத்தை தேட முடியவில்லை. LDAP கட்டமைப்பு கோப்பில் உங்கள் LDAP சர்வர் கட்டமைப்பை சரிபார்க்கவும். <br> LDAP சேவையகத்திலிருந்து பிழை:',
|
||||
'ldap_could_not_get_entries' => 'LDAP சேவையகத்திலிருந்து உள்ளீடுகளை பெற முடியவில்லை. LDAP கட்டமைப்பு கோப்பில் உங்கள் LDAP சர்வர் கட்டமைப்பை சரிபார்க்கவும். <br> LDAP சேவையகத்திலிருந்து பிழை:',
|
||||
'password_ldap' => 'இந்த கணக்கிற்கான கடவுச்சொல் LDAP / Active Directory மூலம் நிர்வகிக்கப்படுகிறது. உங்கள் கடவுச்சொல்லை மாற்ற உங்கள் IT பிரிவை தொடர்பு கொள்ளவும்.',
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'கோப்பு நீக்கப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'கோப்பு வெற்றிகரமாக நீக்கப்பட்டது.',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => 'கோப்பு (கள்) பதிவேற்றப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
|
||||
'success' => 'கோப்பு (கள்) வெற்றிகரமாக பதிவேற்றப்பட்டது.',
|
||||
'nofiles' => 'பதிவேற்றுவதற்கான எந்தவொரு கோப்பையும் நீங்கள் தேர்ந்தெடுக்கவில்லை',
|
||||
'invalidfiles' => 'உங்கள் கோப்புகளில் ஒன்று அல்லது அதற்கு மேற்பட்டவை மிக அதிகமாக உள்ளது அல்லது அனுமதிக்கப்படாத கோப்பு வகை உள்ளது. அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, doc, docx, pdf மற்றும் txt ஆகியவை.',
|
||||
),
|
||||
|
||||
'inventorynotification' => array(
|
||||
'error' => 'This user has no email set.',
|
||||
'success' => 'The user has been notified about their current inventory.'
|
||||
)
|
||||
);
|
@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'activated' => 'செயலில்',
|
||||
'allow' => 'அனுமதி',
|
||||
'checkedout' => 'சொத்துக்கள்',
|
||||
'created_at' => 'உருவாக்கப்பட்டது',
|
||||
'createuser' => 'பயனர் உருவாக்கவும்',
|
||||
'deny' => 'மறு',
|
||||
'email' => 'மின்னஞ்சல்',
|
||||
'employee_num' => 'பணியாளர் எண்',
|
||||
'first_name' => 'முதல் பெயர்',
|
||||
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
|
||||
'id' => 'ஐடி',
|
||||
'inherit' => 'மரபுரிமையாக',
|
||||
'job' => 'வேலை தலைப்பு',
|
||||
'last_login' => 'கடைசி தேதி',
|
||||
'last_name' => 'கடைசி பெயர்',
|
||||
'location' => 'இருப்பிடம்',
|
||||
'lock_passwords' => 'இந்த நிறுவலில் உள்நுழைவு விவரங்களை மாற்ற முடியாது.',
|
||||
'manager' => 'மேலாளர்',
|
||||
'managed_locations' => 'நிர்வகிக்கப்பட்ட இடங்கள்',
|
||||
'name' => 'பெயர்',
|
||||
'nogroup' => 'No groups have been created yet. To add one, visit: ',
|
||||
'notes' => 'குறிப்புக்கள்',
|
||||
'password_confirm' => 'கடவுச்சொல்லை உறுதிப்படுத்துக',
|
||||
'password' => 'கடவுச்சொல்',
|
||||
'phone' => 'தொலைபேசி',
|
||||
'show_current' => 'தற்போதைய பயனர்களைக் காட்டு',
|
||||
'show_deleted' => 'நீக்கப்பட்ட பயனர்களைக் காண்பி',
|
||||
'title' => 'தலைப்பு',
|
||||
'to_restore_them' => 'அவற்றை மீட்டெடுக்க',
|
||||
'total_assets_cost' => "Total Assets Cost",
|
||||
'updateuser' => 'பயனர் புதுப்பிக்கவும்',
|
||||
'username' => 'பயனர்பெயர்',
|
||||
'user_deleted_text' => 'இந்த பயனர் நீக்கப்பட்டதாக குறிக்கப்பட்டுள்ளது.',
|
||||
'username_note' => '(இது உள்நுழைவுக்காக அல்ல, செயலில் உள்ள டைரக்டரிக்கு மட்டுமே பயன்படுத்தப்படுகிறது.)',
|
||||
'cloneuser' => 'குளோன் பயனர்',
|
||||
'viewusers' => 'பயனர்களைக் காண்க',
|
||||
);
|
Reference in New Issue
Block a user