Language editor
This commit is contained in:
parent
f550af257a
commit
de4a783dba
@ -11,11 +11,12 @@ class Lang
|
||||
public static function T($key)
|
||||
{
|
||||
global $_L, $lan_file, $config;
|
||||
$L = $_SESSION['Lang'];
|
||||
$_L = $_SESSION['Lang'];
|
||||
if (!empty($_L[$key])) {
|
||||
return $_L[$key];
|
||||
}
|
||||
$val = $key;
|
||||
$key = Lang::sanitize($key);
|
||||
if (isset($_L[$key])) {
|
||||
return $_L[$key];
|
||||
}else if (isset($_L[$key])) {
|
||||
@ -38,6 +39,10 @@ class Lang
|
||||
}
|
||||
}
|
||||
|
||||
public static function sanitize($str){
|
||||
return preg_replace("/[^A-Za-z0-9]/", '_', $str);;
|
||||
}
|
||||
|
||||
public static function getIsoLang(){
|
||||
global $isolang;
|
||||
if(empty($isolang) || count($isolang)==0){
|
||||
|
@ -1,418 +1,401 @@
|
||||
{
|
||||
"Log-in": "Log-in",
|
||||
"Log_in": "Log-in",
|
||||
"Register": "Register",
|
||||
"Announcement": "Announcement",
|
||||
"Registration Info": "Registration Info",
|
||||
"Voucher not found, please buy voucher befor register": "Voucher not found, please buy voucher befor register",
|
||||
"Register Success! You can login now": "Register Success! You can login now",
|
||||
"Log in to Member Panel": "Log in to Member Panel",
|
||||
"Register as Member": "Register as Member",
|
||||
"Enter Admin Area": "Enter Admin Area",
|
||||
"Registration_Info": "Registration Info",
|
||||
"Voucher_not_found__please_buy_voucher_befor_register": "Voucher not found, please buy voucher befor register",
|
||||
"Register_Success__You_can_login_now": "Register Success! You can login now",
|
||||
"Log_in_to_Member_Panel": "Log in to Member Panel",
|
||||
"Register_as_Member": "Register as Member",
|
||||
"Enter_Admin_Area": "Enter Admin Area",
|
||||
"PHPNuxBill": "PHPNuxBill",
|
||||
"Username": "Username",
|
||||
"Password": "Password",
|
||||
"Passwords does not match": "Passwords does not match",
|
||||
"Account already axist": "Account already axist",
|
||||
"Passwords_does_not_match": "Passwords does not match",
|
||||
"Account_already_axist": "Account already axist",
|
||||
"Manage": "Manage",
|
||||
"Submit": "Submit",
|
||||
"Save Changes": "Save Changes",
|
||||
"Save_Changes": "Save Changes",
|
||||
"Cancel": "Cancel",
|
||||
"Edit": "Edit",
|
||||
"Delete": "Delete",
|
||||
"Welcome": "Welcome",
|
||||
"Data Created Successfully": "Data Created Successfully",
|
||||
"Data Updated Successfully": "Data Updated Successfully",
|
||||
"Data Deleted Successfully": "Data Deleted Successfully",
|
||||
"Static Pages": "Static Pages",
|
||||
"Failed to save page, make sure i can write to folder pages, <i>chmod 664 pages\/*.html<i>": "Failed to save page, make sure i can write to folder pages, <i>chmod 664 pages\/*.html<i>",
|
||||
"Saving page success": "Saving page success",
|
||||
"Sometimes you need to refresh 3 times until content change": "Sometimes you need to refresh 3 times until content change",
|
||||
"Data_Created_Successfully": "Data Created Successfully",
|
||||
"Data_Updated_Successfully": "Data Updated Successfully",
|
||||
"Data_Deleted_Successfully": "Data Deleted Successfully",
|
||||
"Static_Pages": "Static Pages",
|
||||
"Failed_to_save_page__make_sure_i_can_write_to_folder_pages___i_chmod_664_pages___html_i_": "Failed to save page, make sure i can write to folder pages, <i>chmod 664 pages\/*.html<i>",
|
||||
"Saving_page_success": "Saving page success",
|
||||
"Sometimes_you_need_to_refresh_3_times_until_content_change": "Sometimes you need to refresh 3 times until content change",
|
||||
"Dashboard": "Dashboard",
|
||||
"Search Customers...": "Search Customers...",
|
||||
"My Account": "My Account",
|
||||
"My Profile": "My Profile",
|
||||
"Search_Customers___": "Search Customers...",
|
||||
"My_Account": "My Account",
|
||||
"My_Profile": "My Profile",
|
||||
"Settings": "Settings",
|
||||
"Edit Profile": "Edit Profile",
|
||||
"Change Password": "Change Password",
|
||||
"Edit_Profile": "Edit Profile",
|
||||
"Change_Password": "Change Password",
|
||||
"Logout": "Logout",
|
||||
"Services": "Services",
|
||||
"Bandwidth Plans": "Bandwidth Plans",
|
||||
"Bandwidth Name": "Bandwidth Name",
|
||||
"New Bandwidth": "New Bandwidth",
|
||||
"Edit Bandwidth": "Edit Bandwidth",
|
||||
"Add New Bandwidth": "Add New Bandwidth",
|
||||
"Rate Download": "Rate Download",
|
||||
"Rate Upload": "Rate Upload",
|
||||
"Name Bandwidth Already Exist": "Name Bandwidth Already Exist",
|
||||
"Hotspot Plans": "Hotspot Plans",
|
||||
"PPPOE Plans": "PPPOE Plans",
|
||||
"Plan Name": "Plan Name",
|
||||
"New Service Plan": "New Service Plan",
|
||||
"Add Service Plan": "Add Service Plan",
|
||||
"Edit Service Plan": "Edit Service Plan",
|
||||
"Name Plan Already Exist": "Name Plan Already Exist",
|
||||
"Plan Type": "Plan Type",
|
||||
"Plan Price": "Plan Price",
|
||||
"Limit Type": "Limit Type",
|
||||
"Bandwidth_Plans": "Bandwidth Plans",
|
||||
"Bandwidth_Name": "Bandwidth Name",
|
||||
"New_Bandwidth": "New Bandwidth",
|
||||
"Edit_Bandwidth": "Edit Bandwidth",
|
||||
"Add_New_Bandwidth": "Add New Bandwidth",
|
||||
"Rate_Download": "Rate Download",
|
||||
"Rate_Upload": "Rate Upload",
|
||||
"Name_Bandwidth_Already_Exist": "Name Bandwidth Already Exist",
|
||||
"Hotspot_Plans": "Hotspot Plans",
|
||||
"PPPOE_Plans": "PPPOE Plans",
|
||||
"Plan_Name": "Plan Name",
|
||||
"New_Service_Plan": "New Service Plan",
|
||||
"Add_Service_Plan": "Add Service Plan",
|
||||
"Edit_Service_Plan": "Edit Service Plan",
|
||||
"Name_Plan_Already_Exist": "Name Plan Already Exist",
|
||||
"Plan_Type": "Plan Type",
|
||||
"Plan_Price": "Plan Price",
|
||||
"Limit_Type": "Limit Type",
|
||||
"Unlimited": "Unlimited",
|
||||
"Limited": "Limited",
|
||||
"Time Limit": "Time Limit",
|
||||
"Data Limit": "Data Limit",
|
||||
"Both Limit": "Both Limit",
|
||||
"Plan Validity": "Plan Validity",
|
||||
"Select Bandwidth": "Select Bandwidth",
|
||||
"Shared Users": "Shared Users",
|
||||
"Choose User Type Sales to disable access to Settings": "Choose User Type Sales to disable access to Settings",
|
||||
"Current Password": "Current Password",
|
||||
"New Password": "New Password",
|
||||
"Time_Limit": "Time Limit",
|
||||
"Data_Limit": "Data Limit",
|
||||
"Both_Limit": "Both Limit",
|
||||
"Plan_Validity": "Plan Validity",
|
||||
"Select_Bandwidth": "Select Bandwidth",
|
||||
"Shared_Users": "Shared Users",
|
||||
"Choose_User_Type_Sales_to_disable_access_to_Settings": "Choose User Type Sales to disable access to Settings",
|
||||
"Current_Password": "Current Password",
|
||||
"New_Password": "New Password",
|
||||
"Administrator": "Administrator",
|
||||
"Sales": "Sales",
|
||||
"Member": "Member",
|
||||
"Confirm New Password": "Confirm New Password",
|
||||
"Confirm Password": "Confirm Password",
|
||||
"Full Name": "Full Name",
|
||||
"User Type": "User Type",
|
||||
"Confirm_New_Password": "Confirm New Password",
|
||||
"Confirm_Password": "Confirm Password",
|
||||
"Full_Name": "Full Name",
|
||||
"User_Type": "User Type",
|
||||
"Address": "Address",
|
||||
"Created On": "Created On",
|
||||
"Expires On": "Expires On",
|
||||
"Phone Number": "Phone Number",
|
||||
"User deleted Successfully": "User deleted Successfully",
|
||||
"Full Administrator": "Full Administrator",
|
||||
"Keep Blank to do not change Password": "Keep Blank to do not change Password",
|
||||
"Keep it blank if you do not want to show currency code": "Keep it blank if you do not want to show currency code",
|
||||
"Theme Style": "Theme Style",
|
||||
"Theme Color": "Theme Color",
|
||||
"Default Language": "Default Language",
|
||||
"Created_On": "Created On",
|
||||
"Expires_On": "Expires On",
|
||||
"Phone_Number": "Phone Number",
|
||||
"User_deleted_Successfully": "User deleted Successfully",
|
||||
"Full_Administrator": "Full Administrator",
|
||||
"Keep_Blank_to_do_not_change_Password": "Keep Blank to do not change Password",
|
||||
"Keep_it_blank_if_you_do_not_want_to_show_currency_code": "Keep it blank if you do not want to show currency code",
|
||||
"Theme_Style": "Theme Style",
|
||||
"Theme_Color": "Theme Color",
|
||||
"Default_Language": "Default Language",
|
||||
"Network": "Network",
|
||||
"Routers": "Routers",
|
||||
"IP Pool": "IP Pool",
|
||||
"New Router": "New Router",
|
||||
"Add Router": "Add Router",
|
||||
"Edit Router": "Edit Router",
|
||||
"Router Name": "Router Name",
|
||||
"IP Address": "IP Address",
|
||||
"Router Secret": "Router Secret",
|
||||
"IP_Pool": "IP Pool",
|
||||
"New_Router": "New Router",
|
||||
"Add_Router": "Add Router",
|
||||
"Edit_Router": "Edit Router",
|
||||
"Router_Name": "Router Name",
|
||||
"IP_Address": "IP Address",
|
||||
"Router_Secret": "Router Secret",
|
||||
"Description": "Description",
|
||||
"IP Router Already Exist": "IP Router Already Exist",
|
||||
"Name Pool": "Name Pool",
|
||||
"Range IP": "Range IP",
|
||||
"New Pool": "New Pool",
|
||||
"Add Pool": "Add Pool",
|
||||
"Edit Pool": "Edit Pool",
|
||||
"Pool Name Already Exist": "Pool Name Already Exist",
|
||||
"IP_Router_Already_Exist": "IP Router Already Exist",
|
||||
"Name_Pool": "Name Pool",
|
||||
"Range_IP": "Range IP",
|
||||
"New_Pool": "New Pool",
|
||||
"Add_Pool": "Add Pool",
|
||||
"Edit_Pool": "Edit Pool",
|
||||
"Pool_Name_Already_Exist": "Pool Name Already Exist",
|
||||
"Prepaid": "Prepaid",
|
||||
"Prepaid Users": "Prepaid Users",
|
||||
"Prepaid Vouchers": "Prepaid Vouchers",
|
||||
"Refill Account": "Refill Account",
|
||||
"Recharge Account": "Recharge Account",
|
||||
"Select Account": "Select Account",
|
||||
"Service Plan": "Service Plan",
|
||||
"Prepaid_Users": "Prepaid Users",
|
||||
"Prepaid_Vouchers": "Prepaid Vouchers",
|
||||
"Refill_Account": "Refill Account",
|
||||
"Recharge_Account": "Recharge Account",
|
||||
"Select_Account": "Select Account",
|
||||
"Service_Plan": "Service Plan",
|
||||
"Recharge": "Recharge",
|
||||
"Method": "Method",
|
||||
"Account Created Successfully": "Account Created Successfully",
|
||||
"Database Status": "Database Status",
|
||||
"Total Database Size": "Total Database Size",
|
||||
"Download Database Backup": "Download Database Backup",
|
||||
"Table Name": "Table Name",
|
||||
"Account_Created_Successfully": "Account Created Successfully",
|
||||
"Database_Status": "Database Status",
|
||||
"Total_Database_Size": "Total Database Size",
|
||||
"Download_Database_Backup": "Download Database Backup",
|
||||
"Table_Name": "Table Name",
|
||||
"Rows": "Rows",
|
||||
"Size": "Size",
|
||||
"Customer": "Customer",
|
||||
"Add New Contact": "Add New Contact",
|
||||
"Edit Contact": "Edit Contact",
|
||||
"List Contact": "List Contact",
|
||||
"Manage Contact": "Manage Contact",
|
||||
"Add_New_Contact": "Add New Contact",
|
||||
"Edit_Contact": "Edit Contact",
|
||||
"List_Contact": "List Contact",
|
||||
"Manage_Contact": "Manage Contact",
|
||||
"Reports": "Reports",
|
||||
"Daily Reports": "Daily Reports",
|
||||
"Period Reports": "Period Reports",
|
||||
"All Transactions": "All Transactions",
|
||||
"Total Income": "Total Income",
|
||||
"All Transactions at Date": "All Transactions at Date",
|
||||
"Export for Print": "Export for Print",
|
||||
"Daily_Reports": "Daily Reports",
|
||||
"Period_Reports": "Period Reports",
|
||||
"All_Transactions": "All Transactions",
|
||||
"Total_Income": "Total Income",
|
||||
"All_Transactions_at_Date": "All Transactions at Date",
|
||||
"Export_for_Print": "Export for Print",
|
||||
"Print": "Print",
|
||||
"Export to PDF": "Export to PDF",
|
||||
"Click Here to Print": "Click Here to Print",
|
||||
"You can use html tag": "You can use html tag",
|
||||
"Date Format": "Date Format",
|
||||
"Income Today": "Income Today",
|
||||
"Income This Month": "Income This Month",
|
||||
"Users Active": "Users Active",
|
||||
"Total Users": "Total Users",
|
||||
"Export_to_PDF": "Export to PDF",
|
||||
"Click_Here_to_Print": "Click Here to Print",
|
||||
"You_can_use_html_tag": "You can use html tag",
|
||||
"Date_Format": "Date Format",
|
||||
"Income_Today": "Income Today",
|
||||
"Income_This_Month": "Income This Month",
|
||||
"Users_Active": "Users Active",
|
||||
"Total_Users": "Total Users",
|
||||
"Users": "Users",
|
||||
"Edit User": "Edit User",
|
||||
"Last Login": "Last Login",
|
||||
"Administrator Users": "Administrator Users",
|
||||
"Manage Administrator": "Manage Administrator",
|
||||
"Add New Administrator": "Add New Administrator",
|
||||
"Edit_User": "Edit User",
|
||||
"Last_Login": "Last Login",
|
||||
"Administrator_Users": "Administrator Users",
|
||||
"Manage_Administrator": "Manage Administrator",
|
||||
"Add_New_Administrator": "Add New Administrator",
|
||||
"Localisation": "Localisation",
|
||||
"Backup\/Restore": "Backup\/Restore",
|
||||
"General Settings": "General Settings",
|
||||
"Backup_Restore": "Backup\/Restore",
|
||||
"General_Settings": "General Settings",
|
||||
"Date": "Date",
|
||||
"Login Successful": "Login Successful",
|
||||
"Failed Login": "Failed Login",
|
||||
"Settings Saved Successfully": "Settings Saved Successfully",
|
||||
"User Updated Successfully": "User Updated Successfully",
|
||||
"User Expired, Today": "User Expired, Today",
|
||||
"Activity Log": "Activity Log",
|
||||
"View Reports": "View Reports",
|
||||
"View All": "View All",
|
||||
"Number of Vouchers": "Number of Vouchers",
|
||||
"Length Code": "Length Code",
|
||||
"Code Voucher": "Code Voucher",
|
||||
"Login_Successful": "Login Successful",
|
||||
"Failed_Login": "Failed Login",
|
||||
"Settings_Saved_Successfully": "Settings Saved Successfully",
|
||||
"User_Updated_Successfully": "User Updated Successfully",
|
||||
"User_Expired__Today": "User Expired, Today",
|
||||
"Activity_Log": "Activity Log",
|
||||
"View_Reports": "View Reports",
|
||||
"View_All": "View All",
|
||||
"Number_of_Vouchers": "Number of Vouchers",
|
||||
"Length_Code": "Length Code",
|
||||
"Code_Voucher": "Code Voucher",
|
||||
"Voucher": "Voucher",
|
||||
"Hotspot Voucher": "Hotspot Voucher",
|
||||
"Status Voucher": "Status Voucher",
|
||||
"Add Vouchers": "Add Vouchers",
|
||||
"Create Vouchers Successfully": "Create Vouchers Successfully",
|
||||
"Hotspot_Voucher": "Hotspot Voucher",
|
||||
"Status_Voucher": "Status Voucher",
|
||||
"Add_Vouchers": "Add Vouchers",
|
||||
"Create_Vouchers_Successfully": "Create Vouchers Successfully",
|
||||
"Generate": "Generate",
|
||||
"Print side by side, it will easy to cut": "Print side by side, it will easy to cut",
|
||||
"From Date": "From Date",
|
||||
"To Date": "To Date",
|
||||
"New Service": "New Service",
|
||||
"Print_side_by_side__it_will_easy_to_cut": "Print side by side, it will easy to cut",
|
||||
"From_Date": "From Date",
|
||||
"To_Date": "To Date",
|
||||
"New_Service": "New Service",
|
||||
"Type": "Type",
|
||||
"Finish": "Finish",
|
||||
"Application Name\/ Company Name": "Application Name\/ Company Name",
|
||||
"This Name will be shown on the Title": "This Name will be shown on the Title",
|
||||
"Application_Name__Company_Name": "Application Name\/ Company Name",
|
||||
"This_Name_will_be_shown_on_the_Title": "This Name will be shown on the Title",
|
||||
"Next": "Next",
|
||||
"Last": "Last",
|
||||
"Timezone": "Timezone",
|
||||
"Decimal Point": "Decimal Point",
|
||||
"Thousands Separator": "Thousands Separator",
|
||||
"Currency Code": "Currency Code",
|
||||
"Order Voucher": "Order Voucher",
|
||||
"Voucher Activation": "Voucher Activation",
|
||||
"List Activated Voucher": "List Activated Voucher",
|
||||
"Enter voucher code here": "Enter voucher code here",
|
||||
"Private Message": "Private Message",
|
||||
"Decimal_Point": "Decimal Point",
|
||||
"Thousands_Separator": "Thousands Separator",
|
||||
"Currency_Code": "Currency Code",
|
||||
"Order_Voucher": "Order Voucher",
|
||||
"Voucher_Activation": "Voucher Activation",
|
||||
"List_Activated_Voucher": "List Activated Voucher",
|
||||
"Enter_voucher_code_here": "Enter voucher code here",
|
||||
"Private_Message": "Private Message",
|
||||
"Inbox": "Inbox",
|
||||
"Outbox": "Outbox",
|
||||
"Compose": "Compose",
|
||||
"Send to": "Send to",
|
||||
"Send_to": "Send to",
|
||||
"Title": "Title",
|
||||
"Message": "Message",
|
||||
"Your Account Information": "Your Account Information",
|
||||
"Welcome to the Panel Members page, on this page you can:": "Welcome to the Panel Members page, on this page you can:",
|
||||
"Invalid Username or Password": "Invalid Username or Password",
|
||||
"You do not have permission to access this page": "You do not have permission to access this page",
|
||||
"Incorrect Current Password": "Incorrect Current Password",
|
||||
"Password changed successfully, Please login again": "Password changed successfully, Please login again",
|
||||
"All field is required": "All field is required",
|
||||
"Voucher Not Valid": "Voucher Not Valid",
|
||||
"Activation Vouchers Successfully": "Activation Vouchers Successfully",
|
||||
"Data Not Found": "Data Not Found",
|
||||
"Search by Username": "Search by Username",
|
||||
"Search by Name": "Search by Name",
|
||||
"Search by Code Voucher": "Search by Code Voucher",
|
||||
"Your_Account_Information": "Your Account Information",
|
||||
"Welcome_to_the_Panel_Members_page__on_this_page_you_can_": "Welcome to the Panel Members page, on this page you can:",
|
||||
"Invalid_Username_or_Password": "Invalid Username or Password",
|
||||
"You_do_not_have_permission_to_access_this_page": "You do not have permission to access this page",
|
||||
"Incorrect_Current_Password": "Incorrect Current Password",
|
||||
"Password_changed_successfully__Please_login_again": "Password changed successfully, Please login again",
|
||||
"All_field_is_required": "All field is required",
|
||||
"Voucher_Not_Valid": "Voucher Not Valid",
|
||||
"Activation_Vouchers_Successfully": "Activation Vouchers Successfully",
|
||||
"Data_Not_Found": "Data Not Found",
|
||||
"Search_by_Username": "Search by Username",
|
||||
"Search_by_Name": "Search by Name",
|
||||
"Search_by_Code_Voucher": "Search by Code Voucher",
|
||||
"Search": "Search",
|
||||
"Select a customer": "Select a customer",
|
||||
"Select Routers": "Select Routers",
|
||||
"Select Plans": "Select Plans",
|
||||
"Select Pool": "Select Pool",
|
||||
"Select_a_customer": "Select a customer",
|
||||
"Select_Routers": "Select Routers",
|
||||
"Select_Plans": "Select Plans",
|
||||
"Select_Pool": "Select Pool",
|
||||
"Hrs": "Hrs",
|
||||
"Mins": "Mins",
|
||||
"Days": "Days",
|
||||
"Months": "Months",
|
||||
"Add Language": "Add Language",
|
||||
"Language Name": "Language Name",
|
||||
"Folder Name": "Folder Name",
|
||||
"Add_Language": "Add Language",
|
||||
"Language_Name": "Language Name",
|
||||
"Folder_Name": "Folder Name",
|
||||
"Translator": "Translator",
|
||||
"Language Name Already Exist": "Language Name Already Exist",
|
||||
"Payment Gateway": "Payment Gateway",
|
||||
"Language_Name_Already_Exist": "Language Name Already Exist",
|
||||
"Payment_Gateway": "Payment Gateway",
|
||||
"Community": "Community",
|
||||
"1 user can be used for many devices?": "1 user can be used for many devices?",
|
||||
"Cannot be change after saved": "Cannot be change after saved",
|
||||
"Explain Coverage of router": "Explain Coverage of router",
|
||||
"Name of Area that router operated": "Name of Area that router operated",
|
||||
"Payment Notification URL, Recurring Notification URL, Pay Account Notification URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL",
|
||||
"Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL",
|
||||
"1_user_can_be_used_for_many_devices_": "1 user can be used for many devices?",
|
||||
"Cannot_be_change_after_saved": "Cannot be change after saved",
|
||||
"Explain_Coverage_of_router": "Explain Coverage of router",
|
||||
"Name_of_Area_that_router_operated": "Name of Area that router operated",
|
||||
"Payment_Notification_URL__Recurring_Notification_URL__Pay_Account_Notification_URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL",
|
||||
"Finish_Redirect_URL__Unfinish_Redirect_URL__Error_Redirect_URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL",
|
||||
"Status": "Status",
|
||||
"Plan Not found": "Plan Not found",
|
||||
"Failed to create transaction.": "Failed to create transaction.",
|
||||
"Seller has not yet setup Xendit payment gateway": "Seller has not yet setup Xendit payment gateway",
|
||||
"Admin has not yet setup Xendit payment gateway, please tell admin": "Admin has not yet setup Xendit payment gateway, please tell admin",
|
||||
"You already have unpaid transaction, cancel it or pay it.": "You already have unpaid transaction, cancel it or pay it.",
|
||||
"Transaction Not found": "Transaction Not found",
|
||||
"Cancel it?": "Cancel it?",
|
||||
"Plan_Not_found": "Plan Not found",
|
||||
"Failed_to_create_transaction_": "Failed to create transaction.",
|
||||
"Seller_has_not_yet_setup_Xendit_payment_gateway": "Seller has not yet setup Xendit payment gateway",
|
||||
"Admin_has_not_yet_setup_Xendit_payment_gateway__please_tell_admin": "Admin has not yet setup Xendit payment gateway, please tell admin",
|
||||
"You_already_have_unpaid_transaction__cancel_it_or_pay_it_": "You already have unpaid transaction, cancel it or pay it.",
|
||||
"Transaction_Not_found": "Transaction Not found",
|
||||
"Cancel_it_": "Cancel it?",
|
||||
"expired": "expired",
|
||||
"Check for Payment": "Check for Payment",
|
||||
"Transaction still unpaid.": "Transaction still unpaid.",
|
||||
"Paid Date": "Paid Date",
|
||||
"Transaction has been paid.": "Transaction has been paid.",
|
||||
"Check_for_Payment": "Check for Payment",
|
||||
"Transaction_still_unpaid_": "Transaction still unpaid.",
|
||||
"Paid_Date": "Paid Date",
|
||||
"Transaction_has_been_paid_": "Transaction has been paid.",
|
||||
"PAID": "PAID",
|
||||
"CANCELED": "CANCELED",
|
||||
"UNPAID": "UNPAID",
|
||||
"PAY NOW": "PAY NOW",
|
||||
"Buy Hotspot Plan": "Buy Hotspot Plan",
|
||||
"Buy PPOE Plan": "Buy PPOE Plan",
|
||||
"PAY_NOW": "PAY NOW",
|
||||
"Buy_Hotspot_Plan": "Buy Hotspot Plan",
|
||||
"Buy_PPOE_Plan": "Buy PPOE Plan",
|
||||
"Package": "Package",
|
||||
"Order Internet Package": "Order Internet Package",
|
||||
"Unknown Command.": "Unknown Command.",
|
||||
"Checking payment": "Checking payment",
|
||||
"Create Transaction Success": "Create Transaction Success",
|
||||
"You have unpaid transaction": "You have unpaid transaction",
|
||||
"TripayPayment Channel": "TripayPayment Channel",
|
||||
"Payment Channel": "Payment Channel",
|
||||
"Payment check failed.": "Payment check failed.",
|
||||
"Order Package": "Order Package",
|
||||
"Order_Internet_Package": "Order Internet Package",
|
||||
"Unknown_Command_": "Unknown Command.",
|
||||
"Checking_payment": "Checking payment",
|
||||
"Create_Transaction_Success": "Create Transaction Success",
|
||||
"You_have_unpaid_transaction": "You have unpaid transaction",
|
||||
"TripayPayment_Channel": "TripayPayment Channel",
|
||||
"Payment_Channel": "Payment Channel",
|
||||
"Payment_check_failed_": "Payment check failed.",
|
||||
"Order_Package": "Order Package",
|
||||
"Transactions": "Transactions",
|
||||
"Payments": "Payments",
|
||||
"History": "History",
|
||||
"Order History": "Order History",
|
||||
"Order_History": "Order History",
|
||||
"Gateway": "Gateway",
|
||||
"Date Done": "Date Done",
|
||||
"Unpaid Order": "Unpaid Order",
|
||||
"Payment Gateway Not Found": "Payment Gateway Not Found",
|
||||
"Payment Gateway saved successfully": "Payment Gateway saved successfully",
|
||||
"Date_Done": "Date Done",
|
||||
"Unpaid_Order": "Unpaid Order",
|
||||
"Payment_Gateway_Not_Found": "Payment Gateway Not Found",
|
||||
"Payment_Gateway_saved_successfully": "Payment Gateway saved successfully",
|
||||
"ORDER": "ORDER",
|
||||
"Package History": "Package History",
|
||||
"Buy History": "Buy History",
|
||||
"Activation History": "Activation History",
|
||||
"Buy Package": "Buy Package",
|
||||
"Package_History": "Package History",
|
||||
"Buy_History": "Buy History",
|
||||
"Activation_History": "Activation History",
|
||||
"Buy_Package": "Buy Package",
|
||||
"Email": "Email",
|
||||
"Company Footer": "Company Footer",
|
||||
"Will show below user pages": "Will show below user pages",
|
||||
"Request OTP": "Request OTP",
|
||||
"Verification Code": "Verification Code",
|
||||
"SMS Verification Code": "SMS Verification Code",
|
||||
"Please enter your email address": "Please enter your email address",
|
||||
"Failed to create Paypal transaction.": "Failed to create Paypal transaction.",
|
||||
"Company_Footer": "Company Footer",
|
||||
"Will_show_below_user_pages": "Will show below user pages",
|
||||
"Request_OTP": "Request OTP",
|
||||
"Verification_Code": "Verification Code",
|
||||
"SMS_Verification_Code": "SMS Verification Code",
|
||||
"Please_enter_your_email_address": "Please enter your email address",
|
||||
"Failed_to_create_Paypal_transaction_": "Failed to create Paypal transaction.",
|
||||
"Plugin": "Plugin",
|
||||
"Plugin Manager": "Plugin Manager",
|
||||
"User Notification": "User Notification",
|
||||
"Expired Notification": "Expired Notification",
|
||||
"User will get notification when package expired": "User will get notification when package expired",
|
||||
"Expired Notification Message": "Expired Notification Message",
|
||||
"Payment Notification": "Payment Notification",
|
||||
"User will get invoice notification when buy package or package refilled": "User will get invoice notification when buy package or package refilled",
|
||||
"Current IP": "Current IP",
|
||||
"Current MAC": "Current MAC",
|
||||
"Login Status": "Login Status",
|
||||
"Login Request successfully": "Login Request successfully",
|
||||
"Logout Request successfully": "Logout Request successfully",
|
||||
"Disconnect Internet?": "Disconnect Internet?",
|
||||
"Not Online, Login now?": "Not Online, Login now?",
|
||||
"You are Online, Logout?": "You are Online, Logout?",
|
||||
"Connect to Internet?": "Connect to Internet?",
|
||||
"Your account not connected to internet": "Your account not connected to internet",
|
||||
"Failed to create transaction. ": "Failed to create transaction. ",
|
||||
"Failed to check status transaction. ": "Failed to check status transaction. ",
|
||||
"Disable Voucher": "Disable Voucher",
|
||||
"Plugin_Manager": "Plugin Manager",
|
||||
"User_Notification": "User Notification",
|
||||
"Expired_Notification": "Expired Notification",
|
||||
"User_will_get_notification_when_package_expired": "User will get notification when package expired",
|
||||
"Expired_Notification_Message": "Expired Notification Message",
|
||||
"Payment_Notification": "Payment Notification",
|
||||
"User_will_get_invoice_notification_when_buy_package_or_package_refilled": "User will get invoice notification when buy package or package refilled",
|
||||
"Current_IP": "Current IP",
|
||||
"Current_MAC": "Current MAC",
|
||||
"Login_Status": "Login Status",
|
||||
"Login_Request_successfully": "Login Request successfully",
|
||||
"Logout_Request_successfully": "Logout Request successfully",
|
||||
"Disconnect_Internet_": "Disconnect Internet?",
|
||||
"Not_Online__Login_now_": "Not Online, Login now?",
|
||||
"You_are_Online__Logout_": "You are Online, Logout?",
|
||||
"Connect_to_Internet_": "Connect to Internet?",
|
||||
"Your_account_not_connected_to_internet": "Your account not connected to internet",
|
||||
"Failed_to_create_transaction__": "Failed to create transaction. ",
|
||||
"Failed_to_check_status_transaction__": "Failed to check status transaction. ",
|
||||
"Disable_Voucher": "Disable Voucher",
|
||||
"Balance": "Balance",
|
||||
"Balance System": "Balance System",
|
||||
"Enable System": "Enable System",
|
||||
"Allow Transfer": "Allow Transfer",
|
||||
"Telegram Notification": "Telegram Notification",
|
||||
"SMS OTP Registration": "SMS OTP Registration",
|
||||
"Whatsapp Notification": "Whatsapp Notification",
|
||||
"Tawk.to Chat Widget": "Tawk.to Chat Widget",
|
||||
"Balance_System": "Balance System",
|
||||
"Enable_System": "Enable System",
|
||||
"Allow_Transfer": "Allow Transfer",
|
||||
"Telegram_Notification": "Telegram Notification",
|
||||
"SMS_OTP_Registration": "SMS OTP Registration",
|
||||
"Whatsapp_Notification": "Whatsapp Notification",
|
||||
"Tawk_to_Chat_Widget": "Tawk.to Chat Widget",
|
||||
"Invoice": "Invoice",
|
||||
"Country Code Phone": "Country Code Phone",
|
||||
"Voucher activation menu will be hidden": "Voucher activation menu will be hidden",
|
||||
"Customer can deposit money to buy voucher": "Customer can deposit money to buy voucher",
|
||||
"Allow balance transfer between customers": "Allow balance transfer between customers",
|
||||
"Reminder Notification": "Reminder Notification",
|
||||
"Reminder Notification Message": "Reminder Notification Message",
|
||||
"Reminder 7 days": "Reminder 7 days",
|
||||
"Reminder 3 days": "Reminder 3 days",
|
||||
"Reminder 1 day": "Reminder 1 day",
|
||||
"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",
|
||||
"Invoice Balance Message": "Invoice Balance Message",
|
||||
"Invoice Notification Payment": "Invoice Notification Payment",
|
||||
"Balance Notification Payment": "Balance Notification Payment",
|
||||
"Balance Plans": "Balance Plans",
|
||||
"Buy Balance": "Buy Balance",
|
||||
"Country_Code_Phone": "Country Code Phone",
|
||||
"Voucher_activation_menu_will_be_hidden": "Voucher activation menu will be hidden",
|
||||
"Customer_can_deposit_money_to_buy_voucher": "Customer can deposit money to buy voucher",
|
||||
"Allow_balance_transfer_between_customers": "Allow balance transfer between customers",
|
||||
"Reminder_Notification": "Reminder Notification",
|
||||
"Reminder_Notification_Message": "Reminder Notification Message",
|
||||
"Reminder_7_days": "Reminder 7 days",
|
||||
"Reminder_3_days": "Reminder 3 days",
|
||||
"Reminder_1_day": "Reminder 1 day",
|
||||
"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",
|
||||
"Invoice_Balance_Message": "Invoice Balance Message",
|
||||
"Invoice_Notification_Payment": "Invoice Notification Payment",
|
||||
"Balance_Notification_Payment": "Balance Notification Payment",
|
||||
"Balance_Plans": "Balance Plans",
|
||||
"Buy_Balance": "Buy Balance",
|
||||
"Price": "Price",
|
||||
"Validity": "Validity",
|
||||
"Disable auto renewal?": "Disable auto renewal?",
|
||||
"Auto Renewal On": "Auto Renewal On",
|
||||
"Enable auto renewal?": "Enable auto renewal?",
|
||||
"Auto Renewal Off": "Auto Renewal Off",
|
||||
"Refill Balance": "Refill Balance",
|
||||
"Invoice Footer": "Invoice Footer",
|
||||
"Pay With Balance": "Pay With Balance",
|
||||
"Pay this with Balance? your active package will be overwrite": "Pay this with Balance? your active package will be overwrite",
|
||||
"Success to buy package": "Success to buy package",
|
||||
"Auto Renewal": "Auto Renewal",
|
||||
"Disable_auto_renewal_": "Disable auto renewal?",
|
||||
"Auto_Renewal_On": "Auto Renewal On",
|
||||
"Enable_auto_renewal_": "Enable auto renewal?",
|
||||
"Auto_Renewal_Off": "Auto Renewal Off",
|
||||
"Refill_Balance": "Refill Balance",
|
||||
"Invoice_Footer": "Invoice Footer",
|
||||
"Pay_With_Balance": "Pay With Balance",
|
||||
"Pay_this_with_Balance__your_active_package_will_be_overwrite": "Pay this with Balance? your active package will be overwrite",
|
||||
"Success_to_buy_package": "Success to buy package",
|
||||
"Auto_Renewal": "Auto Renewal",
|
||||
"View": "View",
|
||||
"Back": "Back",
|
||||
"Active": "Active",
|
||||
"Transfer Balance": "Transfer Balance",
|
||||
"Send your balance?": "Send your balance?",
|
||||
"Transfer_Balance": "Transfer Balance",
|
||||
"Send_your_balance_": "Send your balance?",
|
||||
"Send": "Send",
|
||||
"Cannot send to yourself": "Cannot send to yourself",
|
||||
"Sending balance success": "Sending balance success",
|
||||
"Cannot_send_to_yourself": "Cannot send to yourself",
|
||||
"Sending_balance_success": "Sending balance success",
|
||||
"From": "From",
|
||||
"To": "To",
|
||||
"insufficient balance": "insufficient balance",
|
||||
"Send Balance": "Send Balance",
|
||||
"Received Balance": "Received Balance",
|
||||
"Minimum Balance Transfer": "Minimum Balance Transfer",
|
||||
"Minimum Transfer": "Minimum Transfer",
|
||||
"Company Logo": "Company Logo",
|
||||
"Expired IP Pool": "Expired IP Pool",
|
||||
"insufficient_balance": "insufficient balance",
|
||||
"Send_Balance": "Send Balance",
|
||||
"Received_Balance": "Received Balance",
|
||||
"Minimum_Balance_Transfer": "Minimum Balance Transfer",
|
||||
"Minimum_Transfer": "Minimum Transfer",
|
||||
"Company_Logo": "Company Logo",
|
||||
"Expired_IP_Pool": "Expired IP Pool",
|
||||
"Proxy": "Proxy",
|
||||
"Proxy Server": "Proxy Server",
|
||||
"Proxy Server Login": "Proxy Server Login",
|
||||
"Hotspot Plan": "Hotspot Plan",
|
||||
"PPPOE Plan": "PPPOE Plan",
|
||||
"Proxy_Server": "Proxy Server",
|
||||
"Proxy_Server_Login": "Proxy Server Login",
|
||||
"Hotspot_Plan": "Hotspot Plan",
|
||||
"PPPOE_Plan": "PPPOE Plan",
|
||||
"UNKNOWN": "UNKNOWN",
|
||||
"Are You Sure?": "Are You Sure?",
|
||||
"Success to send package": "Success to send package",
|
||||
"Target has active plan, different with current plant.": "Target has active plan, different with current plant.",
|
||||
"Recharge a friend": "Recharge a friend",
|
||||
"Buy for friend": "Buy for friend",
|
||||
"Buy this for friend account?": "Buy this for friend account?",
|
||||
"Review package before recharge": "Review package before recharge",
|
||||
"Are_You_Sure_": "Are You Sure?",
|
||||
"Success_to_send_package": "Success to send package",
|
||||
"Target_has_active_plan__different_with_current_plant_": "Target has active plan, different with current plant.",
|
||||
"Recharge_a_friend": "Recharge a friend",
|
||||
"Buy_for_friend": "Buy for friend",
|
||||
"Buy_this_for_friend_account_": "Buy this for friend account?",
|
||||
"Review_package_before_recharge": "Review package before recharge",
|
||||
"Activate": "Activate",
|
||||
"Deactivate": "Deactivate",
|
||||
"Sync": "Sync",
|
||||
"Failed to create PaymeTrust transaction.": "Failed to create PaymeTrust transaction.",
|
||||
"Failed_to_create_PaymeTrust_transaction_": "Failed to create PaymeTrust transaction.",
|
||||
"Location": "Location",
|
||||
"Radius Plans": "Radius Plans",
|
||||
"Change title in user Plan order": "Change title in user Plan order",
|
||||
"Radius_Plans": "Radius Plans",
|
||||
"Change_title_in_user_Plan_order": "Change title in user Plan order",
|
||||
"Logs": "Logs",
|
||||
"Voucher Format": "Voucher Format",
|
||||
"Resend To Customer": "Resend To Customer",
|
||||
"Your friend do not have active package": "Your friend do not have active package",
|
||||
"Service Type": "Service Type",
|
||||
"Voucher_Format": "Voucher Format",
|
||||
"Resend_To_Customer": "Resend To Customer",
|
||||
"Your_friend_do_not_have_active_package": "Your friend do not have active package",
|
||||
"Service_Type": "Service Type",
|
||||
"Others": "Others",
|
||||
"PPPoE": "PPPoE",
|
||||
"Hotspot": "Hotspot",
|
||||
"Disable Registration": "Disable Registration",
|
||||
"Customer just Login with Phone number and Voucher Code, Voucher will be password": "Customer just Login with Phone number and Voucher Code, Voucher will be password",
|
||||
"Login \/ Activate Voucher": "Login \/ Activate Voucher",
|
||||
"After Customer activate voucher or login, customer will be redirected to this url": "After Customer activate voucher or login, customer will be redirected to this url",
|
||||
"Voucher Prefix": "Voucher Prefix",
|
||||
"Voucher activation success, now you can login": "Voucher activation success, now you can login",
|
||||
"Client Can Purchase": "Client Can Purchase",
|
||||
"Buy this? your active package will be overwritten": "Buy this? your active package will be overwritten",
|
||||
"Pay this with Balance? your active package will be overwritten": "Pay this with Balance? your active package will be overwritten",
|
||||
"Buy this? your active package will be overwrite": "Buy this? your active package will be overwrite",
|
||||
"Monthly Registered Customers": "Monthly Registered Customers",
|
||||
"Total Monthly Sales": "Total Monthly Sales",
|
||||
"Active Users": "Active Users",
|
||||
"All Users Insights": "All Users Insights",
|
||||
"Disable_Registration": "Disable Registration",
|
||||
"Customer_just_Login_with_Phone_number_and_Voucher_Code__Voucher_will_be_password": "Customer just Login with Phone number and Voucher Code, Voucher will be password",
|
||||
"Login___Activate_Voucher": "Login \/ Activate Voucher",
|
||||
"After_Customer_activate_voucher_or_login__customer_will_be_redirected_to_this_url": "After Customer activate voucher or login, customer will be redirected to this url",
|
||||
"Voucher_Prefix": "Voucher Prefix",
|
||||
"Voucher_activation_success__now_you_can_login": "Voucher activation success, now you can login",
|
||||
"Client_Can_Purchase": "Client Can Purchase",
|
||||
"Buy_this__your_active_package_will_be_overwritten": "Buy this? your active package will be overwritten",
|
||||
"Pay_this_with_Balance__your_active_package_will_be_overwritten": "Pay this with Balance? your active package will be overwritten",
|
||||
"Buy_this__your_active_package_will_be_overwrite": "Buy this? your active package will be overwrite",
|
||||
"Monthly_Registered_Customers": "Monthly Registered Customers",
|
||||
"Total_Monthly_Sales": "Total Monthly Sales",
|
||||
"Active_Users": "Active Users",
|
||||
"All_Users_Insights": "All Users Insights",
|
||||
"SuperAdmin": "Super Admin",
|
||||
"Radius": "Radius",
|
||||
"Radius NAS": "Radius NAS",
|
||||
"Profile": "Profile",
|
||||
"Credentials": "Credentials",
|
||||
"Phone": "Phone",
|
||||
"City": "City",
|
||||
"Sub District": "Sub District",
|
||||
"Ward": "Ward",
|
||||
"Send Notification": "Send Notification",
|
||||
"Add User": "Add User",
|
||||
"Username should be between 3 to 45 characters": "Username should be between 3 to 45 characters",
|
||||
"Password should be minimum 6 characters": "Password should be minimum 6 characters",
|
||||
"Login": "Login",
|
||||
"SuperAdmin": "SuperAdmin",
|
||||
"Admin": "Admin",
|
||||
"Report": "Report",
|
||||
"Agent": "Agent",
|
||||
"Send To Customer": "Send To Customer",
|
||||
"Code": "Code",
|
||||
"Generated By": "Generated By",
|
||||
"Report Viewer": "Report Viewer",
|
||||
"Super Administrator": "Super Administrator",
|
||||
"Customers Attributes": "Customers Attributes"
|
||||
"Radius_NAS": "Radius NAS",
|
||||
"Translation": "Translation",
|
||||
"Translation_saved_Successfully": "Translation saved Successfully",
|
||||
"Language_Editor": "Language Editor"
|
||||
}
|
@ -1,379 +1,380 @@
|
||||
{
|
||||
"Log-in": "Entrar",
|
||||
"Log_in": "Entrar",
|
||||
"Register": "Registro",
|
||||
"Announcement": "Anuncio",
|
||||
"Registration Info": "Informaci\u00f3n de registro",
|
||||
"Voucher not found, please buy voucher befor register": "Cup\u00f3n no encontrado, compre el cup\u00f3n antes de registrarse",
|
||||
"Register Success! You can login now": "\u00a1Registro exitoso! Puedes iniciar sesi\u00f3n ahora",
|
||||
"Log in to Member Panel": "Log in to Member Panel",
|
||||
"Register as Member": "Reg\u00edstrese como miembro",
|
||||
"Enter Admin Area": "Panel de administraci\u00f3n",
|
||||
"Registration_Info": "Informaci\u00f3n de registro",
|
||||
"Voucher_not_found__please_buy_voucher_befor_register": "Cup\u00f3n no encontrado, compre el cup\u00f3n antes de registrarse",
|
||||
"Register_Success__You_can_login_now": "\u00a1Registro exitoso! Puedes iniciar sesi\u00f3n ahora",
|
||||
"Log_in_to_Member_Panel": "Log in to Member Panel",
|
||||
"Register_as_Member": "Reg\u00edstrese como miembro",
|
||||
"Enter_Admin_Area": "Panel de administraci\u00f3n",
|
||||
"PHPNuxBill": "DIGITAL-RED",
|
||||
"Username": "Usuario",
|
||||
"Password": "Contrase\u00f1a",
|
||||
"Passwords does not match": "Las contrase\u00f1as no coinciden",
|
||||
"Account already axist": "La cuenta ya existe",
|
||||
"Passwords_does_not_match": "Las contrase\u00f1as no coinciden",
|
||||
"Account_already_axist": "La cuenta ya existe",
|
||||
"Manage": "Administrar",
|
||||
"Submit": "Enviar",
|
||||
"Save Changes": "Guardar cambios",
|
||||
"Save_Changes": "Guardar cambios",
|
||||
"Cancel": "Cancelar",
|
||||
"Edit": "Editar",
|
||||
"Delete": "Eliminar",
|
||||
"Welcome": "Bienvenido",
|
||||
"Data Created Successfully": "Datos creados con \u00e9xito",
|
||||
"Data Updated Successfully": "Datos actualizados con \u00e9xito",
|
||||
"Data Deleted Successfully": "Datos eliminados con \u00e9xito",
|
||||
"Static Pages": "P\u00e1ginas est\u00e1ticas",
|
||||
"Failed to save page, make sure i can write to folder pages, <i>chmod 664 pages\/*.html<i>": "No se pudo guardar la p\u00e1gina, aseg\u00farese de que pueda escribir en las p\u00e1ginas de la carpeta, <i>chmod 664 pages\/*.html<i>",
|
||||
"Saving page success": "Guardando el \u00e9xito de la p\u00e1gina",
|
||||
"Sometimes you need to refresh 3 times until content change": "A veces es necesario actualizar 3 veces hasta que cambie el contenido",
|
||||
"Data_Created_Successfully": "Datos creados con \u00e9xito",
|
||||
"Data_Updated_Successfully": "Datos actualizados con \u00e9xito",
|
||||
"Data_Deleted_Successfully": "Datos eliminados con \u00e9xito",
|
||||
"Static_Pages": "P\u00e1ginas est\u00e1ticas",
|
||||
"Failed_to_save_page__make_sure_i_can_write_to_folder_pages___i_chmod_664_pages___html_i_": "No se pudo guardar la p\u00e1gina, aseg\u00farese de que pueda escribir en las p\u00e1ginas de la carpeta, <i>chmod 664 pages\/*.html<i>",
|
||||
"Saving_page_success": "Guardando el \u00e9xito de la p\u00e1gina",
|
||||
"Sometimes_you_need_to_refresh_3_times_until_content_change": "A veces es necesario actualizar 3 veces hasta que cambie el contenido",
|
||||
"Dashboard": "Dashboard",
|
||||
"Search Customers...": "Buscar clientes...",
|
||||
"My Account": "Mi cuenta",
|
||||
"My Profile": "Mi perfil",
|
||||
"Search_Customers___": "Buscar clientes...",
|
||||
"My_Account": "Mi cuenta",
|
||||
"My_Profile": "Mi perfil",
|
||||
"Settings": "Ajustes",
|
||||
"Edit Profile": "Editar perfil",
|
||||
"Change Password": "Cambia la contrase\u00f1a",
|
||||
"Edit_Profile": "Editar perfil",
|
||||
"Change_Password": "Cambia la contrase\u00f1a",
|
||||
"Logout": "Cerrar sesi\u00f3n",
|
||||
"Services": "Servicios",
|
||||
"Bandwidth Plans": "Planes de velocidad",
|
||||
"Bandwidth Name": "Nombre de ancho de banda",
|
||||
"New Bandwidth": "Nuevo ancho de banda",
|
||||
"Edit Bandwidth": "Editar ancho de banda",
|
||||
"Add New Bandwidth": "Agregar nuevo ancho de banda",
|
||||
"Rate Download": "Tarifa Descarga",
|
||||
"Rate Upload": "Tasa de subida",
|
||||
"Name Bandwidth Already Exist": "El ancho de banda del nombre ya existe",
|
||||
"Hotspot Plans": "Planes de Hotspot",
|
||||
"PPPOE Plans": "Planes PPPOE",
|
||||
"Plan Name": "Nombre",
|
||||
"New Service Plan": "Nuevo plan de servicio",
|
||||
"Add Service Plan": "Agregar plan de servicio",
|
||||
"Edit Service Plan": "Editar plan de servicio",
|
||||
"Name Plan Already Exist": "Nombre El plan ya existe",
|
||||
"Plan Type": "Tipo de plan",
|
||||
"Plan Price": "Precio del plan",
|
||||
"Limit Type": "Tipo de l\u00edmite",
|
||||
"Bandwidth_Plans": "Planes de velocidad",
|
||||
"Bandwidth_Name": "Nombre de ancho de banda",
|
||||
"New_Bandwidth": "Nuevo ancho de banda",
|
||||
"Edit_Bandwidth": "Editar ancho de banda",
|
||||
"Add_New_Bandwidth": "Agregar nuevo ancho de banda",
|
||||
"Rate_Download": "Tarifa Descarga",
|
||||
"Rate_Upload": "Tasa de subida",
|
||||
"Name_Bandwidth_Already_Exist": "El ancho de banda del nombre ya existe",
|
||||
"Hotspot_Plans": "Planes de Hotspot",
|
||||
"PPPOE_Plans": "Planes PPPOE",
|
||||
"Plan_Name": "Nombre",
|
||||
"New_Service_Plan": "Nuevo plan de servicio",
|
||||
"Add_Service_Plan": "Agregar plan de servicio",
|
||||
"Edit_Service_Plan": "Editar plan de servicio",
|
||||
"Name_Plan_Already_Exist": "Nombre El plan ya existe",
|
||||
"Plan_Type": "Tipo de plan",
|
||||
"Plan_Price": "Precio del plan",
|
||||
"Limit_Type": "Tipo de l\u00edmite",
|
||||
"Unlimited": "Ilimitado",
|
||||
"Limited": "Limitado",
|
||||
"Time Limit": "L\u00edmite de tiempo",
|
||||
"Data Limit": "L\u00edmite de datos",
|
||||
"Both Limit": "Ambos L\u00edmite",
|
||||
"Plan Validity": "Validez del Plan",
|
||||
"Select Bandwidth": "Seleccionar ancho de banda",
|
||||
"Shared Users": "Usuarios compartidos",
|
||||
"Choose User Type Sales to disable access to Settings": "Elija Ventas de tipo de usuario para deshabilitar el acceso a la Configuraci\u00f3n",
|
||||
"Current Password": "Contrase\u00f1a actual",
|
||||
"New Password": "Nueva contrase\u00f1a",
|
||||
"Time_Limit": "L\u00edmite de tiempo",
|
||||
"Data_Limit": "L\u00edmite de datos",
|
||||
"Both_Limit": "Ambos L\u00edmite",
|
||||
"Plan_Validity": "Validez del Plan",
|
||||
"Select_Bandwidth": "Seleccionar ancho de banda",
|
||||
"Shared_Users": "Usuarios compartidos",
|
||||
"Choose_User_Type_Sales_to_disable_access_to_Settings": "Elija Ventas de tipo de usuario para deshabilitar el acceso a la Configuraci\u00f3n",
|
||||
"Current_Password": "Contrase\u00f1a actual",
|
||||
"New_Password": "Nueva contrase\u00f1a",
|
||||
"Administrator": "Administrador",
|
||||
"Sales": "Ventas",
|
||||
"Member": "Usuario",
|
||||
"Confirm New Password": "Confirmar nueva contrase\u00f1a",
|
||||
"Confirm Password": "Confirmar contrase\u00f1a",
|
||||
"Full Name": "Nombre completo",
|
||||
"User Type": "Tipo de usuario",
|
||||
"Confirm_New_Password": "Confirmar nueva contrase\u00f1a",
|
||||
"Confirm_Password": "Confirmar contrase\u00f1a",
|
||||
"Full_Name": "Nombre completo",
|
||||
"User_Type": "Tipo de usuario",
|
||||
"Address": "Direcci\u00f3n",
|
||||
"Created On": "Creado en",
|
||||
"Expires On": "Expira el",
|
||||
"Phone Number": "N\u00famero de tel\u00e9fono",
|
||||
"User deleted Successfully": "Usuario eliminado con \u00e9xito",
|
||||
"Full Administrator": "Administrador completo",
|
||||
"Keep Blank to do not change Password": "Mantener en blanco para no cambiar la contrase\u00f1a",
|
||||
"Keep it blank if you do not want to show currency code": "Mant\u00e9ngalo en blanco si no desea mostrar el c\u00f3digo de moneda",
|
||||
"Theme Style": "Estilo de tema",
|
||||
"Theme Color": "Color del tema",
|
||||
"Default Language": "Idioma predeterminado",
|
||||
"Created_On": "Creado en",
|
||||
"Expires_On": "Expira el",
|
||||
"Phone_Number": "N\u00famero de tel\u00e9fono",
|
||||
"User_deleted_Successfully": "Usuario eliminado con \u00e9xito",
|
||||
"Full_Administrator": "Administrador completo",
|
||||
"Keep_Blank_to_do_not_change_Password": "Mantener en blanco para no cambiar la contrase\u00f1a",
|
||||
"Keep_it_blank_if_you_do_not_want_to_show_currency_code": "Mant\u00e9ngalo en blanco si no desea mostrar el c\u00f3digo de moneda",
|
||||
"Theme_Style": "Estilo de tema",
|
||||
"Theme_Color": "Color del tema",
|
||||
"Default_Language": "Idioma predeterminado",
|
||||
"Network": "Red",
|
||||
"Routers": "Routers",
|
||||
"IP Pool": "IP Pool",
|
||||
"New Router": "Nuevo Router",
|
||||
"Add Router": "Agregar Router",
|
||||
"Edit Router": "Editar Router",
|
||||
"Router Name": "Nombre del Router",
|
||||
"IP Address": "Direccion IP",
|
||||
"Router Secret": "Contrase\u00f1a Router",
|
||||
"IP_Pool": "IP Pool",
|
||||
"New_Router": "Nuevo Router",
|
||||
"Add_Router": "Agregar Router",
|
||||
"Edit_Router": "Editar Router",
|
||||
"Router_Name": "Nombre del Router",
|
||||
"IP_Address": "Direccion IP",
|
||||
"Router_Secret": "Contrase\u00f1a Router",
|
||||
"Description": "Descripcion",
|
||||
"IP Router Already Exist": "El enrutador IP ya existe",
|
||||
"Name Pool": "Nombre del Pool",
|
||||
"Range IP": "Rango de IP",
|
||||
"New Pool": "Nuevo Pool",
|
||||
"Add Pool": "Agregar Pool",
|
||||
"Edit Pool": "Editar Pool",
|
||||
"Pool Name Already Exist": "Nombre del Pool ya existe",
|
||||
"IP_Router_Already_Exist": "El enrutador IP ya existe",
|
||||
"Name_Pool": "Nombre del Pool",
|
||||
"Range_IP": "Rango de IP",
|
||||
"New_Pool": "Nuevo Pool",
|
||||
"Add_Pool": "Agregar Pool",
|
||||
"Edit_Pool": "Editar Pool",
|
||||
"Pool_Name_Already_Exist": "Nombre del Pool ya existe",
|
||||
"Prepaid": "Prepago",
|
||||
"Prepaid Users": "Usuarios prepago",
|
||||
"Prepaid Vouchers": "Fichas prepago",
|
||||
"Refill Account": "Recargar Ficha",
|
||||
"Recharge Account": "Recargar Cuenta",
|
||||
"Select Account": "Seleccionar cuenta",
|
||||
"Service Plan": "Plan de servicio",
|
||||
"Prepaid_Users": "Usuarios prepago",
|
||||
"Prepaid_Vouchers": "Fichas prepago",
|
||||
"Refill_Account": "Recargar Ficha",
|
||||
"Recharge_Account": "Recargar Cuenta",
|
||||
"Select_Account": "Seleccionar cuenta",
|
||||
"Service_Plan": "Plan de servicio",
|
||||
"Recharge": "Recargar",
|
||||
"Method": "M\u00e9todo",
|
||||
"Account Created Successfully": "Cuenta creada con \u00e9xito",
|
||||
"Database Status": "Estado de la base de datos",
|
||||
"Total Database Size": "Tama\u00f1o total de la base de datos",
|
||||
"Download Database Backup": "Descargar copia de seguridad de la base de datos",
|
||||
"Table Name": "Nombre de la tabla",
|
||||
"Account_Created_Successfully": "Cuenta creada con \u00e9xito",
|
||||
"Database_Status": "Estado de la base de datos",
|
||||
"Total_Database_Size": "Tama\u00f1o total de la base de datos",
|
||||
"Download_Database_Backup": "Descargar copia de seguridad de la base de datos",
|
||||
"Table_Name": "Nombre de la tabla",
|
||||
"Rows": "Filas",
|
||||
"Size": "Tama\u00f1o",
|
||||
"Customer": "Clientes",
|
||||
"Add New Contact": "A\u00f1adir nuevo contacto",
|
||||
"Edit Contact": "Editar contacto",
|
||||
"List Contact": "Lista de contactos",
|
||||
"Manage Contact": "Administrar contacto",
|
||||
"Add_New_Contact": "A\u00f1adir nuevo contacto",
|
||||
"Edit_Contact": "Editar contacto",
|
||||
"List_Contact": "Lista de contactos",
|
||||
"Manage_Contact": "Administrar contacto",
|
||||
"Reports": "Reportes",
|
||||
"Daily Reports": "Reportes diarios",
|
||||
"Period Reports": "Informes del per\u00edodo",
|
||||
"All Transactions": "Todas las transacciones",
|
||||
"Total Income": "Ingresos totales",
|
||||
"All Transactions at Date": "Todas las transacciones en la fecha",
|
||||
"Export for Print": "Exportar para imprimir",
|
||||
"Daily_Reports": "Reportes diarios",
|
||||
"Period_Reports": "Informes del per\u00edodo",
|
||||
"All_Transactions": "Todas las transacciones",
|
||||
"Total_Income": "Ingresos totales",
|
||||
"All_Transactions_at_Date": "Todas las transacciones en la fecha",
|
||||
"Export_for_Print": "Exportar para imprimir",
|
||||
"Print": "Impresi\u00f3n",
|
||||
"Export to PDF": "Exportar a PDF",
|
||||
"Click Here to Print": "Haga clic aqu\u00ed para imprimir",
|
||||
"You can use html tag": "Puedes usar la etiqueta html",
|
||||
"Date Format": "Formato de fecha",
|
||||
"Income Today": "Ingresos hoy",
|
||||
"Income This Month": "Ingresos este mes",
|
||||
"Users Active": "Usuarios activos",
|
||||
"Total Users": "Total de usuarios",
|
||||
"Export_to_PDF": "Exportar a PDF",
|
||||
"Click_Here_to_Print": "Haga clic aqu\u00ed para imprimir",
|
||||
"You_can_use_html_tag": "Puedes usar la etiqueta html",
|
||||
"Date_Format": "Formato de fecha",
|
||||
"Income_Today": "Ingresos hoy",
|
||||
"Income_This_Month": "Ingresos este mes",
|
||||
"Users_Active": "Usuarios activos",
|
||||
"Total_Users": "Total de usuarios",
|
||||
"Users": "Usuarios",
|
||||
"Edit User": "Editar usuario",
|
||||
"Last Login": "\u00daltimo acceso",
|
||||
"Administrator Users": "Usuarios administradores",
|
||||
"Manage Administrator": "Administrar administrador",
|
||||
"Add New Administrator": "Agregar nuevo administrador",
|
||||
"Edit_User": "Editar usuario",
|
||||
"Last_Login": "\u00daltimo acceso",
|
||||
"Administrator_Users": "Usuarios administradores",
|
||||
"Manage_Administrator": "Administrar administrador",
|
||||
"Add_New_Administrator": "Agregar nuevo administrador",
|
||||
"Localisation": "Localizaci\u00f3n",
|
||||
"Backup\/Restore": "Copia de seguridad\/restauracion",
|
||||
"General Settings": "Configuraci\u00f3n general",
|
||||
"Backup_Restore": "Copia de seguridad\/restauracion",
|
||||
"General_Settings": "Configuraci\u00f3n general",
|
||||
"Date": "Fecha",
|
||||
"Login Successful": "Inicio de sesi\u00f3n exitoso",
|
||||
"Failed Login": "Inicio de sesi\u00f3n fallido",
|
||||
"Settings Saved Successfully": "Configuraci\u00f3n guardada con \u00e9xito",
|
||||
"User Updated Successfully": "Usuario actualizado con \u00e9xito",
|
||||
"User Expired, Today": "Usuario vencido, hoy",
|
||||
"Activity Log": "Registro de actividades",
|
||||
"View Reports": "Ver los informes",
|
||||
"View All": "Ver todo",
|
||||
"Number of Vouchers": "N\u00famero de Fichas",
|
||||
"Length Code": "Longitud de codigo",
|
||||
"Code Voucher": "Cup\u00f3n de Ficha",
|
||||
"Login_Successful": "Inicio de sesi\u00f3n exitoso",
|
||||
"Failed_Login": "Inicio de sesi\u00f3n fallido",
|
||||
"Settings_Saved_Successfully": "Configuraci\u00f3n guardada con \u00e9xito",
|
||||
"User_Updated_Successfully": "Usuario actualizado con \u00e9xito",
|
||||
"User_Expired__Today": "Usuario vencido, hoy",
|
||||
"Activity_Log": "Registro de actividades",
|
||||
"View_Reports": "Ver los informes",
|
||||
"View_All": "Ver todo",
|
||||
"Number_of_Vouchers": "N\u00famero de Fichas",
|
||||
"Length_Code": "Longitud de codigo",
|
||||
"Code_Voucher": "Cup\u00f3n de Ficha",
|
||||
"Voucher": "Ficha",
|
||||
"Hotspot Voucher": "Ficha Hotspot",
|
||||
"Status Voucher": "Estatado de Ficha",
|
||||
"Add Vouchers": "Agregar Ficha",
|
||||
"Create Vouchers Successfully": "Crear Ficha con \u00e9xito",
|
||||
"Hotspot_Voucher": "Ficha Hotspot",
|
||||
"Status_Voucher": "Estatado de Ficha",
|
||||
"Add_Vouchers": "Agregar Ficha",
|
||||
"Create_Vouchers_Successfully": "Crear Ficha con \u00e9xito",
|
||||
"Generate": "Generar",
|
||||
"Print side by side, it will easy to cut": "Imprimir uno al lado del otro, ser\u00e1 f\u00e1cil de cortar",
|
||||
"From Date": "Partir de la fecha",
|
||||
"To Date": "Hasta la fecha",
|
||||
"New Service": "Nuevo servicio",
|
||||
"Print_side_by_side__it_will_easy_to_cut": "Imprimir uno al lado del otro, ser\u00e1 f\u00e1cil de cortar",
|
||||
"From_Date": "Partir de la fecha",
|
||||
"To_Date": "Hasta la fecha",
|
||||
"New_Service": "Nuevo servicio",
|
||||
"Type": "Tipo",
|
||||
"Finish": "Finalizar",
|
||||
"Application Name\/ Company Name": "Nombre de la aplicaci\u00f3n\/ Nombre de la empresa",
|
||||
"This Name will be shown on the Title": "Este nombre se mostrar\u00e1 en el t\u00edtulo",
|
||||
"Application_Name__Company_Name": "Nombre de la aplicaci\u00f3n\/ Nombre de la empresa",
|
||||
"This_Name_will_be_shown_on_the_Title": "Este nombre se mostrar\u00e1 en el t\u00edtulo",
|
||||
"Next": "Siguiente",
|
||||
"Last": "Atras",
|
||||
"Timezone": "Zona horaria",
|
||||
"Decimal Point": "Punto decimal",
|
||||
"Thousands Separator": "Separador de miles",
|
||||
"Currency Code": "C\u00f3digo de moneda",
|
||||
"Order Voucher": "Comprobante de pedido",
|
||||
"Voucher Activation": "Activaci\u00f3n de Fichas",
|
||||
"List Activated Voucher": "Lista de Fichas activados",
|
||||
"Enter voucher code here": "Ingrese el c\u00f3digo de la Ficha aqu\u00ed",
|
||||
"Private Message": "Mensaje privado",
|
||||
"Decimal_Point": "Punto decimal",
|
||||
"Thousands_Separator": "Separador de miles",
|
||||
"Currency_Code": "C\u00f3digo de moneda",
|
||||
"Order_Voucher": "Comprobante de pedido",
|
||||
"Voucher_Activation": "Activaci\u00f3n de Fichas",
|
||||
"List_Activated_Voucher": "Lista de Fichas activados",
|
||||
"Enter_voucher_code_here": "Ingrese el c\u00f3digo de la Ficha aqu\u00ed",
|
||||
"Private_Message": "Mensaje privado",
|
||||
"Inbox": "Bandeja de entrada",
|
||||
"Outbox": "Bandeja de salida",
|
||||
"Compose": "Componer",
|
||||
"Send to": "Enviar a",
|
||||
"Send_to": "Enviar a",
|
||||
"Title": "T\u00edtulo",
|
||||
"Message": "Mensaje",
|
||||
"Your Account Information": "Informaci\u00f3n de su cuenta",
|
||||
"Welcome to the Panel Members page, on this page you can:": "Bienvenido a la p\u00e1gina de Miembros del Panel, en esta p\u00e1gina puede:",
|
||||
"Invalid Username or Password": "Usuario o contrase\u00f1a invalido",
|
||||
"You do not have permission to access this page": "Usted no tiene permiso para acceder a esta p\u00e1gina",
|
||||
"Incorrect Current Password": "IContrase\u00f1a actual incorrecta",
|
||||
"Password changed successfully, Please login again": "Contrase\u00f1a cambiada con \u00e9xito, por favor inicie sesi\u00f3n de nuevo",
|
||||
"All field is required": "Todo el campo es requerido",
|
||||
"Voucher Not Valid": "Ficha no v\u00e1lida",
|
||||
"Activation Vouchers Successfully": "Fichas de activaci\u00f3n con \u00e9xito",
|
||||
"Data Not Found": "Datos no encontrados",
|
||||
"Search by Username": "Buscar por nombre de usuario",
|
||||
"Search by Name": "Buscar por nombre",
|
||||
"Search by Code Voucher": "B\u00fasqueda por c\u00f3digo de Ficha",
|
||||
"Your_Account_Information": "Informaci\u00f3n de su cuenta",
|
||||
"Welcome_to_the_Panel_Members_page__on_this_page_you_can_": "Bienvenido a la p\u00e1gina de Miembros del Panel, en esta p\u00e1gina puede:",
|
||||
"Invalid_Username_or_Password": "Usuario o contrase\u00f1a invalido",
|
||||
"You_do_not_have_permission_to_access_this_page": "Usted no tiene permiso para acceder a esta p\u00e1gina",
|
||||
"Incorrect_Current_Password": "IContrase\u00f1a actual incorrecta",
|
||||
"Password_changed_successfully__Please_login_again": "Contrase\u00f1a cambiada con \u00e9xito, por favor inicie sesi\u00f3n de nuevo",
|
||||
"All_field_is_required": "Todo el campo es requerido",
|
||||
"Voucher_Not_Valid": "Ficha no v\u00e1lida",
|
||||
"Activation_Vouchers_Successfully": "Fichas de activaci\u00f3n con \u00e9xito",
|
||||
"Data_Not_Found": "Datos no encontrados",
|
||||
"Search_by_Username": "Buscar por nombre de usuario",
|
||||
"Search_by_Name": "Buscar por nombre",
|
||||
"Search_by_Code_Voucher": "B\u00fasqueda por c\u00f3digo de Ficha",
|
||||
"Search": "B\u00fasqueda",
|
||||
"Select a customer": "Seleccione un cliente",
|
||||
"Select Routers": "Seleccionar enrutadores",
|
||||
"Select Plans": "Seleccionar planes",
|
||||
"Select Pool": "Seleccionar Pool",
|
||||
"Select_a_customer": "Seleccione un cliente",
|
||||
"Select_Routers": "Seleccionar enrutadores",
|
||||
"Select_Plans": "Seleccionar planes",
|
||||
"Select_Pool": "Seleccionar Pool",
|
||||
"Hrs": "Hrs",
|
||||
"Mins": "Mins",
|
||||
"Days": "Dias",
|
||||
"Months": "Meses",
|
||||
"Add Language": "Agregar idioma",
|
||||
"Language Name": "Nombre del lenguaje",
|
||||
"Folder Name": "Nombre de la carpeta",
|
||||
"Add_Language": "Agregar idioma",
|
||||
"Language_Name": "Nombre del lenguaje",
|
||||
"Folder_Name": "Nombre de la carpeta",
|
||||
"Translator": "Traducir",
|
||||
"Language Name Already Exist": "El nombre del idioma ya existe",
|
||||
"Payment Gateway": "Payment Gateway",
|
||||
"Language_Name_Already_Exist": "El nombre del idioma ya existe",
|
||||
"Payment_Gateway": "Payment Gateway",
|
||||
"Community": "Community",
|
||||
"1 user can be used for many devices?": "1 user can be used for many devices?",
|
||||
"Cannot be change after saved": "Cannot be change after saved",
|
||||
"Explain Coverage of router": "Jelaskan Cakupan wilayah hotspot",
|
||||
"Name of Area that router operated": "Nama Lokasi\/Wilayah Router beroperasi",
|
||||
"Payment Notification URL, Recurring Notification URL, Pay Account Notification URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL",
|
||||
"Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL",
|
||||
"1_user_can_be_used_for_many_devices_": "1 user can be used for many devices?",
|
||||
"Cannot_be_change_after_saved": "Cannot be change after saved",
|
||||
"Explain_Coverage_of_router": "Jelaskan Cakupan wilayah hotspot",
|
||||
"Name_of_Area_that_router_operated": "Nama Lokasi\/Wilayah Router beroperasi",
|
||||
"Payment_Notification_URL__Recurring_Notification_URL__Pay_Account_Notification_URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL",
|
||||
"Finish_Redirect_URL__Unfinish_Redirect_URL__Error_Redirect_URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL",
|
||||
"Status": "Status",
|
||||
"Plan Not found": "Plan Not found",
|
||||
"Failed to create transaction.": "Failed to create transaction.",
|
||||
"Seller has not yet setup Xendit payment gateway": "Seller has not yet setup Xendit payment gateway",
|
||||
"Admin has not yet setup Xendit payment gateway, please tell admin": "Admin has not yet setup Xendit payment gateway, please tell admin",
|
||||
"Buy this? your active package will be overwrite": "Buy this? your active package will be overwrite",
|
||||
"You already have unpaid transaction, cancel it or pay it.": "You already have unpaid transaction, cancel it or pay it.",
|
||||
"Transaction Not found": "Transaction Not found",
|
||||
"Cancel it?": "Cancel it?",
|
||||
"Plan_Not_found": "Plan Not found",
|
||||
"Failed_to_create_transaction_": "Failed to create transaction.",
|
||||
"Seller_has_not_yet_setup_Xendit_payment_gateway": "Seller has not yet setup Xendit payment gateway",
|
||||
"Admin_has_not_yet_setup_Xendit_payment_gateway__please_tell_admin": "Admin has not yet setup Xendit payment gateway, please tell admin",
|
||||
"Buy_this__your_active_package_will_be_overwrite": "Buy this? your active package will be overwrite",
|
||||
"You_already_have_unpaid_transaction__cancel_it_or_pay_it_": "You already have unpaid transaction, cancel it or pay it.",
|
||||
"Transaction_Not_found": "Transaction Not found",
|
||||
"Cancel_it_": "Cancel it?",
|
||||
"expired": "expired",
|
||||
"Check for Payment": "Check for Payment",
|
||||
"Transaction still unpaid.": "Transaction still unpaid.",
|
||||
"Paid Date": "Paid Date",
|
||||
"Transaction has been paid.": "Transaction has been paid.",
|
||||
"Check_for_Payment": "Check for Payment",
|
||||
"Transaction_still_unpaid_": "Transaction still unpaid.",
|
||||
"Paid_Date": "Paid Date",
|
||||
"Transaction_has_been_paid_": "Transaction has been paid.",
|
||||
"PAID": "PAID",
|
||||
"CANCELED": "CANCELED",
|
||||
"UNPAID": "UNPAID",
|
||||
"PAY NOW": "PAY NOW",
|
||||
"Buy Hotspot Plan": "Buy Hotspot Plan",
|
||||
"Buy PPOE Plan": "Buy PPOE Plan",
|
||||
"PAY_NOW": "PAY NOW",
|
||||
"Buy_Hotspot_Plan": "Buy Hotspot Plan",
|
||||
"Buy_PPOE_Plan": "Buy PPOE Plan",
|
||||
"Package": "Package",
|
||||
"Order Internet Package": "Order Internet Package",
|
||||
"Unknown Command.": "Unknown Command.",
|
||||
"Checking payment": "Checking payment",
|
||||
"Create Transaction Success": "Create Transaction Success",
|
||||
"You have unpaid transaction": "You have unpaid transaction",
|
||||
"TripayPayment Channel": "TripayPayment Channel",
|
||||
"Payment Channel": "Payment Channel",
|
||||
"Payment check failed.": "Payment check failed.",
|
||||
"Order Package": "Order Package",
|
||||
"Order_Internet_Package": "Order Internet Package",
|
||||
"Unknown_Command_": "Unknown Command.",
|
||||
"Checking_payment": "Checking payment",
|
||||
"Create_Transaction_Success": "Create Transaction Success",
|
||||
"You_have_unpaid_transaction": "You have unpaid transaction",
|
||||
"TripayPayment_Channel": "TripayPayment Channel",
|
||||
"Payment_Channel": "Payment Channel",
|
||||
"Payment_check_failed_": "Payment check failed.",
|
||||
"Order_Package": "Order Package",
|
||||
"Transactions": "Transactions",
|
||||
"Payments": "Payments",
|
||||
"History": "History",
|
||||
"Order History": "Order History",
|
||||
"Order_History": "Order History",
|
||||
"Gateway": "Gateway",
|
||||
"Date Done": "Date Done",
|
||||
"Unpaid Order": "Unpaid Order",
|
||||
"Payment Gateway Not Found": "Payment Gateway Not Found",
|
||||
"Payment Gateway saved successfully": "Payment Gateway saved successfully",
|
||||
"Date_Done": "Date Done",
|
||||
"Unpaid_Order": "Unpaid Order",
|
||||
"Payment_Gateway_Not_Found": "Payment Gateway Not Found",
|
||||
"Payment_Gateway_saved_successfully": "Payment Gateway saved successfully",
|
||||
"ORDER": "ORDER",
|
||||
"Package History": "Package History",
|
||||
"Buy History": "Buy History",
|
||||
"Activation History": "Activation History",
|
||||
"Buy Package": "Buy Package",
|
||||
"Package_History": "Package History",
|
||||
"Buy_History": "Buy History",
|
||||
"Activation_History": "Activation History",
|
||||
"Buy_Package": "Buy Package",
|
||||
"Email": "Email",
|
||||
"Company Footer": "Company Footer",
|
||||
"Will show below user pages": "Will show below user pages",
|
||||
"Request OTP": "Request OTP",
|
||||
"Verification Code": "Verification Code",
|
||||
"SMS Verification Code": "SMS Verification Code",
|
||||
"Please enter your email address": "Please enter your email address",
|
||||
"Failed to create Paypal transaction.": "Failed to create Paypal transaction.",
|
||||
"Company_Footer": "Company Footer",
|
||||
"Will_show_below_user_pages": "Will show below user pages",
|
||||
"Request_OTP": "Request OTP",
|
||||
"Verification_Code": "Verification Code",
|
||||
"SMS_Verification_Code": "SMS Verification Code",
|
||||
"Please_enter_your_email_address": "Please enter your email address",
|
||||
"Failed_to_create_Paypal_transaction_": "Failed to create Paypal transaction.",
|
||||
"Plugin": "Plugin",
|
||||
"Plugin Manager": "Plugin Manager",
|
||||
"User Notification": "User Notification",
|
||||
"Expired Notification": "Expired Notification",
|
||||
"User will get notification when package expired": "User will get notification when package expired",
|
||||
"Expired Notification Message": "Expired Notification Message",
|
||||
"Payment Notification": "Payment Notification",
|
||||
"User will get invoice notification when buy package or package refilled": "User will get invoice notification when buy package or package refilled",
|
||||
"Current IP": "Current IP",
|
||||
"Current MAC": "Current MAC",
|
||||
"Login Status": "Login Status",
|
||||
"Login Request successfully": "Login Request successfully",
|
||||
"Logout Request successfully": "Logout Request successfully",
|
||||
"Disconnect Internet?": "Disconnect Internet?",
|
||||
"Not Online, Login now?": "Not Online, Login now?",
|
||||
"You are Online, Logout?": "You are Online, Logout?",
|
||||
"Connect to Internet?": "Connect to Internet?",
|
||||
"Your account not connected to internet": "Your account not connected to internet",
|
||||
"Plugin_Manager": "Plugin Manager",
|
||||
"User_Notification": "User Notification",
|
||||
"Expired_Notification": "Expired Notification",
|
||||
"User_will_get_notification_when_package_expired": "User will get notification when package expired",
|
||||
"Expired_Notification_Message": "Expired Notification Message",
|
||||
"Payment_Notification": "Payment Notification",
|
||||
"User_will_get_invoice_notification_when_buy_package_or_package_refilled": "User will get invoice notification when buy package or package refilled",
|
||||
"Current_IP": "Current IP",
|
||||
"Current_MAC": "Current MAC",
|
||||
"Login_Status": "Login Status",
|
||||
"Login_Request_successfully": "Login Request successfully",
|
||||
"Logout_Request_successfully": "Logout Request successfully",
|
||||
"Disconnect_Internet_": "Disconnect Internet?",
|
||||
"Not_Online__Login_now_": "Not Online, Login now?",
|
||||
"You_are_Online__Logout_": "You are Online, Logout?",
|
||||
"Connect_to_Internet_": "Connect to Internet?",
|
||||
"Your_account_not_connected_to_internet": "Your account not connected to internet",
|
||||
"Balance": "Balance",
|
||||
"Balance System": "Balance System",
|
||||
"Enable System": "Enable System",
|
||||
"Allow Transfer": "Allow Transfer",
|
||||
"Telegram Notification": "Telegram Notification",
|
||||
"SMS OTP Registration": "SMS OTP Registration",
|
||||
"Whatsapp Notification": "Whatsapp Notification",
|
||||
"Tawk.to Chat Widget": "Tawk.to Chat Widget",
|
||||
"Balance_System": "Balance System",
|
||||
"Enable_System": "Enable System",
|
||||
"Allow_Transfer": "Allow Transfer",
|
||||
"Telegram_Notification": "Telegram Notification",
|
||||
"SMS_OTP_Registration": "SMS OTP Registration",
|
||||
"Whatsapp_Notification": "Whatsapp Notification",
|
||||
"Tawk_to_Chat_Widget": "Tawk.to Chat Widget",
|
||||
"Invoice": "Invoice",
|
||||
"Country Code Phone": "Country Code Phone",
|
||||
"Voucher activation menu will be hidden": "Voucher activation menu will be hidden",
|
||||
"Customer can deposit money to buy voucher": "Customer can deposit money to buy voucher",
|
||||
"Allow balance transfer between customers": "Allow balance transfer between customers",
|
||||
"Refill Balance": "Refill Balance",
|
||||
"Balance Plans": "Balance Plans",
|
||||
"Failed to create transaction. ": "Failed to create transaction. ",
|
||||
"Failed to check status transaction. ": "Failed to check status transaction. ",
|
||||
"Disable Voucher": "Disable Voucher",
|
||||
"Reminder Notification": "Reminder Notification",
|
||||
"Reminder Notification Message": "Reminder Notification Message",
|
||||
"Reminder 7 days": "Reminder 7 days",
|
||||
"Reminder 3 days": "Reminder 3 days",
|
||||
"Reminder 1 day": "Reminder 1 day",
|
||||
"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",
|
||||
"Invoice Balance Message": "Invoice Balance Message",
|
||||
"Invoice Notification Payment": "Invoice Notification Payment",
|
||||
"Balance Notification Payment": "Balance Notification Payment",
|
||||
"Buy Balance": "Buy Balance",
|
||||
"Country_Code_Phone": "Country Code Phone",
|
||||
"Voucher_activation_menu_will_be_hidden": "Voucher activation menu will be hidden",
|
||||
"Customer_can_deposit_money_to_buy_voucher": "Customer can deposit money to buy voucher",
|
||||
"Allow_balance_transfer_between_customers": "Allow balance transfer between customers",
|
||||
"Refill_Balance": "Refill Balance",
|
||||
"Balance_Plans": "Balance Plans",
|
||||
"Failed_to_create_transaction__": "Failed to create transaction. ",
|
||||
"Failed_to_check_status_transaction__": "Failed to check status transaction. ",
|
||||
"Disable_Voucher": "Disable Voucher",
|
||||
"Reminder_Notification": "Reminder Notification",
|
||||
"Reminder_Notification_Message": "Reminder Notification Message",
|
||||
"Reminder_7_days": "Reminder 7 days",
|
||||
"Reminder_3_days": "Reminder 3 days",
|
||||
"Reminder_1_day": "Reminder 1 day",
|
||||
"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",
|
||||
"Invoice_Balance_Message": "Invoice Balance Message",
|
||||
"Invoice_Notification_Payment": "Invoice Notification Payment",
|
||||
"Balance_Notification_Payment": "Balance Notification Payment",
|
||||
"Buy_Balance": "Buy Balance",
|
||||
"Price": "Price",
|
||||
"Validity": "Validity",
|
||||
"Disable auto renewal?": "Disable auto renewal?",
|
||||
"Auto Renewal On": "Auto Renewal On",
|
||||
"Enable auto renewal?": "Enable auto renewal?",
|
||||
"Auto Renewal Off": "Auto Renewal Off",
|
||||
"Invoice Footer": "Invoice Footer",
|
||||
"Pay With Balance": "Pay With Balance",
|
||||
"Pay this with Balance? your active package will be overwrite": "Pay this with Balance? your active package will be overwrite",
|
||||
"Success to buy package": "Success to buy package",
|
||||
"Auto Renewal": "Auto Renewal",
|
||||
"Disable_auto_renewal_": "Disable auto renewal?",
|
||||
"Auto_Renewal_On": "Auto Renewal On",
|
||||
"Enable_auto_renewal_": "Enable auto renewal?",
|
||||
"Auto_Renewal_Off": "Auto Renewal Off",
|
||||
"Invoice_Footer": "Invoice Footer",
|
||||
"Pay_With_Balance": "Pay With Balance",
|
||||
"Pay_this_with_Balance__your_active_package_will_be_overwrite": "Pay this with Balance? your active package will be overwrite",
|
||||
"Success_to_buy_package": "Success to buy package",
|
||||
"Auto_Renewal": "Auto Renewal",
|
||||
"View": "View",
|
||||
"Back": "Back",
|
||||
"Active": "Active",
|
||||
"Transfer Balance": "Transfer Balance",
|
||||
"Send your balance?": "Send your balance?",
|
||||
"Transfer_Balance": "Transfer Balance",
|
||||
"Send_your_balance_": "Send your balance?",
|
||||
"Send": "Send",
|
||||
"Cannot send to yourself": "Cannot send to yourself",
|
||||
"Sending balance success": "Sending balance success",
|
||||
"Cannot_send_to_yourself": "Cannot send to yourself",
|
||||
"Sending_balance_success": "Sending balance success",
|
||||
"From": "From",
|
||||
"To": "To",
|
||||
"insufficient balance": "insufficient balance",
|
||||
"Send Balance": "Send Balance",
|
||||
"Received Balance": "Received Balance",
|
||||
"Minimum Balance Transfer": "Minimum Balance Transfer",
|
||||
"Minimum Transfer": "Minimum Transfer",
|
||||
"Company Logo": "Company Logo",
|
||||
"Expired IP Pool": "Expired IP Pool",
|
||||
"insufficient_balance": "insufficient balance",
|
||||
"Send_Balance": "Send Balance",
|
||||
"Received_Balance": "Received Balance",
|
||||
"Minimum_Balance_Transfer": "Minimum Balance Transfer",
|
||||
"Minimum_Transfer": "Minimum Transfer",
|
||||
"Company_Logo": "Company Logo",
|
||||
"Expired_IP_Pool": "Expired IP Pool",
|
||||
"Proxy": "Proxy",
|
||||
"Proxy Server": "Proxy Server",
|
||||
"Proxy Server Login": "Proxy Server Login",
|
||||
"Hotspot Plan": "Hotspot Plan",
|
||||
"PPPOE Plan": "PPPOE Plan",
|
||||
"Proxy_Server": "Proxy Server",
|
||||
"Proxy_Server_Login": "Proxy Server Login",
|
||||
"Hotspot_Plan": "Hotspot Plan",
|
||||
"PPPOE_Plan": "PPPOE Plan",
|
||||
"UNKNOWN": "UNKNOWN",
|
||||
"Are You Sure?": "Are You Sure?",
|
||||
"Success to send package": "Success to send package",
|
||||
"Target has active plan, different with current plant.": "Target has active plan, different with current plant.",
|
||||
"Recharge a friend": "Recharge a friend",
|
||||
"Buy for friend": "Buy for friend",
|
||||
"Buy this for friend account?": "Buy this for friend account?",
|
||||
"Review package before recharge": "Review package before recharge",
|
||||
"Are_You_Sure_": "Are You Sure?",
|
||||
"Success_to_send_package": "Success to send package",
|
||||
"Target_has_active_plan__different_with_current_plant_": "Target has active plan, different with current plant.",
|
||||
"Recharge_a_friend": "Recharge a friend",
|
||||
"Buy_for_friend": "Buy for friend",
|
||||
"Buy_this_for_friend_account_": "Buy this for friend account?",
|
||||
"Review_package_before_recharge": "Review package before recharge",
|
||||
"Activate": "Activate",
|
||||
"Deactivate": "Deactivate",
|
||||
"Sync": "Sync",
|
||||
"Failed to create PaymeTrust transaction.": "Failed to create PaymeTrust transaction.",
|
||||
"Failed_to_create_PaymeTrust_transaction_": "Failed to create PaymeTrust transaction.",
|
||||
"Location": "Location",
|
||||
"Voucher Format": "Voucher Format",
|
||||
"Service Type": "Service Type",
|
||||
"Voucher_Format": "Voucher Format",
|
||||
"Service_Type": "Service Type",
|
||||
"Others": "Others",
|
||||
"PPPoE": "PPPoE",
|
||||
"Hotspot": "Hotspot",
|
||||
"Monthly Registered Customers": "Monthly Registered Customers",
|
||||
"Total Monthly Sales": "Total Monthly Sales",
|
||||
"Active Users": "Active Users"
|
||||
"Monthly_Registered_Customers": "Monthly Registered Customers",
|
||||
"Total_Monthly_Sales": "Total Monthly Sales",
|
||||
"Active_Users": "Active Users"
|
||||
}
|
@ -1,375 +1,375 @@
|
||||
{
|
||||
"Log-in": "Oturum a\u00e7",
|
||||
"Log_in": "Oturum a\u00e7",
|
||||
"Register": "Kay\u0131t olmak",
|
||||
"Announcement": "Duyuru",
|
||||
"Registration Info": "Kay\u0131t Bilgisi",
|
||||
"Voucher not found, please buy voucher befor register": "Kupon bulunamad\u0131, l\u00fctfen kay\u0131t olun ve kay\u0131t olun",
|
||||
"Register Success! You can login now": "Kay\u0131t Ba\u015far\u0131l\u0131! \u015eimdi giri\u015f yapabilirsiniz ",
|
||||
"Log in to Member Panel": "\u00dcye Paneli'ne giri\u015f yap\u0131n",
|
||||
"Register as Member": "\u00dcye olarak kay\u0131t ol",
|
||||
"Enter Admin Area": "Y\u00f6netici Paneli Giri\u015fi",
|
||||
"Registration_Info": "Kay\u0131t Bilgisi",
|
||||
"Voucher_not_found__please_buy_voucher_befor_register": "Kupon bulunamad\u0131, l\u00fctfen kay\u0131t olun ve kay\u0131t olun",
|
||||
"Register_Success__You_can_login_now": "Kay\u0131t Ba\u015far\u0131l\u0131! \u015eimdi giri\u015f yapabilirsiniz ",
|
||||
"Log_in_to_Member_Panel": "\u00dcye Paneli'ne giri\u015f yap\u0131n",
|
||||
"Register_as_Member": "\u00dcye olarak kay\u0131t ol",
|
||||
"Enter_Admin_Area": "Y\u00f6netici Paneli Giri\u015fi",
|
||||
"PHPNuxBill": "PHPNuxBill",
|
||||
"Username": "Kullan\u0131c\u0131 ad\u0131",
|
||||
"Password": "Parola",
|
||||
"Passwords does not match": "Parolalar e\u015fle\u015fmiyor",
|
||||
"Account already axist": "Hesap zaten aksanl\u0131",
|
||||
"Passwords_does_not_match": "Parolalar e\u015fle\u015fmiyor",
|
||||
"Account_already_axist": "Hesap zaten aksanl\u0131",
|
||||
"Manage": "Y\u00f6net",
|
||||
"Submit": "G\u00f6nder",
|
||||
"Save Changes": "De\u011fi\u015fiklikleri Kaydet",
|
||||
"Save_Changes": "De\u011fi\u015fiklikleri Kaydet",
|
||||
"Cancel": "\u0130ptal etmek",
|
||||
"Edit": "D\u00fczenle",
|
||||
"Delete": "Sil",
|
||||
"Welcome": "Ho\u015fgeldiniz",
|
||||
"Data Created Successfully": "Veriler Ba\u015far\u0131yla Olu\u015fturuldu ",
|
||||
"Data Updated Successfully": "Veriler Ba\u015far\u0131yla G\u00fcncellendi",
|
||||
"Data Deleted Successfully": "Veri Ba\u015far\u0131yla Silindi",
|
||||
"Data_Created_Successfully": "Veriler Ba\u015far\u0131yla Olu\u015fturuldu ",
|
||||
"Data_Updated_Successfully": "Veriler Ba\u015far\u0131yla G\u00fcncellendi",
|
||||
"Data_Deleted_Successfully": "Veri Ba\u015far\u0131yla Silindi",
|
||||
"Dashboard": "Dashboard",
|
||||
"Search Customers...": "M\u00fc\u015fteri Ara ...",
|
||||
"My Account": "Hesab\u0131m",
|
||||
"My Profile": "Benim profilim",
|
||||
"Search_Customers___": "M\u00fc\u015fteri Ara ...",
|
||||
"My_Account": "Hesab\u0131m",
|
||||
"My_Profile": "Benim profilim",
|
||||
"Settings": "Ayarlar",
|
||||
"Edit Profile": "Profili D\u00fczenle",
|
||||
"Change Password": "\u015eifre de\u011fi\u015ftir",
|
||||
"Edit_Profile": "Profili D\u00fczenle",
|
||||
"Change_Password": "\u015eifre de\u011fi\u015ftir",
|
||||
"Logout": "\u00c7\u0131k\u0131\u015f Yap",
|
||||
"Services": "Hizmetler",
|
||||
"Bandwidth Plans": "Bant Geni\u015fli\u011fi Planlar\u0131",
|
||||
"Bandwidth Name": "Bant Geni\u015fli\u011fi Ad\u0131",
|
||||
"New Bandwidth": "Yeni Bant Geni\u015fli\u011fi",
|
||||
"Edit Bandwidth": "Bant Geni\u015fli\u011fini D\u00fczenle",
|
||||
"Add New Bandwidth": "Yeni Bant Geni\u015fli\u011fi Ekle",
|
||||
"Rate Download": "\u0130ndirme Oran\u0131",
|
||||
"Rate Upload": "\u00dccret Y\u00fckleme",
|
||||
"Name Bandwidth Already Exist": "Bandwidth Ad\u0131 Zaten Var",
|
||||
"Hotspot Plans": "Hotspot Planlar\u0131",
|
||||
"PPPOE Plans": "PPPOE Planlar\u0131",
|
||||
"Plan Name": "Plan Ad\u0131",
|
||||
"New Service Plan": "Yeni Hizmet Plan\u0131",
|
||||
"Add Service Plan": "Hizmet Plan\u0131 Ekle",
|
||||
"Edit Service Plan": "Hizmet Plan\u0131n\u0131 D\u00fczenle",
|
||||
"Name Plan Already Exist": "Plan\u0131 \u0130smi Zaten Var",
|
||||
"Plan Type": "Plan T\u00fcr\u00fc",
|
||||
"Plan Price": "Plan Fiyat\u0131",
|
||||
"Limit Type": "S\u0131n\u0131r Tipi",
|
||||
"Bandwidth_Plans": "Bant Geni\u015fli\u011fi Planlar\u0131",
|
||||
"Bandwidth_Name": "Bant Geni\u015fli\u011fi Ad\u0131",
|
||||
"New_Bandwidth": "Yeni Bant Geni\u015fli\u011fi",
|
||||
"Edit_Bandwidth": "Bant Geni\u015fli\u011fini D\u00fczenle",
|
||||
"Add_New_Bandwidth": "Yeni Bant Geni\u015fli\u011fi Ekle",
|
||||
"Rate_Download": "\u0130ndirme Oran\u0131",
|
||||
"Rate_Upload": "\u00dccret Y\u00fckleme",
|
||||
"Name_Bandwidth_Already_Exist": "Bandwidth Ad\u0131 Zaten Var",
|
||||
"Hotspot_Plans": "Hotspot Planlar\u0131",
|
||||
"PPPOE_Plans": "PPPOE Planlar\u0131",
|
||||
"Plan_Name": "Plan Ad\u0131",
|
||||
"New_Service_Plan": "Yeni Hizmet Plan\u0131",
|
||||
"Add_Service_Plan": "Hizmet Plan\u0131 Ekle",
|
||||
"Edit_Service_Plan": "Hizmet Plan\u0131n\u0131 D\u00fczenle",
|
||||
"Name_Plan_Already_Exist": "Plan\u0131 \u0130smi Zaten Var",
|
||||
"Plan_Type": "Plan T\u00fcr\u00fc",
|
||||
"Plan_Price": "Plan Fiyat\u0131",
|
||||
"Limit_Type": "S\u0131n\u0131r Tipi",
|
||||
"Unlimited": "S\u0131n\u0131rs\u0131z",
|
||||
"Limited": "S\u0131n\u0131rl\u0131",
|
||||
"Time Limit": "Zaman s\u0131n\u0131r\u0131",
|
||||
"Data Limit": "Veri S\u0131n\u0131r\u0131",
|
||||
"Both Limit": "Her \u0130ki S\u0131n\u0131r",
|
||||
"Plan Validity": "Plan Ge\u00e7erlili\u011fi",
|
||||
"Select Bandwidth": "Bant Geni\u015fli\u011fini Se\u00e7",
|
||||
"Shared Users": "Payla\u015f\u0131lan Kullan\u0131c\u0131lar",
|
||||
"Choose User Type Sales to disable access to Settings": "Ayarlar'a eri\u015fimi devre d\u0131\u015f\u0131 b\u0131rakmak i\u00e7in Kullan\u0131c\u0131 T\u00fcr\u00fc Sat\u0131\u015flar\u0131n\u0131 Se\u00e7",
|
||||
"Current Password": "\u015eimdiki \u015eifre",
|
||||
"New Password": "Yeni \u015eifre",
|
||||
"Time_Limit": "Zaman s\u0131n\u0131r\u0131",
|
||||
"Data_Limit": "Veri S\u0131n\u0131r\u0131",
|
||||
"Both_Limit": "Her \u0130ki S\u0131n\u0131r",
|
||||
"Plan_Validity": "Plan Ge\u00e7erlili\u011fi",
|
||||
"Select_Bandwidth": "Bant Geni\u015fli\u011fini Se\u00e7",
|
||||
"Shared_Users": "Payla\u015f\u0131lan Kullan\u0131c\u0131lar",
|
||||
"Choose_User_Type_Sales_to_disable_access_to_Settings": "Ayarlar'a eri\u015fimi devre d\u0131\u015f\u0131 b\u0131rakmak i\u00e7in Kullan\u0131c\u0131 T\u00fcr\u00fc Sat\u0131\u015flar\u0131n\u0131 Se\u00e7",
|
||||
"Current_Password": "\u015eimdiki \u015eifre",
|
||||
"New_Password": "Yeni \u015eifre",
|
||||
"Administrator": "Y\u00f6netici",
|
||||
"Sales": "Sat\u0131\u015f",
|
||||
"Member": "\u00dcye",
|
||||
"Confirm New Password": "Yeni \u015fifreyi onayla",
|
||||
"Confirm Password": "\u015eifreyi Onayla",
|
||||
"Full Name": "Ad Soyad",
|
||||
"User Type": "Kullan\u0131c\u0131 tipi",
|
||||
"Confirm_New_Password": "Yeni \u015fifreyi onayla",
|
||||
"Confirm_Password": "\u015eifreyi Onayla",
|
||||
"Full_Name": "Ad Soyad",
|
||||
"User_Type": "Kullan\u0131c\u0131 tipi",
|
||||
"Address": "Adres",
|
||||
"Created On": "Olu\u015fturuldu",
|
||||
"Expires On": "Tarihinde sona eriyor",
|
||||
"Phone Number": "Telefon numaras\u0131",
|
||||
"User deleted Successfully": "Kullan\u0131c\u0131 Ba\u015far\u0131yla Silindi",
|
||||
"Full Administrator": "Tam Y\u00f6netici",
|
||||
"Keep Blank to do not change Password": "\u015eifreyi de\u011fi\u015ftirmemek i\u00e7in bo\u015f tutun",
|
||||
"Keep it blank if you do not want to show currency code": "Para birimi kodunu g\u00f6stermek istemiyorsan\u0131z bo\u015f b\u0131rak\u0131n",
|
||||
"Theme Style": "Tema Stili",
|
||||
"Theme Color": "Tema Rengi",
|
||||
"Default Language": "Varsay\u0131lan dil",
|
||||
"Created_On": "Olu\u015fturuldu",
|
||||
"Expires_On": "Tarihinde sona eriyor",
|
||||
"Phone_Number": "Telefon numaras\u0131",
|
||||
"User_deleted_Successfully": "Kullan\u0131c\u0131 Ba\u015far\u0131yla Silindi",
|
||||
"Full_Administrator": "Tam Y\u00f6netici",
|
||||
"Keep_Blank_to_do_not_change_Password": "\u015eifreyi de\u011fi\u015ftirmemek i\u00e7in bo\u015f tutun",
|
||||
"Keep_it_blank_if_you_do_not_want_to_show_currency_code": "Para birimi kodunu g\u00f6stermek istemiyorsan\u0131z bo\u015f b\u0131rak\u0131n",
|
||||
"Theme_Style": "Tema Stili",
|
||||
"Theme_Color": "Tema Rengi",
|
||||
"Default_Language": "Varsay\u0131lan dil",
|
||||
"Network": "A\u011f",
|
||||
"Routers": "Y\u00f6nlendiriciler",
|
||||
"IP Pool": "IP Havuzu",
|
||||
"New Router": "Yeni Y\u00f6nlendirici",
|
||||
"Add Router": "Router ekle",
|
||||
"Edit Router": "Y\u00f6nlendiriciyi D\u00fczenle",
|
||||
"Router Name": "Y\u00f6nlendirici Ad\u0131",
|
||||
"IP Address": "IP adresi",
|
||||
"Router Secret": "Y\u00f6nlendirici S\u0131rr\u0131",
|
||||
"IP_Pool": "IP Havuzu",
|
||||
"New_Router": "Yeni Y\u00f6nlendirici",
|
||||
"Add_Router": "Router ekle",
|
||||
"Edit_Router": "Y\u00f6nlendiriciyi D\u00fczenle",
|
||||
"Router_Name": "Y\u00f6nlendirici Ad\u0131",
|
||||
"IP_Address": "IP adresi",
|
||||
"Router_Secret": "Y\u00f6nlendirici S\u0131rr\u0131",
|
||||
"Description": "A\u00e7\u0131klama",
|
||||
"IP Router Already Exist": "IP Router Zaten Var",
|
||||
"Name Pool": "\u0130sim Havuzu",
|
||||
"Range IP": "Aral\u0131k \u0130P",
|
||||
"New Pool": "Yeni Havuz",
|
||||
"Add Pool": "Havuz ekle",
|
||||
"Edit Pool": "Havuzu D\u00fczenle",
|
||||
"Pool Name Already Exist": "Havuz Ad\u0131 \u200b\u200bZaten Var",
|
||||
"IP_Router_Already_Exist": "IP Router Zaten Var",
|
||||
"Name_Pool": "\u0130sim Havuzu",
|
||||
"Range_IP": "Aral\u0131k \u0130P",
|
||||
"New_Pool": "Yeni Havuz",
|
||||
"Add_Pool": "Havuz ekle",
|
||||
"Edit_Pool": "Havuzu D\u00fczenle",
|
||||
"Pool_Name_Already_Exist": "Havuz Ad\u0131 \u200b\u200bZaten Var",
|
||||
"Prepaid": "\u00d6n \u00d6demeli",
|
||||
"Prepaid Users": "\u00d6n \u00d6demeli Kullan\u0131c\u0131lar",
|
||||
"Prepaid Vouchers": "\u00d6n \u00d6demeli Kuponlar",
|
||||
"Refill Account": "Hesab\u0131 Yenile",
|
||||
"Recharge Account": "Hesab\u0131 Yeniden \u015earj Et",
|
||||
"Select Account": "Hesap Se\u00e7",
|
||||
"Service Plan": "Servis plan\u0131",
|
||||
"Prepaid_Users": "\u00d6n \u00d6demeli Kullan\u0131c\u0131lar",
|
||||
"Prepaid_Vouchers": "\u00d6n \u00d6demeli Kuponlar",
|
||||
"Refill_Account": "Hesab\u0131 Yenile",
|
||||
"Recharge_Account": "Hesab\u0131 Yeniden \u015earj Et",
|
||||
"Select_Account": "Hesap Se\u00e7",
|
||||
"Service_Plan": "Servis plan\u0131",
|
||||
"Recharge": "\u015earj",
|
||||
"Method": "Y\u00f6ntem",
|
||||
"Account Created Successfully": "Hesap ba\u015far\u0131yla olu\u015fturuldu",
|
||||
"Database Status": "Veritaban\u0131 Durumu",
|
||||
"Total Database Size": "Toplam Veritaban\u0131 Boyutu",
|
||||
"Download Database Backup": "Veritaban\u0131 Yedekleme \u0130ndir",
|
||||
"Table Name": "Tablo ismi",
|
||||
"Account_Created_Successfully": "Hesap ba\u015far\u0131yla olu\u015fturuldu",
|
||||
"Database_Status": "Veritaban\u0131 Durumu",
|
||||
"Total_Database_Size": "Toplam Veritaban\u0131 Boyutu",
|
||||
"Download_Database_Backup": "Veritaban\u0131 Yedekleme \u0130ndir",
|
||||
"Table_Name": "Tablo ismi",
|
||||
"Rows": "Sat\u0131r",
|
||||
"Size": "Boyut",
|
||||
"Customer": "M\u00fc\u015fteri",
|
||||
"Add New Contact": "Yeni \u0130leti\u015fim Ekle",
|
||||
"Edit Contact": "\u0130leti\u015fim D\u00fczenle",
|
||||
"List Contact": "Liste \u0130rtibat",
|
||||
"Manage Contact": "Ki\u015fiyi Y\u00f6netin",
|
||||
"Add_New_Contact": "Yeni \u0130leti\u015fim Ekle",
|
||||
"Edit_Contact": "\u0130leti\u015fim D\u00fczenle",
|
||||
"List_Contact": "Liste \u0130rtibat",
|
||||
"Manage_Contact": "Ki\u015fiyi Y\u00f6netin",
|
||||
"Reports": "Raporlar",
|
||||
"Daily Reports": "G\u00fcnl\u00fck raporlar",
|
||||
"Period Reports": "D\u00f6nem Raporlar\u0131",
|
||||
"All Transactions": "T\u00fcm \u0130\u015flemler",
|
||||
"Total Income": "Toplam gelir",
|
||||
"All Transactions at Date": "Tarihte T\u00fcm \u0130\u015flemler",
|
||||
"Export for Print": "Bask\u0131 i\u00e7in \u0130hracat",
|
||||
"Daily_Reports": "G\u00fcnl\u00fck raporlar",
|
||||
"Period_Reports": "D\u00f6nem Raporlar\u0131",
|
||||
"All_Transactions": "T\u00fcm \u0130\u015flemler",
|
||||
"Total_Income": "Toplam gelir",
|
||||
"All_Transactions_at_Date": "Tarihte T\u00fcm \u0130\u015flemler",
|
||||
"Export_for_Print": "Bask\u0131 i\u00e7in \u0130hracat",
|
||||
"Print": "Bask\u0131",
|
||||
"Export to PDF": "PDF'ye Aktar",
|
||||
"Click Here to Print": "Yazd\u0131rmak i\u00e7in Buraya T\u0131klay\u0131n",
|
||||
"You can use html tag": "Html etiketini kullanabilirsiniz",
|
||||
"Date Format": "Tarih format\u0131",
|
||||
"Income Today": "Gelir Bug\u00fcn",
|
||||
"Income This Month": "Bu Ay Gelir",
|
||||
"Users Active": "Kullan\u0131c\u0131lar Aktif",
|
||||
"Total Users": "Toplam Kullan\u0131c\u0131",
|
||||
"Export_to_PDF": "PDF'ye Aktar",
|
||||
"Click_Here_to_Print": "Yazd\u0131rmak i\u00e7in Buraya T\u0131klay\u0131n",
|
||||
"You_can_use_html_tag": "Html etiketini kullanabilirsiniz",
|
||||
"Date_Format": "Tarih format\u0131",
|
||||
"Income_Today": "Gelir Bug\u00fcn",
|
||||
"Income_This_Month": "Bu Ay Gelir",
|
||||
"Users_Active": "Kullan\u0131c\u0131lar Aktif",
|
||||
"Total_Users": "Toplam Kullan\u0131c\u0131",
|
||||
"Users": "Kullan\u0131c\u0131lar",
|
||||
"Edit User": "Kullan\u0131c\u0131y\u0131 d\u00fczenle",
|
||||
"Last Login": "Son giri\u015f",
|
||||
"Administrator Users": "Y\u00f6netici Kullan\u0131c\u0131lar\u0131",
|
||||
"Manage Administrator": "Y\u00f6netici Y\u00f6net",
|
||||
"Add New Administrator": "Yeni Y\u00f6netici Ekleyin",
|
||||
"Edit_User": "Kullan\u0131c\u0131y\u0131 d\u00fczenle",
|
||||
"Last_Login": "Son giri\u015f",
|
||||
"Administrator_Users": "Y\u00f6netici Kullan\u0131c\u0131lar\u0131",
|
||||
"Manage_Administrator": "Y\u00f6netici Y\u00f6net",
|
||||
"Add_New_Administrator": "Yeni Y\u00f6netici Ekleyin",
|
||||
"Localisation": "Lokalizasyon",
|
||||
"Backup\/Restore": "Yedekleme \/ Geri",
|
||||
"General Settings": "Genel Ayarlar",
|
||||
"Backup_Restore": "Yedekleme \/ Geri",
|
||||
"General_Settings": "Genel Ayarlar",
|
||||
"Date": "Tarih",
|
||||
"Login Successful": "Giri\u015f ba\u015far\u0131l\u0131",
|
||||
"Failed Login": "Ba\u015far\u0131s\u0131z oturum a\u00e7ma",
|
||||
"Settings Saved Successfully": "Ayarlar ba\u015far\u0131yla kaydedildi",
|
||||
"User Updated Successfully": "Kullan\u0131c\u0131 Ba\u015far\u0131yla G\u00fcncellendi",
|
||||
"User Expired, Today": "Kullan\u0131c\u0131 S\u00fcresi Doldu, Bug\u00fcn",
|
||||
"Activity Log": "Etkinlik G\u00fcnl\u00fc\u011f\u00fc",
|
||||
"View Reports": "Raporlar\u0131 G\u00f6r\u00fcnt\u00fcle",
|
||||
"View All": "Hepsini g\u00f6r",
|
||||
"Number of Vouchers": "Kuponlar\u0131n Say\u0131s\u0131",
|
||||
"Length Code": "Uzunluk Kodu",
|
||||
"Code Voucher": "Kod Makbuzu",
|
||||
"Login_Successful": "Giri\u015f ba\u015far\u0131l\u0131",
|
||||
"Failed_Login": "Ba\u015far\u0131s\u0131z oturum a\u00e7ma",
|
||||
"Settings_Saved_Successfully": "Ayarlar ba\u015far\u0131yla kaydedildi",
|
||||
"User_Updated_Successfully": "Kullan\u0131c\u0131 Ba\u015far\u0131yla G\u00fcncellendi",
|
||||
"User_Expired__Today": "Kullan\u0131c\u0131 S\u00fcresi Doldu, Bug\u00fcn",
|
||||
"Activity_Log": "Etkinlik G\u00fcnl\u00fc\u011f\u00fc",
|
||||
"View_Reports": "Raporlar\u0131 G\u00f6r\u00fcnt\u00fcle",
|
||||
"View_All": "Hepsini g\u00f6r",
|
||||
"Number_of_Vouchers": "Kuponlar\u0131n Say\u0131s\u0131",
|
||||
"Length_Code": "Uzunluk Kodu",
|
||||
"Code_Voucher": "Kod Makbuzu",
|
||||
"Voucher": "Fi\u015f",
|
||||
"Hotspot Voucher": "Hotspot Kuponu",
|
||||
"Status Voucher": "Durum Makbuzu",
|
||||
"Add Vouchers": "Kupon Ekle",
|
||||
"Create Vouchers Successfully": "Kuponlar\u0131 ba\u015far\u0131yla olu\u015ftur",
|
||||
"Hotspot_Voucher": "Hotspot Kuponu",
|
||||
"Status_Voucher": "Durum Makbuzu",
|
||||
"Add_Vouchers": "Kupon Ekle",
|
||||
"Create_Vouchers_Successfully": "Kuponlar\u0131 ba\u015far\u0131yla olu\u015ftur",
|
||||
"Generate": "Genel",
|
||||
"Print side by side, it will easy to cut": "Yanyana yazd\u0131r\u0131rsan\u0131z, kesmesi daha kolay olacakt\u0131r.",
|
||||
"From Date": "\u0130tibaren",
|
||||
"To Date": "Bug\u00fcne kadar",
|
||||
"New Service": "Yeni Servis",
|
||||
"Print_side_by_side__it_will_easy_to_cut": "Yanyana yazd\u0131r\u0131rsan\u0131z, kesmesi daha kolay olacakt\u0131r.",
|
||||
"From_Date": "\u0130tibaren",
|
||||
"To_Date": "Bug\u00fcne kadar",
|
||||
"New_Service": "Yeni Servis",
|
||||
"Type": "T\u00fcr",
|
||||
"Finish": "Biti\u015f",
|
||||
"Application Name\/ Company Name": "Uygulama Ad\u0131 \/ \u015eirket Ad\u0131",
|
||||
"This Name will be shown on the Title": "Bu \u0130sim Ba\u015fl\u0131kta g\u00f6sterilecek",
|
||||
"Application_Name__Company_Name": "Uygulama Ad\u0131 \/ \u015eirket Ad\u0131",
|
||||
"This_Name_will_be_shown_on_the_Title": "Bu \u0130sim Ba\u015fl\u0131kta g\u00f6sterilecek",
|
||||
"Next": "Sonraki",
|
||||
"Last": "Son",
|
||||
"Timezone": "Saat dilimi",
|
||||
"Decimal Point": "Ondal\u0131k nokta",
|
||||
"Thousands Separator": "Bin Ay\u0131r\u0131c\u0131",
|
||||
"Currency Code": "Para Birimi Kodu",
|
||||
"Order Voucher": "Sipari\u015f Makbuzu",
|
||||
"Voucher Activation": "Kupon Aktivasyonu",
|
||||
"List Activated Voucher": "Aktif Fi\u015f Listesi",
|
||||
"Enter voucher code here": "Kupon kodunu buraya girin",
|
||||
"Private Message": "\u00d6zel mesaj",
|
||||
"Decimal_Point": "Ondal\u0131k nokta",
|
||||
"Thousands_Separator": "Bin Ay\u0131r\u0131c\u0131",
|
||||
"Currency_Code": "Para Birimi Kodu",
|
||||
"Order_Voucher": "Sipari\u015f Makbuzu",
|
||||
"Voucher_Activation": "Kupon Aktivasyonu",
|
||||
"List_Activated_Voucher": "Aktif Fi\u015f Listesi",
|
||||
"Enter_voucher_code_here": "Kupon kodunu buraya girin",
|
||||
"Private_Message": "\u00d6zel mesaj",
|
||||
"Inbox": "Gelen kutusu",
|
||||
"Outbox": "Giden",
|
||||
"Compose": "Olu\u015fturma",
|
||||
"Send to": "G\u00f6nderildi",
|
||||
"Send_to": "G\u00f6nderildi",
|
||||
"Title": "Ba\u015fl\u0131k",
|
||||
"Message": "Mesaj",
|
||||
"Your Account Information": "Hesap Bilgileriniz",
|
||||
"Welcome to the Panel Members page, on this page you can:": "Panel \u00dcyeleri sayfas\u0131na ho\u015f geldiniz, bu sayfada \u015funlar\u0131 yapabilirsiniz:",
|
||||
"Invalid Username or Password": "Ge\u00e7ersiz kullan\u0131c\u0131 ad\u0131 veya \u015fifre",
|
||||
"You do not have permission to access this page": "Bu sayfaya eri\u015fim izniniz yok",
|
||||
"Incorrect Current Password": "Yanl\u0131\u015f Ge\u00e7erli \u015eifre",
|
||||
"Password changed successfully, Please login again": "\u015eifre ba\u015far\u0131yla de\u011fi\u015ftirildi, L\u00fctfen tekrar giri\u015f yap\u0131n",
|
||||
"All field is required": "T\u00fcm alan gerekli",
|
||||
"Voucher Not Valid": "Kupon Ge\u00e7erli De\u011fil",
|
||||
"Activation Vouchers Successfully": "Aktivasyon Kuponlar\u0131 Ba\u015far\u0131yla",
|
||||
"Data Not Found": "Veri bulunamad\u0131",
|
||||
"Search by Username": "Kullan\u0131c\u0131 Ad\u0131na G\u00f6re Ara",
|
||||
"Search by Name": "\u0130sme G\u00f6re Ara",
|
||||
"Search by Code Voucher": "Kod Makbuzuna G\u00f6re Ara",
|
||||
"Your_Account_Information": "Hesap Bilgileriniz",
|
||||
"Invalid_Username_or_Password": "Ge\u00e7ersiz kullan\u0131c\u0131 ad\u0131 veya \u015fifre",
|
||||
"You_do_not_have_permission_to_access_this_page": "Bu sayfaya eri\u015fim izniniz yok",
|
||||
"Incorrect_Current_Password": "Yanl\u0131\u015f Ge\u00e7erli \u015eifre",
|
||||
"Password_changed_successfully__Please_login_again": "\u015eifre ba\u015far\u0131yla de\u011fi\u015ftirildi, L\u00fctfen tekrar giri\u015f yap\u0131n",
|
||||
"All_field_is_required": "T\u00fcm alan gerekli",
|
||||
"Voucher_Not_Valid": "Kupon Ge\u00e7erli De\u011fil",
|
||||
"Activation_Vouchers_Successfully": "Aktivasyon Kuponlar\u0131 Ba\u015far\u0131yla",
|
||||
"Data_Not_Found": "Veri bulunamad\u0131",
|
||||
"Search_by_Username": "Kullan\u0131c\u0131 Ad\u0131na G\u00f6re Ara",
|
||||
"Search_by_Name": "\u0130sme G\u00f6re Ara",
|
||||
"Search_by_Code_Voucher": "Kod Makbuzuna G\u00f6re Ara",
|
||||
"Search": "Arama",
|
||||
"Select a customer": "Bir m\u00fc\u015fteri se\u00e7in",
|
||||
"Select Routers": "Router'lar\u0131 Se\u00e7",
|
||||
"Select Plans": "Planlar\u0131 Se\u00e7",
|
||||
"Select Pool": "Havuz Se\u00e7",
|
||||
"Select_a_customer": "Bir m\u00fc\u015fteri se\u00e7in",
|
||||
"Select_Routers": "Router'lar\u0131 Se\u00e7",
|
||||
"Select_Plans": "Planlar\u0131 Se\u00e7",
|
||||
"Select_Pool": "Havuz Se\u00e7",
|
||||
"Hrs": "Saat",
|
||||
"Mins": "Dk",
|
||||
"Days": "G\u00fcn",
|
||||
"Months": "Ay",
|
||||
"Add Language": "Dil Ekle",
|
||||
"Language Name": "Dil ad\u0131",
|
||||
"Folder Name": "Klas\u00f6r ad\u0131",
|
||||
"Add_Language": "Dil Ekle",
|
||||
"Language_Name": "Dil ad\u0131",
|
||||
"Folder_Name": "Klas\u00f6r ad\u0131",
|
||||
"Translator": "\u00c7evirmen",
|
||||
"Language Name Already Exist": "Dil Ad\u0131 Zaten Var",
|
||||
"Payment Gateway": "Payment Gateway",
|
||||
"Language_Name_Already_Exist": "Dil Ad\u0131 Zaten Var",
|
||||
"Payment_Gateway": "Payment Gateway",
|
||||
"Community": "Community",
|
||||
"1 user can be used for many devices?": "1 user can be used for many devices?",
|
||||
"Cannot be change after saved": "Cannot be change after saved",
|
||||
"Explain Coverage of router": "Jelaskan Cakupan wilayah hotspot",
|
||||
"Name of Area that router operated": "Nama Lokasi\/Wilayah Router beroperasi",
|
||||
"Payment Notification URL, Recurring Notification URL, Pay Account Notification URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL",
|
||||
"Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL",
|
||||
"1_user_can_be_used_for_many_devices_": "1 user can be used for many devices?",
|
||||
"Cannot_be_change_after_saved": "Cannot be change after saved",
|
||||
"Explain_Coverage_of_router": "Jelaskan Cakupan wilayah hotspot",
|
||||
"Name_of_Area_that_router_operated": "Nama Lokasi\/Wilayah Router beroperasi",
|
||||
"Payment_Notification_URL__Recurring_Notification_URL__Pay_Account_Notification_URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL",
|
||||
"Finish_Redirect_URL__Unfinish_Redirect_URL__Error_Redirect_URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL",
|
||||
"Status": "Status",
|
||||
"Plan Not found": "Plan Not found",
|
||||
"Failed to create transaction.": "Failed to create transaction.",
|
||||
"Seller has not yet setup Xendit payment gateway": "Seller has not yet setup Xendit payment gateway",
|
||||
"Admin has not yet setup Xendit payment gateway, please tell admin": "Admin has not yet setup Xendit payment gateway, please tell admin",
|
||||
"Buy this? your active package will be overwrite": "Buy this? your active package will be overwrite",
|
||||
"You already have unpaid transaction, cancel it or pay it.": "You already have unpaid transaction, cancel it or pay it.",
|
||||
"Transaction Not found": "Transaction Not found",
|
||||
"Cancel it?": "Cancel it?",
|
||||
"Plan_Not_found": "Plan Not found",
|
||||
"Failed_to_create_transaction_": "Failed to create transaction.",
|
||||
"Seller_has_not_yet_setup_Xendit_payment_gateway": "Seller has not yet setup Xendit payment gateway",
|
||||
"Admin_has_not_yet_setup_Xendit_payment_gateway__please_tell_admin": "Admin has not yet setup Xendit payment gateway, please tell admin",
|
||||
"Buy_this__your_active_package_will_be_overwrite": "Buy this? your active package will be overwrite",
|
||||
"You_already_have_unpaid_transaction__cancel_it_or_pay_it_": "You already have unpaid transaction, cancel it or pay it.",
|
||||
"Transaction_Not_found": "Transaction Not found",
|
||||
"Cancel_it_": "Cancel it?",
|
||||
"expired": "expired",
|
||||
"Check for Payment": "Check for Payment",
|
||||
"Transaction still unpaid.": "Transaction still unpaid.",
|
||||
"Paid Date": "Paid Date",
|
||||
"Transaction has been paid.": "Transaction has been paid.",
|
||||
"Check_for_Payment": "Check for Payment",
|
||||
"Transaction_still_unpaid_": "Transaction still unpaid.",
|
||||
"Paid_Date": "Paid Date",
|
||||
"Transaction_has_been_paid_": "Transaction has been paid.",
|
||||
"PAID": "PAID",
|
||||
"CANCELED": "CANCELED",
|
||||
"UNPAID": "UNPAID",
|
||||
"PAY NOW": "PAY NOW",
|
||||
"Buy Hotspot Plan": "Buy Hotspot Plan",
|
||||
"Buy PPOE Plan": "Buy PPOE Plan",
|
||||
"PAY_NOW": "PAY NOW",
|
||||
"Buy_Hotspot_Plan": "Buy Hotspot Plan",
|
||||
"Buy_PPOE_Plan": "Buy PPOE Plan",
|
||||
"Package": "Package",
|
||||
"Order Internet Package": "Order Internet Package",
|
||||
"Unknown Command.": "Unknown Command.",
|
||||
"Checking payment": "Checking payment",
|
||||
"Create Transaction Success": "Create Transaction Success",
|
||||
"You have unpaid transaction": "You have unpaid transaction",
|
||||
"TripayPayment Channel": "TripayPayment Channel",
|
||||
"Payment Channel": "Payment Channel",
|
||||
"Payment check failed.": "Payment check failed.",
|
||||
"Order Package": "Order Package",
|
||||
"Order_Internet_Package": "Order Internet Package",
|
||||
"Unknown_Command_": "Unknown Command.",
|
||||
"Checking_payment": "Checking payment",
|
||||
"Create_Transaction_Success": "Create Transaction Success",
|
||||
"You_have_unpaid_transaction": "You have unpaid transaction",
|
||||
"TripayPayment_Channel": "TripayPayment Channel",
|
||||
"Payment_Channel": "Payment Channel",
|
||||
"Payment_check_failed_": "Payment check failed.",
|
||||
"Order_Package": "Order Package",
|
||||
"Transactions": "Transactions",
|
||||
"Payments": "Payments",
|
||||
"History": "History",
|
||||
"Order History": "Order History",
|
||||
"Order_History": "Order History",
|
||||
"Gateway": "Gateway",
|
||||
"Date Done": "Date Done",
|
||||
"Unpaid Order": "Unpaid Order",
|
||||
"Payment Gateway Not Found": "Payment Gateway Not Found",
|
||||
"Payment Gateway saved successfully": "Payment Gateway saved successfully",
|
||||
"Date_Done": "Date Done",
|
||||
"Unpaid_Order": "Unpaid Order",
|
||||
"Payment_Gateway_Not_Found": "Payment Gateway Not Found",
|
||||
"Payment_Gateway_saved_successfully": "Payment Gateway saved successfully",
|
||||
"ORDER": "ORDER",
|
||||
"Package History": "Package History",
|
||||
"Buy History": "Buy History",
|
||||
"Activation History": "Activation History",
|
||||
"Buy Package": "Buy Package",
|
||||
"Package_History": "Package History",
|
||||
"Buy_History": "Buy History",
|
||||
"Activation_History": "Activation History",
|
||||
"Buy_Package": "Buy Package",
|
||||
"Email": "Email",
|
||||
"Company Footer": "Company Footer",
|
||||
"Will show below user pages": "Will show below user pages",
|
||||
"Request OTP": "Request OTP",
|
||||
"Verification Code": "Verification Code",
|
||||
"SMS Verification Code": "SMS Verification Code",
|
||||
"Please enter your email address": "Please enter your email address",
|
||||
"Failed to create Paypal transaction.": "Failed to create Paypal transaction.",
|
||||
"Company_Footer": "Company Footer",
|
||||
"Will_show_below_user_pages": "Will show below user pages",
|
||||
"Request_OTP": "Request OTP",
|
||||
"Verification_Code": "Verification Code",
|
||||
"SMS_Verification_Code": "SMS Verification Code",
|
||||
"Please_enter_your_email_address": "Please enter your email address",
|
||||
"Failed_to_create_Paypal_transaction_": "Failed to create Paypal transaction.",
|
||||
"Plugin": "Plugin",
|
||||
"Plugin Manager": "Plugin Manager",
|
||||
"User Notification": "User Notification",
|
||||
"Expired Notification": "Expired Notification",
|
||||
"User will get notification when package expired": "User will get notification when package expired",
|
||||
"Expired Notification Message": "Expired Notification Message",
|
||||
"Payment Notification": "Payment Notification",
|
||||
"User will get invoice notification when buy package or package refilled": "User will get invoice notification when buy package or package refilled",
|
||||
"Current IP": "Current IP",
|
||||
"Current MAC": "Current MAC",
|
||||
"Login Status": "Login Status",
|
||||
"Login Request successfully": "Login Request successfully",
|
||||
"Logout Request successfully": "Logout Request successfully",
|
||||
"Disconnect Internet?": "Disconnect Internet?",
|
||||
"Not Online, Login now?": "Not Online, Login now?",
|
||||
"You are Online, Logout?": "You are Online, Logout?",
|
||||
"Connect to Internet?": "Connect to Internet?",
|
||||
"Your account not connected to internet": "Your account not connected to internet",
|
||||
"Plugin_Manager": "Plugin Manager",
|
||||
"User_Notification": "User Notification",
|
||||
"Expired_Notification": "Expired Notification",
|
||||
"User_will_get_notification_when_package_expired": "User will get notification when package expired",
|
||||
"Expired_Notification_Message": "Expired Notification Message",
|
||||
"Payment_Notification": "Payment Notification",
|
||||
"User_will_get_invoice_notification_when_buy_package_or_package_refilled": "User will get invoice notification when buy package or package refilled",
|
||||
"Current_IP": "Current IP",
|
||||
"Current_MAC": "Current MAC",
|
||||
"Login_Status": "Login Status",
|
||||
"Login_Request_successfully": "Login Request successfully",
|
||||
"Logout_Request_successfully": "Logout Request successfully",
|
||||
"Disconnect_Internet_": "Disconnect Internet?",
|
||||
"Not_Online__Login_now_": "Not Online, Login now?",
|
||||
"You_are_Online__Logout_": "You are Online, Logout?",
|
||||
"Connect_to_Internet_": "Connect to Internet?",
|
||||
"Your_account_not_connected_to_internet": "Your account not connected to internet",
|
||||
"Balance": "Balance",
|
||||
"Balance System": "Balance System",
|
||||
"Enable System": "Enable System",
|
||||
"Allow Transfer": "Allow Transfer",
|
||||
"Telegram Notification": "Telegram Notification",
|
||||
"SMS OTP Registration": "SMS OTP Registration",
|
||||
"Whatsapp Notification": "Whatsapp Notification",
|
||||
"Tawk.to Chat Widget": "Tawk.to Chat Widget",
|
||||
"Balance_System": "Balance System",
|
||||
"Enable_System": "Enable System",
|
||||
"Allow_Transfer": "Allow Transfer",
|
||||
"Telegram_Notification": "Telegram Notification",
|
||||
"SMS_OTP_Registration": "SMS OTP Registration",
|
||||
"Whatsapp_Notification": "Whatsapp Notification",
|
||||
"Tawk_to_Chat_Widget": "Tawk.to Chat Widget",
|
||||
"Invoice": "Invoice",
|
||||
"Country Code Phone": "Country Code Phone",
|
||||
"Voucher activation menu will be hidden": "Voucher activation menu will be hidden",
|
||||
"Customer can deposit money to buy voucher": "Customer can deposit money to buy voucher",
|
||||
"Allow balance transfer between customers": "Allow balance transfer between customers",
|
||||
"Failed to create transaction. ": "Failed to create transaction. ",
|
||||
"Failed to check status transaction. ": "Failed to check status transaction. ",
|
||||
"Disable Voucher": "Disable Voucher",
|
||||
"Reminder Notification": "Reminder Notification",
|
||||
"Reminder Notification Message": "Reminder Notification Message",
|
||||
"Reminder 7 days": "Reminder 7 days",
|
||||
"Reminder 3 days": "Reminder 3 days",
|
||||
"Reminder 1 day": "Reminder 1 day",
|
||||
"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",
|
||||
"Invoice Balance Message": "Invoice Balance Message",
|
||||
"Invoice Notification Payment": "Invoice Notification Payment",
|
||||
"Balance Notification Payment": "Balance Notification Payment",
|
||||
"Balance Plans": "Balance Plans",
|
||||
"Buy Balance": "Buy Balance",
|
||||
"Country_Code_Phone": "Country Code Phone",
|
||||
"Voucher_activation_menu_will_be_hidden": "Voucher activation menu will be hidden",
|
||||
"Customer_can_deposit_money_to_buy_voucher": "Customer can deposit money to buy voucher",
|
||||
"Allow_balance_transfer_between_customers": "Allow balance transfer between customers",
|
||||
"Failed_to_create_transaction__": "Failed to create transaction. ",
|
||||
"Failed_to_check_status_transaction__": "Failed to check status transaction. ",
|
||||
"Disable_Voucher": "Disable Voucher",
|
||||
"Reminder_Notification": "Reminder Notification",
|
||||
"Reminder_Notification_Message": "Reminder Notification Message",
|
||||
"Reminder_7_days": "Reminder 7 days",
|
||||
"Reminder_3_days": "Reminder 3 days",
|
||||
"Reminder_1_day": "Reminder 1 day",
|
||||
"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",
|
||||
"Invoice_Balance_Message": "Invoice Balance Message",
|
||||
"Invoice_Notification_Payment": "Invoice Notification Payment",
|
||||
"Balance_Notification_Payment": "Balance Notification Payment",
|
||||
"Balance_Plans": "Balance Plans",
|
||||
"Buy_Balance": "Buy Balance",
|
||||
"Price": "Price",
|
||||
"Validity": "Validity",
|
||||
"Disable auto renewal?": "Disable auto renewal?",
|
||||
"Auto Renewal On": "Auto Renewal On",
|
||||
"Enable auto renewal?": "Enable auto renewal?",
|
||||
"Auto Renewal Off": "Auto Renewal Off",
|
||||
"Refill Balance": "Refill Balance",
|
||||
"Invoice Footer": "Invoice Footer",
|
||||
"Pay With Balance": "Pay With Balance",
|
||||
"Pay this with Balance? your active package will be overwrite": "Pay this with Balance? your active package will be overwrite",
|
||||
"Success to buy package": "Success to buy package",
|
||||
"Auto Renewal": "Auto Renewal",
|
||||
"Disable_auto_renewal_": "Disable auto renewal?",
|
||||
"Auto_Renewal_On": "Auto Renewal On",
|
||||
"Enable_auto_renewal_": "Enable auto renewal?",
|
||||
"Auto_Renewal_Off": "Auto Renewal Off",
|
||||
"Refill_Balance": "Refill Balance",
|
||||
"Invoice_Footer": "Invoice Footer",
|
||||
"Pay_With_Balance": "Pay With Balance",
|
||||
"Pay_this_with_Balance__your_active_package_will_be_overwrite": "Pay this with Balance? your active package will be overwrite",
|
||||
"Success_to_buy_package": "Success to buy package",
|
||||
"Auto_Renewal": "Auto Renewal",
|
||||
"View": "View",
|
||||
"Back": "Back",
|
||||
"Active": "Active",
|
||||
"Transfer Balance": "Transfer Balance",
|
||||
"Send your balance?": "Send your balance?",
|
||||
"Transfer_Balance": "Transfer Balance",
|
||||
"Send_your_balance_": "Send your balance?",
|
||||
"Send": "Send",
|
||||
"Cannot send to yourself": "Cannot send to yourself",
|
||||
"Sending balance success": "Sending balance success",
|
||||
"Cannot_send_to_yourself": "Cannot send to yourself",
|
||||
"Sending_balance_success": "Sending balance success",
|
||||
"From": "From",
|
||||
"To": "To",
|
||||
"insufficient balance": "insufficient balance",
|
||||
"Send Balance": "Send Balance",
|
||||
"Received Balance": "Received Balance",
|
||||
"Minimum Balance Transfer": "Minimum Balance Transfer",
|
||||
"Minimum Transfer": "Minimum Transfer",
|
||||
"Company Logo": "Company Logo",
|
||||
"Expired IP Pool": "Expired IP Pool",
|
||||
"insufficient_balance": "insufficient balance",
|
||||
"Send_Balance": "Send Balance",
|
||||
"Received_Balance": "Received Balance",
|
||||
"Minimum_Balance_Transfer": "Minimum Balance Transfer",
|
||||
"Minimum_Transfer": "Minimum Transfer",
|
||||
"Company_Logo": "Company Logo",
|
||||
"Expired_IP_Pool": "Expired IP Pool",
|
||||
"Proxy": "Proxy",
|
||||
"Proxy Server": "Proxy Server",
|
||||
"Proxy Server Login": "Proxy Server Login",
|
||||
"Hotspot Plan": "Hotspot Plan",
|
||||
"PPPOE Plan": "PPPOE Plan",
|
||||
"Proxy_Server": "Proxy Server",
|
||||
"Proxy_Server_Login": "Proxy Server Login",
|
||||
"Hotspot_Plan": "Hotspot Plan",
|
||||
"PPPOE_Plan": "PPPOE Plan",
|
||||
"UNKNOWN": "UNKNOWN",
|
||||
"Are You Sure?": "Are You Sure?",
|
||||
"Success to send package": "Success to send package",
|
||||
"Target has active plan, different with current plant.": "Target has active plan, different with current plant.",
|
||||
"Recharge a friend": "Recharge a friend",
|
||||
"Buy for friend": "Buy for friend",
|
||||
"Buy this for friend account?": "Buy this for friend account?",
|
||||
"Review package before recharge": "Review package before recharge",
|
||||
"Are_You_Sure_": "Are You Sure?",
|
||||
"Success_to_send_package": "Success to send package",
|
||||
"Target_has_active_plan__different_with_current_plant_": "Target has active plan, different with current plant.",
|
||||
"Recharge_a_friend": "Recharge a friend",
|
||||
"Buy_for_friend": "Buy for friend",
|
||||
"Buy_this_for_friend_account_": "Buy this for friend account?",
|
||||
"Review_package_before_recharge": "Review package before recharge",
|
||||
"Activate": "Activate",
|
||||
"Deactivate": "Deactivate",
|
||||
"Sync": "Sync",
|
||||
"Failed to create PaymeTrust transaction.": "Failed to create PaymeTrust transaction.",
|
||||
"Failed_to_create_PaymeTrust_transaction_": "Failed to create PaymeTrust transaction.",
|
||||
"Location": "Location",
|
||||
"Voucher Format": "Voucher Format",
|
||||
"Service Type": "Service Type",
|
||||
"Voucher_Format": "Voucher Format",
|
||||
"Service_Type": "Service Type",
|
||||
"Others": "Others",
|
||||
"PPPoE": "PPPoE",
|
||||
"Hotspot": "Hotspot",
|
||||
"Monthly Registered Customers": "Monthly Registered Customers",
|
||||
"Total Monthly Sales": "Total Monthly Sales",
|
||||
"Active Users": "Active Users"
|
||||
"Monthly_Registered_Customers": "Monthly Registered Customers",
|
||||
"Total_Monthly_Sales": "Total Monthly Sales",
|
||||
"Active_Users": "Active Users"
|
||||
}
|
@ -61,7 +61,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-4 help-block">
|
||||
New Language will be automatically translated from English
|
||||
<a href="{$_url}settings/language">{Lang::T('Language Editor')}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
@ -9,7 +9,7 @@
|
||||
{foreach $langs as $lang}
|
||||
<div class="form-group">
|
||||
<div class="col-md-12">
|
||||
<small>{$lang@key}</small>
|
||||
<small>{str_replace('_',' ', $lang@key)}</small>
|
||||
<input type="text" class="form-control" rows="1" name="{$lang@key}"
|
||||
placeholder="{$lang@key}" value="{$lang}">
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user