/** * Strings for the flagship exploration views: World Explorer (/explore), Trajectories, Scatter, Finder, Extremes. * Merged into `en.ts`. Owned by the "flagship" stream. */ export const enFlagship = { // --- world explorer 'explorer.title': 'World Explorer', 'explorer.metaTitle': 'World Explorer — Interactive Map of Every Indicator, 1960 to Today', 'explorer.description': 'Full-screen interactive world map of any indicator, with a year slider from 1960 to today. Google Earth for statistics.', 'explorer.lede': 'Pick an indicator, scrub through time, tap a country.', 'explorer.rail': 'Explorer controls', 'explorer.group': 'Countries', 'explorer.searchCountry': 'Find a country on the map…', 'explorer.quick': 'Quick picks', 'explorer.legendTitle': 'Legend · {name}', 'explorer.legendNote': 'Quantile classes over all years, so colours stay comparable while you scrub.', 'explorer.countriesYear': '{n} countries · {year}', 'explorer.noValueYear': 'No observation for {year}', 'explorer.noDataYear': 'No observations exist for {indicator} in {year}.', 'explorer.noFrames': 'No annual series is available for {indicator}.', 'explorer.timeMachine': 'Time machine', 'explorer.map.aria': 'World map coloured by the selected indicator; use the table view for the values.', 'explorer.map.zoom': 'Map zoom', 'explorer.map.zoomIn': 'Zoom in', 'explorer.map.zoomOut': 'Zoom out', 'explorer.map.reset': 'Reset the map view', 'explorer.view.map': 'Map', 'explorer.view.rank': 'Rank', 'explorer.view.trend': 'Trend', 'explorer.view.distribution': 'Distribution', 'explorer.rank.world': '{rank} of {n} worldwide', 'explorer.rank.region': '{rank} in {region}', 'explorer.rank.sub': '{n} countries with a value in {year}. Rank 1 = highest, or best when the indicator has a direction.', 'explorer.rank.full': 'Full ranking', 'explorer.trend.title': '{name} — world median', 'explorer.trend.sub': 'Countries per year: {min}–{max}', 'explorer.trend.median': 'World median', 'explorer.trend.note': 'Computed by CountryAtlas from country values in this snapshot, not a published aggregate.', 'explorer.dist.title': '{name}, {year}', 'explorer.dist.sub': '{n} countries · median {median}', 'explorer.drawer.details': 'Details', 'explorer.drawer.latest': 'latest {value} ({year})', 'explorer.drawer.history': 'History {y0}–{y1}', 'explorer.drawer.sparkAria': '{name}: {indicator} over time', 'explorer.drawer.open': 'Open country page', 'explorer.drawer.compare': 'Compare', 'explorer.drawer.trajectories': 'Add to trajectories', 'explorer.drawer.series': 'Full series with sources', 'explorer.table.title': '{name}, {year} — all countries', // --- trajectories 'traj.title': 'Trajectories', 'traj.metaTitle': 'Country Trajectories — Animated Bubble Chart, 1960 to Today', 'traj.description': 'Gapminder-style animation: pick two indicators and a bubble size, press play and watch every country move from 1960 to today.', 'traj.lede': 'Two indicators, one bubble per country, sixty years in motion.', 'traj.x': 'X axis', 'traj.y': 'Y axis', 'traj.size': 'Bubble size', 'traj.sizeNone': 'Same size', 'traj.group': 'Countries', 'traj.select': 'Follow countries', 'traj.selectHint': 'Up to 4 countries draw a trail.', 'traj.selected': 'Following', 'traj.reset': 'Reset', 'traj.share': 'Share', 'traj.copied': 'Link copied', 'traj.controls': 'Chart controls', 'traj.countries': '{n} countries · {y0}–{y1}', 'traj.noData': 'Not enough countries report both indicators over the same years.', 'traj.remove': 'Stop following {name}', 'traj.note': 'Positions are the values of each year (no interpolation); a bubble disappears when a year is missing. Colours are World Bank regions.', 'traj.openScatter': 'Open this year as a scatter with statistics', // --- scatter 'scatter.title': 'Scatter explorer', 'scatter.metaTitle': 'Scatter Explorer — Compare Any Two Indicators Across Countries', 'scatter.description': 'Plot any indicator against any other for every country, with Pearson and Spearman correlations. Descriptive, not causal.', 'scatter.lede': 'Any indicator against any other, one dot per country.', 'scatter.year': 'Year', 'scatter.fit': 'Regression line', 'scatter.logX': 'Log x', 'scatter.logY': 'Log y', 'scatter.stats.pearson': 'Pearson r', 'scatter.stats.spearman': 'Spearman ρ', 'scatter.stats.n': 'Countries', 'scatter.stats.r2': 'R²', 'scatter.stats.year': 'Year used', 'scatter.caveat': 'Correlation does not imply causation. Descriptive only.', 'scatter.nearest': 'Each axis uses the country’s value for {year} or the nearest year within {n}.', 'scatter.related': 'Related to {name}', 'scatter.relatedHint': 'Strongest cross-sectional associations — tap one to put it on the Y axis.', 'scatter.noData': 'No country reports both indicators for {year}.', 'scatter.openTrajectories': 'Animate over time', 'scatter.drawer.both': '{x}: {vx} ({yx}) · {y}: {vy} ({yy})', 'scatter.selected': 'Selected country', // --- finder 'finder.title': 'Country finder', 'finder.metaTitle': 'Country Finder — Filter the World Like a Database', 'finder.description': 'Structured questions without AI: countries with GDP per capita above 40,000, population above 10 million, life expectancy above 80… combine filters and get a map, a table and a download.', 'finder.lede': 'Countries with… combine conditions and see who matches.', 'finder.add': 'Add a condition', 'finder.indicator': 'Indicator', 'finder.op': 'Condition', 'finder.value': 'Value', 'finder.value2': 'and', 'finder.remove': 'Remove condition', 'finder.mode': 'Match', 'finder.mode.and': 'All conditions', 'finder.mode.or': 'Any condition', 'finder.region': 'Region', 'finder.income': 'Income group', 'finder.any': 'Any', 'finder.op.gt': 'greater than', 'finder.op.gte': 'at least', 'finder.op.lt': 'less than', 'finder.op.lte': 'at most', 'finder.op.eq': 'equal to', 'finder.op.between': 'between', 'finder.presets': 'Try a question', 'finder.preset.rich-large': 'Rich and large', 'finder.preset.rich-large.hint': 'GDP per capita above US$40,000 and more than 10 million people', 'finder.preset.green-connected': 'Green and connected', 'finder.preset.green-connected.hint': 'Renewables above 50 % of electricity and internet use above 80 %', 'finder.preset.ageing': 'Ageing societies', 'finder.preset.ageing.hint': 'Median age above 42 years', 'finder.preset.young-growing': 'Young and fast-growing', 'finder.preset.young-growing.hint': 'Median age below 25 and population growth above 2 % a year', 'finder.preset.long-lives-low-co2': 'Long lives, low emissions', 'finder.preset.long-lives-low-co2.hint': 'Life expectancy above 80 years and CO₂ below 5 tonnes per person', 'finder.results': '{n} of {m} countries match', 'finder.none': 'No country matches every condition. Loosen a threshold or switch to “any condition”.', 'finder.empty': 'Add a condition to start. Values compare against each country’s latest observation.', 'finder.download': 'Download CSV', 'finder.compare': 'Compare the top {n}', 'finder.map': 'Matching countries', 'finder.table.country': 'Country', 'finder.sort': 'Sort by {name}', 'finder.latestNote': 'Latest available year per country (shown next to each value).', 'finder.loading': 'Searching…', 'finder.error': 'The finder is unavailable right now.', 'finder.unit': 'Unit: {unit}', // --- extremes 'extremes.title': 'Extremes', 'extremes.metaTitle': 'Extremes — Fastest Changing Countries Over 1, 5, 10 and 25 Years', 'extremes.description': 'The largest increases and decreases in the world: fastest ageing, fastest urbanising, biggest life-expectancy gains, largest CO₂ reductions and more.', 'extremes.lede': 'The largest moves in the world, by window.', 'extremes.window': 'Window', 'extremes.window.1': '1 year', 'extremes.window.5': '5 years', 'extremes.window.10': '10 years', 'extremes.window.25': '25 years', 'extremes.window.since1990': 'Since 1990', 'extremes.topic': 'Topic', 'extremes.allTopics': 'All topics', 'extremes.minPop': 'Countries above 1M inhabitants', 'extremes.allCountries': 'All countries and territories', 'extremes.facets': '{n} facets · {y0}–{y1}', 'extremes.direction.up': 'Largest increases', 'extremes.direction.down': 'Largest decreases', 'extremes.n': '{n} countries evaluated', 'extremes.change.abs': 'change', 'extremes.change.pct': '% change', 'extremes.change.points': 'points', 'extremes.openRanking': 'Open ranking', 'extremes.explore': 'Explore on the map', 'extremes.none': 'No facet has enough countries for this window and topic.', 'extremes.semantics': 'Increase and decrease are directions of change, not judgements — a rising share of renewables and a rising debt ratio are both “increases”.', 'extremes.from': 'from', 'extremes.to': 'to', } as const;