mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
New translations sncf.properties (French) (#12901)
This commit is contained in:
parent
25d9315197
commit
52bb4b3715
@ -1,23 +1,32 @@
|
||||
# binding
|
||||
|
||||
binding.sncf.name = Extension SNCF
|
||||
binding.sncf.description = Cette extension fournit des informations sur les chemins de fer français.
|
||||
|
||||
config.thing-type.sncf.api.apiID.label = ID API
|
||||
config.thing-type.sncf.api.apiID.description = Votre ID d'API SNCF
|
||||
# thing types
|
||||
|
||||
thing-type.sncf.api.label = API SNCF
|
||||
thing-type.sncf.api.description = Ce pont de connexion est la passerelle vers l'API SNCF.
|
||||
|
||||
thing-type.sncf.station.label = Gare
|
||||
thing-type.sncf.station.description = Représente une gare hébergeant un mode de transport.
|
||||
thing-type.sncf.station.group.arrivals.label = Prochaine arrivée
|
||||
thing-type.sncf.station.group.arrivals.description = Informations sur la prochaine arrivée en gare.
|
||||
thing-type.sncf.station.group.departures.label = Prochain départ
|
||||
thing-type.sncf.station.group.departures.description = Informations sur le prochain départ de cette gare.
|
||||
thing-type.sncf.station.group.departures.description = Informations sur le prochain départ de la gare.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.sncf.api.apiID.label = ID API
|
||||
thing-type.config.sncf.api.apiID.description = Votre ID d'API SNCF
|
||||
thing-type.config.sncf.station.stopPointId.label = ID Arrêt
|
||||
thing-type.config.sncf.station.stopPointId.description = L'identifiant de l'arrêt de la station tel que défini par DIGITALSNCF.
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.sncf.passage.label = Autre
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.sncf.direction.label = Direction
|
||||
channel-type.sncf.direction.description = La direction de ce transport.
|
||||
channel-type.sncf.lineName.label = Ligne
|
||||
@ -28,8 +37,10 @@ channel-type.sncf.network.label = Réseau
|
||||
channel-type.sncf.network.description = Nom du réseau de transport.
|
||||
channel-type.sncf.timestamp.label = Horaire
|
||||
channel-type.sncf.timestamp.description = Horaire de l'événement à venir.
|
||||
channel-type.sncf.timestamp.state.pattern = %1$tH\:%1$tM\:%1$tS
|
||||
|
||||
# error messages
|
||||
|
||||
# Error messages
|
||||
null-or-empty-api-key = ID d'API vide ou nul
|
||||
error-invalid-apikey = ID d'API incorrect
|
||||
null-or-empty-station-id = ID de station vide ou nul
|
||||
|
Loading…
Reference in New Issue
Block a user