/** Strings for the Compare and Rankings experiences (merged into `en.ts`). */ export const enCompare = { // --- compare landing 'compare.title': 'Compare countries', 'compare.metaTitle': 'Compare countries side by side', 'compare.description': 'Pick 2 to 8 countries and compare them on 260 indicators: economy, population, health, housing, energy, climate and more — every number traceable to its source.', 'compare.sub': 'Pick two to eight countries. Every indicator, side by side, with full history and sources.', 'compare.builder.title': 'Build a comparison', 'compare.builder.hint': 'Add between {min} and {max} countries.', 'compare.builder.search': 'Add a country…', 'compare.builder.selected': 'Selected', 'compare.builder.empty': 'No country selected yet. Start typing above or pick a preset.', 'compare.builder.go': 'Compare', 'compare.builder.goN': 'Compare {n} countries', 'compare.builder.needMore': 'Add at least {n} more', 'compare.builder.full': 'Maximum of {max} countries reached.', 'compare.builder.clear': 'Clear', 'compare.builder.open': 'Choose countries', 'compare.builder.noMatch': 'No country matches “{q}”.', 'compare.builder.moveUp': 'Move {name} up', 'compare.builder.moveDown': 'Move {name} down', 'compare.builder.remove': 'Remove {name}', 'compare.builder.drag': 'Drag to reorder', 'compare.presets.title': 'Presets', 'compare.presets.sub': 'Common groupings, one click away.', 'compare.preset.g7': 'G7', 'compare.preset.nordics': 'Nordics', 'compare.preset.brics': 'BRICS', 'compare.preset.usmca': 'USMCA', 'compare.preset.anglosphere': 'Anglosphere', 'compare.preset.asian-tigers': 'Asian Tigers', 'compare.preset.peers': '{name} vs peers', 'compare.preset.peersHint': 'Nearest statistical neighbours of {name}.', 'compare.presets.pairs': 'Popular pairs', 'compare.presets.count': '{n} countries', // --- compare view 'compare.vs': 'vs', 'compare.pageTitle': '{names} — Compare countries', 'compare.pageDescription': 'Side-by-side comparison of {names}: {list} and 250+ more indicators with full history, ranks and sources.', 'compare.headingTab': '{names} · {tab}', 'compare.add': 'Add', 'compare.addCountry': 'Add a country', 'compare.removeCountry': 'Remove {name} from the comparison', 'compare.reorder': 'Reorder', 'compare.minCountries': 'A comparison needs at least two countries.', 'compare.notFound': 'Comparison not found', 'compare.notFoundHint': 'At least two valid countries are needed, e.g. /compare/canada/united-states.', 'compare.tab.snapshot': 'Overview', 'compare.tab.economy': 'Economy', 'compare.tab.population': 'Demographics', 'compare.tab.health': 'Health', 'compare.tab.housing': 'Housing', 'compare.tab.energy': 'Energy', 'compare.tab.climate': 'Climate', 'compare.tab.digital': 'Digital', 'compare.tab.custom': 'Custom', 'compare.tabs': 'Comparison views', 'compare.options': 'Options', 'compare.range': 'Years', 'compare.range.from': 'From', 'compare.range.to': 'To', 'compare.range.all': 'All', 'compare.range.last': 'Last {n} years', 'compare.range.preset': 'Range', 'compare.valueMode': 'Values', 'compare.mode.absolute': 'Absolute', 'compare.mode.per-capita': 'Per capita', 'compare.mode.pct': '% change', 'compare.mode.index100': 'Index = 100', 'compare.mode.hint.index100': 'Each series rebased to 100 at the first year of the range.', 'compare.mode.hint.pct': 'Year-over-year change in percent.', 'compare.mode.hint.per-capita': 'Totals divided by population; per-capita and share indicators are unchanged.', 'compare.mode.hint.absolute': 'Values as published, in the indicator unit.', 'compare.mode.percentile': 'Percentile', 'compare.mode.change': 'Change since year', 'compare.mode.hint.percentile': 'World percentile of the latest value (from the world rank). Table only; charts show absolute values.', 'compare.mode.hint.change': 'Value minus the value at the start of the range (charts); 10-year change in the table.', 'compare.cell.percentile': '{p} pct.', 'compare.cell.change10y': '10-year change', 'compare.charts.changeSince': 'Change since {year}', 'compare.charts.percentileNote': 'Absolute values (percentiles apply to the table).', 'compare.charts.png': 'Download chart as PNG', 'compare.h2h.title': 'Head to head', 'compare.h2h.sub': 'Headline indicators side by side. Bars are proportional to the larger value; the thin track places both countries among all ranked countries.', 'compare.h2h.pctLow': 'lowest', 'compare.h2h.pctHigh': 'highest', 'compare.h2h.pctTrack': 'world percentile · {n} countries', 'compare.h2h.note': 'Higher is not always better: the arrow marks the direction the indicator itself declares, when it declares one.', 'compare.log': 'Log scale', 'compare.download': 'Download CSV', 'compare.share': 'Share', 'compare.copied': 'Link copied', 'compare.snapshot.title': 'Snapshot', 'compare.snapshot.sub': 'Latest value per country. Best value highlighted where “better” is defined.', 'compare.snapshot.subTopic': '{topic}: latest value per country. Best value highlighted where “better” is defined.', 'compare.snapshot.best': 'Best', 'compare.snapshot.rank': '#{rank}', 'compare.snapshot.rankOf': 'Ranked {rank} of {n} worldwide', 'compare.snapshot.openChart': 'Chart {name}', 'compare.snapshot.showChart': 'Show chart', 'compare.snapshot.empty': 'No indicator has data for these countries.', 'compare.snapshot.indicatorCol': 'Indicator', 'compare.snapshot.hib.higher': 'higher is better', 'compare.snapshot.hib.lower': 'lower is better', 'compare.charts.title': '{topic}', 'compare.charts.sub': '{n} indicators with data · one colour per country.', 'compare.charts.none': 'No {topic} indicator has data for these countries.', 'compare.charts.loading': 'Loading chart…', 'compare.charts.error': 'This chart could not be loaded.', 'compare.charts.latest': 'Latest', 'compare.charts.sources': 'Sources', 'compare.charts.sourceFor': 'Source for {name}', 'compare.charts.indexBase': 'Index, {year} = 100', 'compare.charts.pctUnit': '% change vs previous year', 'compare.hero.title': 'Selected indicator', 'compare.hero.close': 'Close the selected indicator', 'compare.hero.openIndicator': 'Indicator page', 'compare.hero.ranking': 'Ranking', 'compare.custom.title': 'Custom comparison', 'compare.custom.sub': 'Pick up to {max} indicators from any topic.', 'compare.custom.pick': 'Choose indicators', 'compare.custom.add': 'Add an indicator', 'compare.custom.search': 'Search 260 indicators…', 'compare.custom.empty': 'No indicator selected. Choose up to {max} indicators to chart them for these countries.', 'compare.custom.full': 'Maximum of {max} indicators reached.', 'compare.custom.remove': 'Remove {name}', 'compare.custom.noMatch': 'No indicator matches “{q}”.', 'compare.custom.selected': '{n} of {max} selected', 'compare.legend': 'Countries', 'compare.colourNote': 'Colours follow the countries in the order above, on every chart of this page.', // --- rankings landing 'rankings.title': 'Rankings', 'rankings.metaTitle': 'Country rankings', 'rankings.description': 'Rank every country on {n} indicators: GDP, GDP per capita, population, life expectancy, CO₂ emissions, unemployment and more — with history, regions and sources.', 'rankings.sub': '{n} rankable indicators. Every ranking has a year selector, region and group filters, and a rank-by-year history.', 'rankings.search': 'Filter rankings…', 'rankings.featured': 'Featured', 'rankings.featured.sub': 'The most consulted rankings.', 'rankings.byTopic': 'By topic', 'rankings.count': '{n} rankings', 'rankings.countOf': '{n} of {total} rankings', 'rankings.noMatch': 'No ranking matches “{q}”.', 'rankings.meta': '{n} countries · {year}', 'rankings.top3': 'Top 3', 'rankings.preview.loading': 'Loading…', 'rankings.preview.na': 'Preview unavailable', 'rankings.open': 'Open the {name} ranking', // --- ranking page 'ranking.pageTitle': '{name} by country ({year})', 'ranking.pageTitleGroup': '{name} in {group} ({year})', 'ranking.pageDescription': '{name} ranking of {n} countries in {year}: {top} lead. Change over 1 and 10 years, map, rank history and sources.', 'ranking.heading': '{name} by country', 'ranking.headingGroup': '{name} — {group}', 'ranking.definition': '{unit} · {n} countries ranked · {year}', 'ranking.notFound': 'Unknown ranking', 'ranking.notFoundHint': 'No rankable indicator matches “{slug}”. Browse the list of rankings.', 'ranking.year': 'Year', 'ranking.yearUsed': 'Nearest available year: {year} (requested {requested}).', 'ranking.group': 'Group', 'ranking.group.world': 'World', 'ranking.group.region': 'Regions', 'ranking.group.continent': 'Continents', 'ranking.group.income': 'Income groups', 'ranking.group.org': 'Organisations', 'ranking.sort': 'Sort', 'ranking.sort.desc': 'Highest first', 'ranking.sort.asc': 'Lowest first', 'ranking.highlight': 'Highlight a country', 'ranking.highlight.placeholder': 'Highlight a country…', 'ranking.highlight.clear': 'Clear highlight', 'ranking.highlight.notInGroup': '{name} is not in this group or has no data for {year}.', 'ranking.search': 'Search within the ranking…', 'ranking.filters': 'Filters', 'ranking.filtersActive': '{n} active', 'ranking.showMore': 'Show {n} more', 'ranking.showing': '{shown} of {n}', 'ranking.noMatch': 'No country matches “{q}”.', 'ranking.empty': 'No countries ranked for this selection.', 'ranking.col.rank': 'Rank', 'ranking.col.country': 'Country', 'ranking.col.value': 'Value', 'ranking.col.change1y': '1 y', 'ranking.col.change10y': '10 y', 'ranking.col.trend': 'Trend', 'ranking.col.year': 'Year', 'ranking.rankNote.better': 'Rank 1 = best ({direction} is better for this indicator).', 'ranking.rankNote.higher': 'Rank 1 = highest value; “better” is not defined for this indicator.', 'ranking.rankNote.lowest': 'Rank 1 = lowest value.', 'ranking.direction.higher': 'higher', 'ranking.direction.lower': 'lower', 'ranking.worldRank': 'World rank {rank} of {n}', 'ranking.map.title': 'On the map', 'ranking.map.sub': '{name}, {year}. Quantile classes; hatched = no data.', 'ranking.map.none': 'Map unavailable for this year.', 'ranking.history.title': 'Rank over time', 'ranking.history.sub': 'Position in the world ranking by year, up to {max} countries. Rank 1 is at the top.', 'ranking.history.pick': 'Add a country…', 'ranking.history.full': 'Maximum of {max} countries.', 'ranking.history.empty': 'Pick a country to see its rank over time.', 'ranking.history.axis': 'Rank', 'ranking.history.summary': 'Rank by year for {names}, {y0}–{y1}.', 'ranking.history.remove': 'Remove {name}', 'ranking.history.of': 'of {n}', 'ranking.openIndicator': 'Open indicator page', 'ranking.download': 'Download CSV', 'ranking.compareTop': 'Compare the top {n}', 'ranking.value.forecast': 'projection', 'ranking.pctRank': 'Top {pct} %', 'ranking.years': 'Years', 'ranking.jumpToHighlight': 'Jump to {name}', 'ranking.minpop': 'Min. population', 'ranking.mincov': 'Coverage', 'ranking.mincov.within': 'within {n} y', 'ranking.view.table': 'Table', 'ranking.view.bars': 'Bars', 'ranking.view.map': 'Map', 'ranking.view.barsNote': 'Top {n} of {total} shown as bars; switch to the table for the full list.', 'ranking.race.title': 'Ranking over time', 'ranking.race.sub': '{name}: the top {top} each year from {y0} to {y1}. Press play to watch the race.', 'chart.race.summary': 'Bar chart race of {name}: top {top} countries per year from {y0} to {y1}.', 'chart.race.openYear': 'Open the {year} ranking', } as const;