Skip to content

Commit

Permalink
Merge pull request #388 from Cdrwbw/master
Browse files Browse the repository at this point in the history
Some add translation fr-fr
  • Loading branch information
fedorovvl authored Aug 1, 2024
2 parents 22b7c61 + e5c74b3 commit f116726
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/Servers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ class Servers
{ "langDropbox", "Dropbox APPKEY:APPSECRET" },
{ "langDropboxRefresh", "Rafraichir le jeton Dropbox" },
{ "langTestDropbox", "Dropbox test" },
{ "langAuthDropbox", "Dropbox authentification" },
{ "langTryFast", "Essayez d'abord Fastlogin" },
}
},
{ "pl-pl", new Dictionary<string, string>() {
Expand Down
3 changes: 3 additions & 0 deletions client/files/content/scripts/0-lang-de-fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ extendBaseLang({
'css_important': 'Important',
'css_adventure': "Aventure",

// Options ==> son
'sound_desc': "Sons",

// Général => dernière notification
'notifi_last_desc': "5 dernières notifications",

Expand Down
7 changes: 6 additions & 1 deletion userscripts/user_mine_rebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ var DepositDepletedTranslates = {
'de-de': {
'All' : 'Alle',
'AvailableOnly' : 'Verfügbar nur',
'AvailableOnlyHint' : '"Verfügbar nur“: kein Kontrollkästchen, wenn bereits eine Mine gebaut ist oder noch kein Lager gefunden wurde.'
'AvailableOnlyHint' : '"Verfügbar nur“: kein Kontrollkästchen, wenn bereits eine Mine gebaut ist oder noch kein Lager gefunden wurde.'
},
'fr-fr': {
'All' : 'Tous',
'AvailableOnly' : 'Disponible uniquement',
'AvailableOnlyHint' : '"Disponible uniquement" : aucune case à cocher si mine construite ou si gisement non trouvé.'
}
};
extendBaseLang(DepositDepletedTranslates, 'DepositDepletedTranslates');
Expand Down

0 comments on commit f116726

Please sign in to comment.