ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

@ -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.'
)
);