Skip to content

Commit

Permalink
Merge pull request #348 from mayank-webkul/v2.2.2
Browse files Browse the repository at this point in the history
Missing Translation added
vivek-webkul authored Oct 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents d0b3285 + d04b03a commit 1b9780b
Showing 19 changed files with 97 additions and 78 deletions.
11 changes: 6 additions & 5 deletions src/Resources/lang/ar/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'تم جلب تفاصيل العميل بنجاح.',
'delete-success' => 'تم حذف الحساب بنجاح.',
'customer-details' => 'نجاح: تم جلب تفاصيل العميل بنجاح.',
'delete-success' => 'نجاح: تم حذف الحساب بنجاح.',
'password-unmatch' => 'كلمة المرور غير متطابقة.',
'update-fail' => 'تحذير: لم يتم تحديث الملف الشخصي',
'update-success' => 'تم تحديث الملف الشخصي بنجاح.',
'wrong-password' => 'كلمة المرور خاطئة.',
'update-fail' => 'تحذير: لم يتم تحديث الملف الشخصي.',
'update-success' => 'نجاح: تم تحديث الملف الشخصي بنجاح.',
'wrong-password' => 'تحذير: تم تقديم كلمة مرور خاطئة.',
'order-pending' => 'لا يمكنك حذف الحساب لأن لديك بعض الطلبات المعلقة.',
],

'addresses' => [
13 changes: 7 additions & 6 deletions src/Resources/lang/bn/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'সাফল্যের সাথে কাস্টমারের বিবরণ পেয়েছেন।',
'delete-success' => 'সাফল্যের সাথে অ্যাকাউন্ট মুছে ফেলা হয়েছে।',
'password-unmatch' => 'পাসওয়ার্ড মিলছে না।',
'update-fail' => 'সতর্কবার্তা: প্রোফাইল আপডেট হয়নি',
'update-success' => 'সাফল্যের সাথে প্রোফাইল আপডেট হয়েছে।',
'wrong-password' => 'পাসওয়ার্ড ভুল।',
'customer-details' => 'সাফল্য: গ্রাহকের বিবরণ সফলভাবে আনা হয়েছে।',
'delete-success' => 'সাফল্য: অ্যাকাউন্ট সফলভাবে মুছে ফেলা হয়েছে।',
'password-unmatch' => 'পাসওয়ার্ড মেলেনি।',
'update-fail' => 'সতর্কবার্তা: প্রোফাইল আপডেট করা যায়নি।',
'update-success' => 'সাফল্য: প্রোফাইল সফলভাবে আপডেট করা হয়েছে।',
'wrong-password' => 'সতর্কবার্তা: ভুল পাসওয়ার্ড প্রদান করা হয়েছে।',
'order-pending' => 'আপনি অ্যাকাউন্ট মুছতে পারবেন না কারণ আপনার কিছু মুলতুবি অর্ডার রয়েছে।',
],

'addresses' => [
7 changes: 4 additions & 3 deletions src/Resources/lang/de/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'Erfolg: Kundendetails erfolgreich abgerufen.',
'customer-details' => 'Erfolg: Kundendaten erfolgreich abgerufen.',
'delete-success' => 'Erfolg: Konto erfolgreich gelöscht.',
'password-unmatch' => 'Passwort stimmt nicht überein.',
'update-fail' => 'Warnung: Profil nicht aktualisiert.',
'update-fail' => 'Warnung: Profil wurde nicht aktualisiert.',
'update-success' => 'Erfolg: Profil erfolgreich aktualisiert.',
'wrong-password' => 'Falsches Passwort.',
'wrong-password' => 'Warnung: Falsches Passwort angegeben.',
'order-pending' => 'Sie können das Konto nicht löschen, da Sie einige ausstehende Bestellungen haben.',
],

'addresses' => [
3 changes: 2 additions & 1 deletion src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
@@ -54,7 +54,8 @@
'password-unmatch' => 'Password does not match.',
'update-fail' => 'Warning: Profile not updated',
'update-success' => 'Success: Profile updated successfully.',
'wrong-password' => 'Password is wrong.',
'wrong-password' => 'Warning: Wrong password provided.',
'order-pending' => 'You cannot delete the account because you have some pending orders.',
],

'addresses' => [
11 changes: 6 additions & 5 deletions src/Resources/lang/es/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'Éxito: Detalles del cliente obtenidos correctamente.',
'delete-success' => 'Éxito: Cuenta eliminada correctamente.',
'customer-details' => 'Éxito: Detalles del cliente obtenidos con éxito.',
'delete-success' => 'Éxito: Cuenta eliminada con éxito.',
'password-unmatch' => 'La contraseña no coincide.',
'update-fail' => 'Advertencia: No se pudo actualizar el perfil',
'update-success' => 'Éxito: Perfil actualizado correctamente.',
'wrong-password' => 'La contraseña es incorrecta.',
'update-fail' => 'Advertencia: Perfil no actualizado.',
'update-success' => 'Éxito: Perfil actualizado con éxito.',
'wrong-password' => 'Advertencia: Contraseña incorrecta proporcionada.',
'order-pending' => 'No puede eliminar la cuenta porque tiene algunos pedidos pendientes.',
],

'addresses' => [
7 changes: 4 additions & 3 deletions src/Resources/lang/fa/app.php
Original file line number Diff line number Diff line change
@@ -52,9 +52,10 @@
'customer-details' => 'موفقیت: جزئیات مشتری با موفقیت دریافت شد.',
'delete-success' => 'موفقیت: حساب با موفقیت حذف شد.',
'password-unmatch' => 'رمز عبور مطابقت ندارد.',
'update-fail' => 'هشدار: پروفایل به روز نشد',
'update-success' => 'موفقیت: پروفایل با موفقیت به روز شد.',
'wrong-password' => 'رمز عبور اشتباه است.',
'update-fail' => 'هشدار: پروفایل به‌روزرسانی نشد.',
'update-success' => 'موفقیت: پروفایل با موفقیت به‌روزرسانی شد.',
'wrong-password' => 'هشدار: رمز عبور اشتباه وارد شده است.',
'order-pending' => 'نمی‌توانید حساب را حذف کنید زیرا چند سفارش معلق دارید.',
],

'addresses' => [
11 changes: 6 additions & 5 deletions src/Resources/lang/fr/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'Succès: Détails du client récupérés avec succès.',
'delete-success' => 'Succès: Compte supprimé avec succès.',
'customer-details' => 'Succès : Les détails du client ont été récupérés avec succès.',
'delete-success' => 'Succès : Compte supprimé avec succès.',
'password-unmatch' => 'Le mot de passe ne correspond pas.',
'update-fail' => 'Avertissement: Profil non mis à jour',
'update-success' => 'Succès: Profil mis à jour avec succès.',
'wrong-password' => 'Le mot de passe est incorrect.',
'update-fail' => 'Avertissement : Profil non mis à jour.',
'update-success' => 'Succès : Profil mis à jour avec succès.',
'wrong-password' => 'Avertissement : Mauvais mot de passe fourni.',
'order-pending' => 'Vous ne pouvez pas supprimer le compte car vous avez des commandes en attente.',
],

'addresses' => [
7 changes: 4 additions & 3 deletions src/Resources/lang/he/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'הצלחה: פרטי הלקוח נטענו בהצלחה.',
'customer-details' => 'הצלחה: פרטי הלקוח נמשכו בהצלחה.',
'delete-success' => 'הצלחה: החשבון נמחק בהצלחה.',
'password-unmatch' => 'הסיסמה אינה תואמת.',
'update-fail' => 'אזהרה: פרופיל לא עודכן',
'update-fail' => 'אזהרה: הפרופיל לא עודכן.',
'update-success' => 'הצלחה: הפרופיל עודכן בהצלחה.',
'wrong-password' => 'הסיסמה שגויה.',
'wrong-password' => 'אזהרה: ניתנה סיסמה שגויה.',
'order-pending' => 'לא ניתן למחוק את החשבון מכיוון שיש לך הזמנות ממתינות.',
],

'addresses' => [
11 changes: 6 additions & 5 deletions src/Resources/lang/hi_IN/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'सफलतापूर्वक ग्राहक विवरण प्राप्त किए गए।',
'delete-success' => 'सफलतापूर्वक खाता हटा दिया गया।',
'customer-details' => 'सफलता: ग्राहक विवरण सफलतापूर्वक प्राप्त किए गए।',
'delete-success' => 'सफलता: खाता सफलतापूर्वक हटा दिया गया।',
'password-unmatch' => 'पासवर्ड मेल नहीं खाता।',
'update-fail' => 'चेतावनी: प्रोफ़ाइल अपडेट नहीं हुई',
'update-success' => 'सफलतापूर्वक प्रोफ़ाइल अपडेट की गई।',
'wrong-password' => 'पासवर्ड गलत है।',
'update-fail' => 'चेतावनी: प्रोफ़ाइल अपडेट नहीं हुआ।',
'update-success' => 'सफलता: प्रोफ़ाइल सफलतापूर्वक अपडेट हो गया।',
'wrong-password' => 'चेतावनी: गलत पासवर्ड दिया गया है।',
'order-pending' => 'आप खाता नहीं हटा सकते क्योंकि आपके पास कुछ लंबित ऑर्डर हैं।',
],

'addresses' => [
7 changes: 4 additions & 3 deletions src/Resources/lang/it/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'Successo: Dettagli cliente recuperati con successo.',
'customer-details' => 'Successo: Dettagli del cliente recuperati con successo.',
'delete-success' => 'Successo: Account eliminato con successo.',
'password-unmatch' => 'La password non corrisponde.',
'update-fail' => 'Attenzione: Profilo non aggiornato',
'update-fail' => 'Avviso: Profilo non aggiornato.',
'update-success' => 'Successo: Profilo aggiornato con successo.',
'wrong-password' => 'La password è errata.',
'wrong-password' => 'Avviso: Password errata fornita.',
'order-pending' => 'Non puoi eliminare l\'account perché hai alcuni ordini in sospeso.',
],

'addresses' => [
9 changes: 5 additions & 4 deletions src/Resources/lang/ja/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => '成功: 顧客情報が正常に取得されました',
'customer-details' => '成功: 顧客の詳細が正常に取得されました',
'delete-success' => '成功: アカウントが正常に削除されました。',
'password-unmatch' => 'パスワードが一致しません。',
'update-fail' => '注意: プロフィールが更新されませんでした。',
'update-success' => '成功: プロフィールが正常に更新されました。',
'wrong-password' => 'パスワードが間違っています。',
'update-fail' => '警告: プロファイルが更新されませんでした。',
'update-success' => '成功: プロファイルが正常に更新されました。',
'wrong-password' => '警告: 間違ったパスワードが入力されました。',
'order-pending' => '保留中の注文があるため、アカウントを削除できません。',
],

'addresses' => [
7 changes: 4 additions & 3 deletions src/Resources/lang/nl/app.php
Original file line number Diff line number Diff line change
@@ -51,10 +51,11 @@
'profile' => [
'customer-details' => 'Succes: Klantgegevens succesvol opgehaald.',
'delete-success' => 'Succes: Account succesvol verwijderd.',
'password-unmatch' => 'Het wachtwoord komt niet overeen.',
'update-fail' => 'Let op: Profiel niet bijgewerkt.',
'password-unmatch' => 'Wachtwoord komt niet overeen.',
'update-fail' => 'Waarschuwing: Profiel is niet bijgewerkt.',
'update-success' => 'Succes: Profiel succesvol bijgewerkt.',
'wrong-password' => 'Het wachtwoord is onjuist.',
'wrong-password' => 'Waarschuwing: Onjuist wachtwoord opgegeven.',
'order-pending' => 'U kunt het account niet verwijderen omdat u nog enkele openstaande bestellingen heeft.',
],

'addresses' => [
7 changes: 4 additions & 3 deletions src/Resources/lang/pl/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'Sukces: Pomyślnie pobrano dane klienta.',
'customer-details' => 'Sukces: Szczegóły klienta zostały pomyślnie pobrane.',
'delete-success' => 'Sukces: Konto zostało pomyślnie usunięte.',
'password-unmatch' => 'Hasło nie pasuje.',
'update-fail' => 'Ostrzeżenie: Nie udało się zaktualizować profilu.',
'update-fail' => 'Ostrzeżenie: Profil nie został zaktualizowany.',
'update-success' => 'Sukces: Profil został pomyślnie zaktualizowany.',
'wrong-password' => 'Hasło jest nieprawidłowe.',
'wrong-password' => 'Ostrzeżenie: Podano błędne hasło.',
'order-pending' => 'Nie można usunąć konta, ponieważ masz niektóre zamówienia w toku.',
],

'addresses' => [
5 changes: 3 additions & 2 deletions src/Resources/lang/pt_BR/app.php
Original file line number Diff line number Diff line change
@@ -52,9 +52,10 @@
'customer-details' => 'Sucesso: Detalhes do cliente obtidos com sucesso.',
'delete-success' => 'Sucesso: Conta excluída com sucesso.',
'password-unmatch' => 'A senha não corresponde.',
'update-fail' => 'Aviso: Perfil não atualizado',
'update-fail' => 'Aviso: Perfil não atualizado.',
'update-success' => 'Sucesso: Perfil atualizado com sucesso.',
'wrong-password' => 'A senha está incorreta.',
'wrong-password' => 'Aviso: Senha incorreta fornecida.',
'order-pending' => 'Você não pode excluir a conta porque tem alguns pedidos pendentes.',
],

'addresses' => [
11 changes: 6 additions & 5 deletions src/Resources/lang/ru/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'Успешно: Данные пользователя успешно получены.',
'delete-success' => 'Успешно: Учетная запись успешно удалена.',
'customer-details' => 'Успех: Детали клиента успешно получены.',
'delete-success' => 'Успех: Аккаунт успешно удален.',
'password-unmatch' => 'Пароль не совпадает.',
'update-fail' => 'Предупреждение: Профиль не обновлен',
'update-success' => 'Успешно: Профиль успешно обновлен.',
'wrong-password' => 'Неправильный пароль.',
'update-fail' => 'Предупреждение: Профиль не обновлен.',
'update-success' => 'Успех: Профиль успешно обновлен.',
'wrong-password' => 'Предупреждение: Указан неверный пароль.',
'order-pending' => 'Вы не можете удалить аккаунт, так как у вас есть незавершенные заказы.',
],

'addresses' => [
13 changes: 7 additions & 6 deletions src/Resources/lang/sin/app.php
Original file line number Diff line number Diff line change
@@ -49,12 +49,13 @@

'account' => [
'profile' => [
'customer-details' => 'සාර්ථකයි: ප්‍රධාන පැතිකඩ සාර්ථකව ලබා ගත හැකිය.',
'delete-success' => 'සාර්ථකයි: ගිණුම සාර්ථකව මකා දමා ඇත.',
'password-unmatch' => 'මුරපදය ගැලපෙන්නේ නැත.',
'update-fail' => 'සඳහා අවසර නොමැත: පැතිකඩ යාවත්කාලීන කිරීමට නොහැකියි',
'update-success' => 'සාර්ථකයි: පැතිකඩ සාර්ථකව යාවත්කාලීන විය.',
'wrong-password' => 'මුරපදය වැරදියි.',
'customer-details' => 'සාර්ථකත්වය: පාරිභෝගික විස්තර සාර්ථකව ලබාගන්නා ලදී.',
'delete-success' => 'සාර්ථකත්වය: ගිණුම සාර්ථකව මකා දැමීම.',
'password-unmatch' => 'මුරපදය නොගැලපේ.',
'update-fail' => 'අවවාදයයි: පැතිකඩ යාවත්කාලීන කර නොමැත.',
'update-success' => 'සාර්ථකත්වය: පැතිකඩ සාර්ථකව යාවත්කාලීන කරන ලදී.',
'wrong-password' => 'අවවාදයයි: වැරදි මුරපදයක් සපයා ඇත.',
'order-pending' => 'ඔබට ගිණුම මකා දැමිය නොහැකියි මක්නිසාද ඔබට මඳබැඳි ඇණවුම් ඇත.',
],

'addresses' => [
Loading

0 comments on commit 1b9780b

Please sign in to comment.