snipe-it/resources/lang/ms/admin/accessories/message.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

37 lines
1.2 KiB
PHP

<?php
return [
'does_not_exist' => 'The accessory [:id] does not exist.',
'assoc_users' => 'Aksesori ini pada masa ini mempunyai: mengira item yang diperiksa kepada pengguna. Sila semak aksesori dan cuba lagi.',
'create' => [
'error' => 'Aksesori tidak dicipta, sila cuba lagi.',
'success' => 'Aksesori telah berjaya dicipta.',
],
'update' => [
'error' => 'Aksesori gagal dikemaskini, sila cuba lagi',
'success' => 'Aksesori berjaya dikemaskini.',
],
'delete' => [
'confirm' => 'Anda pasti anda mahu membuang aksesori ini?',
'error' => 'Ralat berlaku semasa membuang aksesori. Sila cuba lagi.',
'success' => 'Aksesori berjaya dibuang.',
],
'checkout' => [
'error' => 'Aksesori tidak diperiksa, sila cuba lagi',
'success' => 'Aksesori diperiksa dengan jayanya.',
'user_does_not_exist' => 'Pengguna itu tidak sah. Sila cuba lagi.',
],
'checkin' => [
'error' => 'Aksesori tidak diperiksa, sila cuba lagi',
'success' => 'Aksesori diperiksa dengan jayanya.',
'user_does_not_exist' => 'Pengguna itu tidak sah. Sila cuba lagi.',
],
];