wag-services-and-backend-la.../ApiLayers/LanguageModels/Response/accounts/accounts.py

27 lines
819 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.

accountResponses = {
"ACCOUNTS_LIST": {
"tr": {
"message": "Hesap Bilgileri gönderilen sorgu ve filtreleme seçeneklerine göre başarılı bir şekilde listelendi.",
},
"en": {
"message": "Account Information listed successfully regarding to the sent query and filtering options.",
},
},
"ACCOUNT_CREATED": {
"tr": {
"message": "Hesap bilgileri başarılı bir şekilde eklendi.",
},
"en": {
"message": "Account information added successfully.",
},
},
"ACCOUNT_UPDATED": {
"tr": {
"message": "Hesap bilgileri başarılı bir şekilde güncellendi.",
},
"en": {
"message": "Account information updated successfully.",
},
},
}