Skip to content

Commit

Permalink
Improve LAN Manager wording (GladysAssistant#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Nov 28, 2024
1 parent 1643043 commit 5182656
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
6 changes: 4 additions & 2 deletions front/src/config/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1500,13 +1500,15 @@
},
"lanManager": {
"title": "LAN-Manager",
"description": "Verwalte deine Geräte über dein lokales Netzwerk.",
"description": "Anwesenheitserkennung über Netzwerkscan",
"deviceTab": "Meine Geräte",
"discoverTab": "Geräte in der Nähe",
"setupTab": "Anwesenheitsscanner",
"documentation": "LAN-Manager-Dokumentation",
"device": {
"title": "Meine Geräte",
"title": "Geräte zur Integration hinzugefügt",
"explanation": "Diese Integration ermöglicht es Ihnen, die Anwesenheit von Benutzern durch einen Netzwerkscan zu erkennen.",
"iosWarning": "Achtung, diese Integration funktioniert nicht mit iOS-Geräten.",
"search": "Geräte suchen",
"noDevices": "Du hast noch keine LAN-Geräte hinzugefügt.",
"manufacturerLabel": "Hersteller",
Expand Down
6 changes: 4 additions & 2 deletions front/src/config/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1500,13 +1500,15 @@
},
"lanManager": {
"title": "LAN Manager",
"description": "Manage you device through you local network.",
"description": "Presence detection via network scan",
"deviceTab": "Devices",
"discoverTab": "LAN Discover",
"setupTab": "Presence scanner",
"documentation": "Lan Manager documentation",
"device": {
"title": "LAN Devices",
"title": "Devices added to the integration",
"explanation": "This integration allows you to detect user presence by scanning the network.",
"iosWarning": "Warning, this integration does not work with iOS devices.",
"search": "Search devices",
"noDevices": "No LAN devices added yet.",
"manufacturerLabel": "Manufacturer",
Expand Down
6 changes: 4 additions & 2 deletions front/src/config/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1660,13 +1660,15 @@
},
"lanManager": {
"title": "LAN Manager",
"description": "Gérez les appareils sur votre réseau local.",
"description": "Détection de présence via scan réseau",
"deviceTab": "Appareils",
"discoverTab": "Découverte LAN",
"setupTab": "Scanner de présence",
"documentation": "Documentation LAN Manager",
"device": {
"title": "Appareils LAN",
"title": "Appareils ajoutés à l'intégration",
"explanation": "Cette intégration vous permet de détecter la présence des utilisateurs en scannant le réseau.",
"iosWarning": "Attention, cette intégration ne fonctionne pas avec les appareils iOS.",
"search": "Chercher un appareil",
"noDevices": "Aucun appareil LAN n'a encore été ajouté.",
"manufacturerLabel": "Constructeur",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ const LANManagerDeviceTab = ({ children, getLANManagerDevicesStatus, lanManagerD
</div>
</div>
<div class="card-body">
<div class="alert alert-info">
<Text id="integration.lanManager.device.explanation" />
<br />
<b>
<Text id="integration.lanManager.device.iosWarning" />
</b>
</div>
<div
class={cx('dimmer', {
active: getLANManagerDevicesStatus === RequestStatus.Getting,
Expand Down

0 comments on commit 5182656

Please sign in to comment.