-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (TA2k) Fix for login. If settings are not loading, delete the instance and create a new instance.
- Loading branch information
Showing
4 changed files
with
31 additions
and
23 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
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,9 +1,22 @@ | ||
{ | ||
"common": { | ||
"name": "boschindego", | ||
"version": "1.3.3", | ||
"version": "1.3.5", | ||
"news": { | ||
"1.3.3": { | ||
"1.3.5": { | ||
"en": "Fix for login. If settings are not loading, delete the instance and create a new instance.", | ||
"de": "Fix für die Anmeldung. Wenn Einstellungen nicht geladen werden, löschen Sie die Instanz und erstellen Sie eine neue Instanz.", | ||
"ru": "Исправьте для входа. Если настройки не загружаются, удалите экземпляр и создайте новый экземпляр.", | ||
"pt": "Fix para login. Se as configurações não estiverem carregando, exclua a instância e crie uma nova instância.", | ||
"nl": "Repareren voor login. Als de instellingen niet geladen zijn, verwijder dan de instantie en maak een nieuwe instantie aan.", | ||
"fr": "Correction pour la connexion. Si les paramètres ne sont pas chargés, supprimez l'instance et créez une nouvelle instance.", | ||
"it": "Fissa per il login. Se le impostazioni non vengono caricate, cancella l'istanza e crea una nuova istanza.", | ||
"es": "Arregla para entrar. Si la configuración no está cargando, elimine la instancia y cree una nueva instancia.", | ||
"pl": "Napraw logowanie. Jeśli ustawienia nie są wczytywane, usunąć instancję i utworzyć nową instancję.", | ||
"uk": "Виправлення логіки. Якщо налаштування не завантаження, видаліть екземпляр і створіть новий екземпляр.", | ||
"zh-cn": "修复登录。 如果设置未加载, 请删除实例并创建新实例 ." | ||
}, | ||
"1.3.4": { | ||
"en": "Fix for login. If settings are not loading, delete the instance and create a new instance.", | ||
"de": "Fix für die Anmeldung. Wenn Einstellungen nicht geladen werden, löschen Sie die Instanz und erstellen Sie eine neue Instanz.", | ||
"ru": "Исправьте для входа. Если настройки не загружаются, удалите экземпляр и создайте новый экземпляр.", | ||
|
@@ -80,19 +93,6 @@ | |
"pl": "naprawić logowanie", | ||
"uk": "фіксувати логін", | ||
"zh-cn": "固定登录" | ||
}, | ||
"1.2.0": { | ||
"en": "Adapter requires node.js 18 and js-controller >= 5 now\nDependencies have been updated", | ||
"de": "Adapter benötigt node.js 18 und js-controller >= 5 jetzt\nAbhängigkeiten wurden aktualisiert", | ||
"ru": "Адаптер требует node.js 18 и js-controller >= 5 сейчас\nЗависимость обновлена", | ||
"pt": "Adapter requer node.js 18 e js-controller >= 5 agora\nAs dependências foram atualizadas", | ||
"nl": "Adapter vereist node.js 18 en js-controller Nu 5\nAfhankelijkheden zijn bijgewerkt", | ||
"fr": "Adaptateur nécessite node.js 18 et js-controller >= 5 maintenant\nLes dépendances ont été actualisées", | ||
"it": "Adattatore richiede node.js 18 e js-controller >= 5 ora\nLe dipendenze sono state aggiornate", | ||
"es": "Adaptador requiere node.js 18 y js-controller √= 5 ahora\nSe han actualizado las dependencias", | ||
"pl": "Adapter wymaga node.js 18 i sterownika js- > = 5 teraz\nZaktualizowano zależności", | ||
"uk": "Адаптер вимагає node.js 18 і js-controller >= 5 тепер\nЗалежність було оновлено", | ||
"zh-cn": "适配器需要节点.js 18和js控制器 QQ 现在5号\n依赖关系已更新" | ||
} | ||
}, | ||
"titleLang": { | ||
|
@@ -121,8 +121,12 @@ | |
"uk": "Адаптер для косарки Bosch Indego", | ||
"zh-cn": "适用于博世 Indego 割草机的适配器" | ||
}, | ||
"authors": ["TA2k <[email protected]>"], | ||
"keywords": ["Indego"], | ||
"authors": [ | ||
"TA2k <[email protected]>" | ||
], | ||
"keywords": [ | ||
"Indego" | ||
], | ||
"licenseInformation": { | ||
"license": "MIT", | ||
"type": "free" | ||
|
@@ -156,8 +160,12 @@ | |
} | ||
} | ||
}, | ||
"encryptedNative": ["password"], | ||
"protectedNative": ["password"], | ||
"encryptedNative": [ | ||
"password" | ||
], | ||
"protectedNative": [ | ||
"password" | ||
], | ||
"native": { | ||
"username": "", | ||
"password": "", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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