37 lines
1.4 KiB
PHP
37 lines
1.4 KiB
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author Edward Yang <service@tuikehome.com>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'plugins_index' => 'Pengaturan plugin',
|
|
'plugins_import' => 'unggah plugin',
|
|
'plugins_show' => 'Detail plugin',
|
|
'plugins_update' => 'pembaruan plugin',
|
|
'plugins_update_status' => 'Perbarui Status',
|
|
'plugins_install' => 'Instal',
|
|
'plugins_uninstall' => 'Copot pemasangan',
|
|
'to_enable' => 'Pergi aktifkan',
|
|
'uninstall_hint' => 'Menghapus plugin menghapus semua data yang relevan untuk plugin itu, apakah Anda yakin ingin menghapusnya?',
|
|
|
|
'plugin_list' => 'Pengaturan plugin',
|
|
'plugin_code' => 'kode plugin',
|
|
'plugin_type' => 'jenis plugin',
|
|
'plugin_description' => 'deskripsi plugin',
|
|
'plugin_upload' => 'unggah plugin (hanya file zip)',
|
|
|
|
'shipping' => 'metode pengiriman',
|
|
'payment' => 'Metode Pembayaran',
|
|
'social' => 'jejaring sosial',
|
|
'total' => 'Perhitungan pesanan',
|
|
'feature' => 'modul fungsi',
|
|
'language' => 'Terjemahan bahasa',
|
|
'theme' => 'Template Tema',
|
|
];
|