forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations sonos.properties (French) * New translations influxdb.properties (French) * New translations netatmo.properties (French) * New translations jpa.properties (French) * New translations chatgpt.properties (French)
- Loading branch information
1 parent
49bf5eb
commit c15f134
Showing
5 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
bundles/org.openhab.persistence.jpa/src/main/resources/OH-INF/i18n/jpa_fr.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# add-on | ||
|
||
addon.jpa.name = Persistance JPA | ||
addon.jpa.description = Il s'agit du service de persistance pour JPA. | ||
|
||
# add-on config | ||
|
||
persistence.config.jpa.driver.label = Pilote de base de données | ||
persistence.config.jpa.driver.description = Le nom de la classe du pilote JDBC pour la connexion.<br>Exemples\:<br>com.mysql.jdbc.Driver<br>org.apache.derby.jdbc.ClientDriver<br>org.mariadb.jdbc.Driver<br>org.postgresql.Driver | ||
persistence.config.jpa.password.label = Mot de passe de la base de données | ||
persistence.config.jpa.password.description = Le mot de passe de l'utilisateur de la base de données pour la connexion. | ||
persistence.config.jpa.syncmappings.label = Synchroniser les mappings | ||
persistence.config.jpa.syncmappings.description = La configuration des mappings de synchronisation OpenJPA. | ||
persistence.config.jpa.url.label = URL de la base de données | ||
persistence.config.jpa.url.description = URL de connexion JDBC.<br>Exemples\:<br>jdbc\:derby\://hab.local\:1527/openhab;create\=true<br>jdbc\:mariadb\://localhost\:3306/openhab<br>jdbc\:mysql\://localhost\:3306/openhab<br>jdbc\:postgresql\://hab.local\:5432/openhab | ||
persistence.config.jpa.user.label = Utilisateur de la base de données | ||
persistence.config.jpa.user.description = Le nom d'utilisateur de la base de données pour la connexion. |