Info

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
mikes
Posts: 19
Joined: 15 Jun 2014 11:44

Info

Post by mikes »

Kindly ask if you can do the Italian version of z wave me, I know we are in a few .... But surely it will expand in the future Thanks to all Mike: D
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Info

Post by pz1 »

That is a community job I think. At the bottom of this post viewtopic.php?f=3417&t=19742&p=47780&hi ... ons#p47780, you can see some localisation instructions. Don't know if that is still valid
Since 29-12-2016 I am no longer a moderator for this forum
mikes
Posts: 19
Joined: 15 Jun 2014 11:44

Re: Info

Post by mikes »

hello and thank you, I entered the Italian js file in / opt / z-way-server / htdocs / expert / js
but now I'm stuck, I can not ada go forward, that step I'm missing??
Thanks to all for the help
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: Info

Post by PoltoS »

You need to mention it in the main file. May be you can send it to us and we will include it in the next release?

Also translations of find.z-wave.me would be cool ;)

There are only few:
var lang_err = { eng: { "50x": "An error has occured during connection to your Z-Way",
"bad_login": "Remote access not possible or wrong password" },
};
var lang_mess = { eng: { caption: { "innerHTML": "Z-Way Remote Access",
"style": { "fontSize": "24px" } },
user_field: { "placeholder": "Z-Box ID" },
pass_field: { "placeholder": "Password" },
submit_but: { "value": "Log In" },
diruris_box_caption: { "innerHTML": "Direct connect to Z-Way:" },
http_msg_text:{ "innerHTML": "Not a secure connection" },
https_msg_text:{ "innerHTML": "Secure connection" } },
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Info

Post by SolarFlor »

PoltoS wrote:You need to mention it in the main file. May be you can send it to us and we will include it in the next release?

Also translations of find.z-wave.me would be cool ;)

There are only few:
var lang_err = { eng: { "50x": "Si è verificato un errore durante la connessione al tuo Z-Way",
"bad_login": "Accesso remoto non consentito o password errata" },
};
var lang_mess = { eng: { caption: { "innerHTML": "Accesso Remoto Z-Way",
"style": { "fontSize": "24px" } },
user_field: { "placeholder": "Z-Box ID" },
pass_field: { "placeholder": "Password" },
submit_but: { "value": "Log In" },
diruris_box_caption: { "innerHTML": "Connessione Diretta a Z-Way:" },
http_msg_text:{ "innerHTML": "Connessione non sicura" },
https_msg_text:{ "innerHTML": "Connessione Sicura" } },
Translated
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Info

Post by SolarFlor »

PoltoS wrote:You need to mention it in the main file. May be you can send it to us and we will include it in the next release?
You mean we could add to the existing files the it tranlsation like below and than send to you, right?

Code: Select all

<Event id="0x03">
			<name>
				<lang xml:lang="en">Water level dropped</lang>
				<lang xml:lang="de">Wasserstand fällt</lang>
				<lang xml:lang="ru">Уровень воды упал</lang>
				<lang xml:lang="it">Livello dell'acqua è sceso</lang>
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: Info

Post by PoltoS »

Thanks, find.z-wave.me IT translation added!

About other: New UI still have no translation to other languages. This is a work to do.

Blue UI needs language.it.js to be translated, but I would prefer to wait for the new version of the UI before translating it.

String values in Z-Wave data holders are taken from translations/ folder. But in most cases these values are not used.
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Info

Post by SolarFlor »

PoltoS wrote: Blue UI needs language.it.js to be translated, but I would prefer to wait for the new version of the UI before translating it.
Where is this file? we could support to translate it
mikes
Posts: 19
Joined: 15 Jun 2014 11:44

Re: Info

Post by mikes »

hello I think you have to create the file in ita here
/opt/z-way-server/htdocs/expert/js
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Info

Post by SolarFlor »

You are right
Post Reply