Skip to content

Commit

Permalink
Merge branch 'latest' into beta-4.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 22, 2024
2 parents 11533f1 + 7ea1d48 commit 0866a69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
- relabelled the UI settings screen as 'UI Advanced Settings'
- offer to unpair child bridges when uninstalling plugins
- offer to set up a child bridge immediately after configuring a new plugin
- updates to `pl` language file (#2181) (@mkz212)
- updates to `pl` language file (#2181, #2189) (@mkz212)
- updates to `th` language file (#2182) (@tomzt)

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ <h5 class="modal-title">{{ 'plugins.manage.label_uninstall' | translate }}: {{ p
<span class="hb-uix-slider hb-uix-round"></span>
</label>
</p>
<p *ngIf="hasChildBridges">
<label class="hb-uix-switch d-inline" for="remove-plugin-config">
<p *ngIf="hasChildBridges" class="mb-4">
<label class="hb-uix-switch d-inline" for="remove-plugin-child-bridges">
<input id="remove-plugin-child-bridges" type="checkbox" [(ngModel)]="removeChildBridges">
<span>{{ 'plugins.manage.message_uninstall_unpair_child_bridges' | translate }}</span>
<span class="hb-uix-slider hb-uix-round"></span>
</label>
</p>
<ngb-alert type="warning" [dismissible]="false" *ngIf="hasChildBridges && removeChildBridges">
{{ 'reset.bridges_single.list_2' | translate }}
</ngb-alert>
<ngb-alert *ngIf="!pluginAlias || !pluginType" type="info" [dismissible]="false">
{{ 'plugins.manage.message_uninstall_remove_config_required' | translate }}
</ngb-alert>
Expand Down
6 changes: 3 additions & 3 deletions ui/src/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"backup.label_choose_backup_file_to_restore": "Wybierz plik backupu",
"backup.label_uploading": "Przywracanie…",
"backup.message_backup_download_failed": "Tworzenie backupu nieudane",
"backup.message_backup_exceeds_max_size": "Backup ({{ backupSize }}) przekracza maksymalny rozmiar {{ maxBackupSizeText }}",
"backup.message_backup_exceeds_max_size": "Backup ({{ backupSize }}) przekracza maksymalny rozmiar {{ maxBackupSizeText }}",
"backup.message_backup_help_one": "Utwórz backup całego środowiska Homebridge, który następnie będziesz mógł przywrócic po ponownej instalacji Homebridge, lub po zresetowaniu systemu.",
"backup.message_backup_help_two": "Wtyczki niedostępne z poziomu repozytorium npm lub instalowane bezpośrednio z GitHub nie będą dodane do backupu.",
"backup.message_backup_restored": "Przywracanie backupu zakończone sukcesem",
Expand Down Expand Up @@ -317,9 +317,9 @@
"settings.network.label_ip_address": "Adres IP",
"settings.network.message_network_interface": "Jeśli żaden interfejs nie zostanie wybrany, Homebridge wybierze automatycznie.",
"settings.network.port_hb": "Homebridge Port",
"settings.network.port_hb_desc": "Port Homebridge. Musi to być między 1025 a 65533 i nie powinno być takie samo jak port Homebridge UI.",
"settings.network.port_hb_desc": "Port Homebridge. Musi być między 1025 a 65533 i nie powinien być taki sam jak port Homebridge UI.",
"settings.network.port_ui": "UI Port",
"settings.network.port_ui_desc": "Port Homebridge UI.",
"settings.network.port_ui_desc": "Port Homebridge UI. Nie powinien być taki sam jak port Homebridge.",
"settings.network.title_network": "Sieć",
"settings.network.title_network_interfaces": "Interfejsy sieciowe",
"settings.service.debug_tooltip": "Niektóre wtyczki wymagają ustawienia zmiennej środowiskowej DEBUG aby umożliwić rejestrowanie poziomu debugowania.",
Expand Down

0 comments on commit 0866a69

Please sign in to comment.