Implementation
static final Map<String, Map<String, String>> translations = {
'en': {
'name': 'Name',
'Surname': 'Surname',
'home': 'Home',
'chats': 'Chats',
'explore': 'Explore',
'profile': 'Profile',
'settings': 'Settings',
'search': 'Search',
'notifications': 'Notifications',
'logout': 'Logout',
'login': 'Login',
'register': 'Register',
'save': 'Save',
'cancel': 'Cancel',
'edit': 'Edit',
'delete': 'Delete',
'submit': 'Submit',
'back': 'Back',
'next': 'Next',
'previous': 'Previous',
'confirm': 'Confirm',
'yes': 'Yes',
'no': 'No',
'loading': 'Loading',
'error': 'Error',
'success': 'Success',
'welcome': 'Welcome',
'continue': 'Continue',
'createAccount': 'Create Account',
'forgotPassword': 'Forgot Password',
'rememberMe': 'Remember Me',
'privacyPolicy': 'Privacy Policy',
'termsOfService': 'Terms of Service',
'contactUs': 'Contact Us',
'help': 'Help',
'account': 'Account',
'language': 'Language',
'theme': 'Theme',
'darkMode': 'Dark Mode',
'lightMode': 'Light Mode',
'notificationSettings': 'Notification Settings',
'editProfile': 'Edit Profile',
'changePassword': 'Change Password',
'welcomeMessage': 'Welcome back!',
'newMessages': 'New Messages',
'viewAll': 'View All',
'selectImage': 'Select Image',
'uploadImage': 'Upload Image',
'download': 'Download',
'noResultsFound': 'No Results Found',
'confirmPassword': 'Confirm Password',
'email': 'Email',
'username': 'Username',
'password': 'Password',
'oldPassword': 'Old Password',
'newPassword': 'New Password',
'passwordStrength': 'Password Strength',
'currentLocation': 'Current Location',
'dateOfBirth': 'Date of Birth',
'gender': 'Gender',
'male': 'Male',
'female': 'Female',
'other': 'Other',
'selectGender': 'Select Gender',
'saveChanges': 'Save Changes',
'invalidEmail': 'Invalid Email',
'invalidUsername': 'Invalid Username',
'passwordMismatch': 'Passwords do not match',
'passwordLengthError': 'Password must be at least 8 characters long',
'accountCreatedSuccessfully': 'Account created successfully',
'profileUpdatedSuccessfully': 'Profile updated successfully',
'passwordChangedSuccessfully': 'Password changed successfully',
'deleteAccount': 'Delete Account',
'areYouSure': 'Are you sure?',
'accountDeletionWarning':
'This action cannot be undone. All your data will be deleted.',
'yesDeleteAccount': 'Yes, delete my account',
'noCancel': 'No, cancel',
'accountDeletedSuccessfully': 'Account deleted successfully',
'location': 'Location',
'phone': 'Phone',
'mobile': 'Mobile',
'device': 'Device',
'privacy': 'Privacy',
'policy': 'Policy',
'terms': 'Terms',
'service': 'Service',
'contact': 'Contact',
'warning': 'Warning',
'information': 'Information',
'messageSent': 'Message Sent',
'messageReceived': 'Message Received',
'messageDelivered': 'Message Delivered',
'messageRead': 'Message Read',
'notificationReceived': 'Notification Received',
'notificationRead': 'Notification Read',
'notificationUnread': 'Notification Unread',
'notificationCount': 'Notification Count',
'notificationType': 'Notification Type',
'notificationDate': 'Notification Date',
'notificationTime': 'Notification Time',
'notificationPreferences': 'Notification Preferences',
'notificationSound': 'Notification Sound',
'notificationVibrate': 'Notification Vibrate',
},
'hi': {
'name': 'नाम',
'Surname': 'उपनाम',
'home': 'होम',
'chats': 'चैट्स',
'explore': 'खोजें',
'profile': 'प्रोफाइल',
'settings': 'सेटिंग्स',
'search': 'खोजें',
'notifications': 'सूचनाएं',
'logout': 'लॉगआउट',
'login': 'लॉगिन',
'register': 'रजिस्टर',
'save': 'सेव करें',
'cancel': 'रद्द करें',
'edit': 'संपादित करें',
'delete': 'हटाएं',
'submit': 'सबमिट करें',
'back': 'पीछे',
'next': 'आगे',
'previous': 'पिछला',
'confirm': 'पुष्टि करें',
'yes': 'हां',
'no': 'नहीं',
'loading': 'लोड हो रहा है',
'error': 'एरर',
'success': 'सफलता',
'welcome': 'स्वागत',
'continue': 'जारी रखें',
'createAccount': 'खाता बनाएं',
'forgotPassword': 'पासवर्ड भूल गए',
'rememberMe': 'मुझे याद रखें',
'privacyPolicy': 'गोपनीयता नीति',
'termsOfService': 'सेवा की शर्तें',
'contactUs': 'हमसे संपर्क करें',
'help': 'मदद',
'account': 'खाता',
'language': 'भाषा',
'theme': 'थीम',
'darkMode': 'डार्क मोड',
'lightMode': 'लाइट मोड',
'notificationSettings': 'सूचना सेटिंग्स',
'editProfile': 'प्रोफाइल संपादित करें',
'changePassword': 'पासवर्ड बदलें',
'welcomeMessage': 'फिर से आपका स्वागत है!',
'newMessages': 'नए संदेश',
'viewAll': 'सभी देखें',
'selectImage': 'छवि चुनें',
'uploadImage': 'छवि अपलोड करें',
'download': 'डाउनलोड',
'noResultsFound': 'कोई परिणाम नहीं मिले',
'confirmPassword': 'पासवर्ड की पुष्टि करें',
'email': 'ईमेल',
'username': 'उपयोगकर्ता नाम',
'password': 'पासवर्ड',
'oldPassword': 'पुराना पासवर्ड',
'newPassword': 'नया पासवर्ड',
'passwordStrength': 'पासवर्ड मजबूती',
'currentLocation': 'वर्तमान स्थान',
'dateOfBirth': 'जन्म तारीख',
'gender': 'लिंग',
'male': 'पुरुष',
'female': 'महिला',
'other': 'अन्य',
'selectGender': 'लिंग चुनें',
'saveChanges': 'परिवर्तन सहेजें',
'invalidEmail': 'अवैध ईमेल',
'invalidUsername': 'अवैध उपयोगकर्ता नाम',
'passwordMismatch': 'पासवर्ड मेल नहीं खाता',
'passwordLengthError': 'पासवर्ड कम से कम 8 अक्षरों का होना चाहिए',
'accountCreatedSuccessfully': 'खाता सफलतापूर्वक बनाया गया',
'profileUpdatedSuccessfully': 'प्रोफाइल सफलतापूर्वक अपडेट किया गया',
'passwordChangedSuccessfully': 'पासवर्ड सफलतापूर्वक बदल गया',
'deleteAccount': 'खाता हटाएं',
'areYouSure': 'क्या आपको पक्का यकीन है?',
'accountDeletionWarning':
'यह कार्रवाई वापस नहीं की जा सकती। आपके सभी डेटा को हटा दिया जाएगा।',
'yesDeleteAccount': 'हां, मेरा खाता हटाएं',
'noCancel': 'नहीं, रद्द करें',
'accountDeletedSuccessfully': 'खाता सफलतापूर्वक हटा दिया गया',
'location': 'स्थान',
'phone': 'फ़ोन',
'mobile': 'मोबाइल',
'device': 'डिवाइस',
'privacy': 'गोपनीयता',
'policy': 'नीति',
'terms': 'शर्तें',
'service': 'सेवा',
'contact': 'संपर्क करें',
'warning': 'चेतावनी',
'information': 'जानकारी',
'messageSent': 'संदेश भेजा गया',
'messageReceived': 'संदेश प्राप्त हुआ',
'messageDelivered': 'संदेश डिलीवर किया गया',
'messageRead': 'संदेश पठित',
'notificationReceived': 'सूचना प्राप्त हुई',
'notificationRead': 'सूचना पठित',
'notificationUnread': 'अपठित सूचना',
'notificationCount': 'सूचना की संख्या',
'notificationType': 'सूचना प्रकार',
'notificationDate': 'सूचना की तारीख',
'notificationTime': 'सूचना का समय',
'notificationPreferences': 'सूचना प्राथमिकताएँ',
'notificationSound': 'सूचना आवाज़',
'notificationVibrate': 'सूचना वाइब्रेट',
},
'ar': {
'name': 'الاسم',
'Surname': 'اللقب',
'home': 'الرئيسية',
'chats': 'الدردشات',
'explore': 'استكشاف',
'profile': 'الملف الشخصي',
'settings': 'الإعدادات',
'search': 'بحث',
'notifications': 'الإشعارات',
'logout': 'تسجيل الخروج',
'login': 'تسجيل الدخول',
'register': 'التسجيل',
'save': 'حفظ',
'cancel': 'إلغاء',
'edit': 'تحرير',
'delete': 'حذف',
'submit': 'إرسال',
'back': 'رجوع',
'next': 'التالي',
'previous': 'السابق',
'confirm': 'تأكيد',
'yes': 'نعم',
'no': 'لا',
'loading': 'جاري التحميل',
'error': 'خطأ',
'success': 'نجاح',
'welcome': 'مرحبًا',
'continue': 'متابعة',
'createAccount': 'إنشاء حساب',
'forgotPassword': 'نسيت كلمة المرور',
'rememberMe': 'تذكرني',
'privacyPolicy': 'سياسة الخصوصية',
'termsOfService': 'شروط الخدمة',
'contactUs': 'اتصل بنا',
'help': 'مساعدة',
'account': 'الحساب',
'language': 'اللغة',
'theme': 'السمة',
'darkMode': 'الوضع الداكن',
'lightMode': 'الوضع الفاتح',
'notificationSettings': 'إعدادات الإشعارات',
'editProfile': 'تحرير الملف الشخصي',
'changePassword': 'تغيير كلمة المرور',
'welcomeMessage': 'مرحبًا مرة أخرى!',
'newMessages': 'رسائل جديدة',
'viewAll': 'عرض الكل',
'selectImage': 'اختيار الصورة',
'uploadImage': 'تحميل الصورة',
'download': 'تحميل',
'noResultsFound': 'لم يتم العثور على نتائج',
'confirmPassword': 'تأكيد كلمة المرور',
'email': 'البريد الإلكتروني',
'username': 'اسم المستخدم',
'password': 'كلمة المرور',
'oldPassword': 'كلمة المرور القديمة',
'newPassword': 'كلمة المرور الجديدة',
'passwordStrength': 'قوة كلمة المرور',
'currentLocation': 'الموقع الحالي',
'dateOfBirth': 'تاريخ الميلاد',
'gender': 'الجنس',
'male': 'ذكر',
'female': 'أنثى',
'other': 'آخر',
'selectGender': 'اختر الجنس',
'saveChanges': 'حفظ التغييرات',
'invalidEmail': 'بريد إلكتروني غير صالح',
'invalidUsername': 'اسم مستخدم غير صالح',
'passwordMismatch': 'كلمات المرور غير متطابقة',
'passwordLengthError': 'يجب أن تحتوي كلمة المرور على الأقل على 8 أحرف',
'accountCreatedSuccessfully': 'تم إنشاء الحساب بنجاح',
'profileUpdatedSuccessfully': 'تم تحديث الملف الشخصي بنجاح',
'passwordChangedSuccessfully': 'تم تغيير كلمة المرور بنجاح',
'deleteAccount': 'حذف الحساب',
'areYouSure': 'هل أنت متأكد؟',
'accountDeletionWarning':
'لا يمكن التراجع عن هذا الإجراء. سيتم حذف جميع بياناتك.',
'yesDeleteAccount': 'نعم، احذف حسابي',
'noCancel': 'لا، إلغاء',
'accountDeletedSuccessfully': 'تم حذف الحساب بنجاح',
'location': 'الموقع',
'phone': 'الهاتف',
'mobile': 'الجوال',
'device': 'الجهاز',
'privacy': 'الخصوصية',
'policy': 'السياسة',
'terms': 'الشروط',
'service': 'الخدمة',
'contact': 'الاتصال',
'warning': 'تحذير',
'information': 'معلومات',
'messageSent': 'تم إرسال الرسالة',
'messageReceived': 'تم استلام الرسالة',
'messageDelivered': 'تم تسليم الرسالة',
'messageRead': 'تم قراءة الرسالة',
'notificationReceived': 'تم استلام الإشعار',
'notificationRead': 'تم قراءة الإشعار',
'notificationUnread': 'إشعار غير مقروء',
'notificationCount': 'عدد الإشعارات',
'notificationType': 'نوع الإشعار',
'notificationDate': 'تاريخ الإشعار',
'notificationTime': 'وقت الإشعار',
'notificationPreferences': 'تفضيلات الإشعار',
'notificationSound': 'صوت الإشعار',
'notificationVibrate': 'اهتزاز الإشعار',
},
'ru': {
'name': 'Имя',
'Surname': 'Фамилия',
'home': 'Главная',
'chats': 'Чаты',
'explore': 'Исследовать',
'profile': 'Профиль',
'settings': 'Настройки',
'search': 'Поиск',
'notifications': 'Уведомления',
'logout': 'Выйти',
'login': 'Войти',
'register': 'Регистрация',
'save': 'Сохранить',
'cancel': 'Отмена',
'edit': 'Редактировать',
'delete': 'Удалить',
'submit': 'Отправить',
'back': 'Назад',
'next': 'Далее',
'previous': 'Предыдущий',
'confirm': 'Подтвердить',
'yes': 'Да',
'no': 'Нет',
'loading': 'Загрузка',
'error': 'Ошибка',
'success': 'Успех',
'welcome': 'Добро пожаловать',
'continue': 'Продолжить',
'createAccount': 'Создать аккаунт',
'forgotPassword': 'Забыли пароль',
'rememberMe': 'Запомнить меня',
'privacyPolicy': 'Политика конфиденциальности',
'termsOfService': 'Условия использования',
'contactUs': 'Свяжитесь с нами',
'help': 'Помощь',
'account': 'Аккаунт',
'language': 'Язык',
'theme': 'Тема',
'darkMode': 'Тёмный режим',
'lightMode': 'Светлый режим',
'notificationSettings': 'Настройки уведомлений',
'editProfile': 'Редактировать профиль',
'changePassword': 'Изменить пароль',
'welcomeMessage': 'С возвращением!',
'newMessages': 'Новые сообщения',
'viewAll': 'Посмотреть все',
'selectImage': 'Выберите изображение',
'uploadImage': 'Загрузить изображение',
'download': 'Скачать',
'noResultsFound': 'Нет результатов',
'confirmPassword': 'Подтвердите пароль',
'email': 'Email',
'username': 'Имя пользователя',
'password': 'Пароль',
'oldPassword': 'Старый пароль',
'newPassword': 'Новый пароль',
'passwordStrength': 'Сложность пароля',
'currentLocation': 'Текущее местоположение',
'dateOfBirth': 'Дата рождения',
'gender': 'Пол',
'male': 'Мужской',
'female': 'Женский',
'other': 'Другой',
'selectGender': 'Выберите пол',
'saveChanges': 'Сохранить изменения',
'invalidEmail': 'Неверный Email',
'invalidUsername': 'Неверное имя пользователя',
'passwordMismatch': 'Пароли не совпадают',
'passwordLengthError': 'Пароль должен содержать минимум 8 символов',
'accountCreatedSuccessfully': 'Успешно создан аккаунт',
'profileUpdatedSuccessfully': 'Профиль успешно обновлён',
'passwordChangedSuccessfully': 'Пароль успешно изменён',
'deleteAccount': 'Удалить аккаунт',
'areYouSure': 'Вы уверены?',
'accountDeletionWarning':
'Это действие нельзя отменить. Все ваши данные будут удалены.',
'yesDeleteAccount': 'Да, удалить мой аккаунт',
'noCancel': 'Нет, отменить',
'accountDeletedSuccessfully': 'Аккаунт успешно удалён',
'location': 'Местоположение',
'phone': 'Телефон',
'mobile': 'Мобильный',
'device': 'Устройство',
'privacy': 'Конфиденциальность',
'policy': 'Политика',
'terms': 'Условия',
'service': 'Служба',
'contact': 'Контакт',
'warning': 'Предупреждение',
'information': 'Информация',
'messageSent': 'Сообщение отправлено',
'messageReceived': 'Сообщение получено',
'messageDelivered': 'Сообщение доставлено',
'messageRead': 'Сообщение прочитано',
'notificationReceived': 'Уведомление получено',
'notificationRead': 'Уведомление прочитано',
'notificationUnread': 'Непрочитанное уведомление',
'notificationCount': 'Количество уведомлений',
'notificationType': 'Тип уведомления',
'notificationDate': 'Дата уведомления',
'notificationTime': 'Время уведомления',
'notificationPreferences': 'Настройки уведомлений',
'notificationSound': 'Звук уведомления',
'notificationVibrate': 'Вибрация уведомления',
},
'zh': {
'name': '姓名',
'Surname': '姓氏',
'home': '首页',
'chats': '聊天',
'explore': '探索',
'profile': '个人资料',
'settings': '设置',
'search': '搜索',
'notifications': '通知',
'logout': '注销',
'login': '登录',
'register': '注册',
'save': '保存',
'cancel': '取消',
'edit': '编辑',
'delete': '删除',
'submit': '提交',
'back': '返回',
'next': '下一步',
'previous': '上一步',
'confirm': '确认',
'yes': '是',
'no': '否',
'loading': '加载中',
'error': '错误',
'success': '成功',
'welcome': '欢迎',
'continue': '继续',
'createAccount': '创建帐户',
'forgotPassword': '忘记密码',
'rememberMe': '记住我',
'privacyPolicy': '隐私政策',
'termsOfService': '服务条款',
'contactUs': '联系我们',
'help': '帮助',
'account': '帐户',
'language': '语言',
'theme': '主题',
'darkMode': '深色模式',
'lightMode': '浅色模式',
'notificationSettings': '通知设置',
'editProfile': '编辑个人资料',
'changePassword': '更改密码',
'welcomeMessage': '欢迎回来!',
'newMessages': '新消息',
'viewAll': '查看全部',
'selectImage': '选择图片',
'uploadImage': '上传图片',
'download': '下载',
'noResultsFound': '未找到结果',
'confirmPassword': '确认密码',
'email': '电子邮件',
'username': '用户名',
'password': '密码',
'oldPassword': '旧密码',
'newPassword': '新密码',
'passwordStrength': '密码强度',
'currentLocation': '当前位置',
'dateOfBirth': '出生日期',
'gender': '性别',
'male': '男性',
'female': '女性',
'other': '其他',
'selectGender': '选择性别',
'saveChanges': '保存更改',
'invalidEmail': '无效的电子邮件',
'invalidUsername': '无效的用户名',
'passwordMismatch': '密码不匹配',
'passwordLengthError': '密码必须至少为8个字符',
'accountCreatedSuccessfully': '帐户创建成功',
'profileUpdatedSuccessfully': '个人资料成功更新',
'passwordChangedSuccessfully': '密码成功更改',
'deleteAccount': '删除帐户',
'areYouSure': '您确定吗?',
'accountDeletionWarning': '此操作无法撤消。您的所有数据将被删除。',
'yesDeleteAccount': '是的,删除我的帐户',
'noCancel': '否,取消',
'accountDeletedSuccessfully': '帐户删除成功',
'location': '位置',
'phone': '电话',
'mobile': '手机',
'device': '设备',
'privacy': '隐私',
'policy': '政策',
'terms': '条款',
'service': '服务',
'contact': '联系人',
'warning': '警告',
'information': '信息',
'messageSent': '消息已发送',
'messageReceived': '消息已接收',
'messageDelivered': '消息已送达',
'messageRead': '消息已阅读',
'notificationReceived': '通知已接收',
'notificationRead': '通知已阅读',
'notificationUnread': '未读通知',
'notificationCount': '通知计数',
'notificationType': '通知类型',
'notificationDate': '通知日期',
'notificationTime': '通知时间',
'notificationPreferences': '通知首选项',
'notificationSound': '通知声音',
'notificationVibrate': '通知振动',
},
'de': {
'location': 'Ort',
'phone': 'Telefon',
'mobile': 'Mobiltelefon',
'device': 'Gerät',
'privacy': 'Datenschutz',
'policy': 'Richtlinien',
'terms': 'Nutzungsbedingungen',
'service': 'Dienstleistung',
'contact': 'Kontakt',
'warning': 'Warnung',
'information': 'Information',
'messageSent': 'Nachricht gesendet',
'messageReceived': 'Nachricht erhalten',
'messageDelivered': 'Nachricht zugestellt',
'messageRead': 'Nachricht gelesen',
'notificationReceived': 'Benachrichtigung erhalten',
'notificationRead': 'Benachrichtigung gelesen',
'notificationUnread': 'Ungelesene Benachrichtigung',
'notificationCount': 'Anzahl der Benachrichtigungen',
'notificationType': 'Benachrichtigungstyp',
'notificationDate': 'Benachrichtigungsdatum',
'notificationTime': 'Benachrichtigungszeit',
'notificationPreferences': 'Benachrichtigungseinstellungen',
'notificationSound': 'Benachrichtigungssound',
'notificationVibrate': 'Benachrichtigungsvibration',
'name': 'Name',
'Surname': 'Nachname',
'home': 'Startseite',
'chats': 'Chats',
'explore': 'Erkunden',
'profile': 'Profil',
'settings': 'Einstellungen',
'search': 'Suche',
'notifications': 'Benachrichtigungen',
'logout': 'Abmelden',
'login': 'Anmelden',
'register': 'Registrieren',
'save': 'Speichern',
'cancel': 'Abbrechen',
'edit': 'Bearbeiten',
'delete': 'Löschen',
'submit': 'Absenden',
'back': 'Zurück',
'next': 'Weiter',
'previous': 'Zurück',
'confirm': 'Bestätigen',
'yes': 'Ja',
'no': 'Nein',
'loading': 'Wird geladen',
'error': 'Fehler',
'success': 'Erfolg',
'welcome': 'Willkommen',
'continue': 'Weiter',
'createAccount': 'Konto erstellen',
'forgotPassword': 'Passwort vergessen',
'rememberMe': 'Erinnere mich',
'privacyPolicy': 'Datenschutzbestimmungen',
'termsOfService': 'Nutzungsbedingungen',
'contactUs': 'Kontaktieren Sie uns',
'help': 'Hilfe',
'account': 'Konto',
'language': 'Sprache',
'theme': 'Thema',
'darkMode': 'Dunkler Modus',
'lightMode': 'Heller Modus',
'notificationSettings': 'Benachrichtigungseinstellungen',
'editProfile': 'Profil bearbeiten',
'changePassword': 'Passwort ändern',
'welcomeMessage': 'Willkommen zurück!',
'newMessages': 'Neue Nachrichten',
'viewAll': 'Alle anzeigen',
'selectImage': 'Bild auswählen',
'uploadImage': 'Bild hochladen',
'download': 'Herunterladen',
'noResultsFound': 'Keine Ergebnisse gefunden',
'confirmPassword': 'Passwort bestätigen',
'email': 'E-Mail',
'username': 'Benutzername',
'password': 'Passwort',
'oldPassword': 'Altes Passwort',
'newPassword': 'Neues Passwort',
'passwordStrength': 'Passwortstärke',
'currentLocation': 'Aktueller Standort',
'dateOfBirth': 'Geburtsdatum',
'gender': 'Geschlecht',
'male': 'Männlich',
'female': 'Weiblich',
'other': 'Andere',
'selectGender': 'Geschlecht auswählen',
'saveChanges': 'Änderungen speichern',
'invalidEmail': 'Ungültige E-Mail',
'invalidUsername': 'Ungültiger Benutzername',
'passwordMismatch': 'Passwörter stimmen nicht überein',
'passwordLengthError': 'Das Passwort muss mindestens 8 Zeichen lang sein',
'accountCreatedSuccessfully': 'Konto erfolgreich erstellt',
'profileUpdatedSuccessfully': 'Profil erfolgreich aktualisiert',
'passwordChangedSuccessfully': 'Passwort erfolgreich geändert',
'deleteAccount': 'Konto löschen',
'areYouSure': 'Sind Sie sicher?',
'accountDeletionWarning':
'Diese Aktion kann nicht rückgängig gemacht werden. Alle Ihre Daten werden gelöscht.',
'yesDeleteAccount': 'Ja, mein Konto löschen',
'noCancel': 'Nein, abbrechen',
'accountDeletedSuccessfully': 'Konto erfolgreich gelöscht',
},
'fr': {
'name': 'Nom',
'Surname': 'Nom de famille',
'home': 'Accueil',
'chats': 'Chats',
'explore': 'Explorer',
'profile': 'Profil',
'settings': 'Paramètres',
'search': 'Recherche',
'notifications': 'Notifications',
'logout': 'Déconnexion',
'login': 'Connexion',
'register': 'Sinscrire',
'save': 'Enregistrer',
'cancel': 'Annuler',
'edit': 'Modifier',
'delete': 'Supprimer',
'submit': 'Envoyer',
'back': 'Retour',
'next': 'Suivant',
'previous': 'Précédent',
'confirm': 'Confirmer',
'yes': 'Oui',
'no': 'Non',
'loading': 'Chargement',
'error': 'Erreur',
'success': 'Succès',
'welcome': 'Bienvenue',
'continue': 'Continuer',
'createAccount': 'Créer un compte',
'forgotPassword': 'Mot de passe oublié',
'rememberMe': 'Se souvenir de moi',
'privacyPolicy': 'Politique de confidentialité',
'termsOfService': 'Conditions dutilisation',
'contactUs': 'Contactez-nous',
'help': 'Aide',
'account': 'Compte',
'language': 'Langue',
'theme': 'Thème',
'darkMode': 'Mode sombre',
'lightMode': 'Mode clair',
'notificationSettings': 'Paramètres de notification',
'editProfile': 'Modifier le profil',
'changePassword': 'Changer le mot de passe',
'welcomeMessage': 'Bienvenue de nouveau !',
'newMessages': 'Nouveaux messages',
'viewAll': 'Voir tout',
'selectImage': 'Sélectionner une image',
'uploadImage': 'Télécharger une image',
'download': 'Télécharger',
'noResultsFound': 'Aucun résultat trouvé',
'confirmPassword': 'Confirmez le mot de passe',
'email': 'E-mail',
'username': 'Nom dutilisateur',
'password': 'Mot de passe',
'oldPassword': 'Ancien mot de passe',
'newPassword': 'Nouveau mot de passe',
'passwordStrength': 'Force du mot de passe',
'currentLocation': 'Emplacement actuel',
'dateOfBirth': 'Date de naissance',
'gender': 'Genre',
'male': 'Homme',
'female': 'Femme',
'other': 'Autre',
'selectGender': 'Sélectionnez le genre',
'saveChanges': 'Enregistrer les modifications',
'invalidEmail': 'E-mail invalide',
'invalidUsername': 'Nom dutilisateur invalide',
'passwordMismatch': 'Les mots de passe ne correspondent pas',
'passwordLengthError':
'Le mot de passe doit comporter au moins 8 caractères',
'accountCreatedSuccessfully': 'Compte créé avec succès',
'profileUpdatedSuccessfully': 'Profil mis à jour avec succès',
'passwordChangedSuccessfully': 'Mot de passe changé avec succès',
'deleteAccount': 'Supprimer le compte',
'areYouSure': 'Êtes-vous sûr(e) ?',
'accountDeletionWarning':
'Cette action est irréversible. Toutes vos données seront supprimées.',
'yesDeleteAccount': 'Oui, supprimer mon compte',
'noCancel': 'Non, annuler',
'accountDeletedSuccessfully': 'Compte supprimé avec succès',
'location': 'Emplacement',
'phone': 'Téléphone',
'mobile': 'Mobile',
'device': 'Appareil',
'privacy': 'Confidentialité',
'policy': 'Politique',
'terms': 'Conditions',
'service': 'Service',
'contact': 'Contact',
'warning': 'Avertissement',
'information': 'Information',
'messageSent': 'Message envoyé',
'messageReceived': 'Message reçu',
'messageDelivered': 'Message délivré',
'messageRead': 'Message lu',
'notificationReceived': 'Notification reçue',
'notificationRead': 'Notification lue',
'notificationUnread': 'Notification non lue',
'notificationCount': 'Nombre de notifications',
'notificationType': 'Type de notification',
'notificationDate': 'Date de notification',
'notificationTime': 'Heure de notification',
'notificationPreferences': 'Préférences de notification',
'notificationSound': 'Son de notification',
'notificationVibrate': 'Vibration de notification',
},
'ja': {
'location': '位置',
'phone': '電話',
'mobile': '携帯電話',
'device': 'デバイス',
'privacy': 'プライバシー',
'policy': 'ポリシー',
'terms': '利用規約',
'service': 'サービス',
'contact': '連絡先',
'warning': '警告',
'information': '情報',
'messageSent': 'メッセージ送信済み',
'messageReceived': 'メッセージ受信済み',
'messageDelivered': 'メッセージ配信済み',
'messageRead': 'メッセージ読み取り済み',
'notificationReceived': '通知受信済み',
'notificationRead': '通知読み取り済み',
'notificationUnread': '未読通知',
'notificationCount': '通知の数',
'notificationType': '通知の種類',
'notificationDate': '通知日付',
'notificationTime': '通知時刻',
'notificationPreferences': '通知設定',
'notificationSound': '通知音',
'notificationVibrate': '通知バイブレーション',
'name': '名前',
'Surname': '姓',
'home': 'ホーム',
'chats': 'チャット',
'explore': '探索',
'profile': 'プロフィール',
'settings': '設定',
'search': '検索',
'notifications': '通知',
'logout': 'ログアウト',
'login': 'ログイン',
'register': '登録',
'save': '保存',
'cancel': 'キャンセル',
'edit': '編集',
'delete': '削除',
'submit': '送信',
'back': '戻る',
'next': '次へ',
'previous': '前へ',
'confirm': '確認',
'yes': 'はい',
'no': 'いいえ',
'loading': '読み込み中',
'error': 'エラー',
'success': '成功',
'welcome': 'ようこそ',
'continue': '続ける',
'createAccount': 'アカウント作成',
'forgotPassword': 'パスワードを忘れた',
'rememberMe': '私を覚えてます',
'privacyPolicy': 'プライバシーポリシー',
'termsOfService': '利用規約',
'contactUs': 'お問い合わせ',
'help': 'ヘルプ',
'account': 'アカウント',
'language': '言語',
'theme': 'テーマ',
'darkMode': 'ダークモード',
'lightMode': 'ライトモード',
'notificationSettings': '通知設定',
'editProfile': 'プロフィール編集',
'changePassword': 'パスワード変更',
'welcomeMessage': 'お帰りなさい!',
'newMessages': '新しいメッセージ',
'viewAll': 'すべて表示',
'selectImage': '画像を選択',
'uploadImage': '画像をアップロード',
'download': 'ダウンロード',
'noResultsFound': '結果が見つかりません',
'confirmPassword': 'パスワードの確認',
'email': 'メールアドレス',
'username': 'ユーザー名',
'password': 'パスワード',
'oldPassword': '古いパスワード',
'newPassword': '新しいパスワード',
'passwordStrength': 'パスワードの強度',
'currentLocation': '現在の場所',
'dateOfBirth': '生年月日',
'gender': '性別',
'male': '男性',
'female': '女性',
'other': 'その他',
'selectGender': '性別を選択',
'saveChanges': '変更を保存',
'invalidEmail': '無効なメールアドレス',
'invalidUsername': '無効なユーザー名',
'passwordMismatch': 'パスワードが一致しません',
'passwordLengthError': 'パスワードは少なくとも8文字以上である必要があります',
'accountCreatedSuccessfully': 'アカウントが正常に作成されました',
'profileUpdatedSuccessfully': 'プロフィールが正常に更新されました',
'passwordChangedSuccessfully': 'パスワードが正常に変更されました',
'deleteAccount': 'アカウントを削除',
'areYouSure': '本当によろしいですか?',
'accountDeletionWarning': 'この操作は取り消せません。すべてのデータが削除されます。',
'yesDeleteAccount': 'はい、アカウントを削除します',
'noCancel': 'いいえ、キャンセル',
'accountDeletedSuccessfully': 'アカウントが正常に削除されました',
},
'fi': {
'name': 'Nimi',
'Surname': 'Sukunimi',
'home': 'Koti',
'chats': 'Keskustelut',
'explore': 'Selaa',
'profile': 'Profiili',
'settings': 'Asetukset',
'search': 'Haku',
'notifications': 'Ilmoitukset',
'logout': 'Kirjaudu ulos',
'login': 'Kirjaudu sisään',
'register': 'Rekisteröidy',
'save': 'Tallenna',
'cancel': 'Peruuta',
'edit': 'Muokkaa',
'delete': 'Poista',
'submit': 'Lähetä',
'back': 'Takaisin',
'next': 'Seuraava',
'previous': 'Edellinen',
'confirm': 'Vahvista',
'yes': 'Kyllä',
'no': 'Ei',
'loading': 'Lataa',
'error': 'Virhe',
'success': 'Onnistui',
'welcome': 'Tervetuloa',
'continue': 'Jatka',
'createAccount': 'Luo tili',
'forgotPassword': 'Unohtuiko salasana',
'rememberMe': 'Muista minut',
'privacyPolicy': 'Tietosuojakäytäntö',
'termsOfService': 'Käyttöehdot',
'contactUs': 'Ota yhteyttä',
'help': 'Ohje',
'account': 'Tili',
'language': 'Kieli',
'theme': 'Teema',
'darkMode': 'Tumma tila',
'lightMode': 'Vaalea tila',
'notificationSettings': 'Ilmoitusasetukset',
'editProfile': 'Muokkaa profiilia',
'changePassword': 'Vaihda salasana',
'welcomeMessage': 'Tervetuloa takaisin!',
'newMessages': 'Uudet viestit',
'viewAll': 'Näytä kaikki',
'selectImage': 'Valitse kuva',
'uploadImage': 'Lataa kuva',
'download': 'Lataa',
'noResultsFound': 'Ei tuloksia',
'confirmPassword': 'Vahvista salasana',
'email': 'Sähköposti',
'username': 'Käyttäjänimi',
'password': 'Salasana',
'oldPassword': 'Vanha salasana',
'newPassword': 'Uusi salasana',
'passwordStrength': 'Salasanan vahvuus',
'currentLocation': 'Nykyinen sijainti',
'dateOfBirth': 'Syntymäpäivä',
'gender': 'Sukupuoli',
'male': 'Mies',
'female': 'Nainen',
'other': 'Muu',
'selectGender': 'Valitse sukupuoli',
'saveChanges': 'Tallenna muutokset',
'invalidEmail': 'Virheellinen sähköpostiosoite',
'invalidUsername': 'Virheellinen käyttäjänimi',
'passwordMismatch': 'Salasanat eivät täsmää',
'passwordLengthError': 'Salasanan on oltava vähintään 8 merkkiä pitkä',
'accountCreatedSuccessfully': 'Tili luotiin onnistuneesti',
'profileUpdatedSuccessfully': 'Profiili päivitettiin onnistuneesti',
'passwordChangedSuccessfully': 'Salasana vaihdettiin onnistuneesti',
'deleteAccount': 'Poista tili',
'areYouSure': 'Oletko varma?',
'accountDeletionWarning':
'Tätä toimintoa ei voi perua. Kaikki tietosi poistetaan.',
'yesDeleteAccount': 'Kyllä, poista tili',
'noCancel': 'Ei, peruuta',
'accountDeletedSuccessfully': 'Tili poistettiin onnistuneesti',
'location': 'Sijainti',
'phone': 'Puhelin',
'mobile': 'Matkapuhelin',
'device': 'Laite',
'privacy': 'Yksityisyys',
'policy': 'Käytäntö',
'terms': 'Ehdot',
'service': 'Palvelu',
'contact': 'Yhteystiedot',
'warning': 'Varoitus',
'information': 'Tieto',
'messageSent': 'Viesti lähetetty',
'messageReceived': 'Viesti vastaanotettu',
'messageDelivered': 'Viesti toimitettu',
'messageRead': 'Viesti luettu',
'notificationReceived': 'Ilmoitus vastaanotettu',
'notificationRead': 'Ilmoitus luettu',
'notificationUnread': 'Lukematon ilmoitus',
'notificationCount': 'Ilmoitusten lukumäärä',
'notificationType': 'Ilmoituksen tyyppi',
'notificationDate': 'Ilmoituksen päivämäärä',
'notificationTime': 'Ilmoituksen aika',
'notificationPreferences': 'Ilmoitusasetukset',
'notificationSound': 'Ilmoituksen ääni',
'notificationVibrate': 'Ilmoituksen värinä',
},
'it': {
'name': 'Nome',
'Surname': 'Cognome',
'home': 'Home',
'chats': 'Chat',
'explore': 'Esplora',
'profile': 'Profilo',
'settings': 'Impostazioni',
'search': 'Ricerca',
'notifications': 'Notifiche',
'logout': 'Esci',
'login': 'Accedi',
'register': 'Registrati',
'save': 'Salva',
'cancel': 'Annulla',
'edit': 'Modifica',
'delete': 'Elimina',
'submit': 'Invia',
'back': 'Indietro',
'next': 'Avanti',
'previous': 'Precedente',
'confirm': 'Conferma',
'yes': 'Sì',
'no': 'No',
'loading': 'Caricamento',
'error': 'Errore',
'success': 'Successo',
'welcome': 'Benvenuto',
'continue': 'Continua',
'createAccount': 'Crea Account',
'forgotPassword': 'Password Dimenticata',
'rememberMe': 'Ricordami',
'privacyPolicy': 'Informativa sulla Privacy',
'termsOfService': 'Termini di Servizio',
'contactUs': 'Contattaci',
'help': 'Aiuto',
'account': 'Account',
'language': 'Lingua',
'theme': 'Tema',
'darkMode': 'Modalità Scura',
'lightMode': 'Modalità Chiara',
'notificationSettings': 'Impostazioni delle Notifiche',
'editProfile': 'Modifica Profilo',
'changePassword': 'Cambia Password',
'welcomeMessage': 'Ben tornato!',
'newMessages': 'Nuovi Messaggi',
'viewAll': 'Vedi Tutto',
'selectImage': 'Seleziona Immagine',
'uploadImage': 'Carica Immagine',
'download': 'Scarica',
'noResultsFound': 'Nessun Risultato Trovato',
'confirmPassword': 'Conferma Password',
'email': 'Email',
'username': 'Nome Utente',
'password': 'Password',
'oldPassword': 'Vecchia Password',
'newPassword': 'Nuova Password',
'passwordStrength': 'Robustezza Password',
'currentLocation': 'Posizione Attuale',
'dateOfBirth': 'Data di Nascita',
'gender': 'Genere',
'male': 'Maschio',
'female': 'Femmina',
'other': 'Altro',
'selectGender': 'Seleziona Genere',
'saveChanges': 'Salva Modifiche',
'invalidEmail': 'Email non valida',
'invalidUsername': 'Nome Utente non valido',
'passwordMismatch': 'Le Password non corrispondono',
'passwordLengthError': 'La Password deve essere lunga almeno 8 caratteri',
'accountCreatedSuccessfully': 'Account creato con successo',
'profileUpdatedSuccessfully': 'Profilo aggiornato con successo',
'passwordChangedSuccessfully': 'Password cambiata con successo',
'deleteAccount': 'Elimina Account',
'areYouSure': 'Sei sicuro?',
'accountDeletionWarning':
'Questa azione non può essere annullata. Tutti i tuoi dati saranno eliminati.',
'yesDeleteAccount': 'Sì, elimina il mio account',
'noCancel': 'No, annulla',
'accountDeletedSuccessfully': 'Account eliminato con successo',
'location': 'Posizione',
'phone': 'Telefono',
'mobile': 'Cellulare',
'device': 'Dispositivo',
'privacy': 'Privacy',
'policy': 'Politica',
'terms': 'Termini',
'service': 'Servizio',
'contact': 'Contatto',
'warning': 'Avviso',
'information': 'Informazioni',
'messageSent': 'Messaggio Inviato',
'messageReceived': 'Messaggio Ricevuto',
'messageDelivered': 'Messaggio Consegnato',
'messageRead': 'Messaggio Letto',
'notificationReceived': 'Notifica Ricevuta',
'notificationRead': 'Notifica Letta',
'notificationUnread': 'Notifica Non Letta',
'notificationCount': 'Conteggio Notifiche',
'notificationType': 'Tipo di Notifica',
'notificationDate': 'Data della Notifica',
'notificationTime': 'Ora della Notifica',
'notificationPreferences': 'Preferenze delle Notifiche',
'notificationSound': 'Suono delle Notifiche',
'notificationVibrate': 'Vibrazione delle Notifiche',
},
'ur': {
'name': 'نام',
'Surname': 'خاندان',
'home': 'گھر',
'chats': 'چیٹس',
'explore': 'کھوج',
'profile': 'پروفائل',
'settings': 'ترتیبات',
'search': 'تلاش',
'notifications': 'خبریں',
'logout': 'لاگ آوٹ',
'login': 'لاگ ان',
'register': 'رجسٹر',
'save': 'محفوظ کریں',
'cancel': 'منسوخ کریں',
'edit': 'ترمیم',
'delete': 'حذف کریں',
'submit': 'جمع کریں',
'back': 'واپس',
'next': 'اگلا',
'previous': 'پچھلا',
'confirm': 'تصدیق کریں',
'yes': 'ہاں',
'no': 'نہیں',
'loading': 'لوڈ ہو رہا ہے',
'error': 'خرابی',
'success': 'کامیابی',
'welcome': 'خوش آمدید',
'continue': 'جاری رہیں',
'createAccount': 'اکاؤنٹ بنائیں',
'forgotPassword': 'پاسورڈ بھول گئے',
'rememberMe': 'مجھے یاد رکھیں',
'privacyPolicy': 'پرائیویسی پالیسی',
'termsOfService': 'سروس کی شرائط',
'contactUs': 'ہم سے رابطہ کریں',
'help': 'مدد',
'account': 'اکاؤنٹ',
'language': 'زبان',
'theme': 'تھیم',
'darkMode': 'ڈارک موڈ',
'lightMode': 'لائٹ موڈ',
'notificationSettings': 'خبریں کی ترتیبات',
'editProfile': 'پروفائل ترتیب دیں',
'changePassword': 'پاسورڈ تبدیل کریں',
'welcomeMessage': 'پھر سے خوش آمدید!',
'newMessages': 'نئے پیغامات',
'viewAll': 'سب دیکھیں',
'selectImage': 'تصویر منتخب کریں',
'uploadImage': 'تصویر اپ لوڈ کریں',
'download': 'ڈاؤن لوڈ کریں',
'noResultsFound': 'نتائج نہیں ملے',
'confirmPassword': 'پاسورڈ کی تصدیق کریں',
'email': 'ای میل',
'username': 'صارف کا نام',
'password': 'پاسورڈ',
'oldPassword': 'پرانا پاسورڈ',
'newPassword': 'نیا پاسورڈ',
'passwordStrength': 'پاسورڈ کی مضبوطی',
'currentLocation': 'موجودہ مقام',
'dateOfBirth': 'پیدائش کی تاریخ',
'gender': 'جنس',
'male': 'مرد',
'female': 'عورت',
'other': 'دوسرا',
'selectGender': 'جنس منتخب کریں',
'saveChanges': 'تبدیلیاں محفوظ کریں',
'invalidEmail': 'غلط ای میل',
'invalidUsername': 'غلط صارف کا نام',
'passwordMismatch': 'پاسورڈ میچ نہیں ہوتا',
'passwordLengthError': 'پاسورڈ کم از کم 8 حروف کا ہونا ضروری ہے',
'accountCreatedSuccessfully': 'اکاؤنٹ کامیابی سے بنایا گیا',
'profileUpdatedSuccessfully': 'پروفائل کامیابی سے اپ ڈیٹ کی گئی',
'passwordChangedSuccessfully': 'پاسورڈ کامیابی سے تبدیل کیا گیا',
'deleteAccount': 'اکاؤنٹ حذف کریں',
'areYouSure': 'کیا آپ واقعی یقینی ہیں؟',
'accountDeletionWarning':
'یہ کارروائی واپس نہیں کی جا سکتی. آپ کی تمام معلومات حذف کر دی جائیں گی۔',
'yesDeleteAccount': 'جی ہاں، میرا اکاؤنٹ حذف کریں',
'noCancel': 'نہیں، منسوخ کریں',
'accountDeletedSuccessfully': 'اکاؤنٹ کامیابی سے حذف کر دیا گیا',
'location': 'مقام',
'phone': 'فون',
'mobile': 'موبائل',
'device': 'آلہ',
'privacy': 'رازداری',
'policy': 'پالیسی',
'terms': 'شرائط',
'service': 'خدمت',
'contact': 'رابطہ',
'warning': 'انتباہ',
'information': 'معلومات',
'messageSent': 'پیغام بھیجا گیا',
'messageReceived': 'پیغام موصول ہوا',
'messageDelivered': 'پیغام تسلیم کر دیا گیا',
'messageRead': 'پیغام پڑھ لیا گیا',
'notificationReceived': 'اطلاع موصول ہوئی',
'notificationRead': 'اطلاع پڑھ لی گئی',
'notificationUnread': 'غیر پڑھی گئی اطلاع',
'notificationCount': 'اطلاع کی تعداد',
'notificationType': 'اطلاع کی قسم',
'notificationDate': 'اطلاع کی تاریخ',
'notificationTime': 'اطلاع کا وقت',
'notificationPreferences': 'اطلاع کی ترجیحات',
'notificationSound': 'اطلاع کی آواز',
'notificationVibrate': 'اطلاع کا لرزش',
},
};