mdmsoft/yii2-admin

View on GitHub
messages/id/rbac-admin.php

Summary

Maintainability
C
1 day
Test Coverage
<?php

/**
 * Message translations for \mdmsoft\yii2-admin.
 *
 * It contains the localizable messages extracted from source code.
 * You may modify this file by translating the extracted messages.
 *
 * Each array element represents the translation (value) of a message (key).
 * If the value is empty, the message is considered as not translated.
 * Messages that no longer need translation will have their translations
 * enclosed between a pair of '@@' marks.
 *
 * Message string can be used with plural forms format. Check i18n section
 * of the guide for details.
 *
 * NOTE: this file must be saved in UTF-8 encoding.
 */
return [
    'Activate' => 'Mengaktifkan',
    'Add' => 'Tambah',
    'Assignments' => 'Penugasan',
    'Users' => 'Pengguna',
    'User' => 'Pemakai',
    'Change' => 'Ganti',
    'Change Password' => 'Ganti Kata Sandi',
    'Signup' => 'Daftar',
    'Login' => 'Masuk',
    'Send' => 'Kirim',
    'Available' => 'Tersedia',
    'Assigned' => 'Ditugaskan',
    'Create' => 'Buat',
    'Update' => 'Perbarui',
    'Roles' => 'Peran',
    'Create New' => 'Buat Baru',
    'Create Role' => 'Buat Peran',
    'Name' => 'Nama',
    'Type' => 'Tipe',
    'Description' => 'Deskripsi',
    'Rule Name' => 'Nama Aturan',
    'Data' => 'Data',
    'Update Role' => 'Perbarui Peran',
    'Delete' => 'Hapus',
    'Are you sure to delete this item?' => 'Apakah Anda yakin menghapus item ini?',
    'Are you sure you want to activate this user?' => 'Apakah Anda yakin ingin mengaktifkan pengguna ini?',
    'ID' => 'ID',
    'Parent' => 'Induk',
    'Parent Name' => 'Nama Induk',
    'Route' => 'Rute',
    'Username' => 'Nama Pengguna',
    'Update Permission' => 'Perbarui Ijin',
    'Permissions' => 'Perizinan',
    'Permission' => 'Izin',
    'Create Permission' => 'Buat Izin',
    'Create Permissions' => 'Buat perizinan',
    'Routes' => 'Rute',
    'Create route' => 'Buat Rute',
    'New' => 'Baru',
    'New route(s)' => 'Rute Baru',
    'Generate Routes' => 'Hasilkan Rute',
    'Append' => 'Menambahkan',
    'Create Rule' => 'Buat Peraturan',
    'Rules' => 'Peraturan',
    'Rules' => 'Peraturan',
    'Select Rule' => 'Pilih Pengaturan',
    'Update Rule' => 'Perbarui Peraturan',
    'Create Menu' => 'Buat Menu',
    'Menus' => 'Menu',
    'Search' => 'Cari',
    'Search for available' => 'Cari yang tersedia',
    'Search for assigned' => 'Cari yang sudah ditugaskan',
    'Reset' => 'Atur Ulang',
    'Update Menu' => 'Perbarui Menu',
    'Menus' => 'Menu',
    'Order' => 'Urutan',
    'Class Name' => 'Nama Kelas',
    'Assignment' => 'Penugasan',
    'Role' => 'Peran',
    'Rule' => 'Peraturan',
    'Menu' => 'Menu',
    'Help' => 'Bantuan',
    'Application' => 'Aplikasi',
];