Skip to content

Commit

Permalink
Tambah messages/id/rbac-admin.php (#293)
Browse files Browse the repository at this point in the history
Tambah messages/id, terjemahan bahasa Indonesia.
  • Loading branch information
taufikherjanto authored and mdmunir committed Aug 7, 2016
1 parent f171177 commit df46a8c
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions messages/id/rbac-admin.php
@@ -0,0 +1,83 @@
<?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',
'Avaliable' => '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 avaliable' => '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',
];

0 comments on commit df46a8c

Please sign in to comment.