Skip to content

Commit

Permalink
Translate Hurricane Demo:
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Dec 6, 2022
1 parent e78c6c7 commit c3965e3
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 1 deletion.
10 changes: 10 additions & 0 deletions console/systems/common/src/main/resources/messages_fr.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ThePerfectStorm.3=Le temps d'évacuer: %s
ThePerfectStorm.4=Pas d'échelle donnée.
SaffirSimpsonHurricaneWindScale.TROPICAL_DEPRESSION=Dépression tropicale
SaffirSimpsonHurricaneWindScale.TROPICAL_STORM=Tempête tropicale
SaffirSimpsonHurricaneWindScale.ONE=Catégorie 1
SaffirSimpsonHurricaneWindScale.TWO=Catégorie 2
SaffirSimpsonHurricaneWindScale.THREE=Catégorie 3
SaffirSimpsonHurricaneWindScale.FOUR=Catégorie 4
SaffirSimpsonHurricaneWindScale.FIVE=Catégorie 5
SaffirSimpsonHurricaneWindScale.UNKNOWN=Inconnue
2 changes: 2 additions & 0 deletions domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Covering the following domains:
- [Health Demos](health)
- Retail
- [Retail Demos](retail)
- Weather & Climate
- [Weather Demos](weather)
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

/**
* @author Werner Keil
* @version 1.3
* @version 2.0
* @see {@link SaffirSimpsonHurricaneWindScale}
*/
public class ThePerfectStorm {
Expand Down
10 changes: 10 additions & 0 deletions domain/weather/src/main/resources/messages_fr.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ThePerfectStorm.3=Le temps d'évacuer: %s
ThePerfectStorm.4=Pas d'échelle donnée.
SaffirSimpsonHurricaneWindScale.TROPICAL_DEPRESSION=Dépression tropicale
SaffirSimpsonHurricaneWindScale.TROPICAL_STORM=Tempête tropicale
SaffirSimpsonHurricaneWindScale.ONE=Catégorie 1
SaffirSimpsonHurricaneWindScale.TWO=Catégorie 2
SaffirSimpsonHurricaneWindScale.THREE=Catégorie 3
SaffirSimpsonHurricaneWindScale.FOUR=Catégorie 4
SaffirSimpsonHurricaneWindScale.FIVE=Catégorie 5
SaffirSimpsonHurricaneWindScale.UNKNOWN=Inconnue
12 changes: 12 additions & 0 deletions domain/weather/src/main/resources/messages_ht.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ThePerfectStorm.1=Distans: %s
ThePerfectStorm.2
ThePerfectStorm.3=Tan pou evakye: %s
ThePerfectStorm.4=Pas d'échelle donnée.
SaffirSimpsonHurricaneWindScale.TROPICAL_DEPRESSION=Depresyon twopikal
SaffirSimpsonHurricaneWindScale.TROPICAL_STORM=Tanpèt twopikal
SaffirSimpsonHurricaneWindScale.ONE=Kategori 1
SaffirSimpsonHurricaneWindScale.TWO=Kategori 2
SaffirSimpsonHurricaneWindScale.THREE=Kategori 3
SaffirSimpsonHurricaneWindScale.FOUR=Kategori 4
SaffirSimpsonHurricaneWindScale.FIVE=Kategori 5
SaffirSimpsonHurricaneWindScale.UNKNOWN=Enkoni

0 comments on commit c3965e3

Please sign in to comment.