27 lines
819 B
Python
27 lines
819 B
Python
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.",
|
||
},
|
||
},
|
||
}
|