-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
{ | ||
"building-delete": "Delete", | ||
"building-move": "Move", | ||
"popup-close": "Close", | ||
"loading-game": "Loading game...", | ||
"money-format": "$%amount%", | ||
"resource-buy": "Buy ($%price%)", | ||
"resource-sell": "Sell ($%price%)", | ||
"work-in-progress": "Work in progress" | ||
"building-delete": "Delete", | ||
"building-move": "Move", | ||
"contact_completed": "A contract has been completed.", | ||
"contact_unlocked": "A new contract has been unlocked.", | ||
"equipment_unknown": "Error: Unknown equipment.", | ||
"equipment_type_unknown": "Error: Unknown equipment type.", | ||
"equipment_space_already_occupied": "Error: This space is already occupied.", | ||
"equipment_missing_resources": "Error: No enough ressources to build this equipment.", | ||
"market_exchange_no_enough_money": "Error: No enough money for this transaction.", | ||
"market_exchange_no_enough_resource": "Error: No enough resource for this transaction.", | ||
"market_exchange_no_enough_space": "Error: No enough storage space for this transaction.", | ||
"popup-close": "Close", | ||
"loading-game": "Loading game...", | ||
"money-format": "$%amount%", | ||
"resource-buy": "Buy ($%price%)", | ||
"resource-sell": "Sell ($%price%)", | ||
"work-in-progress": "Work in progress" | ||
} |
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 |
---|---|---|
@@ -1,10 +1,19 @@ | ||
{ | ||
"building-delete": "Supprimer", | ||
"building-move": "Déplacer", | ||
"loading-game": "Chargement en cours ...", | ||
"money-format": "%amount%$", | ||
"popup-close": "Fermer", | ||
"resource-buy": "Acheter (%price%$)", | ||
"resource-sell": "Vendre (%price%$)", | ||
"work-in-progress": "En cours de développement" | ||
"building-delete": "Supprimer", | ||
"building-move": "Déplacer", | ||
"contact_completed": "Un contrat a été terminé.", | ||
"contact_unlocked": "Un nouveau contrat a été débloqué.", | ||
"equipment_unknown": "Erreur: Équipement inconnu.", | ||
"equipment_type_unknown": "Erreur: Type d'équipement inconnu.", | ||
"equipment_space_already_occupied": "Erreur: Cet espace est déjà occupé.", | ||
"equipment_missing_resources": "Erreur: Pas assez de ressource pour cette construction.", | ||
"market_exchange_no_enough_money": "Erreur: Pas assez d'argent pour cette transaction.", | ||
"market_exchange_no_enough_resource": "Erreur: Pas assez de ressources pour cette transaction.", | ||
"market_exchange_no_enough_space": "Erreur: Pas assez d'espace dans le stockage pour cette transaction.", | ||
"popup-close": "Fermer", | ||
"loading-game": "Chargement en cours ...", | ||
"money-format": "%amount%$", | ||
"resource-buy": "Acheter (%price%$)", | ||
"resource-sell": "Vendre (%price%$)", | ||
"work-in-progress": "En cours de développement" | ||
} |