You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
53 KiB
2 lines
53 KiB
1 year ago
|
<?php
/*=========================================*\
|| ####################################### ||
|| # JAKWEB.CH / Version 2.1.4 # ||
|| # ----------------------------------- # ||
|| # Copyright 2023 All Rights Reserved. # ||
|| ####################################### ||
\*=========================================*/
// Language file, only translate the stuff in the semi colon. $jkl[""]'] = "';
$jkl = array();
// Support RTL Language
$jkl["rtlsupport"] = false;
// [login]
$jkl['l'] = "操作台";
$jkl['l1'] = "用戶名稱";
$jkl['l2'] = "密碼";
$jkl['l3'] = "登入";
$jkl['l4'] = "記住我?";
$jkl['l5'] = "電郵";
$jkl['l6'] = "新密碼";
$jkl['l7'] = "密碼重設鏈結已發送到您的電郵地址。";
$jkl['l8'] = "更改密碼";
$jkl['l9'] = "確定密碼";
$jkl['l10'] = "密碼不符";
$jkl['l11'] = "必須超過5個字符";
$jkl['l12'] = "忘記";
$jkl['l13'] = "密碼重設";
$jkl['l14'] = "<h1>Hi %s</h1><p>Someone (hopefully you!) has submitted a forgotten password request for your account. If you do not wish to change your password, just ignore this email and nothing will happen.</p><p>However, if you did forget your password and wish to set a new one, visit the following link: %s</p><p>Best regards %s</p>";
$jkl['l15'] = "New Password";
$jkl['l16'] = "<h1>Hi %s</h1><p>Thank you for using our password recovery feature, you can now login with your new password: <strong>%s</strong></p><p>Should you have any questions, please feel free to contact us through our website.</p><p>Best regards %s</p>";
$jkl['l17'] = "A new password has been sent to your email address.";
$jkl['l18'] = "登出";
$jkl['l19'] = "成功登出";
$jkl['l20'] = "您是否確定要登出?";
$jkl['l21'] = "Lock";
$jkl['l22'] = "Unlock";
// [menu]
$jkl['m'] = "主頁";
$jkl['m1'] = "引言";
$jkl['m2'] = "檔案";
$jkl['m3'] = "回應";
$jkl['m4'] = "用戶";
$jkl['m5'] = "設定";
$jkl['m6'] = "紀錄檔";
$jkl['m7'] = "新用戶";
$jkl['m8'] = "電郵";
$jkl['m9'] = "部門";
$jkl['m10'] = "統計數字";
$jkl['m11'] = "編輯用戶";
$jkl['m12'] = "下拉";
$jkl['m13'] = "式樣";
$jkl['m14'] = "聊天紀錄";
$jkl['m15'] = "編輯檔案";
$jkl['m16'] = "編輯標準訊息";
$jkl['m17'] = "編輯部門";
$jkl['m18'] = "Auto ProActive";
$jkl['m19'] = "Maintenance";
$jkl['m20'] = "Answers / Text";
$jkl['m21'] = "Edit Answer / Text";
$jkl['m22'] = "Contact History";
$jkl['m23'] = "Chat Bot";
$jkl['m24'] = "Edit Bot Message";
$jkl['m25'] = "Administration";
$jkl['m26'] = "Chat Widget";
$jkl['m27'] = "URL Black List";
$jkl['m28'] = "Edit Black List URL";
$jkl['m29'] = "Public Group Chat";
$jkl['m30'] = "Edit Public Group Chat";
$jkl['m31'] = "Support Tickets";
$jkl['m32'] = "Content Section";
$jkl['m33'] = "Components";
$jkl["m34"] = "Widget Code and Link";
$jkl["m35"] = "Email Settings";
$jkl["m36"] = "Support Request";
// [general]
$jkl['g'] = "在線";
$jkl['g1'] = "離線";
$jkl['g2'] = "提示音";
$jkl['g3'] = "停止,請讓我重試。";
$jkl['g4'] = "傳送";
$jkl['g5'] = "目前的聊天";
$jkl['g6'] = "當前啟用的對話";
$jkl['g7'] = "選擇標準回應";
$jkl['g8'] = "選擇傳送的檔案";
$jkl['g9'] = "檔案";
$jkl['g10'] = "用戶代理";
$jkl['g11'] = "IP";
$jkl['g12'] = "發送人";
$jkl['g13'] = "日期";
$jkl['g14'] = "成功";
$jkl['g15'] = "配置";
$jkl['g16'] = "稱謂";
$jkl['g17'] = "聊天刷新率";
$jkl['g18'] = "否";
$jkl['g19'] = "是";
$jkl['g20'] = "Operator(s)";
$jkl['g21'] = "Maximum Clients";
$jkl['g22'] = "語言";
$jkl['g23'] = "日期格式(<a href=\"http://php.net/manual/en/function.date.php\">PHP DATE</a>)";
$jkl['g24'] = "時間格式(<a href=\"http://php.net/manual/en/function.date.php\">PHP DATE</a>)";
$jkl['g25'] = "伺服器位置";
$jkl['g26'] = "客戶刷新率";
$jkl['g27'] = "管理員刷新率";
$jkl['g28'] = "對話名單刷新率";
$jkl['g29'] = "顯示…後未啟用的訊息";
$jkl['g30'] = "…後結束對話";
$jkl['g31'] = "逾時";
$jkl['g32'] = "通訊中";
$jkl['g33'] = "離線訊息";
$jkl['g34'] = "登入畫面訊息";
$jkl['g35'] = "開啟聊天訊息"
|