wag-managment-api-service-v.../ApiLayers/LanguageModels/Response/authentication/auth.py

19 lines
519 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

authResponses = {
"LOGIN_SELECT": {
"tr": {
"message": "Şirket/Görev başarılı bir şekilde seçildi.",
},
"en": {
"message": "Company/Duty selected successfully.",
},
},
"LOGIN_SUCCESS": {
"tr": {
"message": "Giriş başırı ile tamamlandı. Devam etmek için bir şirket/görev seçiniz.",
},
"en": {
"message": "Login successful. Please select an company/duty to continue.",
},
},
}