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

Translations update from ioBroker Translation System #1347

Merged
2 changes: 1 addition & 1 deletion admin/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Use https": "HTTPS verwenden",
"Username": "Benutzername",
"in seconds": "in Sekunden"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Use https": "usar https",
"Username": "Nombre de usuario",
"in seconds": "en segundos"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Use https": "utiliser https",
"Username": "Nom d'utilisateur",
"in seconds": "en secondes"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Use https": "usa https",
"Username": "Nome utente",
"in seconds": "in secondi"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Use https": "gebruik https",
"Username": "Gebruikersnaam",
"in seconds": "in seconden"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Use https": "użyj https",
"Username": "Nazwa Użytkownika",
"in seconds": "w sekundy"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Use https": "use https",
"Username": "Username",
"in seconds": "em segundos"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Use https": "использовать https",
"Username": "имя пользователя",
"in seconds": "в секундах"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Use https": "Використовуйте https",
"Username": "Ім'я користувача",
"in seconds": "за секунди"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Use https": "使用https",
"Username": "用户名",
"in seconds": "很快"
}
}
11 changes: 11 additions & 0 deletions admin/words.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*global systemDictionary:true */
/*
+===================== DO NOT MODIFY ======================+
| This file was generated by translate-adapter, please use |
| `translate-adapter adminLanguages2words` to update it. |
+===================== DO NOT MODIFY ======================+
*/
'use strict';

systemDictionary = {
};
Loading