SPB Git forge

spb/countryatlas

Public
20commits 1branches 0releases
268.3 MBsize
maindefault branch
12 days agolast push
TypeScript 57% Python 38.6% JavaScript 3.6% CSS 0.6%
11.6 KB · 226 lines typescript
Raw Blame History
1/** Strings for the Compare and Rankings experiences (merged into `en.ts`). */2export const enCompare = {3  // --- compare landing4  'compare.title': 'Compare countries',5  'compare.metaTitle': 'Compare countries side by side',6  '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.',7  'compare.sub': 'Pick two to eight countries. Every indicator, side by side, with full history and sources.',8  'compare.builder.title': 'Build a comparison',9  'compare.builder.hint': 'Add between {min} and {max} countries.',10  'compare.builder.search': 'Add a country…',11  'compare.builder.selected': 'Selected',12  'compare.builder.empty': 'No country selected yet. Start typing above or pick a preset.',13  'compare.builder.go': 'Compare',14  'compare.builder.goN': 'Compare {n} countries',15  'compare.builder.needMore': 'Add at least {n} more',16  'compare.builder.full': 'Maximum of {max} countries reached.',17  'compare.builder.clear': 'Clear',18  'compare.builder.open': 'Choose countries',19  'compare.builder.noMatch': 'No country matches “{q}”.',20  'compare.builder.moveUp': 'Move {name} up',21  'compare.builder.moveDown': 'Move {name} down',22  'compare.builder.remove': 'Remove {name}',23  'compare.builder.drag': 'Drag to reorder',24  'compare.presets.title': 'Presets',25  'compare.presets.sub': 'Common groupings, one click away.',26  'compare.preset.g7': 'G7',27  'compare.preset.nordics': 'Nordics',28  'compare.preset.brics': 'BRICS',29  'compare.preset.usmca': 'USMCA',30  'compare.preset.anglosphere': 'Anglosphere',31  'compare.preset.asian-tigers': 'Asian Tigers',32  'compare.preset.peers': '{name} vs peers',33  'compare.preset.peersHint': 'Nearest statistical neighbours of {name}.',34  'compare.presets.pairs': 'Popular pairs',35  'compare.presets.count': '{n} countries',3637  // --- compare view38  'compare.vs': 'vs',39  'compare.pageTitle': '{names} — Compare countries',40  'compare.pageDescription': 'Side-by-side comparison of {names}: {list} and 250+ more indicators with full history, ranks and sources.',41  'compare.headingTab': '{names} · {tab}',42  'compare.add': 'Add',43  'compare.addCountry': 'Add a country',44  'compare.removeCountry': 'Remove {name} from the comparison',45  'compare.reorder': 'Reorder',46  'compare.minCountries': 'A comparison needs at least two countries.',47  'compare.notFound': 'Comparison not found',48  'compare.notFoundHint': 'At least two valid countries are needed, e.g. /compare/canada/united-states.',49  'compare.tab.snapshot': 'Overview',50  'compare.tab.economy': 'Economy',51  'compare.tab.population': 'Demographics',52  'compare.tab.health': 'Health',53  'compare.tab.housing': 'Housing',54  'compare.tab.energy': 'Energy',55  'compare.tab.climate': 'Climate',56  'compare.tab.digital': 'Digital',57  'compare.tab.custom': 'Custom',58  'compare.tabs': 'Comparison views',59  'compare.options': 'Options',60  'compare.range': 'Years',61  'compare.range.from': 'From',62  'compare.range.to': 'To',63  'compare.range.all': 'All',64  'compare.range.last': 'Last {n} years',65  'compare.range.preset': 'Range',66  'compare.valueMode': 'Values',67  'compare.mode.absolute': 'Absolute',68  'compare.mode.per-capita': 'Per capita',69  'compare.mode.pct': '% change',70  'compare.mode.index100': 'Index = 100',71  'compare.mode.hint.index100': 'Each series rebased to 100 at the first year of the range.',72  'compare.mode.hint.pct': 'Year-over-year change in percent.',73  'compare.mode.hint.per-capita': 'Totals divided by population; per-capita and share indicators are unchanged.',74  'compare.mode.hint.absolute': 'Values as published, in the indicator unit.',75  'compare.mode.percentile': 'Percentile',76  'compare.mode.change': 'Change since year',77  'compare.mode.hint.percentile': 'World percentile of the latest value (from the world rank). Table only; charts show absolute values.',78  'compare.mode.hint.change': 'Value minus the value at the start of the range (charts); 10-year change in the table.',79  'compare.cell.percentile': '{p} pct.',80  'compare.cell.change10y': '10-year change',81  'compare.charts.changeSince': 'Change since {year}',82  'compare.charts.percentileNote': 'Absolute values (percentiles apply to the table).',83  'compare.charts.png': 'Download chart as PNG',84  'compare.h2h.title': 'Head to head',85  '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.',86  'compare.h2h.pctLow': 'lowest',87  'compare.h2h.pctHigh': 'highest',88  'compare.h2h.pctTrack': 'world percentile · {n} countries',89  'compare.h2h.note': 'Higher is not always better: the arrow marks the direction the indicator itself declares, when it declares one.',90  'compare.log': 'Log scale',91  'compare.download': 'Download CSV',92  'compare.share': 'Share',93  'compare.copied': 'Link copied',94  'compare.snapshot.title': 'Snapshot',95  'compare.snapshot.sub': 'Latest value per country. Best value highlighted where “better” is defined.',96  'compare.snapshot.subTopic': '{topic}: latest value per country. Best value highlighted where “better” is defined.',97  'compare.snapshot.best': 'Best',98  'compare.snapshot.rank': '#{rank}',99  'compare.snapshot.rankOf': 'Ranked {rank} of {n} worldwide',100  'compare.snapshot.openChart': 'Chart {name}',101  'compare.snapshot.showChart': 'Show chart',102  'compare.snapshot.empty': 'No indicator has data for these countries.',103  'compare.snapshot.indicatorCol': 'Indicator',104  'compare.snapshot.hib.higher': 'higher is better',105  'compare.snapshot.hib.lower': 'lower is better',106  'compare.charts.title': '{topic}',107  'compare.charts.sub': '{n} indicators with data · one colour per country.',108  'compare.charts.none': 'No {topic} indicator has data for these countries.',109  'compare.charts.loading': 'Loading chart…',110  'compare.charts.error': 'This chart could not be loaded.',111  'compare.charts.latest': 'Latest',112  'compare.charts.sources': 'Sources',113  'compare.charts.sourceFor': 'Source for {name}',114  'compare.charts.indexBase': 'Index, {year} = 100',115  'compare.charts.pctUnit': '% change vs previous year',116  'compare.hero.title': 'Selected indicator',117  'compare.hero.close': 'Close the selected indicator',118  'compare.hero.openIndicator': 'Indicator page',119  'compare.hero.ranking': 'Ranking',120  'compare.custom.title': 'Custom comparison',121  'compare.custom.sub': 'Pick up to {max} indicators from any topic.',122  'compare.custom.pick': 'Choose indicators',123  'compare.custom.add': 'Add an indicator',124  'compare.custom.search': 'Search 260 indicators…',125  'compare.custom.empty': 'No indicator selected. Choose up to {max} indicators to chart them for these countries.',126  'compare.custom.full': 'Maximum of {max} indicators reached.',127  'compare.custom.remove': 'Remove {name}',128  'compare.custom.noMatch': 'No indicator matches “{q}”.',129  'compare.custom.selected': '{n} of {max} selected',130  'compare.legend': 'Countries',131  'compare.colourNote': 'Colours follow the countries in the order above, on every chart of this page.',132133  // --- rankings landing134  'rankings.title': 'Rankings',135  'rankings.metaTitle': 'Country rankings',136  '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.',137  'rankings.sub': '{n} rankable indicators. Every ranking has a year selector, region and group filters, and a rank-by-year history.',138  'rankings.search': 'Filter rankings…',139  'rankings.featured': 'Featured',140  'rankings.featured.sub': 'The most consulted rankings.',141  'rankings.byTopic': 'By topic',142  'rankings.count': '{n} rankings',143  'rankings.countOf': '{n} of {total} rankings',144  'rankings.noMatch': 'No ranking matches “{q}”.',145  'rankings.meta': '{n} countries · {year}',146  'rankings.top3': 'Top 3',147  'rankings.preview.loading': 'Loading…',148  'rankings.preview.na': 'Preview unavailable',149  'rankings.open': 'Open the {name} ranking',150151  // --- ranking page152  'ranking.pageTitle': '{name} by country ({year})',153  'ranking.pageTitleGroup': '{name} in {group} ({year})',154  'ranking.pageDescription': '{name} ranking of {n} countries in {year}: {top} lead. Change over 1 and 10 years, map, rank history and sources.',155  'ranking.heading': '{name} by country',156  'ranking.headingGroup': '{name} — {group}',157  'ranking.definition': '{unit} · {n} countries ranked · {year}',158  'ranking.notFound': 'Unknown ranking',159  'ranking.notFoundHint': 'No rankable indicator matches “{slug}”. Browse the list of rankings.',160  'ranking.year': 'Year',161  'ranking.yearUsed': 'Nearest available year: {year} (requested {requested}).',162  'ranking.group': 'Group',163  'ranking.group.world': 'World',164  'ranking.group.region': 'Regions',165  'ranking.group.continent': 'Continents',166  'ranking.group.income': 'Income groups',167  'ranking.group.org': 'Organisations',168  'ranking.sort': 'Sort',169  'ranking.sort.desc': 'Highest first',170  'ranking.sort.asc': 'Lowest first',171  'ranking.highlight': 'Highlight a country',172  'ranking.highlight.placeholder': 'Highlight a country…',173  'ranking.highlight.clear': 'Clear highlight',174  'ranking.highlight.notInGroup': '{name} is not in this group or has no data for {year}.',175  'ranking.search': 'Search within the ranking…',176  'ranking.filters': 'Filters',177  'ranking.filtersActive': '{n} active',178  'ranking.showMore': 'Show {n} more',179  'ranking.showing': '{shown} of {n}',180  'ranking.noMatch': 'No country matches “{q}”.',181  'ranking.empty': 'No countries ranked for this selection.',182  'ranking.col.rank': 'Rank',183  'ranking.col.country': 'Country',184  'ranking.col.value': 'Value',185  'ranking.col.change1y': '1 y',186  'ranking.col.change10y': '10 y',187  'ranking.col.trend': 'Trend',188  'ranking.col.year': 'Year',189  'ranking.rankNote.better': 'Rank 1 = best ({direction} is better for this indicator).',190  'ranking.rankNote.higher': 'Rank 1 = highest value; “better” is not defined for this indicator.',191  'ranking.rankNote.lowest': 'Rank 1 = lowest value.',192  'ranking.direction.higher': 'higher',193  'ranking.direction.lower': 'lower',194  'ranking.worldRank': 'World rank {rank} of {n}',195  'ranking.map.title': 'On the map',196  'ranking.map.sub': '{name}, {year}. Quantile classes; hatched = no data.',197  'ranking.map.none': 'Map unavailable for this year.',198  'ranking.history.title': 'Rank over time',199  'ranking.history.sub': 'Position in the world ranking by year, up to {max} countries. Rank 1 is at the top.',200  'ranking.history.pick': 'Add a country…',201  'ranking.history.full': 'Maximum of {max} countries.',202  'ranking.history.empty': 'Pick a country to see its rank over time.',203  'ranking.history.axis': 'Rank',204  'ranking.history.summary': 'Rank by year for {names}, {y0}–{y1}.',205  'ranking.history.remove': 'Remove {name}',206  'ranking.history.of': 'of {n}',207  'ranking.openIndicator': 'Open indicator page',208  'ranking.download': 'Download CSV',209  'ranking.compareTop': 'Compare the top {n}',210  'ranking.value.forecast': 'projection',211  'ranking.pctRank': 'Top {pct} %',212  'ranking.years': 'Years',213  'ranking.jumpToHighlight': 'Jump to {name}',214  'ranking.minpop': 'Min. population',215  'ranking.mincov': 'Coverage',216  'ranking.mincov.within': 'within {n} y',217  'ranking.view.table': 'Table',218  'ranking.view.bars': 'Bars',219  'ranking.view.map': 'Map',220  'ranking.view.barsNote': 'Top {n} of {total} shown as bars; switch to the table for the full list.',221  'ranking.race.title': 'Ranking over time',222  'ranking.race.sub': '{name}: the top {top} each year from {y0} to {y1}. Press play to watch the race.',223  'chart.race.summary': 'Bar chart race of {name}: top {top} countries per year from {y0} to {y1}.',224  'chart.race.openYear': 'Open the {year} ranking',225} as const;226