snipe-it/resources/lang/mi/admin/manufacturers/table.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

17 lines
659 B
PHP

<?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',
'update' => 'Whakahōu Kaihanga',
'url' => 'URL',
);