From 72051e590ced04cfd0a46eb7eba713062548c532 Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Mon, 28 Apr 2025 18:30:15 +0800 Subject: [PATCH] style: 翻译 --- src/locales/en.json | 6 +++++- src/locales/st.json | 6 +++++- src/locales/kor.json | 8 +++++++- src/locales/hi.json | 8 +++++++- src/locales/fra.json | 8 +++++++- src/locales/th.json | 8 +++++++- 6 files changed, 38 insertions(+), 6 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 90eae4c..3d44e50 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -612,5 +612,9 @@ "转入金额": "Transfer In Amount", "确认兑换": "Confirm Exchange", "确认撤销": "Confirm Cancel", - "确定要撤销此挂单吗?": "Are you sure you want to cancel this pending order?" + "确定要撤销此挂单吗?": "Are you sure you want to cancel this pending order?", + "排序": "Sort", + "升序": "Ascending", + "降序": "Descending", + "正常": "Normal" } \ No newline at end of file diff --git a/src/locales/fra.json b/src/locales/fra.json index 32972be..42baae1 100644 --- a/src/locales/fra.json +++ b/src/locales/fra.json @@ -590,5 +590,11 @@ "请输入转出金额": "Veuillez saisir le montant du transfert sortant", "可用余额": "Solde disponible", "转入金额": "Montant du transfert entrant", - "确认兑换": "Confirmer l'échange" + "确认兑换": "Confirmer l'échange", + "确认撤销": "Confirmer l'annulation", + "确定要撤销此挂单吗?": "Êtes-vous sûr de vouloir annuler cet ordre en attente ?", + "排序": "Trier", + "升序": "Ascendant", + "降序": "Descendant", + "正常": "Normal" } \ No newline at end of file diff --git a/src/locales/hi.json b/src/locales/hi.json index 1bec8c3..d11b39e 100644 --- a/src/locales/hi.json +++ b/src/locales/hi.json @@ -609,5 +609,11 @@ "请输入转出金额": "कृपया ट्रांसफर आउट राशि दर्ज करें", "可用余额": "उपलब्ध शेष", "转入金额": "ट्रांसफर इन राशि", - "确认兑换": "विनिमय की पुष्टि करें" + "确认兑换": "विनिमय की पुष्टि करें", + "确认撤销": "रद्द करने की पुष्टि करें", + "确定要撤销此挂单吗?": "क्या आप वाकई इस लंबित आदेश को रद्द करना चाहते हैं?", + "排序": "क्रमबद्ध करें", + "升序": "आरोही", + "降序": "अवरोही", + "正常": "सामान्य" } \ No newline at end of file diff --git a/src/locales/kor.json b/src/locales/kor.json index c2ef5e8..bf256eb 100644 --- a/src/locales/kor.json +++ b/src/locales/kor.json @@ -591,5 +591,11 @@ "请输入转出金额": "송금 금액을 입력하세요", "可用余额": "사용 가능한 잔액", "转入金额": "입금 금액", - "确认兑换": "환전 확인" + "确认兑换": "환전 확인", + "确认撤销": "취소 확인", + "确定要撤销此挂单吗?": "이 미결제 주문을 취소하시겠습니까?", + "排序": "정렬", + "升序": "오름차순", + "降序": "내림차순", + "正常": "일반" } \ No newline at end of file diff --git a/src/locales/st.json b/src/locales/st.json index 1dc27c9..11c7c0e 100644 --- a/src/locales/st.json +++ b/src/locales/st.json @@ -601,5 +601,9 @@ "转入金额": "مبلغ التحويل الداخل", "确认兑换": "تأكيد الصرف", "确认撤销": "تأكيد الإلغاء", - "确定要撤销此挂单吗?": "هل أنت متأكد أنك تريد إلغاء هذا الطلب المعلق؟" + "确定要撤销此挂单吗?": "هل أنت متأكد أنك تريد إلغاء هذا الطلب المعلق؟", + "排序": "الترتيب", + "升序": "تصاعدي", + "降序": "تنازلي", + "正常": "عادي" } \ No newline at end of file diff --git a/src/locales/th.json b/src/locales/th.json index ec4e563..601037c 100644 --- a/src/locales/th.json +++ b/src/locales/th.json @@ -591,5 +591,11 @@ "请输入转出金额": "กรุณากรอกจำนวนเงินที่โอนออก", "可用余额": "ยอดเงินคงเหลือ", "转入金额": "จำนวนเงินที่โอนเข้า", - "确认兑换": "ยืนยันการแลกเปลี่ยน" + "确认兑换": "ยืนยันการแลกเปลี่ยน", + "确认撤销": "ยืนยันการยกเลิก", + "确定要撤销此挂单吗?": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกคำสั่งซื้อที่รอดำเนินการนี้?", + "排序": "เรียงลำดับ", + "升序": "จากน้อยไปมาก", + "降序": "จากมากไปน้อย", + "正常": "ปกติ" } \ No newline at end of file -- Gitblit v1.9.3