From bee430447a44a52dd6f767e1db16ba67f4c278c2 Mon Sep 17 00:00:00 2001 From: Carlos <28845529+mesacarlos@users.noreply.github.com> Date: Tue, 28 Apr 2020 13:37:38 +0200 Subject: [PATCH] Dutch translation --- README.md | 2 +- client/index.html | 21 +++++++------- client/scripts/WebConsoleLanguage.js | 38 ++++++++++++++++++++++++++ phrases_nl.properties | 41 ++++++++++++++++++++++++++++ 4 files changed, 91 insertions(+), 11 deletions(-) create mode 100644 phrases_nl.properties diff --git a/README.md b/README.md index fc19aa5..7480c3c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Fill `host`, `port` and `password` values. They are: `password`: The login password. Password will be asked every time you connect to WebConsole. -Also, you can modify `language` to view console and command messages in your preferred language. Valid languages are English (`en`), Spanish (`es`), Portuguese (`pt`), Russian (`ru`), French (`fr`), Czech (`cs`) and Chinese (`zh`). **IMPORTANT: There is a known issue with Microsoft Windows cmd that shows weird characters when using a language different than English. If you are using Windows to host your server, check [this wiki page](https://github.com/mesacarlos/WebConsole/wiki/Show-local-characters-in-Windows-Console) to solve the problem**. +Also, you can modify `language` to view console and command messages in your preferred language. Valid languages are English (`en`), Spanish (`es`), Chinese (`zh`), Czech (`cs`), Dutch (`nl`), French (`fr`), Italian (`it`), Portuguese (`pt`) and Russian (`ru`). **IMPORTANT: There is a known issue with Microsoft Windows cmd that shows weird characters when using a language different than English. If you are using Windows to host your server, check [this wiki page](https://github.com/mesacarlos/WebConsole/wiki/Show-local-characters-in-Windows-Console) to solve the problem**. You can see a tutorial on how to activate SSL [in this link](https://github.com/mesacarlos/WebConsole/wiki/SSL-Configuration). SSL **is not** required for WebConsole to work, you can still use it without encription, unless you are hosting your client in a HTTPS server, in this case is mandatory to enable SSL in all your servers due to web browsers restrictions. diff --git a/client/index.html b/client/index.html index f2f5975..b2e80e9 100644 --- a/client/index.html +++ b/client/index.html @@ -46,12 +46,13 @@