// Translations for the subscription paywall banner (shown when the tenant's
// subscription has expired or been suspended and writes are blocked).
export const part = {
  en: {
    subscription: {
      expired: 'Subscription expired — renew to add or edit. Your saved changes will sync after renewal.',
      suspended: 'Account suspended — please contact support. You can still view your data.',
      retry: 'Retry',
    },
  },
  hi: {
    subscription: {
      expired: 'सदस्यता समाप्त — जोड़ने/बदलने के लिए नवीनीकरण करें। नवीनीकरण के बाद आपके सहेजे बदलाव सिंक हो जाएंगे।',
      suspended: 'खाता निलंबित — कृपया सहायता से संपर्क करें। आप अपना डेटा अब भी देख सकते हैं।',
      retry: 'पुनः प्रयास',
    },
  },
  pa: {
    subscription: {
      expired: 'ਮੈਂਬਰਸ਼ਿਪ ਖ਼ਤਮ — ਜੋੜਨ/ਬਦਲਣ ਲਈ ਨਵਿਆਓ। ਨਵਿਆਉਣ ਮਗਰੋਂ ਤੁਹਾਡੇ ਸੰਭਾਲੇ ਬਦਲਾਅ ਸਿੰਕ ਹੋ ਜਾਣਗੇ।',
      suspended: 'ਖਾਤਾ ਮੁਅੱਤਲ — ਕਿਰਪਾ ਕਰਕੇ ਸਹਾਇਤਾ ਨਾਲ ਸੰਪਰਕ ਕਰੋ। ਤੁਸੀਂ ਆਪਣਾ ਡਾਟਾ ਹਾਲੇ ਵੀ ਵੇਖ ਸਕਦੇ ਹੋ।',
      retry: 'ਮੁੜ ਕੋਸ਼ਿਸ਼',
    },
  },
} as const;
