Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Ovcharov committed Aug 4, 2024
2 parents 5d97d74 + a7c3414 commit 90a4168
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
45 changes: 45 additions & 0 deletions pterosync/lang/french.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php
/**
* WHMCS Language File
* English (fr)
*
* Please Note: These language files are overwritten during software updates
* and therefore editing of these files directly is not advised. Instead we
* recommend that you use overrides to customise the text displayed in a way
* which will be safely preserved through the upgrade process.
*
* For instructions on overrides, please visit:
* https://developers.whmcs.com/languages/overrides/
*
* @package WHMCS
* @author WHMCS Limited <[email protected]>
* @copyright Copyright (c) WHMCS Limited 2005-2018
* @license https://www.whmcs.com/license/ WHMCS Eula
* @version $Id$
* @link https://www.whmcs.com/
*/

$keys = [
'GOTO_PANEL' => "ALLER DANS LE PANNEAU DE CONTRÔLE",
'QUICK_ACTIONS_PANEL' => "ACTIONS RAPIDES",
'SERVER_START_PANEL' => "DÉMARRER LE SERVEUR",
'SERVER_RESTART_PANEL' => "REDÉMARRER LE SERVEUR",
'SERVER_STOP_PANEL' => "STOP SERVER",
'SERVER_KILL_PANEL' => "TUER LE SERVEUR",
"SERVER_START_PANEL_CONFIRM_MESSAGE" => "Êtes-vous sûr de vouloir démarrer ce serveur ?",
"SERVER_RESTART_PANEL_CONFIRM_MESSAGE" => "Êtes-vous sûr de vouloir redémarrer ce serveur ?",
"SERVER_STOP_PANEL_CONFIRM_MESSAGE" => "Êtes-vous sûr de vouloir arrêter ce serveur ?",
"SERVER_KILL_PANEL_CONFIRM_MESSAGE" => "L'arrêt forcé du serveur peut entraîner une corruption des données.",
'SERVER_NOT_FOUND' => "Ce serveur n'existe pas. Veuillez nous contacter si vous pensez qu'il s'agit d'une erreur.",
"IP_COPIED" => "IP du serveur copiée !",
"ID_COPIED" => "ID du serveur copié !",
"SERVER_FTP_INFORMATION" => "Informations FTP",
"SERVER_FTP_PASSWORD_INFORMATION" => "Attention, le mot de passe FTP est le même que celui que vous utilisez pour accéder au panneau de contrôle !",
"SERVER_FTP_USERNAME_COPIED" => "Nom d'utilisateur copié !",
"SERVER_FTP_HOST_COPIED" => "Hôte FTP copié !",
"SERVER_FTP_HOST_AND_PORT" => "Hôte FTP + Port",
"SERVER_FTP_USERNAME" => "Nom d'utilisateur",
"SERVER_IP" => "IP du serveur",
"SERVER_ID" => "ID du serveur",
"FTP_DETAILS" => "Détails FTP"
];
45 changes: 45 additions & 0 deletions pterosync/lang/traditional_chinese.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php
/**
* WHMCS Language File
* English (en)
*
* Please Note: These language files are overwritten during software updates
* and therefore editing of these files directly is not advised. Instead we
* recommend that you use overrides to customise the text displayed in a way
* which will be safely preserved through the upgrade process.
*
* For instructions on overrides, please visit:
* https://developers.whmcs.com/languages/overrides/
*
* @package WHMCS
* @author WHMCS Limited <[email protected]>
* @copyright Copyright (c) WHMCS Limited 2005-2018
* @license https://www.whmcs.com/license/ WHMCS Eula
* @version $Id$
* @link https://www.whmcs.com/
*/

$keys = [
'GOTO_PANEL' => "前往控制面板",
'QUICK_ACTIONS_PANEL' => "快速控制",
'SERVER_START_PANEL' => "啟動伺服器",
'SERVER_RESTART_PANEL' => "重新啟動伺服器",
'SERVER_STOP_PANEL' => "停止伺服器",
'SERVER_KILL_PANEL' => "強制停止伺服器",
"SERVER_START_PANEL_CONFIRM_MESSAGE" => "您確定要啟動這台伺服器嗎?",
"SERVER_RESTART_PANEL_CONFIRM_MESSAGE" => "您確定要重新啟動這台伺服器嗎?",
"SERVER_STOP_PANEL_CONFIRM_MESSAGE" => "您確定要停止這台伺服器嗎?",
"SERVER_KILL_PANEL_CONFIRM_MESSAGE" => "強制停止伺服器可能導致資料損壞。",
'SERVER_NOT_FOUND' => "此伺服器不存在。如果您認為這是一個錯誤,請聯繫我們。",
"IP_COPIED" => "伺服器 IP 已複製!",
"ID_COPIED" => "伺服器 ID 已複製!",
"SERVER_FTP_INFORMATION" => "FTP 資訊",
"SERVER_FTP_PASSWORD_INFORMATION" => "請注意,FTP 密碼與您的控制面板密碼相同!",
"SERVER_FTP_USERNAME_COPIED" => "用戶名已複製!",
"SERVER_FTP_HOST_COPIED" => "FTP 連線位置已複製!",
"SERVER_FTP_HOST_AND_PORT" => "FTP 連線位置和端口",
"SERVER_FTP_USERNAME" => "用戶名",
"SERVER_IP" => "伺服器 IP",
"SERVER_ID" => "伺服器 ID",
"FTP_DETAILS" => "FTP 詳細資訊"
];

0 comments on commit 90a4168

Please sign in to comment.