// en/greeting-bar
export const _greeting_bar = {
  greeting_region: 'Greeting',
  hello: 'Hello',
  hello_guest: 'Hello',
  savings_label: 'Saved this month',
  config_show_savings: 'Show monthly savings',
} as const;
