feat: 添加文件上传组件,更新表单字段,优化描述输入逻辑

This commit is contained in:
2025-12-21 19:22:17 +07:00
parent e29f687520
commit b065dca018
8 changed files with 367 additions and 28 deletions

View File

@@ -146,8 +146,7 @@
"productValue": "تقييم المنتج",
"enterProductValue": "الرجاء إدخال تقييم المنتج (بالدولار الأمريكي)",
"assetProof": "إثبات الأصول",
"enterAssetProof": "الرجاء إدخال إثبات الأصول",
"totalSupplyLimit": "الحد الأقصى لإجمالي الإصدار",
"enterAssetProof": "الرجاء إدخال إثبات الأصول", "uploadAssetProof": "تحميل مستندات إثبات الأصول", "totalSupplyLimit": "الحد الأقصى لإجمالي الإصدار",
"enterTotalSupplyLimit": "الرجاء إدخال الحد الأقصى لإجمالي الإصدار",
"editionName": "اسم فترة الإصدار",
"enterEditionName": "الرجاء إدخال اسم فترة الإصدار",
@@ -163,6 +162,8 @@
"enterUnitPrice": "الرجاء إدخال سعر الوحدة",
"dividendRate": "معدل الأرباح",
"enterDividendRate": "معدل الأرباح (مثل 0.01 يمثل 1٪)",
"description": "وصف المنتج",
"enterDescription": "الرجاء إدخال وصف المنتج",
"issuePeriodIndex": "فترة الإصدار {index}",
"realEstate": "العقارات",
"snickers": "الحلوى",
@@ -274,10 +275,12 @@
"chat": "الدردشة",
"user": "حسابي"
},
"common": {
"failedSendCode": "فشل إرسال رمز التحقق",
"uploadFile": "تحميل ملف",
"files": "ملفات"
},
"auth": {
"common": {
"failedSendCode": "فشل إرسال رمز التحقق."
},
"login": {
"title": "تسجيل الدخول",
"loginButton": "تسجيل الدخول",

View File

@@ -147,6 +147,7 @@
"enterProductValue": "Please enter product valuation (USD)",
"assetProof": "Asset Proof",
"enterAssetProof": "Please enter asset proof",
"uploadAssetProof": "Upload Asset Proof Documents",
"totalSupplyLimit": "Total Supply Limit",
"enterTotalSupplyLimit": "Please enter total supply limit",
"editionName": "Edition Name",
@@ -163,6 +164,8 @@
"enterUnitPrice": "Please enter unit price",
"dividendRate": "Dividend Rate",
"enterDividendRate": "Dividend rate (e.g., 0.01 for 1%)",
"description": "Product Description",
"enterDescription": "Please enter product description",
"issuePeriodIndex": "Issue Period {index}",
"realEstate": "Real Estate",
"snickers": "Snickers",
@@ -274,10 +277,12 @@
"chat": "Chat",
"user": "Profile"
},
"common": {
"failedSendCode": "Failed to send verification code",
"uploadFile": "Upload File",
"files": "files"
},
"auth": {
"common": {
"failedSendCode": "Failed to send verification code"
},
"login": {
"title": "Log in",
"loginButton": "Log in",

View File

@@ -147,6 +147,7 @@
"enterProductValue": "请输入产品估值(美元)",
"assetProof": "资产证明",
"enterAssetProof": "请输入资产证明",
"uploadAssetProof": "上传资产证明文件",
"totalSupplyLimit": "总发行量上限",
"enterTotalSupplyLimit": "请输入总发行量上限",
"editionName": "发行期名称",
@@ -163,6 +164,8 @@
"enterUnitPrice": "请输入单价",
"dividendRate": "分红率",
"enterDividendRate": "分红率(如0.01代表1%)",
"description": "产品描述",
"enterDescription": "请输入产品描述",
"issuePeriodIndex": "发行期 {index}",
"realEstate": "房地产",
"snickers": "糖果",
@@ -274,10 +277,12 @@
"chat": "聊天",
"user": "我的"
},
"common": {
"failedSendCode": "发送验证码失败",
"uploadFile": "上传文件",
"files": "个文件"
},
"auth": {
"common": {
"failedSendCode": "发送验证码失败"
},
"login": {
"title": "登录",
"loginButton": "登录",

View File

@@ -147,6 +147,7 @@
"enterProductValue": "請輸入產品估值(美元)",
"assetProof": "資產證明",
"enterAssetProof": "請輸入資產證明",
"uploadAssetProof": "上傳資產證明文件",
"totalSupplyLimit": "總發行量上限",
"enterTotalSupplyLimit": "請輸入總發行量上限",
"editionName": "發行期名稱",
@@ -163,6 +164,8 @@
"enterUnitPrice": "請輸入單價",
"dividendRate": "分紅率",
"enterDividendRate": "分紅率(如0.01代表1%)",
"description": "產品描述",
"enterDescription": "請輸入產品描述",
"issuePeriodIndex": "發行期 {index}",
"realEstate": "房地產",
"snickers": "糖果",
@@ -274,10 +277,12 @@
"chat": "聊天",
"user": "我的"
},
"common": {
"failedSendCode": "發送驗證碼失敗",
"uploadFile": "上傳文件",
"files": "個文件"
},
"auth": {
"common": {
"failedSendCode": "發送驗證碼失敗"
},
"login": {
"title": "登錄",
"loginButton": "登錄",