-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (Apollon77) BREAKING update from node-red-contrib-aggregator: topic…
… is NOT converted to lowercase anymore! * (Apollon77) move editorTheme.palette.editable to externalModules.palette.allowInstall * update deps * add dependabot automerge * prepare weblate
- Loading branch information
Showing
18 changed files
with
808 additions
and
559 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Configure here which dependency updates should be merged automatically. | ||
# The recommended configuration is the following: | ||
- match: | ||
# Only merge patches for production dependencies | ||
dependency_type: production | ||
update_type: "semver:patch" | ||
- match: | ||
# Except for security fixes, here we allow minor patches | ||
dependency_type: production | ||
update_type: "security:minor" | ||
- match: | ||
# and development dependencies can have a minor update, too | ||
dependency_type: development | ||
update_type: "semver:minor" | ||
|
||
# The syntax is based on the legacy dependabot v1 automerged_updates syntax, see: | ||
# https://dependabot.com/docs/config-file/#automerged_updates |
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,22 @@ | ||
# Automatically merge Dependabot PRs when version comparison is within the range | ||
# that is configured in .github/auto-merge.yml | ||
|
||
name: Auto-Merge Dependabot PRs | ||
|
||
on: | ||
pull_request_target: | ||
|
||
jobs: | ||
auto-merge: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Check if PR should be auto-merged | ||
uses: ahmadnassri/action-dependabot-auto-merge@v2 | ||
with: | ||
# This must be a personal access token with push access | ||
github-token: ${{ secrets.AUTO_MERGE_TOKEN }} | ||
# By default, squash and merge, so Github chooses nice commit messages | ||
command: squash and merge |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"Add module": "Modul hinzufügen", | ||
"Additional npm modules:": "Zusätzliche NPM-Module", | ||
"Allow creation of foreign objects": "Erstellung von Fremd-Objekten zulassen", | ||
"Backups will not contain any projects or modules installed via the Palletmanager": "Backups enthalten keine Projekte und auch keine Module die mit dem Palletenmanager installiert sind.", | ||
"Convert values to string:": "ioBroker-Werte in String konvertieren:", | ||
"Divided by comma": "Getrennt mit Komma", | ||
"Enable Projects Feature:": "Projektfunktion aktivieren", | ||
"Leave blank to disable basic authentication": "Leer lassen, um die Basic-Authentication zu deaktivieren", | ||
"Max allocated RAM:": "Max zugewiesener RAM", | ||
"Module names": "Modulnamen", | ||
"Password": "Passwort", | ||
"Safe mode": "Sicherheitsmodus", | ||
"Update select dialog": "Update Dialog um ID zu selektieren", | ||
"Use palletmanager:": "Palletenmanager benutzen", | ||
"User": "Benutzer", | ||
"Web server port:": "Web-Server-Port", | ||
"http root directory:": "http Stammpfad", | ||
"node-red settings": "node-red Einstellungen", | ||
"node-red update select dialog": "node-red SelectID Dialog aktualisieren" | ||
} |
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,21 @@ | ||
{ | ||
"Add module": "Add module", | ||
"Additional npm modules:": "Additional npm modules", | ||
"Allow creation of foreign objects": "Allow creation of foreign objects", | ||
"Backups will not contain any projects or modules installed via the Palletmanager": "Backups will not contain any projects or modules installed via the Palletmanager!", | ||
"Convert values to string:": "Convert ioBroker values to string", | ||
"Divided by comma": "Divided by comma", | ||
"Enable Projects Feature:": "Enable Projects Feature", | ||
"Leave blank to disable basic authentication": "Leave blank to disable basic authentication", | ||
"Max allocated RAM:": "Max allocated RAM", | ||
"Module names": "Module names", | ||
"Password": "Password", | ||
"Safe mode": "Safe mode", | ||
"Update select dialog": "Update select dialog", | ||
"Use palletmanager:": "Use palletmanager", | ||
"User": "User", | ||
"Web server port:": "Web server port", | ||
"http root directory:": "http root directory", | ||
"node-red settings": "node-red settings", | ||
"node-red update select dialog": "node-red update select dialog" | ||
} |
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,21 @@ | ||
{ | ||
"Add module": "Agregar módulo", | ||
"Additional npm modules:": "Módulos npm adicionales", | ||
"Allow creation of foreign objects": "Permitir la creación de objetos extraños.", | ||
"Backups will not contain any projects or modules installed via the Palletmanager": "¡Las copias de seguridad no contendrán ningún proyecto o módulo instalado a través del Palletmanager!", | ||
"Convert values to string:": "Convierta los valores de ioBroker en una cadena", | ||
"Divided by comma": "Dividido por coma", | ||
"Enable Projects Feature:": "Habilitar característica de proyectos", | ||
"Leave blank to disable basic authentication": "Dejar en blanco para deshabilitar la autenticación básica", | ||
"Max allocated RAM:": "RAM máxima asignada", | ||
"Module names": "Nombres de módulos", | ||
"Password": "Contraseña", | ||
"Safe mode": "Modo seguro", | ||
"Update select dialog": "Actualizar diálogo de selección", | ||
"Use palletmanager:": "Utilice palletmanager", | ||
"User": "Usuario", | ||
"Web server port:": "Puerto del servidor web", | ||
"http root directory:": "directorio raíz http", | ||
"node-red settings": "configuración de node-red", | ||
"node-red update select dialog": "diálogo de selección de actualización node-red" | ||
} |
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,21 @@ | ||
{ | ||
"Add module": "Ajouter un module", | ||
"Additional npm modules:": "Modules NPM supplémentaires", | ||
"Allow creation of foreign objects": "Autoriser la création d'objets étrangers", | ||
"Backups will not contain any projects or modules installed via the Palletmanager": "Les sauvegardes ne contiendront aucun projet ou module installé via le Palletmanager!", | ||
"Convert values to string:": "Convertir les valeurs de ioBroker en chaîne", | ||
"Divided by comma": "Divisé par une virgule", | ||
"Enable Projects Feature:": "Activer la fonctionnalité de projets", | ||
"Leave blank to disable basic authentication": "Laissez vide pour désactiver l'authentification de base", | ||
"Max allocated RAM:": "Max allouée RAM", | ||
"Module names": "Noms de modules", | ||
"Password": "Mot de passe", | ||
"Safe mode": "Mode sans échec", | ||
"Update select dialog": "Mettre à jour le dialogue", | ||
"Use palletmanager:": "Utiliser Palletmanager", | ||
"User": "Utilisateur", | ||
"Web server port:": "Port du serveur Web", | ||
"http root directory:": "répertoire racine http", | ||
"node-red settings": "paramètres de node-red", | ||
"node-red update select dialog": "boîte de dialogue de sélection de mise à jour de noeud" | ||
} |
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,21 @@ | ||
{ | ||
"Add module": "Aggiungi modulo", | ||
"Additional npm modules:": "Ulteriori moduli npm", | ||
"Allow creation of foreign objects": "Consentire la creazione di oggetti estranei", | ||
"Backups will not contain any projects or modules installed via the Palletmanager": "I backup non conterranno progetti o moduli installati tramite Palletmanager!", | ||
"Convert values to string:": "Converti i valori di ioBroker in stringa", | ||
"Divided by comma": "Diviso in virgola", | ||
"Enable Projects Feature:": "Abilita funzionalità progetti", | ||
"Leave blank to disable basic authentication": "Lascia vuoto per disabilitare l'autenticazione di base", | ||
"Max allocated RAM:": "RAM allocata massima", | ||
"Module names": "Nomi dei moduli", | ||
"Password": "Parola d'ordine", | ||
"Safe mode": "Modalità sicura", | ||
"Update select dialog": "Aggiorna la finestra di selezione", | ||
"Use palletmanager:": "Usa palletmanager", | ||
"User": "Utente", | ||
"Web server port:": "Porta del server Web", | ||
"http root directory:": "directory root http", | ||
"node-red settings": "impostazioni del node-red", | ||
"node-red update select dialog": "finestra di dialogo di selezione aggiornamento node-red" | ||
} |
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,21 @@ | ||
{ | ||
"Add module": "Module toevoegen", | ||
"Additional npm modules:": "Extra npm-modules", | ||
"Allow creation of foreign objects": "Maken van vreemde objecten toestaan", | ||
"Backups will not contain any projects or modules installed via the Palletmanager": "Back-ups bevatten geen projecten of modules die zijn geïnstalleerd via de Palletmanager!", | ||
"Convert values to string:": "IoBroker-waarden converteren naar tekenreeks", | ||
"Divided by comma": "Verdeeld door een komma", | ||
"Enable Projects Feature:": "Projecten inschakelen", | ||
"Leave blank to disable basic authentication": "Laat dit leeg om basisverificatie uit te schakelen", | ||
"Max allocated RAM:": "Max toegewezen RAM", | ||
"Module names": "Module namen", | ||
"Password": "Wachtwoord", | ||
"Safe mode": "Veilige modus", | ||
"Update select dialog": "Update select dialoogvenster", | ||
"Use palletmanager:": "Gebruik palletmanager", | ||
"User": "Gebruiker", | ||
"Web server port:": "Webserverpoort", | ||
"http root directory:": "http root directory", | ||
"node-red settings": "node-red instellingen", | ||
"node-red update select dialog": "update select dialoogvenster" | ||
} |
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,21 @@ | ||
{ | ||
"Add module": "Dodaj moduł", | ||
"Additional npm modules:": "Dodatkowe moduły npm", | ||
"Allow creation of foreign objects": "Zezwól na tworzenie obcych obiektów", | ||
"Backups will not contain any projects or modules installed via the Palletmanager": "Kopie zapasowe nie będą zawierać żadnych projektów ani modułów zainstalowanych za pośrednictwem Palletmanager!", | ||
"Convert values to string:": "Konwertuj wartości ioBroker na ciąg", | ||
"Divided by comma": "Podzielone przecinkiem", | ||
"Enable Projects Feature:": "Włącz funkcję projektów", | ||
"Leave blank to disable basic authentication": "Pozostaw puste, aby wyłączyć podstawowe uwierzytelnianie", | ||
"Max allocated RAM:": "Maksymalna przydzielona pamięć RAM", | ||
"Module names": "Nazwy modułów", | ||
"Password": "Hasło", | ||
"Safe mode": "Tryb bezpieczeństwa", | ||
"Update select dialog": "Zaktualizuj wybrane okno dialogowe", | ||
"Use palletmanager:": "Użyj menedżera palet", | ||
"User": "Użytkownik", | ||
"Web server port:": "Port serwera internetowego", | ||
"http root directory:": "główny katalog http", | ||
"node-red settings": "ustawienia node-red", | ||
"node-red update select dialog": "okno dialogowe aktualizacji uaktualnienia węzła" | ||
} |
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,21 @@ | ||
{ | ||
"Add module": "Adicionar módulo", | ||
"Additional npm modules:": "Módulos npm adicionais", | ||
"Allow creation of foreign objects": "Permitir a criação de objetos estranhos", | ||
"Backups will not contain any projects or modules installed via the Palletmanager": "Os backups não conterão nenhum projeto ou módulo instalado por meio do Palletmanager!", | ||
"Convert values to string:": "Converter valores de ioBroker em string", | ||
"Divided by comma": "Dividido por vírgula", | ||
"Enable Projects Feature:": "Ativar recurso de projetos", | ||
"Leave blank to disable basic authentication": "Deixe em branco para desativar a autenticação básica", | ||
"Max allocated RAM:": "RAM alocada máxima", | ||
"Module names": "Nomes de módulos", | ||
"Password": "Senha", | ||
"Safe mode": "Modo de segurança", | ||
"Update select dialog": "Atualizar caixa de diálogo de seleção", | ||
"Use palletmanager:": "Use palletmanager", | ||
"User": "Do utilizador", | ||
"Web server port:": "Porta do servidor da Web", | ||
"http root directory:": "diretório raiz http", | ||
"node-red settings": "configurações de nó vermelho", | ||
"node-red update select dialog": "caixa de diálogo de seleção de atualização do nó-vermelho" | ||
} |
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,21 @@ | ||
{ | ||
"Add module": "Добавить модуль", | ||
"Additional npm modules:": "Дополнительные NPM Модули", | ||
"Allow creation of foreign objects": "Разрешить создание объектов не в этом адаптере", | ||
"Backups will not contain any projects or modules installed via the Palletmanager": "Резервные копии не будут содержать никаких проектов или модулей, установленных через Palletmanager!", | ||
"Convert values to string:": "Конвертировать значения из ioBroker в строки", | ||
"Divided by comma": "Через запятую", | ||
"Enable Projects Feature:": "Включить проекты", | ||
"Leave blank to disable basic authentication": "Оставить пустым, чтобы отключить basic authentication", | ||
"Max allocated RAM:": "Выделено RAM", | ||
"Module names": "Имена модулей", | ||
"Password": "Пароль", | ||
"Safe mode": "Безопасный режим", | ||
"Update select dialog": "Обновить переменные в диалоге выбора объектов", | ||
"Use palletmanager:": "Используйте palletmanager", | ||
"User": "Имя пользователя", | ||
"Web server port:": "Порт веб сервера", | ||
"http root directory:": "http root directory", | ||
"node-red settings": "node-red Настройки", | ||
"node-red update select dialog": "Обновить переменные в диалоге node-red" | ||
} |
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,21 @@ | ||
{ | ||
"Add module": "添加模块", | ||
"Additional npm modules:": "额外的npm模块", | ||
"Allow creation of foreign objects": "允许创建异物", | ||
"Backups will not contain any projects or modules installed via the Palletmanager": "备份将不包含通过Palletmanager安装的任何项目或模块!", | ||
"Convert values to string:": "将ioBroker值转换为字符串", | ||
"Divided by comma": "逗号分隔", | ||
"Enable Projects Feature:": "启用项目功能", | ||
"Leave blank to disable basic authentication": "留空以禁用基本身份验证", | ||
"Max allocated RAM:": "最大分配RAM", | ||
"Module names": "模块名称", | ||
"Password": "密码", | ||
"Safe mode": "安全模式", | ||
"Update select dialog": "更新选择对话框", | ||
"Use palletmanager:": "使用托盘管理器", | ||
"User": "用户", | ||
"Web server port:": "Web服务器端口", | ||
"http root directory:": "http根目录", | ||
"node-red settings": "node-red设置", | ||
"node-red update select dialog": "node-red update选择对话框" | ||
} |
Oops, something went wrong.