mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
9db0b038a5
Signed-off-by: snipe <snipe@snipe.net>
25 lines
1,006 B
PHP
25 lines
1,006 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => 'Tindakan',
|
|
'add' => 'Tambah Baru',
|
|
'cancel' => 'Batalkan',
|
|
'checkin_and_delete' => 'Checkin All / Delete User',
|
|
'delete' => 'Hapus',
|
|
'edit' => 'Ubah',
|
|
'restore' => 'Kembalikan',
|
|
'remove' => 'Remove',
|
|
'request' => 'Permintaan',
|
|
'submit' => 'Kirim',
|
|
'upload' => 'Unggah',
|
|
'select_file' => 'Pilih file...',
|
|
'select_files' => 'Pilih File...',
|
|
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
|
|
'send_password_link' => 'Kirim Tautan Atur Ulang Kata Sandi',
|
|
'go' => 'Go',
|
|
'bulk_actions' => 'Bulk Actions',
|
|
'add_maintenance' => 'Add Maintenance',
|
|
'append' => 'Append',
|
|
'new' => 'New',
|
|
];
|