Skip to content

Commit

Permalink
https://github.com/jakartaee/faces/issues/1819
Browse files Browse the repository at this point in the history
Added French translation, unverified, it was a best guess based on
existing NumberConverter.PERCENT translation.
  • Loading branch information
BalusC committed Jun 19, 2023
1 parent 6f9bffe commit 31f8285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions impl/src/main/resources/jakarta/faces/Messages_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jakarta.faces.converter.NumberConverter.PATTERN={2}\u00a0: \u00ab{0}\u00bb n\u20
jakarta.faces.converter.NumberConverter.PATTERN_detail={2}\u00a0: \u00ab{0}\u00bb n\u2019est pas un format num\u00e9rique. Exemple\u00a0: {1}
jakarta.faces.converter.ShortConverter.SHORT={2}\u00a0: \u00ab{0}\u00bb doit \u00eatre un nombre compos\u00e9 d\u2019un ou de plusieurs chiffres.
jakarta.faces.converter.ShortConverter.SHORT_detail={2}\u00a0: \u00ab{0}\u00bb doit \u00eatre un nombre compris entre -32768 et 32767. Exemple\u00a0: {1}
jakarta.faces.converter.UUIDConverter.UUID={2}\u00a0: \u00ab{0}\u00bb n\u2019a pas pu \u00eatre interpr\u00e9t\u00e9 en tant que UUID.
jakarta.faces.converter.UUIDConverter.UUID_detail={2}\u00a0: \u00ab{0}\u00bb n\u2019a pas pu \u00eatre interpr\u00e9t\u00e9 en tant que UUID. Exemple\u00a0: {1}
jakarta.faces.converter.STRING={1}\u00a0: impossible de convertir \u00ab{0}\u00bb en cha\u00eene.


Expand Down

0 comments on commit 31f8285

Please sign in to comment.