ajout app
This commit is contained in:
37
SNIPE-IT/resources/lang/en-ID/admin/components/message.php
Normal file
37
SNIPE-IT/resources/lang/en-ID/admin/components/message.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Komponen tidak ada.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Komponen belum dibuat, silahkan coba lagi.',
|
||||
'success' => 'Komponen berhasil dibuat.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Komponen gagal diubah, silahkan coba lagi',
|
||||
'success' => 'Komponen berhasil diubah.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Anda yakin akan mengahpus komponen ini?',
|
||||
'error' => 'Ada masalah untuk hapus komponen, silahkan coba kembali.',
|
||||
'success' => 'Komponen berhasil dihapus.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Komponen tidak bisa dikeluarkan, silahkan coba kembali',
|
||||
'success' => 'Komponen berhasil dikeluarkan.',
|
||||
'user_does_not_exist' => 'Pengguna tidak cocok. Silahkan coba lagi.',
|
||||
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Komponen tidak bisa dimasukan, silahkan coba lagi',
|
||||
'success' => 'Komponen berhasil dimasukan.',
|
||||
'user_does_not_exist' => 'Pengguna tidak cocok. Silahkan coba lagi.'
|
||||
)
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user