New Crowdin updates (#13580)
* New translations tplinkrouter.properties (French) * New translations meater.properties (French)
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
# binding
|
||||
|
||||
binding.tplinkrouter.name = Extension TpLinkRouter
|
||||
binding.tplinkrouter.description = Il s'agit de l'extension pour contrôler un routeur TP-Link avec telnet.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.tplinkrouter.router.label = Routeur
|
||||
thing-type.tplinkrouter.router.description = Périphérique routeur surveillé et contrôlé par connexion telnet
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.tplinkrouter.router.hostname.label = Nom d'hôte
|
||||
thing-type.config.tplinkrouter.router.hostname.description = Nom d'hôte ou adresse IP de l'appareil
|
||||
thing-type.config.tplinkrouter.router.password.label = Mot de passe
|
||||
thing-type.config.tplinkrouter.router.password.description = Mot de passe pour accéder à l'appareil
|
||||
thing-type.config.tplinkrouter.router.port.label = Port
|
||||
thing-type.config.tplinkrouter.router.port.description = Port pour la connexion telnet
|
||||
thing-type.config.tplinkrouter.router.refreshInterval.label = Intervalle d'actualisation
|
||||
thing-type.config.tplinkrouter.router.refreshInterval.description = Intervalle d'interrogation de l'appareil en secondes.
|
||||
thing-type.config.tplinkrouter.router.username.label = Nom d'utilisateur
|
||||
thing-type.config.tplinkrouter.router.username.description = Utilisateur pour accéder à l'appareil
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.tplinkrouter.wifiGroupType.label = Wifi
|
||||
channel-group-type.tplinkrouter.wifiGroupType.description = Canaux Wifi
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.tplinkrouter.authentication.label = Mode Authentification Wifi
|
||||
channel-type.tplinkrouter.authentication.state.option.AUTO = AUTO
|
||||
channel-type.tplinkrouter.authentication.state.option.OPEN = OUVERT
|
||||
channel-type.tplinkrouter.authentication.state.option.SHARED = PARTAGÉ
|
||||
channel-type.tplinkrouter.authentication.state.option.WPA = WPA
|
||||
channel-type.tplinkrouter.authentication.state.option.WPA2 = WPA2
|
||||
channel-type.tplinkrouter.bandwidth.label = Largeur Bande Passante Wifi
|
||||
channel-type.tplinkrouter.bandwidth.state.option.Auto = Auto
|
||||
channel-type.tplinkrouter.bandwidth.state.option.20M = 20 MHz
|
||||
channel-type.tplinkrouter.bandwidth.state.option.40M = 40 MHz
|
||||
channel-type.tplinkrouter.encryption.label = Mode Chiffrement Wifi
|
||||
channel-type.tplinkrouter.encryption.description = Mode de chiffrement Wifi (uniquement pour le mode de sécurité PSK)
|
||||
channel-type.tplinkrouter.encryption.state.option.AUTO = AUTO
|
||||
channel-type.tplinkrouter.encryption.state.option.TKIP = TKIP
|
||||
channel-type.tplinkrouter.encryption.state.option.AES = AES
|
||||
channel-type.tplinkrouter.key.label = Clé Wifi
|
||||
channel-type.tplinkrouter.qss.label = QSS Wifi
|
||||
channel-type.tplinkrouter.security-mode.label = Mode Sécurité Wifi
|
||||
channel-type.tplinkrouter.security-mode.state.option.WEP = WEP
|
||||
channel-type.tplinkrouter.security-mode.state.option.WPA = PSK
|
||||
channel-type.tplinkrouter.ssid.label = SSID Wifi
|
||||
channel-type.tplinkrouter.status.label = Statut Wifi
|
||||
Reference in New Issue
Block a user