ok
This commit is contained in:
@ -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' => 'Kaore te kaihoko i te tīariari.',
|
||||
'assoc_users' => 'Ko tenei kaiwhakanao e whai ana ki tetahi tauira kotahi, kaore e taea te muku. Whakaorangia nga tauira kia kore koe e tohu i tenei kaihanga me te ngana ano.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Kāore i hangaia te kaihanga, tēnā whakamātau anō.',
|
||||
'success' => 'He pai te hanga a te kaihanga.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Kaore i te whakahoutia te kaihanga, na me ngana ano',
|
||||
'success' => 'Kua angitu te kaihanga.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Manufacturer was not restored, please try again',
|
||||
'success' => 'Manufacturer restored successfully.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Kei te hiahia koe ki te muku i tenei kaiwhakanao?',
|
||||
'error' => 'He raru kei te whakakore i te kaihanga. Tena ngana ano.',
|
||||
'success' => 'I mukua te Kaihanga.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_manufacturers_title' => 'Mo nga kaihanga',
|
||||
'about_manufacturers_text' => 'Ko nga kaihanga ko nga kamupene kei te waihanga i o taonga. Ka taea e koe te rokiroki i nga korero whakapiri tautoko nui e pa ana ki a ratou i konei, e whakaatuhia ana ki o raatau tuhinga taipitopito.',
|
||||
'asset_manufacturers' => 'Kaihanga Ahua',
|
||||
'create' => 'Waihanga Kaihanga',
|
||||
'id' => 'ID',
|
||||
'name' => 'Ingoa',
|
||||
'support_email' => 'Tautoko Īmēra',
|
||||
'support_phone' => 'Tautoko Waea',
|
||||
'support_url' => 'Tautoko URL',
|
||||
'warranty_lookup_url' => 'Warranty Lookup URL',
|
||||
'update' => 'Whakahōu Kaihanga',
|
||||
|
||||
);
|
Reference in New Issue
Block a user