diff --git a/bundles/org.openhab.binding.smsmodem/src/main/resources/OH-INF/i18n/smsmodem_fr.properties b/bundles/org.openhab.binding.smsmodem/src/main/resources/OH-INF/i18n/smsmodem_fr.properties index b6e5e40fd00..fd253435bf0 100644 --- a/bundles/org.openhab.binding.smsmodem/src/main/resources/OH-INF/i18n/smsmodem_fr.properties +++ b/bundles/org.openhab.binding.smsmodem/src/main/resources/OH-INF/i18n/smsmodem_fr.properties @@ -1,7 +1,7 @@ # binding binding.smsmodem.name = Extension SMSModem -binding.smsmodem.description = Cette extension gère un modem GSM supportant les messages AT et connecté en série, ou exposé sur le réseau. Elle peut envoyer et recevoir des SMS +binding.smsmodem.description = Cette extension gère un modem GSM supportant les messages AT et connecté au serveur (en USB/série), ou exposé sur le réseau. Elle peut envoyer et recevoir des SMS. # thing types @@ -9,7 +9,7 @@ thing-type.smsmodem.smsconversation.label = Conversation SMS thing-type.smsmodem.smsconversation.description = Représente une conversation avec un correspondant. thing-type.smsmodem.smsmodembridge.label = SMS Modem thing-type.smsmodem.smsmodembridge.description = Un modem connecté en série. -thing-type.smsmodem.smsmodemremotebridge.label = SMS Remote Modem +thing-type.smsmodem.smsmodemremotebridge.label = SMS Modem Distant thing-type.smsmodem.smsmodemremotebridge.description = Un modem connecté par le réseau. # thing types config @@ -17,23 +17,23 @@ thing-type.smsmodem.smsmodemremotebridge.description = Un modem connecté par le thing-type.config.smsmodem.smsconversation.deliveryReport.label = Accusé de réception thing-type.config.smsmodem.smsconversation.deliveryReport.description = Demande au réseau un accusé de réception. thing-type.config.smsmodem.smsconversation.encoding.label = Encodage -thing-type.config.smsmodem.smsconversation.encoding.description = Encodage du message à envoyer. Défaut Enc7. +thing-type.config.smsmodem.smsconversation.encoding.description = Encodage du message à envoyer. Enc7 par défaut. thing-type.config.smsmodem.smsconversation.recipient.label = Numéro Du Correspondant thing-type.config.smsmodem.smsconversation.recipient.description = Le numéro SMS du correspondant. thing-type.config.smsmodem.smsmodembridge.baud.label = Taux (Baud) thing-type.config.smsmodem.smsmodembridge.baud.description = Taux de transmission. thing-type.config.smsmodem.smsmodembridge.delayBetweenSend.description = Délai entre deux envois (en millisecondes). Peut être utile pour les modems lents. -thing-type.config.smsmodem.smsmodembridge.pollingInterval.description = Délai entre deux essais de récupération de message (in seconds). +thing-type.config.smsmodem.smsmodembridge.pollingInterval.description = Délai entre deux essais de récupération de message (en secondes). thing-type.config.smsmodem.smsmodembridge.serialPort.label = Port Série thing-type.config.smsmodem.smsmodembridge.serialPort.description = Port série du modem (habituellement /dev/ttyUSB0). thing-type.config.smsmodem.smsmodembridge.simPin.label = Code PIN thing-type.config.smsmodem.smsmodembridge.simPin.description = Le code PIN (si nécessaire) de la carte SIM. thing-type.config.smsmodem.smsmodemremotebridge.delayBetweenSend.description = Délai entre deux envois (en millisecondes). Peut être utile pour les modems lents. -thing-type.config.smsmodem.smsmodemremotebridge.ip.label = Addresse -thing-type.config.smsmodem.smsmodemremotebridge.ip.description = Addresse IP. +thing-type.config.smsmodem.smsmodemremotebridge.ip.label = Adresse +thing-type.config.smsmodem.smsmodemremotebridge.ip.description = Adresse IP de l'ordinateur distant. thing-type.config.smsmodem.smsmodemremotebridge.networkPort.label = Port Réseau thing-type.config.smsmodem.smsmodemremotebridge.networkPort.description = Port réseau pour joindre le serveur (i.e. ser2net) -thing-type.config.smsmodem.smsmodemremotebridge.pollingInterval.description = Délai entre deux essais de récupération de message (in seconds). +thing-type.config.smsmodem.smsmodemremotebridge.pollingInterval.description = Délai entre deux essais de récupération de message (en secondes). thing-type.config.smsmodem.smsmodemremotebridge.simPin.label = Code PIN thing-type.config.smsmodem.smsmodemremotebridge.simPin.description = Le code PIN (si nécessaire) de la carte SIM. diff --git a/bundles/org.openhab.binding.smsmodem/src/main/resources/OH-INF/i18n/smsmodem_it.properties b/bundles/org.openhab.binding.smsmodem/src/main/resources/OH-INF/i18n/smsmodem_it.properties new file mode 100644 index 00000000000..416ef6e1459 --- /dev/null +++ b/bundles/org.openhab.binding.smsmodem/src/main/resources/OH-INF/i18n/smsmodem_it.properties @@ -0,0 +1,49 @@ +# binding + +binding.smsmodem.name = Gestione Modem SMS +binding.smsmodem.description = Gestisce un modem GSM collegato al server openHAB (via seriale), o connesso alla rete. Può inviare e ricevere SMS. + +# thing types + +thing-type.smsmodem.smsconversation.label = Conversazione SMS +thing-type.smsmodem.smsconversation.description = Rappresenta una conversazione con un destinatario SMS. +thing-type.smsmodem.smsmodembridge.label = Ponte Modem SMS +thing-type.smsmodem.smsmodembridge.description = Questo ponte rappresenta un modem connesso via seriale. +thing-type.smsmodem.smsmodemremotebridge.label = Ponte con un modem SMS remoto +thing-type.smsmodem.smsmodemremotebridge.description = Questo ponte rappresenta un modem SMS connesso in rete. + +# thing types config + +thing-type.config.smsmodem.smsconversation.deliveryReport.label = Conferma di recapito +thing-type.config.smsmodem.smsconversation.deliveryReport.description = Chiedi un rapporto di consegna alla rete. +thing-type.config.smsmodem.smsconversation.encoding.label = Codifica +thing-type.config.smsmodem.smsconversation.encoding.description = Codifica per il messaggio da inviare. Enc7 predefinito. +thing-type.config.smsmodem.smsconversation.recipient.label = Numero del destinatario +thing-type.config.smsmodem.smsconversation.recipient.description = Il numero SMS del destinatario. +thing-type.config.smsmodem.smsmodembridge.baud.label = Baud +thing-type.config.smsmodem.smsmodembridge.baud.description = Velocità di trasmissione. +thing-type.config.smsmodem.smsmodembridge.delayBetweenSend.description = Ritardo tra due messaggi (in millisecondi). Utile per gestire l'interfacciamento con un modem lento. +thing-type.config.smsmodem.smsmodembridge.pollingInterval.description = Ritardo tra la richiesta di nuovi messaggi (in secondi). +thing-type.config.smsmodem.smsmodembridge.serialPort.label = Porta seriale +thing-type.config.smsmodem.smsmodembridge.serialPort.description = Porta seriale del modem (di solito /dev/ttyUSB0). +thing-type.config.smsmodem.smsmodembridge.simPin.label = Codice PIN +thing-type.config.smsmodem.smsmodembridge.simPin.description = Il codice PIN (se impostato) della scheda SIM. +thing-type.config.smsmodem.smsmodemremotebridge.delayBetweenSend.description = Ritardo tra due messaggi (in millisecondi). Utile per gestire l'interfacciamento con un modem lento. +thing-type.config.smsmodem.smsmodemremotebridge.ip.label = Indirizzo +thing-type.config.smsmodem.smsmodemremotebridge.ip.description = Indirizzo IP del computer remoto. +thing-type.config.smsmodem.smsmodemremotebridge.networkPort.label = Porta di rete +thing-type.config.smsmodem.smsmodemremotebridge.networkPort.description = Porta di rete per accedere al servizio remoto (alias ser2net). +thing-type.config.smsmodem.smsmodemremotebridge.pollingInterval.description = Ritardo tra la richiesta di nuovi messaggi (in secondi). +thing-type.config.smsmodem.smsmodemremotebridge.simPin.label = Codice PIN +thing-type.config.smsmodem.smsmodemremotebridge.simPin.description = Il codice PIN (se impostato) della scheda SIM. + +# channel types + +channel-type.smsmodem.deliverystatus.label = Stato di consegna +channel-type.smsmodem.deliverystatus.description = Stato dell'ultimo messaggio di consegna (UNKNOWN, QUEUED, SENT, PENDING, DELIVERED, EXPIRED o FAILED) +channel-type.smsmodem.receive.label = Messaggio ricevuto +channel-type.smsmodem.receive.description = Ultimo messaggio ricevuto +channel-type.smsmodem.send.label = Invia messaggio +channel-type.smsmodem.send.description = Messaggio da inviare al destinatario. +channel-type.smsmodem.smsmodemreceivetrigger.label = Messaggio ricevuto +channel-type.smsmodem.smsmodemreceivetrigger.description = Attivato quando viene ricevuto un messaggio nella forma "|" diff --git a/bundles/org.openhab.binding.webexteams/src/main/resources/OH-INF/i18n/webexteams_fr.properties b/bundles/org.openhab.binding.webexteams/src/main/resources/OH-INF/i18n/webexteams_fr.properties new file mode 100644 index 00000000000..5a9903cbdbd --- /dev/null +++ b/bundles/org.openhab.binding.webexteams/src/main/resources/OH-INF/i18n/webexteams_fr.properties @@ -0,0 +1,49 @@ +# binding + +binding.webexteams.name = Extension WebexTeams +binding.webexteams.description = Il s'agit de l'extension pour WebexTeams. Envoyez des messages avec des actions. + +# thing types + +thing-type.webexteams.account.label = Compte WebexTeams +thing-type.webexteams.account.description = Compte WebexTeams utilisé pour envoyer des messages. + +# thing types config + +thing-type.config.webexteams.account.clientId.label = Id client +thing-type.config.webexteams.account.clientId.description = Identifiant du client. N'utiliser qu'avec un compte de personne. +thing-type.config.webexteams.account.clientSecret.label = Secret du client +thing-type.config.webexteams.account.clientSecret.description = Secret du client. N'utiliser qu'avec un compte de personne. +thing-type.config.webexteams.account.refreshPeriod.label = Intervalle de rafraîchissement (secondes) +thing-type.config.webexteams.account.refreshPeriod.description = Intervalle de rafraîchissement des canaux. Des valeurs faibles augmentent la précision, mais peuvent atteindre les limites de taux de l'API. Par défaut à 300 secondes. +thing-type.config.webexteams.account.roomId.label = Id du salon par défaut +thing-type.config.webexteams.account.roomId.description = Id du salon par défaut où envoyer des messages +thing-type.config.webexteams.account.token.label = Jeton d'autorisation +thing-type.config.webexteams.account.token.description = Jeton d'autorisation. Utilisé uniquement avec un compte de bot. + +# channel types + +channel-type.webexteams.lastactivity.label = Dernière Activité +channel-type.webexteams.lastactivity.description = La date et l'heure de la dernière activité de la personne dans Webex +channel-type.webexteams.status.label = Statut +channel-type.webexteams.status.description = Le statut actuel de présence de la personne + +# actions + +confErrorTokenOrId = Le jeton ou l'identifiant / le secret du client doivent être configurés +confErrorNoSecret = Utilisation d'OAuth - Le secret du client doit être configuré +confErrorNoRedirectUrl = Utilisation d'OAuth - RedirectUrl doit être configurée +confErrorNotAuth = Utilisation d'OAuth - Authentification impossible +confErrorInitial = Échec de l'authentification initiale (ancien code d'authentification ?) +sendMessageActionLabel = envoyer un message au salon par défaut +sendMessageActionDescription = Envoie un message au salon par défaut +sendMessageAttActionLabel = envoyer un message avec pièce jointe au salon par défaut +sendMessageAttActionDescription = Envoie un message avec une pièce jointe au salon par défaut +sendRoomMessageActionLabel = envoyer un message à un salon spécifique +sendRoomMessageActionDescription = Envoie un message à un salon spécifique +sendRoomMessageAttActionLabel = envoyer un message avec pièce jointe à un salon spécifique +sendRoomMessageAttActionDescription = Envoie un message avec une pièce jointe à un salon spécifique +sendPersonMessageActionLabel = envoyer un message à une personne +sendPersonMessageActionDescription = Envoie un message à une personne +sendPersonMessageAttActionLabel = envoyer un message avec pièce jointe à une personne +sendPersonMessageAttActionDescription = Envoie un message avec une pièce jointe à une personne