Showing with 11 additions and 10 deletions.
  1. +3 −2 src/main/resources/Admin/Translations.fr.xml
  2. +8 −8 src/main/resources/Admin/Translations.zh.xml
5 changes: 3 additions & 2 deletions src/main/resources/Admin/Translations.fr.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.1" encoding="UTF-8"?>

<!--
* See the NOTICE file distributed with this work for additional
Expand Down Expand Up @@ -46,9 +46,10 @@ admintools.database.tools=Outils base de données
admintools.database.tools.query=Outil pour exécuter des requêtes sur la base de données
admintools.server.tools=Outils serveur
admintools.server.tools.shellCommand=Exécuter une commande Shell
admintools.server.tools.shellCommand.description=Outil pour exécuter une commande Shell sur le serveur (ne fonctionne que pour les serveurs Linux).
admintools.server.tools.shellCommand.description=Outil pour exécuter une commande Shell sur le serveur **(ne fonctionne que pour les serveurs Linux)**
admintools.server.tools.shellCommand.run=Exécuter
admintools.server.tools.shellCommand.placeholder=Saisissez la commande Shell
admintools.server.tools.shellCommand.warning=Cet outil ne fonctionne que sur les serveurs Linux. Il est possible de visualiser, tuer ou lancer des processus en tâche de fond.
admintools.server.tools.shellCommand.invalidToken=Token de formulaire invalide. Merci de vérifier la commande et de réessayer.
</content>
</xwikidoc>
16 changes: 8 additions & 8 deletions src/main/resources/Admin/Translations.zh.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.1" encoding="UTF-8"?>

<!--
* See the NOTICE file distributed with this work for additional
Expand Down Expand Up @@ -40,16 +40,16 @@
<syntaxId>plain/1.0</syntaxId>
<hidden>true</hidden>
<content>admin.admintools=管理工具
admintools.flushCache.confirm=确认清除缓存
admintools.flushCache.confirm=确认刷新缓存
admintools.flushCache.confirmed=缓存已刷新!
admintools.database.tools=数据库工具
admintools.database.tools.query=数据库查询工具
admintools.database.tools.query=在数据库上运行查询的工具
admintools.server.tools=服务器工具
admintools.server.tools.shellCommand=执行Shell命令
admintools.server.tools.shellCommand.description=在服务器上运行shell命令的工具**(仅适用于linux服务器)**
admintools.server.tools.shellCommand=运行 Shell 命令
admintools.server.tools.shellCommand.description=用于在服务器上运行 shell 命令的工具 **(仅适用于linux服务器)**
admintools.server.tools.shellCommand.run=运行
admintools.server.tools.shellCommand.placeholder=输入shell命令
admintools.server.tools.shellCommand.warning=此工具仅适用于Linux服务器。它可以创建不停止的进程,然后找到并杀死这些进程取决于你
admintools.server.tools.shellCommand.invalidToken=无效的令牌。请验证命令再重新提交
admintools.server.tools.shellCommand.placeholder=输入 shell 命令
admintools.server.tools.shellCommand.warning=此工具仅适用于 Linux 服务器。它可以创建不停止的进程,找到并杀死进程这取决于你
admintools.server.tools.shellCommand.invalidToken=无效的表单令牌。请验证这个命令并重新提交
</content>
</xwikidoc>