-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #275 from MiSchroe:MiSchroe/issue130
MiSchroe/issue130
- Loading branch information
Showing
88 changed files
with
45,342 additions
and
721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
.eslintrc.js | ||
.eslintrc.js | ||
admin/custom/** | ||
src-admin/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ module.exports = { | |
tabWidth: 4, | ||
endOfLine: "crlf", | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"custom_klf200_test_connection_button": "Verbindungstest", | ||
"custom_klf200_test_connection_not_alive_hint": "Um die Verbindung testen zu können, muss der Adapter gestartet sein.", | ||
"custom_klf200_test_connection_status_header": "Status", | ||
"custom_klf200_test_connection_step_name_header": "Schritt", | ||
"custom_klf200_test_connection_result_header": "Ergebnis", | ||
"custom_klf200_test_connection_message_header": "Nachricht" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"custom_klf200_test_connection_button": "Test connection", | ||
"custom_klf200_test_connection_not_alive_hint": "The adapter must have been started in order to test the connection.", | ||
"custom_klf200_test_connection_status_header": "Status", | ||
"custom_klf200_test_connection_step_name_header": "Step name", | ||
"custom_klf200_test_connection_result_header": "Result", | ||
"custom_klf200_test_connection_message_header": "Message" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"custom_klf200_test_connection_button": "Conexión de prueba", | ||
"custom_klf200_test_connection_not_alive_hint": "El adaptador debe haberse iniciado para poder probar la conexión.", | ||
"custom_klf200_test_connection_status_header": "Estado", | ||
"custom_klf200_test_connection_step_name_header": "Nombre del paso", | ||
"custom_klf200_test_connection_result_header": "Resultado", | ||
"custom_klf200_test_connection_message_header": "Mensaje" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"custom_klf200_test_connection_button": "Tester la connexion", | ||
"custom_klf200_test_connection_not_alive_hint": "L'adaptateur doit avoir été démarré pour pouvoir tester la connexion.", | ||
"custom_klf200_test_connection_status_header": "Statut", | ||
"custom_klf200_test_connection_step_name_header": "Nom de l'étape", | ||
"custom_klf200_test_connection_result_header": "Résultat", | ||
"custom_klf200_test_connection_message_header": "Message" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"custom_klf200_test_connection_button": "Testare la connessione", | ||
"custom_klf200_test_connection_not_alive_hint": "L'adattatore deve essere avviato per poter testare la connessione.", | ||
"custom_klf200_test_connection_status_header": "Stato", | ||
"custom_klf200_test_connection_step_name_header": "Nome del passaggio", | ||
"custom_klf200_test_connection_result_header": "Risultato", | ||
"custom_klf200_test_connection_message_header": "Messaggio" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"custom_klf200_test_connection_button": "Verbinding testen", | ||
"custom_klf200_test_connection_not_alive_hint": "Om de verbinding te kunnen testen, moet de adapter gestart zijn.", | ||
"custom_klf200_test_connection_status_header": "Status", | ||
"custom_klf200_test_connection_step_name_header": "Naam van stap", | ||
"custom_klf200_test_connection_result_header": "Resultaat", | ||
"custom_klf200_test_connection_message_header": "Bericht" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"custom_klf200_test_connection_button": "Połączenie testowe", | ||
"custom_klf200_test_connection_not_alive_hint": "Aby przetestować połączenie, adapter musi być uruchomiony.", | ||
"custom_klf200_test_connection_status_header": "Status", | ||
"custom_klf200_test_connection_step_name_header": "Nazwa kroku", | ||
"custom_klf200_test_connection_result_header": "Wynik", | ||
"custom_klf200_test_connection_message_header": "Wiadomość" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"custom_klf200_test_connection_button": "Conexão de teste", | ||
"custom_klf200_test_connection_not_alive_hint": "O adaptador deve ter sido iniciado para testar a conexão.", | ||
"custom_klf200_test_connection_status_header": "Status", | ||
"custom_klf200_test_connection_step_name_header": "Nome da etapa", | ||
"custom_klf200_test_connection_result_header": "Resultado", | ||
"custom_klf200_test_connection_message_header": "Mensagem" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"custom_klf200_test_connection_button": "Тестовое соединение", | ||
"custom_klf200_test_connection_not_alive_hint": "Для проверки соединения адаптер должен быть запущен.", | ||
"custom_klf200_test_connection_status_header": "Статус", | ||
"custom_klf200_test_connection_step_name_header": "Имя шага", | ||
"custom_klf200_test_connection_result_header": "Результат", | ||
"custom_klf200_test_connection_message_header": "Сообщение" | ||
} |
Oops, something went wrong.