Implementation
static final Map<String, Map<String, String>> translations = {
///English
'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',
},
/// Swedish
'sv': {
'name': 'Namn',
'Surname': 'Efternamn',
'home': 'Hem',
'chats': 'Chattar',
'explore': 'Utforska',
'profile': 'Profil',
'settings': 'Inställningar',
'search': 'Sök',
'notifications': 'Aviseringar',
'logout': 'Logga ut',
'login': 'Logga in',
'register': 'Registrera',
'save': 'Spara',
'cancel': 'Avbryt',
'edit': 'Redigera',
'delete': 'Radera',
'submit': 'Skicka',
'back': 'Tillbaka',
'next': 'Nästa',
'previous': 'Föregående',
'confirm': 'Bekräfta',
'yes': 'Ja',
'no': 'Nej',
'loading': 'Laddar',
'error': 'Fel',
'success': 'Lyckades',
'welcome': 'Välkommen',
'continue': 'Fortsätt',
'createAccount': 'Skapa konto',
'forgotPassword': 'Glömt lösenordet',
'rememberMe': 'Kom ihåg mig',
'privacyPolicy': 'Integritetspolicy',
'termsOfService': 'Användarvillkor',
'contactUs': 'Kontakta oss',
'help': 'Hjälp',
'account': 'Konto',
'language': 'Språk',
'theme': 'Tema',
'darkMode': 'Mörkt läge',
'lightMode': 'Ljust läge',
'notificationSettings': 'Aviseringsinställningar',
'editProfile': 'Redigera profil',
'changePassword': 'Byt lösenord',
'welcomeMessage': 'Välkommen tillbaka!',
'newMessages': 'Nya meddelanden',
'viewAll': 'Visa alla',
'selectImage': 'Välj bild',
'uploadImage': 'Ladda upp bild',
'download': 'Ladda ner',
'noResultsFound': 'Inga resultat hittades',
'confirmPassword': 'Bekräfta lösenord',
'email': 'E-post',
'username': 'Användarnamn',
'password': 'Lösenord',
'oldPassword': 'Gammalt lösenord',
'newPassword': 'Nytt lösenord',
'passwordStrength': 'Lösenordsstyrka',
'currentLocation': 'Nuvarande plats',
'dateOfBirth': 'Födelsedatum',
'gender': 'Kön',
'male': 'Manlig',
'female': 'Kvinnlig',
'other': 'Annat',
'selectGender': 'Välj kön',
'saveChanges': 'Spara ändringar',
'invalidEmail': 'Ogiltig e-postadress',
'invalidUsername': 'Ogiltigt användarnamn',
'passwordMismatch': 'Lösenord matchar inte',
'passwordLengthError': 'Lösenordet måste vara minst 8 tecken långt',
'accountCreatedSuccessfully': 'Konto skapat framgångsrikt',
'profileUpdatedSuccessfully': 'Profilen uppdaterad framgångsrikt',
'passwordChangedSuccessfully': 'Lösenord ändrat framgångsrikt',
'deleteAccount': 'Ta bort konto',
'areYouSure': 'Är du säker?',
'accountDeletionWarning':
'Denna åtgärd kan inte ångras. Alla dina data kommer att raderas.',
'yesDeleteAccount': 'Ja, ta bort mitt konto',
'noCancel': 'Nej, avbryt',
'accountDeletedSuccessfully': 'Konto raderat framgångsrikt',
'location': 'Plats',
'phone': 'Telefon',
'mobile': 'Mobil',
'device': 'Enhet',
'privacy': 'Integritet',
'policy': 'Policy',
'terms': 'Villkor',
'service': 'Tjänst',
'contact': 'Kontakt',
'warning': 'Varning',
'information': 'Information',
'messageSent': 'Meddelande skickat',
'messageReceived': 'Meddelande mottaget',
'messageDelivered': 'Meddelande levererat',
'messageRead': 'Meddelande läst',
'notificationReceived': 'Avisering mottagen',
'notificationRead': 'Avisering läst',
'notificationUnread': 'Oläst avisering',
'notificationCount': 'Antal aviseringar',
'notificationType': 'Aviseringstyp',
'notificationDate': 'Aviseringsdatum',
'notificationTime': 'Aviseringstid',
'notificationPreferences': 'Aviseringsinställningar',
'notificationSound': 'Aviseringssignal',
'notificationVibrate': 'Vibrering av avisering'
},
/// Bangla
'bn': {
'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': 'বিজ্ঞপ্তি ভাইব্রেট'
},
/// tamil
'ta': {
'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': 'அறிவிப்பு அதிரடி'
},
/// turkish
'tr': {
'name': 'Ad',
'Surname': 'Soyad',
'home': 'Anasayfa',
'chats': 'Sohbetler',
'explore': 'Keşfet',
'profile': 'Profil',
'settings': 'Ayarlar',
'search': 'Ara',
'notifications': 'Bildirimler',
'logout': 'Çıkış Yap',
'login': 'Giriş Yap',
'register': 'Kaydol',
'save': 'Kaydet',
'cancel': 'İptal',
'edit': 'Düzenle',
'delete': 'Sil',
'submit': 'Gönder',
'back': 'Geri',
'next': 'İleri',
'previous': 'Önceki',
'confirm': 'Onayla',
'yes': 'Evet',
'no': 'Hayır',
'loading': 'Yükleniyor',
'error': 'Hata',
'success': 'Başarılı',
'welcome': 'Hoş Geldiniz',
'continue': 'Devam',
'createAccount': 'Hesap Oluştur',
'forgotPassword': 'Şifreni mi unuttun?',
'rememberMe': 'Beni Hatırla',
'privacyPolicy': 'Gizlilik Politikası',
'termsOfService': 'Hizmet Şartları',
'contactUs': 'Bizimle İletişime Geçin',
'help': 'Yardım',
'account': 'Hesap',
'language': 'Dil',
'theme': 'Tema',
'darkMode': 'Karanlık Mod',
'lightMode': 'Aydınlık Mod',
'notificationSettings': 'Bildirim Ayarları',
'editProfile': 'Profil Düzenle',
'changePassword': 'Şifre Değiştir',
'welcomeMessage': 'Tekrar Hoş Geldiniz!',
'newMessages': 'Yeni Mesajlar',
'viewAll': 'Tümünü Görüntüle',
'selectImage': 'Resim Seç',
'uploadImage': 'Resim Yükle',
'download': 'İndir',
'noResultsFound': 'Sonuç Bulunamadı',
'confirmPassword': 'Şifreyi Onayla',
'email': 'E-posta',
'username': 'Kullanıcı Adı',
'password': 'Şifre',
'oldPassword': 'Eski Şifre',
'newPassword': 'Yeni Şifre',
'passwordStrength': 'Şifre Gücü',
'currentLocation': 'Mevcut Konum',
'dateOfBirth': 'Doğum Tarihi',
'gender': 'Cinsiyet',
'male': 'Erkek',
'female': 'Kadın',
'other': 'Diğer',
'selectGender': 'Cinsiyet Seç',
'saveChanges': 'Değişiklikleri Kaydet',
'invalidEmail': 'Geçersiz E-posta',
'invalidUsername': 'Geçersiz Kullanıcı Adı',
'passwordMismatch': 'Şifreler Uyuşmuyor',
'passwordLengthError': 'Şifre en az 8 karakter uzunluğunda olmalıdır',
'accountCreatedSuccessfully': 'Hesap başarıyla oluşturuldu',
'profileUpdatedSuccessfully': 'Profil başarıyla güncellendi',
'passwordChangedSuccessfully': 'Şifre başarıyla değiştirildi',
'deleteAccount': 'Hesabı Sil',
'areYouSure': 'Emin misiniz?',
'accountDeletionWarning':
'Bu işlem geri alınamaz. Tüm verileriniz silinecektir.',
'yesDeleteAccount': 'Evet, hesabımı sil',
'noCancel': 'Hayır, iptal',
'accountDeletedSuccessfully': 'Hesap başarıyla silindi',
'location': 'Konum',
'phone': 'Telefon',
'mobile': 'Cep Telefonu',
'device': 'Cihaz',
'privacy': 'Gizlilik',
'policy': 'Politika',
'terms': 'Şartlar',
'service': 'Hizmet',
'contact': 'İletişim',
'warning': 'Uyarı',
'information': 'Bilgi',
'messageSent': 'Mesaj Gönderildi',
'messageReceived': 'Mesaj Alındı',
'messageDelivered': 'Mesaj Teslim Edildi',
'messageRead': 'Mesaj Okundu',
'notificationReceived': 'Bildirim Alındı',
'notificationRead': 'Bildirim Okundu',
'notificationUnread': 'Okunmamış Bildirim',
'notificationCount': 'Bildirim Sayısı',
'notificationType': 'Bildirim Türü',
'notificationDate': 'Bildirim Tarihi',
'notificationTime': 'Bildirim Saati',
'notificationPreferences': 'Bildirim Tercihleri',
'notificationSound': 'Bildirim Sesi',
'notificationVibrate': 'Bildirim Titreşimi'
},
///Spanish
'es': {
'name': 'Nombre',
'Surname': 'Apellido',
'home': 'Inicio',
'chats': 'Chats',
'explore': 'Explorar',
'profile': 'Perfil',
'settings': 'Configuración',
'search': 'Buscar',
'notifications': 'Notificaciones',
'logout': 'Cerrar sesión',
'login': 'Iniciar sesión',
'register': 'Registrarse',
'save': 'Guardar',
'cancel': 'Cancelar',
'edit': 'Editar',
'delete': 'Eliminar',
'submit': 'Enviar',
'back': 'Volver',
'next': 'Siguiente',
'previous': 'Anterior',
'confirm': 'Confirmar',
'yes': 'Sí',
'no': 'No',
'loading': 'Cargando',
'error': 'Error',
'success': 'Éxito',
'welcome': 'Bienvenido',
'continue': 'Continuar',
'createAccount': 'Crear cuenta',
'forgotPassword': '¿Olvidaste tu contraseña?',
'rememberMe': 'Recuérdame',
'privacyPolicy': 'Política de privacidad',
'termsOfService': 'Términos de servicio',
'contactUs': 'Contáctanos',
'help': 'Ayuda',
'account': 'Cuenta',
'language': 'Idioma',
'theme': 'Tema',
'darkMode': 'Modo oscuro',
'lightMode': 'Modo claro',
'notificationSettings': 'Configuración de notificaciones',
'editProfile': 'Editar perfil',
'changePassword': 'Cambiar contraseña',
'welcomeMessage': '¡Bienvenido de nuevo!',
'newMessages': 'Nuevos mensajes',
'viewAll': 'Ver todo',
'selectImage': 'Seleccionar imagen',
'uploadImage': 'Subir imagen',
'download': 'Descargar',
'noResultsFound': 'No se encontraron resultados',
'confirmPassword': 'Confirmar contraseña',
'email': 'Correo electrónico',
'username': 'Nombre de usuario',
'password': 'Contraseña',
'oldPassword': 'Contraseña anterior',
'newPassword': 'Nueva contraseña',
'passwordStrength': 'Fortaleza de la contraseña',
'currentLocation': 'Ubicación actual',
'dateOfBirth': 'Fecha de nacimiento',
'gender': 'Género',
'male': 'Masculino',
'female': 'Femenino',
'other': 'Otro',
'selectGender': 'Seleccionar género',
'saveChanges': 'Guardar cambios',
'invalidEmail': 'Correo electrónico no válido',
'invalidUsername': 'Nombre de usuario no válido',
'passwordMismatch': 'Las contraseñas no coinciden',
'passwordLengthError': 'La contraseña debe tener al menos 8 caracteres',
'accountCreatedSuccessfully': 'Cuenta creada exitosamente',
'profileUpdatedSuccessfully': 'Perfil actualizado exitosamente',
'passwordChangedSuccessfully': 'Contraseña cambiada exitosamente',
'deleteAccount': 'Eliminar cuenta',
'areYouSure': '¿Estás seguro?',
'accountDeletionWarning':
'Esta acción no se puede deshacer. Todos tus datos serán eliminados.',
'yesDeleteAccount': 'Sí, eliminar mi cuenta',
'noCancel': 'No, cancelar',
'accountDeletedSuccessfully': 'Cuenta eliminada exitosamente',
'location': 'Ubicación',
'phone': 'Teléfono',
'mobile': 'Móvil',
'device': 'Dispositivo',
'privacy': 'Privacidad',
'policy': 'Política',
'terms': 'Términos',
'service': 'Servicio',
'contact': 'Contacto',
'warning': 'Advertencia',
'information': 'Información',
'messageSent': 'Mensaje enviado',
'messageReceived': 'Mensaje recibido',
'messageDelivered': 'Mensaje entregado',
'messageRead': 'Mensaje leído',
'notificationReceived': 'Notificación recibida',
'notificationRead': 'Notificación leída',
'notificationUnread': 'Notificación no leída',
'notificationCount': 'Número de notificaciones',
'notificationType': 'Tipo de notificación',
'notificationDate': 'Fecha de notificación',
'notificationTime': 'Hora de notificación',
'notificationPreferences': 'Preferencias de notificación',
'notificationSound': 'Sonido de notificación',
'notificationVibrate': 'Vibración de notificación'
},
///Hindi
'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': 'सूचना वाइब्रेट',
},
/// arabic
'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': 'اهتزاز الإشعار',
},
/// Russian
'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': 'Вибрация уведомления',
},
/// Chinese
'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': '通知振动',
},
///German
'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',
},
///French
'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',
},
///Japanese
'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': 'アカウントが正常に削除されました',
},
///finnish
'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ä',
},
///Language ISO Code Italian
'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',
},
/// Urdu
'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': 'اطلاع کا لرزش',
},
/// Kurdish
'ku': {
'name': 'Nav',
'Surname': 'Paşnav',
'home': 'Mal',
'chats': 'Komaqan',
'explore': 'Vegere',
'profile': 'Profil',
'settings': 'Mîhengên',
'search': 'Lêgerîn',
'notifications': 'Agahdariyên',
'logout': 'Derkevin',
'login': 'Têkevin',
'register': 'Tomar kirin',
'save': 'Tomar bike',
'cancel': 'Betal bike',
'edit': 'Guhertin',
'delete': 'Jê bibe',
'submit': 'Pêşkêş bike',
'back': 'Paşve',
'next': 'Pêşveçûn',
'previous': 'Pêşveçûna berê',
'confirm': 'Peyman bike',
'yes': 'Belê',
'no': 'Na',
'loading': 'Daxîn',
'error': 'Hewl nehat',
'success': 'Serkeftî',
'welcome': 'Bi xêr hatî',
'continue': 'Dema pêşketinê',
'createAccount': 'Hesabê biafirînin',
'forgotPassword': 'Şîfreya xwe li bîr neanî?',
'rememberMe': 'Min bi xwe ve bimîne',
'privacyPolicy': 'Siyaseta rehma',
'termsOfService': 'Shert û mercên xizmetê',
'contactUs': 'Bi me re têkevin',
'help': 'Alîkarî',
'account': 'Hesab',
'language': 'Ziman',
'theme': 'Temayî',
'darkMode': 'Moda tarî',
'lightMode': 'Moda ronî',
'notificationSettings': 'Mîhengên agahdariyê',
'editProfile': 'Guhertina profîlê',
'changePassword': 'Şîfreya xwe biguherîne',
'welcomeMessage': 'Bi xêr hatî!',
'newMessages': 'Peyamên nû',
'viewAll': 'Hemûyên bibîne',
'selectImage': 'Wêneyê hilbijêre',
'uploadImage': 'Wêneyê îndex bike',
'download': 'Bixwîne',
'noResultsFound': 'Natişan nehatîne dîtin',
'confirmPassword': 'Şîfreya xwe piştrast bike',
'email': 'E-nîşan',
'username': 'Navê bikarhêner',
'password': 'Şîfre',
'oldPassword': 'Şîfreya kevn',
'newPassword': 'Şîfreya nû',
'passwordStrength': 'Hêzê şîfreyê',
'currentLocation': 'Cîhekî torê',
'dateOfBirth': 'Rojnameya ji dayik bûnê',
'gender': 'Cins',
'male': 'Paş',
'female': 'Jin',
'other': 'Yên din',
'selectGender': 'Cinsiyetê hilbijêre',
'saveChanges': 'Guhertinên xwe biparêze',
'invalidEmail': 'E-nîşana ne baş',
'invalidUsername': 'Navê bikarhênerê ne baş',
'passwordMismatch': 'Şîfren nayê parvekirin',
'passwordLengthError': 'Şîfre divê kamkî bibe 8 karakter',
'accountCreatedSuccessfully': 'Hesab bi serkeftî hat damezirandin',
'profileUpdatedSuccessfully': 'Profil bi serkeftî nûvekirin',
'passwordChangedSuccessfully': 'Şîfre bi serkeftî guherîn',
'deleteAccount': 'Hesabê jê bikin',
'areYouSure': 'Ma hûn bawer in?',
'accountDeletionWarning':
'Ev kar nikare were paşvebirin. Hemû daneyên we têne jêbirin.',
'yesDeleteAccount': 'Belê, hesabê min jê bike',
'noCancel': 'Na, betal bike',
'accountDeletedSuccessfully': 'Hesab bi serkeftî jê hat girtin',
'location': 'Cîh',
'phone': 'Telefon',
'mobile': 'Mobîl',
'device': 'Cihaz',
'privacy': 'Rehmî',
'policy': 'Siyalet',
'terms': 'Shert û merc',
'service': 'Xizmet',
'contact': 'Têkevin',
'warning': 'Hêvîdarî',
'information': 'Agahî',
'messageSent': 'Peyam hat şandin',
'messageReceived': 'Peyam hat wergirtin',
'messageDelivered': 'Peyam hat çêkirin',
'messageRead': 'Peyam hat xwendin',
'notificationReceived': 'Agahdari hat wergirtin',
'notificationRead': 'Agahdari hat xwendin',
'notificationUnread': 'Agahdariyek tune',
'notificationCount': 'Tevayê agahdariyan',
'notificationType': 'Ji çîngeyê agahdariyan',
'notificationDate': 'Rojê agahdariyan',
'notificationTime': 'Demjimêrê agahdariyan',
'notificationPreferences': 'Tevayê agahdariyan',
'notificationSound': 'Dengê agahdariyan',
'notificationVibrate': 'Agahdariya Tevger'
}
};