forked from kevinowino869/mitrobill
Update Bahasa
This commit is contained in:
@ -332,3 +332,16 @@ $_L['Your_account_not_connected_to_internet'] = 'Your account not connected to i
|
||||
$_L['Failed_to_create_transaction_'] = 'Failed to create transaction. ';
|
||||
$_L['Failed_to_check_status_transaction_'] = 'Failed to check status transaction. ';
|
||||
$_L['Disable_Voucher'] = 'Disable Voucher';
|
||||
$_L['Balance'] = 'Balance';
|
||||
$_L['Balance_System'] = 'Balance System';
|
||||
$_L['Enable_System'] = 'Enable System';
|
||||
$_L['Allow_Transfer'] = 'Allow Transfer';
|
||||
$_L['Telegram_Notification'] = 'Telegram Notification';
|
||||
$_L['SMS_OTP_Registration'] = 'SMS OTP Registration';
|
||||
$_L['Whatsapp_Notification'] = 'Whatsapp Notification';
|
||||
$_L['Tawkto_Chat_Widget'] = 'Tawk.to Chat Widget';
|
||||
$_L['Invoice'] = 'Invoice';
|
||||
$_L['Country_Code_Phone'] = 'Country Code Phone';
|
||||
$_L['Voucher_activation_menu_will_be_hidden'] = 'Voucher activation menu will be hidden';
|
||||
$_L['Customer_can_deposit_money_to_buy_voucher'] = 'Customer can deposit money to buy voucher';
|
||||
$_L['Allow_balance_transfer_between_customers'] = 'Allow balance transfer between customers';
|
||||
|
@ -325,3 +325,16 @@ $_L['Not_Online_Login_now'] = 'Internet mati, Nyalakan?';
|
||||
$_L['You_are_Online_Logout'] = 'Internet hidup, Putuskan?';
|
||||
$_L['Connect_to_Internet'] = 'Koneksikan internet?';
|
||||
$_L['Your_account_not_connected_to_internet'] = 'Akun tidak terkoneksi dengan internet';
|
||||
$_L['Balance'] = 'Saldo';
|
||||
$_L['Balance_System'] = 'Sistem Saldo';
|
||||
$_L['Enable_System'] = 'Aktifkan Saldo';
|
||||
$_L['Allow_Transfer'] = 'Bolehkan Transfer';
|
||||
$_L['Telegram_Notification'] = 'Telegram Notification';
|
||||
$_L['SMS_OTP_Registration'] = 'SMS OTP Registration';
|
||||
$_L['Whatsapp_Notification'] = 'Whatsapp Notification';
|
||||
$_L['Tawkto_Chat_Widget'] = 'Tawk.to Chat Widget';
|
||||
$_L['Invoice'] = 'Invoice';
|
||||
$_L['Country_Code_Phone'] = 'Kode Negara Telepon';
|
||||
$_L['Voucher_activation_menu_will_be_hidden'] = 'Info Pembelian Voucher dan Redeem akan disembunyikan';
|
||||
$_L['Customer_can_deposit_money_to_buy_voucher'] = 'Pelanggan dapat topup saldo untuk langganan Internet';
|
||||
$_L['Allow_balance_transfer_between_customers'] = 'Bolehkan transfer saldo antar pelanggan';
|
||||
|
@ -328,6 +328,16 @@ $_L['Not_Online_Login_now'] = 'Not Online, Login now?';
|
||||
$_L['You_are_Online_Logout'] = 'You are Online, Logout?';
|
||||
$_L['Connect_to_Internet'] = 'Connect to Internet?';
|
||||
$_L['Your_account_not_connected_to_internet'] = 'Your account not connected to internet';
|
||||
|
||||
|
||||
|
||||
$_L['Balance'] = 'Balance';
|
||||
$_L['Balance_System'] = 'Balance System';
|
||||
$_L['Enable_System'] = 'Enable System';
|
||||
$_L['Allow_Transfer'] = 'Allow Transfer';
|
||||
$_L['Telegram_Notification'] = 'Telegram Notification';
|
||||
$_L['SMS_OTP_Registration'] = 'SMS OTP Registration';
|
||||
$_L['Whatsapp_Notification'] = 'Whatsapp Notification';
|
||||
$_L['Tawkto_Chat_Widget'] = 'Tawk.to Chat Widget';
|
||||
$_L['Invoice'] = 'Invoice';
|
||||
$_L['Country_Code_Phone'] = 'Country Code Phone';
|
||||
$_L['Voucher_activation_menu_will_be_hidden'] = 'Voucher activation menu will be hidden';
|
||||
$_L['Customer_can_deposit_money_to_buy_voucher'] = 'Customer can deposit money to buy voucher';
|
||||
$_L['Allow_balance_transfer_between_customers'] = 'Allow balance transfer between customers';
|
@ -304,3 +304,16 @@ $_L['Not_Online_Login_now'] = 'Not Online, Login now?';
|
||||
$_L['You_are_Online_Logout'] = 'You are Online, Logout?';
|
||||
$_L['Connect_to_Internet'] = 'Connect to Internet?';
|
||||
$_L['Your_account_not_connected_to_internet'] = 'Your account not connected to internet';
|
||||
$_L['Balance'] = 'Balance';
|
||||
$_L['Balance_System'] = 'Balance System';
|
||||
$_L['Enable_System'] = 'Enable System';
|
||||
$_L['Allow_Transfer'] = 'Allow Transfer';
|
||||
$_L['Telegram_Notification'] = 'Telegram Notification';
|
||||
$_L['SMS_OTP_Registration'] = 'SMS OTP Registration';
|
||||
$_L['Whatsapp_Notification'] = 'Whatsapp Notification';
|
||||
$_L['Tawkto_Chat_Widget'] = 'Tawk.to Chat Widget';
|
||||
$_L['Invoice'] = 'Invoice';
|
||||
$_L['Country_Code_Phone'] = 'Country Code Phone';
|
||||
$_L['Voucher_activation_menu_will_be_hidden'] = 'Voucher activation menu will be hidden';
|
||||
$_L['Customer_can_deposit_money_to_buy_voucher'] = 'Customer can deposit money to buy voucher';
|
||||
$_L['Allow_balance_transfer_between_customers'] = 'Allow balance transfer between customers';
|
8
system/updates.json
Normal file
8
system/updates.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"2023.8.9": [
|
||||
"ALTER TABLE `tbl_customers` ADD `balance` decimal(15,2) NOT NULL COMMENT 'For Money Deposit' AFTER `email`;",
|
||||
"CREATE TABLE `tbl_customers_meta` (`id` int(11) NOT NULL, `customer_id` int(11) NOT NULL,`meta_key` varchar(64) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '', `meta_value` longtext COLLATE utf8mb4_general_ci) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;",
|
||||
"ALTER TABLE `tbl_customers_meta` ADD PRIMARY KEY (`id`);",
|
||||
"ALTER TABLE `tbl_customers_meta` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;"
|
||||
]
|
||||
}
|
@ -71,7 +71,7 @@
|
||||
<option value="yes" {if $_c['disable_voucher'] == 'yes'}selected="selected" {/if}>Yes
|
||||
</option>
|
||||
</select>
|
||||
<p class="help-block">Voucher activation menu will be hidden</p>
|
||||
<p class="help-block">{Lang::T('Voucher activation menu will be hidden')}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -92,7 +92,7 @@
|
||||
<option value="yes" {if $_c['enable_balance'] == 'yes'}selected="selected" {/if}>Yes
|
||||
</option>
|
||||
</select>
|
||||
<p class="help-block">Customer can deposit money to buy voucher</p>
|
||||
<p class="help-block">{Lang::T('Customer can deposit money to buy voucher')}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
@ -104,7 +104,7 @@
|
||||
<option value="yes" {if $_c['allow_balance_transfer'] == 'yes'}selected="selected"
|
||||
{/if}>Yes</option>
|
||||
</select>
|
||||
<p class="help-block">Allow balance transfer between customers</p>
|
||||
<p class="help-block">{Lang::T('Allow balance transfer between customers')}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user