diff --git a/assets/img/home/cunr.svg b/assets/img/home/cunr.svg new file mode 100644 index 0000000..3c9f70e --- /dev/null +++ b/assets/img/home/cunr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/home/service2.png b/assets/img/home/service2.png new file mode 100644 index 0000000..f5408d4 Binary files /dev/null and b/assets/img/home/service2.png differ diff --git a/i18n/lang/de.json b/i18n/lang/de.json index 823ee21..6e03866 100644 --- a/i18n/lang/de.json +++ b/i18n/lang/de.json @@ -876,7 +876,7 @@ "a43": "Beginnen Sie die Verschlüsselungsreise" }, "service":{ - "a0": "Geld einzahlen", + "a0": "Großer Zahlungskanal", "a1": "Geld auf das Empfangskonto einzahlen", "a2": "Bestätigung der Einzahlungsinformationen", "a3": "Einzahlungsbetrag", diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 5d52b58..fe9a32c 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -920,7 +920,7 @@ "a43": "Start the encryption journey" }, "service":{ - "a0": "Deposit funds", + "a0": "Large payment channel", "a1": "Deposit funds to the receiving account", "a2": "Confirm deposit information", "a3": "Deposit amount", diff --git a/i18n/lang/fra.json b/i18n/lang/fra.json index e2687ec..7dc26aa 100644 --- a/i18n/lang/fra.json +++ b/i18n/lang/fra.json @@ -876,7 +876,7 @@ "a43": "Commencez le voyage de cryptage" }, "service":{ - "a0": "Dépôt de fonds", + "a0": "Grand canal de paiement", "a1": "Dépôt des fonds sur le compte récepteur", "a2": "Confirmation des informations sur le fonds de dépôt", "a3": "Montant du dépôt", diff --git a/i18n/lang/it.json b/i18n/lang/it.json index aac9056..ffe8b18 100644 --- a/i18n/lang/it.json +++ b/i18n/lang/it.json @@ -876,7 +876,7 @@ "a43": "Inizia il viaggio di crittografia" }, "service":{ - "a0": "Depositi fondi", + "a0": "Ampio canale di pagamento", "a1": "Deposita fondi sul conto ricevente", "a2": "Conferma delle informazioni sul fondo del deposito", "a3": "Importo del deposito", diff --git a/i18n/lang/jp.json b/i18n/lang/jp.json index 5512e2d..ac23b2c 100644 --- a/i18n/lang/jp.json +++ b/i18n/lang/jp.json @@ -876,7 +876,7 @@ "a43": "暗号化への取り組みを始めましょう" }, "service":{ - "a0": "資金を入金", + "a0": "大規模な決済チャネル", "a1": "受取口座に資金を入金します", "a2": "入金資金情報確認", "a3": "入金額", diff --git a/i18n/lang/kor.json b/i18n/lang/kor.json index 2577e70..008f668 100644 --- a/i18n/lang/kor.json +++ b/i18n/lang/kor.json @@ -876,7 +876,7 @@ "a43": "암호화 여정 시작" }, "service":{ - "a0": "예금 자금", + "a0": "대규모 결제 채널", "a1": "수취 계좌에 자금 입금", "a2": "입금자금정보 확인", "a3": "입금액", diff --git a/i18n/lang/pt.json b/i18n/lang/pt.json index 5ad1010..8793cda 100644 --- a/i18n/lang/pt.json +++ b/i18n/lang/pt.json @@ -874,7 +874,7 @@ "a43": "Comece a jornada de criptografia" }, "service":{ - "a0": "Depósito de fundos", + "a0": "Grande canal de pagamento", "a1": "Depositar fundos na conta receptora", "a2": "Confirmação de informações do fundo de depósito", "a3": "Valor do depósito", diff --git a/i18n/lang/spa.json b/i18n/lang/spa.json index c17d9c8..a075a9a 100644 --- a/i18n/lang/spa.json +++ b/i18n/lang/spa.json @@ -876,7 +876,7 @@ "a43": "Comience el viaje de encriptación" }, "service":{ - "a0": "Depósitos de fondos", + "a0": "Gran canal de pago", "a1": "Depositar fondos en la cuenta receptora", "a2": "Confirmación de información del fondo de depósito", "a3": "Monto del depósito", diff --git a/i18n/lang/tr.json b/i18n/lang/tr.json index f1e4d41..27427d4 100644 --- a/i18n/lang/tr.json +++ b/i18n/lang/tr.json @@ -874,7 +874,7 @@ "a43": "Şifreleme yolculuğuna başlayın" }, "service":{ - "a0": "Para yatır", + "a0": "Geniş ödeme kanalı", "a1": "Alıcı hesaba para yatırın", "a2": "Para yatırma fonu bilgileri onayı", "a3": "Yatırılan tutar", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index 5db3484..7d3c90d 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -917,7 +917,7 @@ "a43": "開啟加密之旅" }, "service":{ - "a0": "存入資金", + "a0": "大額支付通道", "a1": "存入款項至收款帳戶", "a2": "存入資金資料確認", "a3": "存入金額", diff --git a/pages.json b/pages.json index 80afdbc..a3ce09d 100644 --- a/pages.json +++ b/pages.json @@ -176,6 +176,9 @@ { "path" : "pages/oncs/onservice" }, + { + "path" : "pages/deposit/deposit" + }, { "path": "pages/service/index", "style": { diff --git a/pages/base/mine.vue b/pages/base/mine.vue index 69997ec..77bce26 100644 --- a/pages/base/mine.vue +++ b/pages/base/mine.vue @@ -176,6 +176,18 @@ + + + + + + {{$t('service.a0')}} + + > + + + + + + {{$t('service.a1')}} + {{$t('service.a2')}} + {{$t('service.a3')}} + + + + + + {{$t('service.a4')}} + + + + + + {{$t('service.a5')}} + 1 EGP ≈ 0.0211 USDT + + + {{$t('service.a6')}} + {{$t('service.a7')}}EGP{{$t('service.a8')}} + + + + E-Banking + + + {{$t('service.a9')}}**** **** + + + {{$t('service.a10')}}******** + + + {{$t('service.a11')}}******** + + + {{$t('service.a12')}} + + {{$t('service.a13')}} + + + + + * {{$t('service.a14')}} + + + {{$t('service.a15')}} + + + + + {{$t('service.a16')}} + + {{$t('service.a17')}}{{$t('common.email')}}: service@mrbcoin.com + + + + + + + + + + +