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' => 'Umkhiqizi akekho.',
'assoc_users' => 'Lo menzi okwamanje uhlotshaniswa okungenani oyisibonelo esisodwa futhi angeke asuswe. Sicela ubuyekeze amamodeli akho ukuba angasaphinde abhekisele kulo mkhiqizi futhi uzame futhi.',
'create' => array(
'error' => 'Umkhiqizi akazange adalwe, sicela uzame futhi.',
'success' => 'Umkhiqizi wadalwa ngempumelelo.'
),
'update' => array(
'error' => 'Umkhiqizi akabuyekezwanga, sicela uzame futhi',
'success' => 'Umkhiqizi ubuyekezwe ngempumelelo.'
),
'restore' => array(
'error' => 'Manufacturer was not restored, please try again',
'success' => 'Manufacturer restored successfully.'
),
'delete' => array(
'confirm' => 'Uqinisekile ukuthi ufisa ukususa lo menzi?',
'error' => 'Kube nenkinga yokususa umenzi. Ngicela uzame futhi.',
'success' => 'Umkhiqizi ususiwe ngempumelelo.'
)
);