2017-04-06 21:36:33 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2017-10-17 18:52:20 -07:00
|
|
|
'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' => 'இருப்பிடம் புதுப்பிக்கவும்',
|
2021-04-26 18:11:48 -07:00
|
|
|
'print_assigned' => 'Print Assigned',
|
|
|
|
'print_all_assigned' => 'Print All Assigned',
|
2017-10-17 18:52:20 -07:00
|
|
|
'name' => 'இருப்பிடம் பெயர்',
|
|
|
|
'address' => 'முகவரி',
|
|
|
|
'zip' => 'அஞ்சல் குறியீடு',
|
|
|
|
'locations' => 'இடங்கள்',
|
|
|
|
'parent' => 'பெற்றோர்',
|
|
|
|
'currency' => 'இருப்பிடம் நாணய',
|
|
|
|
'ldap_ou' => 'LDAP தேடல் OU',
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|