ok
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Kāore i te tīariari te wāhi.',
|
||||
'assoc_users' => 'Kei te hono tenei taangata ki tetahi kaiwhakamahi kotahi, kaore e taea te muku. Whakaorangia nga kaiwhakamahi kia kaua e tautuhi i tenei tauranga ka ngana ano.',
|
||||
'assoc_assets' => 'Kei te honohia tenei taapiri ki te iti rawa o te rawa me te kore e taea te muku. Whakaorangia nga taonga ki a koe kia kaua e tautuhi i tenei tauranga ka ngana ano.',
|
||||
'assoc_child_loc' => 'Kei tenei waahi te matua o te iti rawa o te mokopuna me te kore e taea te muku. Whakaorangia nga taangata ki a koe kia kaua e tautuhi i tenei tauranga ka ngana ano.',
|
||||
'assigned_assets' => 'Assigned Assets',
|
||||
'current_location' => 'Current Location',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Kāore i tuhia te wāhi, tēnā whakamātau anō.',
|
||||
'success' => 'He pai te hanganga o te wahi.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Kāore i whakahoutia te wāhi, tēnā whakamātau anō',
|
||||
'success' => 'Kua whakahoutia te tau.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Kei te hiahia koe ki te muku i tenei tauwāhi?',
|
||||
'error' => 'He raru kei te whakakore i te tauwāhi. Tena ngana ano.',
|
||||
'success' => 'I mukua te tauwāhi.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_locations_title' => 'Mō Ngā Tauwāhi',
|
||||
'about_locations' => 'Whakamahia ai nga waahi ki te aroturuki i nga korero tauwāhi mo nga kaiwhakamahi, nga rawa, me etahi atu mea',
|
||||
'assets_rtd' => 'Ngā taonga', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'Tahua kua tohua',
|
||||
'id' => 'ID',
|
||||
'city' => 'City',
|
||||
'state' => 'State',
|
||||
'country' => 'Whenua',
|
||||
'create' => 'Waihanga Wahi',
|
||||
'update' => 'Whakahōu Tauwāhi',
|
||||
'print_assigned' => 'Print Assigned',
|
||||
'print_all_assigned' => 'Print All Assigned',
|
||||
'name' => 'Ingoa Tauwāhi',
|
||||
'address' => 'Wāhitau',
|
||||
'address2' => 'Address Line 2',
|
||||
'zip' => 'Waehere Pouaka',
|
||||
'locations' => 'Tauranga',
|
||||
'parent' => 'Matua',
|
||||
'currency' => 'Wāhi Moni',
|
||||
'ldap_ou' => 'Rapua Rapu LDAP',
|
||||
'user_name' => 'User Name',
|
||||
'department' => 'Tari',
|
||||
'location' => 'Wāhi',
|
||||
'asset_tag' => 'Assets Tag',
|
||||
'asset_name' => 'Ingoa',
|
||||
'asset_category' => 'Kāwai',
|
||||
'asset_manufacturer' => 'Kaihanga',
|
||||
'asset_model' => 'Tauira',
|
||||
'asset_serial' => 'Waea',
|
||||
'asset_location' => 'Wāhi',
|
||||
'asset_checked_out' => 'Kua Mataarahia',
|
||||
'asset_expected_checkin' => 'Expected Checkin',
|
||||
'date' => 'Rā:',
|
||||
'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:',
|
||||
];
|
Reference in New Issue
Block a user