Lang Internet Plan

This commit is contained in:
Ibnu Maksum 2024-04-04 14:53:02 +07:00
parent 787f666efe
commit 72c3ff6750
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 32 additions and 108 deletions

View File

@ -1,107 +1,3 @@
{
"Settings_Saved_Successfully": "Settings Saved Successfully",
"Settings": "Settings",
"SuperAdmin": "Super Admin",
"Change_Password": "Change Password",
"My_Account": "My Account",
"Logout": "Logout",
"Dashboard": "Dashboard",
"Customer": "Customer",
"Lists": "Lists",
"Location": "Location",
"Services": "Services",
"Active_Users": "Active Users",
"Vouchers": "Vouchers",
"Refill_Customer": "Refill Customer",
"Recharge_Customer": "Recharge Customer",
"Refill_Balance": "Refill Balance",
"Plans": "Plans",
"Hotspot": "Hotspot",
"PPPOE": "PPPOE",
"Bandwidth": "Bandwidth",
"Balance": "Balance",
"Reports": "Reports",
"Daily_Reports": "Daily Reports",
"Period_Reports": "Period Reports",
"Activation_History": "Activation History",
"Send_Message": "Send Message",
"Single_Customer": "Single Customer",
"Bulk_Customers": "Bulk Customers",
"Network": "Network",
"Routers": "Routers",
"IP_Pool": "IP Pool",
"Radius": "Radius",
"Radius_NAS": "Radius NAS",
"Static_Pages": "Static Pages",
"Order_Voucher": "Order Voucher",
"Voucher": "Voucher",
"Announcement": "Announcement",
"Customer_Announcement": "Customer Announcement",
"Registration_Info": "Registration Info",
"General_Settings": "General Settings",
"Localisation": "Localisation",
"User_Notification": "User Notification",
"Administrator_Users": "Administrator Users",
"Backup_Restore": "Backup\/Restore",
"Payment_Gateway": "Payment Gateway",
"Plugin_Manager": "Plugin Manager",
"Logs": "Logs",
"Community": "Community",
"Timezone": "Timezone",
"Date_Format": "Date Format",
"Default_Language": "Default Language",
"Language_Editor": "Language Editor",
"Decimal_Point": "Decimal Point",
"Thousands_Separator": "Thousands Separator",
"Currency_Code": "Currency Code",
"Keep_it_blank_if_you_do_not_want_to_show_currency_code": "Keep it blank if you do not want to show currency code",
"Country_Code_Phone": "Country Code Phone",
"Change_title_in_user_Plan_order": "Change title in user Plan order",
"Save_Changes": "Save Changes",
"Recharge_Account": "Recharge Account",
"Search_by_Username": "Search by Username",
"Search": "Search",
"Username": "Username",
"Plan_Name": "Plan Name",
"Plan_Type": "Plan Type",
"Type": "Type",
"Created_On": "Created On",
"Expires_On": "Expires On",
"Method": "Method",
"Manage": "Manage",
"Edit": "Edit",
"Delete": "Delete",
"Prev": "Prev",
"Next": "Next",
"Phone_Number": "Phone Number",
"Email": "Email",
"Password": "Password",
"Paid": "Paid",
"Service_Type": "Service Type",
"Account_Type": "Account Type",
"Personal": "Personal",
"Auto_Renewal": "Auto Renewal",
"Last_Login": "Last Login",
"Coordinates": "Coordinates",
"Active": "Active",
"Deactivate": "Deactivate",
"Recharge": "Recharge",
"Back": "Back",
"Sync": "Sync",
"Order_History": "Order History",
"Invoice": "Invoice",
"Plan_Price": "Plan Price",
"Edit_Contact": "Edit Contact",
"Full_Name": "Full Name",
"Keep_Blank_to_do_not_change_Password": "Keep Blank to do not change Password",
"PPPOE_Password": "PPPOE Password",
"User_Cannot_change_this__only_admin__if_it_Empty_it_will_use_user_password": "User Cannot change this, only admin. if it Empty it will use user password",
"Address": "Address",
"Attributes": "Attributes",
"Add": "Add",
"Cancel": "Cancel",
"Manage_Contact": "Manage Contact",
"Add_New_Contact": "Add New Contact",
"Package": "Package",
"View": "View"
"Settings_Saved_Successfully": "Settings Saved Successfully"
}

View File

@ -377,5 +377,33 @@
"Hotspot": "Hotspot",
"Monthly_Registered_Customers": "Pendaftaran Pelanggan perbulan",
"Total_Monthly_Sales": "Total penjualan perbulan",
"Active_Users": "Pelanggan Aktif"
"Active_Users": "Pelanggan Aktif",
"SuperAdmin": "Admin Super",
"Lists": "Daftar",
"Vouchers": "Voucher",
"Refill_Customer": "Isi Ulang Pelanggan",
"Recharge_Customer": "Isi Ulang Pelanggan",
"Plans": "Rencana",
"PPPOE": "PPPOE",
"Bandwidth": "Bandwidth",
"Send_Message": "Mengirim pesan",
"Single_Customer": "Pelanggan Tunggal",
"Bulk_Customers": "Pelanggan Massal",
"Radius": "Radius",
"Radius_NAS": "Radius NAS",
"Customer_Announcement": "Pengumuman Pelanggan",
"Language_Editor": "Editor Bahasa",
"Plan_Category": "Kategori Rencana",
"ID": "PENGENAL",
"Prev": "Sebelumnya",
"Internet_Plan": "Paket Internet",
"Generated_By": "Dihasilkan oleh",
"All_Users_Insights": "Semua Wawasan Pengguna",
"year": "tahun",
"month": "bulan",
"week": "pekan",
"day": "hari",
"hour": "jam",
"minute": "menit",
"second": "Kedua"
}

View File

@ -204,7 +204,7 @@
{if in_array($_admin['user_type'],['SuperAdmin','Admin'])}
<li class="{if $_system_menu eq 'services'}active{/if} treeview">
<a href="#">
<i class="ion ion-cube"></i> <span>{Lang::T('Plans')}</span>
<i class="ion ion-cube"></i> <span>{Lang::T('Internet Plan')}</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>