feat: add Bluetooth settings page
Co-authored-by: Michael Murphy <michael@mmurphy.dev>
This commit is contained in:
parent
e35b8a3a6d
commit
cbbbe92393
17 changed files with 1888 additions and 19 deletions
|
|
@ -689,3 +689,25 @@ firmware = Firmware
|
|||
|
||||
users = Users
|
||||
.desc = Authentication and user accounts.
|
||||
|
||||
# Bluetooth
|
||||
|
||||
bluetooth = Bluetooth
|
||||
.desc = Manage Bluetooth devices
|
||||
.status = This system is visible as { $aliases } while the Bluetooth settings is open.
|
||||
.connected = Connected
|
||||
.connecting = Connecting
|
||||
.disconnecting = Disconnecting
|
||||
.connect = Connect
|
||||
.disconnect = Disconnect
|
||||
.forget = Forget
|
||||
.dbus-error = An error has occurred while interacting with DBus: { $why }
|
||||
.show-device-without-name = Show device without name
|
||||
|
||||
bluetooth-paired = Previously Connected Devices
|
||||
.connect = Connect
|
||||
.battery = { $percentage }% battery
|
||||
|
||||
bluetooth-available = Nearby Devices
|
||||
|
||||
bluetooth-adapters = Bluetooth Adapters
|
||||
|
|
|
|||
|
|
@ -681,3 +681,25 @@ firmware = Micrologiciel
|
|||
|
||||
users = Utilisateurs
|
||||
.desc = Authentification et connexion, écran de verrouillage.
|
||||
|
||||
# Bluetooth
|
||||
|
||||
bluetooth = Bluetooth
|
||||
.desc = Gestion du Bluetooth.
|
||||
.status = Ce système est visible en tant que { $aliases } pandant que les paramètres Bluetooth sont ouvert.
|
||||
.connected = Connecté
|
||||
.connecting = Connexion
|
||||
.disconnecting = Deconnexion
|
||||
.connect = Connecter
|
||||
.disconnect = Deconnecter
|
||||
.forget = Oublier
|
||||
.dbus-error = Une erreur est survenue lors de l'interaction avec DBus: { $why }
|
||||
.show-device-without-name = Afficher les périphériques sans nom
|
||||
|
||||
bluetooth-paired = Périphériques precedemment connectés
|
||||
.connect = Connecter
|
||||
.battery = { $percentage }% de batterie
|
||||
|
||||
bluetooth-available = Périphériques à proximité
|
||||
|
||||
bluetooth-adapters = Adaptateur Bluetooth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue