// Translations for the self-service "Edit profile" screen.
export const part = {
  en: {
    editProfile: {
      nameLabel: 'Name',
      emailLabel: 'Email',
      phoneLabel: 'Mobile',
      changePasswordSection: 'Change password',
      changePasswordHint: 'Leave these blank to keep your current password.',
      currentLabel: 'Current password',
      newLabel: 'New password',
      confirmLabel: 'Confirm new password',
      save: 'Save changes',
      nameRequired: 'Name is required.',
      pwRequired: 'Fill in all three password fields to change your password.',
      weak: 'New password must be at least 6 characters.',
      mismatch: 'New passwords do not match.',
      doneTitle: 'Profile updated',
      doneBody: 'Your changes have been saved.',
    },
  },
  hi: {
    editProfile: {
      nameLabel: 'नाम',
      emailLabel: 'ईमेल',
      phoneLabel: 'मोबाइल',
      changePasswordSection: 'पासवर्ड बदलें',
      changePasswordHint: 'मौजूदा पासवर्ड रखने के लिए इन्हें खाली छोड़ दें।',
      currentLabel: 'वर्तमान पासवर्ड',
      newLabel: 'नया पासवर्ड',
      confirmLabel: 'नया पासवर्ड दोबारा डालें',
      save: 'बदलाव सहेजें',
      nameRequired: 'नाम आवश्यक है।',
      pwRequired: 'पासवर्ड बदलने के लिए तीनों फ़ील्ड भरें।',
      weak: 'नया पासवर्ड कम से कम 6 अक्षरों का होना चाहिए।',
      mismatch: 'नए पासवर्ड मेल नहीं खाते।',
      doneTitle: 'प्रोफ़ाइल अपडेट हुई',
      doneBody: 'आपके बदलाव सहेज लिए गए हैं।',
    },
  },
  pa: {
    editProfile: {
      nameLabel: 'ਨਾਮ',
      emailLabel: 'ਈਮੇਲ',
      phoneLabel: 'ਮੋਬਾਈਲ',
      changePasswordSection: 'ਪਾਸਵਰਡ ਬਦਲੋ',
      changePasswordHint: 'ਮੌਜੂਦਾ ਪਾਸਵਰਡ ਰੱਖਣ ਲਈ ਇਹ ਖਾਲੀ ਛੱਡੋ।',
      currentLabel: 'ਮੌਜੂਦਾ ਪਾਸਵਰਡ',
      newLabel: 'ਨਵਾਂ ਪਾਸਵਰਡ',
      confirmLabel: 'ਨਵਾਂ ਪਾਸਵਰਡ ਦੁਬਾਰਾ ਭਰੋ',
      save: 'ਬਦਲਾਅ ਸੰਭਾਲੋ',
      nameRequired: 'ਨਾਮ ਲੋੜੀਂਦਾ ਹੈ।',
      pwRequired: 'ਪਾਸਵਰਡ ਬਦਲਣ ਲਈ ਤਿੰਨੇ ਖਾਨੇ ਭਰੋ।',
      weak: 'ਨਵਾਂ ਪਾਸਵਰਡ ਘੱਟੋ-ਘੱਟ 6 ਅੱਖਰਾਂ ਦਾ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ।',
      mismatch: 'ਨਵੇਂ ਪਾਸਵਰਡ ਮੇਲ ਨਹੀਂ ਖਾਂਦੇ।',
      doneTitle: 'ਪ੍ਰੋਫ਼ਾਈਲ ਅੱਪਡੇਟ ਹੋਈ',
      doneBody: 'ਤੁਹਾਡੇ ਬਦਲਾਅ ਸੰਭਾਲ ਲਏ ਗਏ ਹਨ।',
    },
  },
} as const;
