payment method over

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-02 20:59:31 +05:00
parent e9c73c42e2
commit 0b125d05ee
8 changed files with 82 additions and 40 deletions

View File

@@ -210,5 +210,6 @@
"payButton": "Pay with Payme"
},
"unknownUser": "Username not found",
"file": "File"
"file": "File",
"upload":"Download certificate"
}

View File

@@ -210,5 +210,6 @@
"payButton": "Оплатить через Payme"
},
"unknownUser": "Имя пользователя не найдено",
"file":"Файл"
"file":"Файл",
"upload":"Скачать сертификат"
}

View File

@@ -214,5 +214,6 @@ declare const messages: {
};
unknownUser: 'Foydalanuvchi topilmadi';
file: 'Fayl';
upload: 'Sertifikatni yuklab olish';
};
export default messages;

View File

@@ -210,5 +210,6 @@
"payButton": "Payme orqali to'lash"
},
"unknownUser":"Foydalanuvchi topilmadi",
"file":"Fayl"
"file":"Fayl",
"upload":"Sertifikatni yuklab olish"
}