lxf
2025-07-15 47c6e203f6eeda2d8702091f761f3d80fcddf2cf
服务费翻译
12 files modified
23 ■■■■ changed files
src/components/Transform/deliveryContract/position.vue 12 ●●●●● patch | view | raw | blame | history
src/i18n/Deutsch.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Italy.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Japanese.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Spanish.js 1 ●●●● patch | view | raw | blame | history
src/i18n/cn.js 1 ●●●● patch | view | raw | blame | history
src/i18n/en.js 1 ●●●● patch | view | raw | blame | history
src/i18n/fa.js 1 ●●●● patch | view | raw | blame | history
src/i18n/korean.js 1 ●●●● patch | view | raw | blame | history
src/i18n/th.js 1 ●●●● patch | view | raw | blame | history
src/i18n/vi.js 1 ●●●● patch | view | raw | blame | history
src/i18n/zhcn.js 1 ●●●● patch | view | raw | blame | history
src/components/Transform/deliveryContract/position.vue
@@ -31,26 +31,28 @@
          <span class="position-text2 textColor">{{ item.close_price }}</span>
        </div>
        <div class="position-div1">
          <span class="position-text1">{{ $t('盈亏') }}</span>
          <span class="position-text1">{{ $t('服务费') }}</span>
          <span class="position-text2" :class="item.profit > 0 ? 'color-green' : 'color-red'">
            {{ item.profit > 0 ? '+' + item.profit : item.profit }}
          </span>
        </div>
        <div class="position-div1">
          <span class="position-text1">{{ $t('到期时间') }}</span>
          <span class="position-text2 textColor"> {{ dayjs(item.close_time * 1000).format('YYYY-MM-DD HH:mm:ss') }}</span>
          <span class="position-text2 textColor"> {{ dayjs(item.close_time * 1000).format('YYYY-MM-DD HH:mm:ss')
            }}</span>
        </div>
        <div class="position-div1">
          <span class="position-text1">{{ $t('操作') }}</span>
          <span class="position-text2 colorMain" @click="onDetail(item)">{{ $t('详情') }}</span>
        </div>
        <div style="margin-top: 33px;width: 100%;height: 1px;float: left;background-color: #e5e7ed;" class="bgDark"></div>
        <div style="margin-top: 33px;width: 100%;height: 1px;float: left;background-color: #e5e7ed;" class="bgDark">
        </div>
      </div>
    </div>
    <van-popup v-model:show="show">
      <popup-delivery showBtns :detailData="detailData" :key="detailData.order_no" @close="show = false" :disabled="true"
        :price="price" />
      <popup-delivery showBtns :detailData="detailData" :key="detailData.order_no" @close="show = false"
        :disabled="true" :price="price" />
    </van-popup>
  </div>
</template>
src/i18n/Deutsch.js
@@ -2117,6 +2117,7 @@
    "交割": "liefern",
    "购买价": "Kaufpreis",
    "结算价": "Abrechnungspreis",
    "服务费": "Servicegebühr",
    "到期时间": "Fälligkeitszeit",
    "金额不能小于": "Der Betrag darf nicht kleiner als.. . sein",
    "剩余时间": "verbleibende Zeit",
src/i18n/Italy.js
@@ -2251,6 +2251,7 @@
    "交割": "Consegna",
    "购买价": "Prezzo di acquisto",
    "结算价": "Prezzo di liquidazione",
    "服务费": "Tassa di servizio",
    "到期时间": "Tempo di scadenza",
    "继续下单": "Continua",
    "金额不能小于": "L'importo non può essere inferiore a",
src/i18n/Japanese.js
@@ -1983,6 +1983,7 @@
    "交割": "配達",
    "购买价": "購入価額",
    "结算价": "清算価額",
    "服务费": "サービス料",
    "到期时间": "有効期限",
    "继续下单": "注文を続けます",
    "金额不能小于": "金額を下回ることはできません",
src/i18n/Spanish.js
@@ -2097,6 +2097,7 @@
    "交割": "Entrega",
    "购买价": "Precio de compra",
    "结算价": "Precio de liquidación",
    "服务费": "Tarifa de servicio",
    "到期时间": "Tiempo de caducidad",
    "金额不能小于": "El importe no puede ser inferior a",
    "剩余时间": "Tiempo restante",
src/i18n/cn.js
@@ -2096,6 +2096,7 @@
    "交割": "交割",
    "购买价": "購買價",
    "结算价": "結算價",
    "服务费": "服務費",
    "到期时间": "到期時間",
    "金额不能小于": "金額不能小於",
    "剩余时间": "剩餘時間",
src/i18n/en.js
@@ -2127,6 +2127,7 @@
    "交割": "Delivery",
    "购买价": "Purchase price",
    "结算价": "Settlement price",
    "服务费": "Service fee",
    "到期时间": "Expiration time",
    "继续下单": "Continue",
    "金额不能小于": "Amount cannot be less than",
src/i18n/fa.js
@@ -2036,6 +2036,7 @@
    "交割": "Livraison",
    "购买价": "Prix d'achat",
    "结算价": "Prix de règlement",
    "服务费": "Frais de service",
    "到期时间": "Délai d'expiration",
    "继续下单": "Continuer",
    "金额不能小于": "Le montant ne peut être inférieur à",
src/i18n/korean.js
@@ -2138,6 +2138,7 @@
    '交割': '납부한다 ',
    '购买价': '구매가 ',
    '结算价': '정산가 ',
    "服务费": "수수료",
    '到期时间': '만기일 ',
    '金额不能小于': '금액보다 작으면 안 됩니다',
    '剩余时间': '남은 시간 ',
src/i18n/th.js
@@ -2129,6 +2129,7 @@
    "交割": "จัดส่ง",
    "购买价": "ราคาซื้อ",
    "结算价": "ราคาชำระ",
    "服务费": "ค่าบริการ",
    "到期时间": "วันที่หมดอายุ",
    "继续下单": "ทำการสั่งซื้อต่อไป",
    "金额不能小于": "จำนวนไม่น้อยกว่า",
src/i18n/vi.js
@@ -2143,6 +2143,7 @@
    "交割": "Cung ứng",
    "购买价": "Giá mua",
    "结算价": "Giá thanh toán",
    "服务费": "Phí dịch vụ",
    "到期时间": "Thời gian đáo hạn",
    "继续下单": "Tiếp tục",
    "金额不能小于": "Số tiền không thể nhỏ hơn",
src/i18n/zhcn.js
@@ -2084,6 +2084,7 @@
    "交割": "交割",
    "购买价": "购买价",
    "结算价": "结算价",
    "服务费": "服务费",
    "到期时间": "到期时间",
    "金额不能小于": "金额不能小于",
    "剩余时间": "剩余时间",