diff --git a/src/locales/ar.json b/src/locales/ar.json index 6709dda..d2d1080 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -26,7 +26,12 @@ "remark": "ملاحظة:", "memo": "مذكرة", "noRecords": "لا توجد سجلات أصول", - "loadingMore": "جاري التحميل..." + "loadingMore": "جاري التحميل...", + "empty": "لا توجد سجلات أصول", + "accountType": { + "funding": "حساب التمويل", + "trading": "حساب التداول" + } }, "bill": { "title": "الفواتير", diff --git a/src/locales/en-US.json b/src/locales/en-US.json index b3a8d81..6ea6354 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -26,7 +26,12 @@ "remark": "Remark:", "memo": "Memo", "noRecords": "No asset records", - "loadingMore": "Loading more..." + "loadingMore": "Loading more...", + "empty": "No asset records", + "accountType": { + "funding": "Funding Account", + "trading": "Trading Account" + } }, "bill": { "title": "Bills", diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index 1a637e8..301f680 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -26,7 +26,12 @@ "remark": "备注:", "memo": "备注", "noRecords": "暂无资产记录", - "loadingMore": "加载更多中..." + "loadingMore": "加载更多中...", + "empty": "暂无资产记录", + "accountType": { + "funding": "资金账户", + "trading": "交易账户" + } }, "bill": { "title": "账单", diff --git a/src/locales/zh-HK.json b/src/locales/zh-HK.json index 1775ff8..5359675 100644 --- a/src/locales/zh-HK.json +++ b/src/locales/zh-HK.json @@ -26,7 +26,12 @@ "remark": "備註:", "memo": "備註", "noRecords": "暫無資產記錄", - "loadingMore": "加載更多中..." + "loadingMore": "加載更多中...", + "empty": "暫無資產記錄", + "accountType": { + "funding": "資金賬戶", + "trading": "交易賬戶" + } }, "bill": { "title": "賬單", diff --git a/src/views/wallet/asset-record.vue b/src/views/wallet/asset-record.vue index 7618ce4..d32177b 100644 --- a/src/views/wallet/asset-record.vue +++ b/src/views/wallet/asset-record.vue @@ -86,7 +86,7 @@ onBeforeMount(() => {