Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update words.js #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion admin/words.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ systemDictionary = {
"pl": "adres IP",
"zh-cn": "IP地址"
},
"port": {
"en": "Port",
"de": "Port",
"ru": "Port",
"pt": "Port",
"nl": "Port",
"fr": "Port",
"it": "Port",
"es": "Port",
"pl": "Port",
"zh-cn": "Port"
},
"password": {
"en": "Password for plant owner",
"de": "Passwort für Anlagenbesitzer",
Expand Down Expand Up @@ -410,4 +422,4 @@ systemDictionary = {
"pl": "Nie ustawiłeś informacji o lokalizacji w głównej konfiguracji systemu ioBroker. Ten adapter wymaga do działania informacji o lokalizacji, więc przed uruchomieniem ustaw informacje o lokalizacji.",
"zh-cn": "您尚未在ioBroker的主系统配置中设置位置信息。该适配器需要位置信息才能工作,因此请在启动之前设置位置信息。"
}
};
};