Skip to content

Commit

Permalink
Add missing strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Oct 3, 2024
1 parent 24d24fe commit 82bf544
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
5 changes: 3 additions & 2 deletions credits/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"achievements": "Achievements",
"icons_from": "Icons from:",
"icons_from_thanks": "Thanks to them for their amazing work !",
"translations": "Translations"
}
"translations": "Translations",
"social-media": "Social Medias"
}
5 changes: 3 additions & 2 deletions credits/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"achievements": "Succès",
"icons_from": "Icones de:",
"icons_from_thanks": "Merci à eux pour leur super travail !",
"translations": "Traductions"
}
"translations": "Traductions",
"social-media": "Réseaux sociaux"
}
2 changes: 1 addition & 1 deletion menu/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"home": "Factory",
"stockExchange": "Stock Exchange",
"stockExchange": "Global Market",
"contracts": "Contracts",
"decisions": "Decisions",
"history": "History",
Expand Down
2 changes: 1 addition & 1 deletion menu/fr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"home": "Usine",
"stockExchange": "Marché",
"stockExchange": "Marché Global",
"contracts": "Contrats",
"decisions": "Décisions",
"history": "Historique",
Expand Down
4 changes: 4 additions & 0 deletions resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import menu_en from './menu/en.json';
import resources_en from './resources/en.json';
import settings_en from './settings/en.json';
import user_market_history_en from './user_market_history/en.json';
import ui_en from './ui/en.json';

import achievements_fr from './achievements/fr.json';
import equipments_fr from './equipments/fr.json';
Expand All @@ -27,6 +28,7 @@ import menu_fr from './menu/fr.json';
import resources_fr from './resources/fr.json';
import settings_fr from './settings/fr.json';
import user_market_history_fr from './user_market_history/fr.json';
import ui_fr from './ui/fr.json';

import config from './config.json';

Expand All @@ -46,6 +48,7 @@ resources['en'] = {
resources: resources_en,
settings: settings_en,
user_market_history: user_market_history_en,
ui: ui_en,
};
resources['fr'] = {
achievements: achievements_fr,
Expand All @@ -62,6 +65,7 @@ resources['fr'] = {
resources: resources_fr,
settings: settings_fr,
user_market_history: user_market_history_fr,
ui: ui_fr,
};

export default resources;
3 changes: 2 additions & 1 deletion settings/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"language": "Language:",
"audio": "Audio",
"sound": "Sound Volume:",
"music": "Music Volume:"
"music": "Music Volume:",
"translations-link": "Participate in translations"
}
3 changes: 2 additions & 1 deletion settings/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"language": "Langage:",
"audio": "Audio",
"sound": "Volume des sons:",
"music": "Volume de la musique:"
"music": "Volume de la musique:",
"translations-link": "Participer aux traductions"
}
10 changes: 10 additions & 0 deletions ui/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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"
}
10 changes: 10 additions & 0 deletions ui/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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"
}

0 comments on commit 82bf544

Please sign in to comment.