label.php 987 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
<?php

return [
    'dashboard' => 'Beranda',
    'create' => 'Tambah',
    'edit' => 'Ubah',
    'update' => 'Update',
    'delete' => 'Hapus',
    'save' => 'Simpan',
Aan Choesni Herlingga committed
10
    'cancel' => 'Batal',
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
    'number' => 'No',
    'name' => 'Nama',
    'status' => 'Status',
    'action' => 'Aksi',
    'title' => 'Judul',
    'category' => 'Kategori',
    'date' => 'Tanggal',
    'sum' => 'Jumlah',
    'publish' => 'Terbitkan',
    'draft' => 'Rancangan',
    'cover_image' => 'Gambar Cover',
    'show_in_post' => 'Tampilkan dalam berita',
    'show_in_page' => 'Tampilkan dalam halaman',
    'viewer' => 'Penonton',
    'command' => 'Komentar',
26
    'event_date' => 'Tanggal Kegiatan',
Aan Choesni Herlingga committed
27
    'value' => 'Nilai',
28 29
    'upload' => 'Unggah',
    'download' => 'Unduh',
Aan Choesni Herlingga committed
30
    'title_show' => 'Judul ditampilkan',
Aan Choesni Herlingga committed
31
    'as' => 'Sebagai',
32
    'keys' => 'Kata Kunci',
33 34 35
    'unit' => 'Unit',
    'lecturer' => 'Dosen',
    'employe' => 'Tenaga Kependidikan',
36
    'academic-staff' => 'Tenaga Kependidikan',
Aan Choesni Herlingga committed
37
];