mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
25 lines
1,009 B
PHP
25 lines
1,009 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => 'Tindakan',
|
|
'add' => 'Tambah Baru',
|
|
'cancel' => 'Batal',
|
|
'checkin_and_delete' => 'Checkin All / Delete User',
|
|
'delete' => 'Hapus',
|
|
'edit' => 'Sunting',
|
|
'restore' => 'Kembalikan',
|
|
'remove' => 'Remove',
|
|
'request' => 'Permintaan',
|
|
'submit' => 'Kirim',
|
|
'upload' => 'Unggah',
|
|
'select_file' => 'Pilih Berkas...',
|
|
'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' => 'Baru',
|
|
];
|