forked from theodorusclarence/ts-nextjs-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dashboard): translate top dashboard
- Loading branch information
Thomas Catinaud Taris
committed
May 28, 2024
1 parent
fd9ad25
commit 8d87ab9
Showing
12 changed files
with
325 additions
and
174 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
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,5 +1,6 @@ | ||
{ | ||
"layout": { | ||
"top": "Back to top", | ||
"nav": { | ||
"title": "main", | ||
"story": "Story", | ||
|
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,5 +1,73 @@ | ||
{ | ||
"dashboard": { | ||
"title": "Dashboard" | ||
"meta": { | ||
"title": "Dashboard" | ||
}, | ||
"title": "The numbers behind the story", | ||
"summary": { | ||
"intro": { | ||
"title": "Intro", | ||
"sublinks": { | ||
"salmon-collapse-block": "Wild Altantic salmon collapse", | ||
"hyper-growth-block": "Hyper-growth in salmon farming", | ||
"top-10-block": "Main countries producing farmed salmon", | ||
"intro-consumption-block": "Consumption" | ||
} | ||
}, | ||
"company": { | ||
"title": "Companies", | ||
"sublinks": { | ||
"top-comp-block": "Main producers of open-net salmon", | ||
"top-land-block": "The new threat: on land-based aquaculture farms", | ||
"future-land-based-block": "The future of land-based aquaculture farms", | ||
"companies-consumption-block": "Consumption" | ||
} | ||
}, | ||
"biodiversity": { | ||
"title": "Biodiversity", | ||
"sublinks": { | ||
"deforestation-block": "Deforestation", | ||
"escapes-rates-block": "Escapes" | ||
} | ||
}, | ||
"health": { | ||
"title": "Human health", | ||
"sublinks": { | ||
"antibiotic-conso-block": "Antibiotic consumption", | ||
"microplastics-block": "Microplastic" | ||
} | ||
}, | ||
"animals": { | ||
"title": "Animal welfare", | ||
"sublinks": { | ||
"stress-onshore-block": "Stress in land-based facilities", | ||
"mortality-rates-block": "Mortality rate" | ||
} | ||
}, | ||
"climate": { | ||
"title": "Climate", | ||
"sublinks": { | ||
"carbon-bomb-block": "Carbon impact" | ||
} | ||
}, | ||
"social": { | ||
"title": "Social", | ||
"sublinks": { | ||
"social-carbon-block": "Carbon impact" | ||
} | ||
}, | ||
"alternative": { | ||
"title": "Alternatives", | ||
"sublinks": { | ||
"alternatives-block": "Nutrition matrix" | ||
} | ||
} | ||
}, | ||
"calculator": { | ||
"salmon": "slaughtered salmon", | ||
"fish": "forage fish caught to feed salmon", | ||
"companies": "tonnes of CO2 emitted by industry", | ||
"money": "Euros of turnover for market leading companies" | ||
} | ||
} | ||
} |
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
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,5 +1,6 @@ | ||
{ | ||
"layout": { | ||
"top": "Haut de page", | ||
"nav": { | ||
"title": "principale", | ||
"story": "Story", | ||
|
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,5 +1,73 @@ | ||
{ | ||
"dashboard": { | ||
"title": "Dashboard" | ||
"meta": { | ||
"title": "Dashboard" | ||
}, | ||
"title": "Les chiffres derrière l’histoire", | ||
"summary": { | ||
"intro": { | ||
"title": "Intro", | ||
"sublinks": { | ||
"salmon-collapse-block": "Effondrement du saumon sauvage de l'Atlantique", | ||
"hyper-growth-block": "Hyper-croissance de l’élevage du saumon", | ||
"top-10-block": "Principaux pays producteurs de saumon d'élevage", | ||
"intro-consumption-block": "Consommation" | ||
} | ||
}, | ||
"company": { | ||
"title": "Entreprises", | ||
"sublinks": { | ||
"top-comp-block": "Principaux producteurs de saumon en filet ouvert", | ||
"top-land-block": "La nouvelle menace : sur fermes aquacoles terrestres", | ||
"future-land-based-block": "Le futur des fermes aquacoles terrestres", | ||
"companies-consumption-block": "Consommation" | ||
} | ||
}, | ||
"biodiversity": { | ||
"title": "Biodiversité", | ||
"sublinks": { | ||
"deforestation-block": "Déforestation", | ||
"escapes-rates-block": "Les évasions" | ||
} | ||
}, | ||
"health": { | ||
"title": "Human health", | ||
"sublinks": { | ||
"antibiotic-conso-block": "Consommation d'antibiotiques", | ||
"microplastics-block": "Microplastique" | ||
} | ||
}, | ||
"animals": { | ||
"title": "Bien être animal", | ||
"sublinks": { | ||
"stress-onshore-block": "Densité / stress dans usine à terre", | ||
"mortality-rates-block": "Taux de mortalité" | ||
} | ||
}, | ||
"climate": { | ||
"title": "Climat", | ||
"sublinks": { | ||
"carbon-bomb-block": "Impact carbone" | ||
} | ||
}, | ||
"social": { | ||
"title": "Social", | ||
"sublinks": { | ||
"social-carbon-block": "Impact carbone" | ||
} | ||
}, | ||
"alternative": { | ||
"title": "Alternatives", | ||
"sublinks": { | ||
"alternatives-block": "Matrice de nutrition" | ||
} | ||
} | ||
}, | ||
"calculator": { | ||
"salmon": "saumons abattus", | ||
"fish": "poissons fourrages pêchés pour alimenter les saumons", | ||
"companies": "tonnes de CO2 émis par l'industrie", | ||
"money": "Euros de chiffre d'affaire pour les entreprises leadeurs du marché" | ||
} | ||
} | ||
} |
Oops, something went wrong.