diff --git a/README.md b/README.md index f14ea64..ca76d1b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/mesacarlos/WebConsole)](https://github.com/mesacarlos/WebConsole/releases/latest) ![GitHub All Releases](https://img.shields.io/github/downloads/mesacarlos/WebConsole/total?label=total%20downloads) -WebConsole is a Spigot plugin for Minecraft 1.8-1.14 that enables you to view your server console and manage your server from anywhere. It creates a WebSocket server in the background used by the web interface to send commands, receive your console log and manage your server. +WebConsole is a Spigot plugin for Minecraft 1.8-1.15 that enables you to view your server console and manage your server from anywhere. It creates a WebSocket server in the background used by the web interface to send commands, receive your console log and manage your server. Dont worry about privacy or security: all data is stored in your browser offline and your PC will connect directly to your minecraft server. No intermediary web servers, just you and your MC server. @@ -12,7 +12,7 @@ Dont worry about privacy or security: all data is stored in your browser offline * Colors supported, for both Windows and Linux hosts. (Colors are represented different in each platform). * Real-time connected players, machine CPU and server RAM usage information. * Capable of keeping active connections to more than one server to keep retrieving console log in the background for them all. -* English, Spanish, Russian (thanks to Stashenko), Portuguese (thanks to AlexandreMuassab and Connect500BR) and Chinese (thanks to Neubulae and OPhantomO) supported. +* English, Spanish, Russian (thanks to Stashenko), Portuguese (thanks to AlexandreMuassab and Connect500BR), French (thanks to pickatchou999) and Chinese (thanks to Neubulae and OPhantomO) supported. * Free, updated regularly, and many more! ![Screenshot](https://i.imgur.com/sN1sYju.png) diff --git a/client/scripts/WebConsole.js b/client/scripts/WebConsole.js index 545c9c6..e770f6e 100644 --- a/client/scripts/WebConsole.js +++ b/client/scripts/WebConsole.js @@ -18,7 +18,7 @@ var commandHistoryIndex = -1; //Saves current command history index. -1 when not * Prepare and show server to user */ function openServer(serverName){ - //Hide welcome div if user is in welcome page + //Hide welcome div if user is not in welcome page $("#welcomeContainer").hide(); $("#serverContainer").show(); diff --git a/client/scripts/WebConsoleLanguage.js b/client/scripts/WebConsoleLanguage.js index 47a298e..e6f9fe4 100644 --- a/client/scripts/WebConsoleLanguage.js +++ b/client/scripts/WebConsoleLanguage.js @@ -97,6 +97,7 @@ function setLanguage(locale){ "passwordSendButton": "Войти", "disconnectionModalLongTitle": "Отключение!", "disconnectionModalDescription": "Соединение с сервером, к которому вы подключены, потеряно.", + "disconnectionModalCloseButton": "Закрыть", "players_online": "Игроки", "cpu_title": "CPU", "ram_title": "RAM",