Skip to content

Commit

Permalink
🐛 [Creditserweiterung] Fix FR Ranks
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchty112 committed May 10, 2020
1 parent f5e743f commit 5f24d99
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions modules/lss-creditserweiterung/creditserweiterung.user.js
Expand Up @@ -413,17 +413,17 @@
I18n.translations.fr_FR.lssm.creditserweiterung = {
earnedCreditsRegEx: /(.*)([0-9],)? crédits obtenus.*/i,
ranks: {
0: 'Bleusaille',
200: 'Pompier',
10000: 'Pompier vétéran',
100000: 'Opérateur d’équipement de pompier',
0: 'Auxiliaire',
200: 'Sapeur',
10000: 'Caporal',
100000: 'Caporal-chef',
1000000: 'Sergent',
5000000: 'Adjudant',
20000000: 'Adjudant-chef',
50000000: 'Lieutenant',
1000000000: 'Capitaine',
2000000000: 'Commandant',
5000000000: 'Lieutenant-colonel'
5000000: 'Sergent-chef',
20000000: 'Adjudant',
50000000: 'Adjudant-chef',
1000000000: 'Lieutenant',
2000000000: 'Capitaine',
5000000000: 'Commandant'
},
texts: {
reloadMessage: 'Veuillez ouvrir votre profil <br>et recharger le site !',
Expand Down

0 comments on commit 5f24d99

Please sign in to comment.