language models and set defaults are updated
This commit is contained in:
3
ApiLayers/LanguageModels/Response/all_responses.py
Normal file
3
ApiLayers/LanguageModels/Response/all_responses.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .authentication.auth import authResponses
|
||||
|
||||
all_response_list = [authResponses]
|
||||
18
ApiLayers/LanguageModels/Response/authentication/auth.py
Normal file
18
ApiLayers/LanguageModels/Response/authentication/auth.py
Normal file
@@ -0,0 +1,18 @@
|
||||
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.",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user