Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove tilda sign #1045

Merged
merged 4 commits into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@metamask/detect-provider": "^2.0.0",
"@soramitsu/soraneo-wallet-web": "1.17.3",
"@soramitsu/soraneo-wallet-web": "1.17.5",
"@walletconnect/web3-provider": "^1.8.0",
"base-64": "^1.0.0",
"core-js": "^3.26.0",
Expand Down
7 changes: 6 additions & 1 deletion src/components/App/Header/AppDisclaimer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
})
"
/>
<p class="disclaimer__text-fiat">{{ t('fiatDisclaimer') }}</p>
</div>
<s-button
v-if="!userDisclaimerApprove"
Expand Down Expand Up @@ -66,7 +67,7 @@ export default class AppDisclaimer extends Mixins(TranslationMixin) {
}

get disclaimerPrefix(): string {
return `<span class="disclaimer__prefix">${this.t('disclaimerTitle')}</span>`;
return `<span class="disclaimer__prefix">${this.t('disclaimerTitle')}:</span>`;
}

get memorandumLink(): string {
Expand Down Expand Up @@ -143,6 +144,10 @@ export default class AppDisclaimer extends Mixins(TranslationMixin) {
line-height: var(--s-line-height-extra-small);
letter-spacing: var(--s-letter-spacing-small);
color: var(--s-color-base-content-secondary);

&-fiat {
margin-top: $basic-spacing;
}
}

&__accept-btn {
Expand Down
25 changes: 7 additions & 18 deletions src/lang/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,9 @@
"strategicBonusApy": "APY strategického bonusu"
},
"bridge": {
"title": "{Hashi} Bridge",
"title": "Bridge",
"info": "Převeďte tokeny mezi sítěmi {Sora} a {Ethereum}.",
"balance": "Zůstatek",
"connectWallet": "@:connectWalletText",
"connected": "@:connectedText",
"changeAccount": "@:changeAccountText",
"changeNetwork": "@:changeNetworkText",
"next": "Další",
"connectWallets": "Připojte peněženky pro zobrazení historie příslušných transakcí.",
"soraNetworkFee": "{Sora} síťový poplatek",
Expand All @@ -543,8 +539,7 @@
"networkInfo": "Přemostit {Sora} síť s:",
"copy": "Zkopírujte síťovou adresu",
"soraAddress": "{Sora} adresa",
"ethereumAddress": "{Ethereum} adresa",
"tooltipValue": "@:comingSoonText"
"ethereumAddress": "{Ethereum} adresa"
},
"selectRegisteredAsset": {
"title": "Vyberte token",
Expand All @@ -566,11 +561,7 @@
}
},
"confirmBridgeTransactionDialog": {
"confirmTransaction": "Potvrďte transakci",
"insufficientBalance": "@:insufficientBalanceText",
"changeNetwork": "@:changeNetworkText",
"confirm": "@:confirmTransactionText",
"buttonConfirm": "@:confirmText"
"confirmTransaction": "Potvrďte transakci"
},
"bridgeTransaction": {
"details": "{from} za {to}",
Expand Down Expand Up @@ -609,14 +600,10 @@
"ethereum": "{Ethereum}",
"sora": "{Sora}",
"pending": "{network} transakce čeká na vyřízení...",
"retry": "@:retryText",
"metamask": "{Metamask}",
"confirm": "@:confirmTransactionText",
"newTransaction": "Vytvořit novou transakci",
"changeNetwork": "@:changeNetworkText",
"connectWallet": "@:connectWalletText",
"changeAccount": "@:changeAccountText v {Metamask}",
"expectedAddress": "Očekávaná adresa v {Metamask}",
"title": "Bridge transakce",
"expectedMetaMaskAddress": "Očekávaná adresa v {Metamask}:",
"allowToken": "Povolit {AppName} používat vaše {tokenSymbol}",
Expand Down Expand Up @@ -1119,7 +1106,7 @@
"exportTutorialsText": "Export výukových programů"
},
"hashiBridgeText": "Most {Hashi}",
"disclaimerTitle": "Disclaimer \/ Zřeknutí se odpovědnosti:",
"disclaimerTitle": "Disclaimer \/ Zřeknutí se odpovědnosti",
"explore": {
"showOnlyMyPositions": "Zobrazit pouze moje pozice"
},
Expand Down Expand Up @@ -1212,5 +1199,7 @@
"alertFrequencyTitle": "Frekvence upozornění",
"frequencyTooltip": "Výběrem mezi „jednou“ a „vždy“ určíte, jak často budete dostávat upozornění pro vybraný typ upozornění. „Jednou“ odešle jediné upozornění, když je podmínka splněna, zatímco „vždy“ vás bude i nadále upozorňovat při každém překročení cenového prahu",
"noSupportMsg": "Váš prohlížeč nepodporuje upozornění"
}
},
"accountAddressText": "Adresa účtu",
"fiatDisclaimer": "Vezměte prosím na vědomí, že hodnoty fiat spojené s kryptoměnami na našich webových stránkách jsou poskytovány externími službami (Subquery, Subsquid, Ceres API) jsou přibližné. Vzhledem k přirozené složitosti těchto výpočtů nelze zaručit absolutní přesnost za všech okolností."
}
25 changes: 7 additions & 18 deletions src/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,9 @@
"strategicBonusApy": "Strategischer Bonus APY"
},
"bridge": {
"title": "{Hashi}-Bridge",
"title": "Bridge",
"info": "Konvertiere Token zwischen dem {Sora} und {Ethereum} Netzwerk.",
"balance": "Saldo",
"connectWallet": "@:connectWalletText",
"connected": "@:connectedText",
"changeAccount": "@:changeAccountText",
"changeNetwork": "@:changeNetworkText",
"next": "Weiter",
"connectWallets": "Verbinde Wallets, um den jeweiligen Transaktionsverlauf anzuzeigen.",
"soraNetworkFee": "{Sora} Netzwerkgebühr",
Expand All @@ -543,8 +539,7 @@
"networkInfo": "Bridge {Sora} Netzwerk mit:",
"copy": "Netzwerkadresse kopieren",
"soraAddress": "{Sora} Adresse",
"ethereumAddress": "{Ethereum} Adresse",
"tooltipValue": "@:comingSoonText"
"ethereumAddress": "{Ethereum} Adresse"
},
"selectRegisteredAsset": {
"title": "Wähle ein Token",
Expand All @@ -566,11 +561,7 @@
}
},
"confirmBridgeTransactionDialog": {
"confirmTransaction": "Bestätige die Transaktion",
"insufficientBalance": "@:insufficientBalanceText",
"changeNetwork": "@:changeNetworkText",
"confirm": "@:confirmTransactionText",
"buttonConfirm": "@:confirmText"
"confirmTransaction": "Bestätige die Transaktion"
},
"bridgeTransaction": {
"details": "{from} zu {to}",
Expand Down Expand Up @@ -609,14 +600,10 @@
"ethereum": "{Ethereum}",
"sora": "{Sora}",
"pending": "{network} Transaktion ausstehend...",
"retry": "@:retryText",
"metamask": "{Metamask}",
"confirm": "@:confirmTransactionText",
"newTransaction": "Erstelle eine neue Transaktion",
"changeNetwork": "@:changeNetworkText",
"connectWallet": "@:connectWalletText",
"changeAccount": "@:changeAccountText in {Metamask}",
"expectedAddress": "Erwartete Adresse in {Metamask}",
"title": "Bridge-Transaktion",
"expectedMetaMaskAddress": "In {Metamask} erwartete Adresse:",
"allowToken": "Erlaube {AppName}, deine {tokenSymbol} zu verwenden",
Expand Down Expand Up @@ -1119,7 +1106,7 @@
"exportTutorialsText": "Tutorials exportieren"
},
"hashiBridgeText": "{Hashi} Brücke",
"disclaimerTitle": "Haftungsausschluss:",
"disclaimerTitle": "Haftungsausschluss",
"explore": {
"showOnlyMyPositions": "Nur meine Positionen anzeigen"
},
Expand Down Expand Up @@ -1212,5 +1199,7 @@
"alertFrequencyTitle": "Alarmhäufigkeit",
"frequencyTooltip": "Wählen Sie zwischen „Einmal“ und „Immer“, um festzulegen, wie oft Sie Benachrichtigungen für den ausgewählten Alarmtyp erhalten. „Einmal“ sendet eine einzelne Benachrichtigung, wenn die Bedingung erfüllt ist, während „immer“ Sie weiterhin jedes Mal benachrichtigt, wenn die Preisschwelle überschritten wird",
"noSupportMsg": "Benachrichtigungen werden von Ihrem Browser nicht unterstützt"
}
},
"accountAddressText": "Kontoadresse",
"fiatDisclaimer": "Bitte beachten Sie, dass die mit Kryptowährungen auf unserer Website verbundenen Fiat-Werte, die von externen Diensten (Subquery, Subsquid, Ceres API) bereitgestellt werden, ungefähre Werte sind. Aufgrund der inhärenten Komplexität dieser Berechnungen kann eine absolute Genauigkeit zu jedem Zeitpunkt nicht garantiert werden."
}
25 changes: 7 additions & 18 deletions src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,9 @@
"strategicBonusApy": "Strategic Bonus APY"
},
"bridge": {
"title": "{Hashi} Bridge",
"title": "Bridge",
"info": "Convert tokens between the {Sora} and {Ethereum} networks.",
"balance": "Balance",
"connectWallet": "@:connectWalletText",
"connected": "@:connectedText",
"changeAccount": "@:changeAccountText",
"changeNetwork": "@:changeNetworkText",
"next": "Next",
"connectWallets": "Connect wallets to view respective transaction history.",
"soraNetworkFee": "{Sora} Network Fee",
Expand All @@ -543,8 +539,7 @@
"networkInfo": "Bridge {Sora} Network with:",
"copy": "Copy network address",
"soraAddress": "{Sora} address",
"ethereumAddress": "{Ethereum} address",
"tooltipValue": "@:comingSoonText"
"ethereumAddress": "{Ethereum} address"
},
"selectRegisteredAsset": {
"title": "Select a token",
Expand All @@ -566,11 +561,7 @@
}
},
"confirmBridgeTransactionDialog": {
"confirmTransaction": "Confirm transaction",
"insufficientBalance": "@:insufficientBalanceText",
"changeNetwork": "@:changeNetworkText",
"confirm": "@:confirmTransactionText",
"buttonConfirm": "@:confirmText"
"confirmTransaction": "Confirm transaction"
},
"bridgeTransaction": {
"details": "{from} for {to}",
Expand Down Expand Up @@ -609,14 +600,10 @@
"ethereum": "{Ethereum}",
"sora": "{Sora}",
"pending": "{network} transaction pending...",
"retry": "@:retryText",
"metamask": "{Metamask}",
"confirm": "@:confirmTransactionText",
"newTransaction": "Create new transaction",
"changeNetwork": "@:changeNetworkText",
"connectWallet": "@:connectWalletText",
"changeAccount": "@:changeAccountText in {Metamask}",
"expectedAddress": "Expected address in {Metamask}",
"title": "Bridge Transaction",
"expectedMetaMaskAddress": "Expected address in {Metamask}:",
"allowToken": "Allow {AppName} to use your {tokenSymbol}",
Expand Down Expand Up @@ -1119,7 +1106,7 @@
"exportTutorialsText": "Export tutorials"
},
"hashiBridgeText": "{Hashi} bridge",
"disclaimerTitle": "Disclaimer:",
"disclaimerTitle": "Disclaimer",
"explore": {
"showOnlyMyPositions": "Show only my positions"
},
Expand Down Expand Up @@ -1212,5 +1199,7 @@
"alertFrequencyTitle": "Alert frequency",
"frequencyTooltip": "Select between 'once' and 'always' to determine how often you receive notifications for the chosen alert type. 'Once' will send a single notification when the condition is met, while 'always' will continue to notify you each time the price threshold is crossed",
"noSupportMsg": "Notifications aren't supported by your browser"
}
},
"accountAddressText": "Account address",
"fiatDisclaimer": "Please note that the fiat values associated with cryptocurrencies on our website are provided by external services (Subquery, Subsquid, Ceres API) are approximate. Given the inherent complexity of these calculations, absolute precision at all times cannot be guaranteed."
}
25 changes: 7 additions & 18 deletions src/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,9 @@
"strategicBonusApy": "Bonificación estratégica APY"
},
"bridge": {
"title": "Puente {Hashi}",
"title": "Puente",
"info": "Convierte tokens entre las redes {Sora} y {Ethereum}.",
"balance": "Balance",
"connectWallet": "@:connectWalletText",
"connected": "@:connectedText",
"changeAccount": "@:changeAccountText",
"changeNetwork": "@:changeNetworkText",
"next": "Siguiente",
"connectWallets": "Conecte las carteras para ver el respectivo historial de transacciones.",
"soraNetworkFee": "{Sora} comisión de red",
Expand All @@ -543,8 +539,7 @@
"networkInfo": "Puente de la red {Sora} con:",
"copy": "Copiar dirección de red",
"soraAddress": "Dirección de {Sora}",
"ethereumAddress": "dirección {Ethereum}",
"tooltipValue": "@:comingSoonText"
"ethereumAddress": "dirección {Ethereum}"
},
"selectRegisteredAsset": {
"title": "Seleccione un Token",
Expand All @@ -566,11 +561,7 @@
}
},
"confirmBridgeTransactionDialog": {
"confirmTransaction": "Confirmar transacción",
"insufficientBalance": "@:insufficientBalanceText",
"changeNetwork": "@:changeNetworkText",
"confirm": "@:confirmTransactionText",
"buttonConfirm": "@:confirmText"
"confirmTransaction": "Confirmar transacción"
},
"bridgeTransaction": {
"details": "{from} para {to}",
Expand Down Expand Up @@ -609,14 +600,10 @@
"ethereum": "{Ethereum}",
"sora": "{Sora}",
"pending": "{network} transacción pendiente...",
"retry": "@:retryText",
"metamask": "{Metamask}",
"confirm": "@:confirmTransactionText",
"newTransaction": "Crear nueva transacción",
"changeNetwork": "@:changeNetworkText",
"connectWallet": "@:connectWalletText",
"changeAccount": "@:changeAccountText en {Metamask}",
"expectedAddress": "Dirección esperada en {Metamask}",
"title": "Transacción puente",
"expectedMetaMaskAddress": "Dirección esperada en {Metamask}",
"allowToken": "Permitir que {AppName} utilice su {tokenSymbol}",
Expand Down Expand Up @@ -1119,7 +1106,7 @@
"exportTutorialsText": "Tutoriales de exportación"
},
"hashiBridgeText": "Puente {Hashi}",
"disclaimerTitle": "Aviso legal:",
"disclaimerTitle": "Aviso legal",
"explore": {
"showOnlyMyPositions": "Mostrar solo mis posiciones"
},
Expand Down Expand Up @@ -1212,5 +1199,7 @@
"alertFrequencyTitle": "Frecuencia de alerta",
"frequencyTooltip": "Seleccione entre 'una vez' y 'siempre' para determinar con qué frecuencia recibe notificaciones para el tipo de alerta elegido. 'Una vez' enviará una única notificación cuando se cumpla la condición, mientras que 'siempre' seguirá notificándote cada vez que se supere el umbral de precio.",
"noSupportMsg": "Las notificaciones no son compatibles con su navegador"
}
},
"accountAddressText": "Dirección de la cuenta",
"fiatDisclaimer": "Tenga en cuenta que los valores fiduciarios asociados con las criptomonedas en nuestro sitio web son proporcionados por servicios externos (Subquery, Subsquid, Ceres API) y son aproximados. Dada la complejidad inherente a estos cálculos, no se puede garantizar la precisión absoluta en todo momento."
}
25 changes: 7 additions & 18 deletions src/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,9 @@
"strategicBonusApy": "Bonus stratégique APY"
},
"bridge": {
"title": "Pont {Hashi}",
"title": "Pont",
"info": "Convertissez les jetons entre les réseaux {Sora} et {Ethereum}.",
"balance": "Solde",
"connectWallet": "@:connectWalletText",
"connected": "@:connectedText",
"changeAccount": "@:changeAccountText",
"changeNetwork": "@:changeNetworkText",
"next": "Suivant",
"connectWallets": "Connectez les portefeuilles pour afficher l'historique des transactions.",
"soraNetworkFee": "{Sora} Frais de réseau",
Expand All @@ -543,8 +539,7 @@
"networkInfo": "Pont {Sora} Réseau avec:",
"copy": "Copier l'adresse réseau",
"soraAddress": "{Sora} adresse",
"ethereumAddress": "{Ethereum} adresse",
"tooltipValue": "@:comingSoonText"
"ethereumAddress": "{Ethereum} adresse"
},
"selectRegisteredAsset": {
"title": "Sélectionnez un jeton",
Expand All @@ -566,11 +561,7 @@
}
},
"confirmBridgeTransactionDialog": {
"confirmTransaction": "Confirmez la transaction",
"insufficientBalance": "@:insufficientBalanceText",
"changeNetwork": "@:changeNetworkText",
"confirm": "@:confirmTransactionText",
"buttonConfirm": "@:confirmText"
"confirmTransaction": "Confirmez la transaction"
},
"bridgeTransaction": {
"details": "{from} pour {to}",
Expand Down Expand Up @@ -609,14 +600,10 @@
"ethereum": "{Ethereum}",
"sora": "{Sora}",
"pending": "{network} transaction en attente...",
"retry": "@:retryText",
"metamask": "{Metamask}",
"confirm": "@:confirmTransactionText",
"newTransaction": "Créer une nouvelle transaction",
"changeNetwork": "@:changeNetworkText",
"connectWallet": "@:connectWalletText",
"changeAccount": "@:changeAccountText dans {Metamask}",
"expectedAddress": "Adresse attendue dans {Metamask}",
"title": "Transaction de pont",
"expectedMetaMaskAddress": "Adresse attendue dans {Metamask}:",
"allowToken": "Autoriser {AppName} à utiliser votre {tokenSymbol}",
Expand Down Expand Up @@ -1119,7 +1106,7 @@
"exportTutorialsText": "Exporter des tutoriels"
},
"hashiBridgeText": "Pont {Hashi}",
"disclaimerTitle": "Avertissement:",
"disclaimerTitle": "Avertissement",
"explore": {
"showOnlyMyPositions": "Afficher uniquement mes positions"
},
Expand Down Expand Up @@ -1212,5 +1199,7 @@
"alertFrequencyTitle": "Fréquence d'alerte",
"frequencyTooltip": "Sélectionnez entre « une fois » et « toujours » pour déterminer la fréquence à laquelle vous recevez des notifications pour le type d'alerte choisi. \"Une fois\" enverra une seule notification lorsque la condition est remplie, tandis que \"toujours\" continuera à vous informer chaque fois que le seuil de prix est franchi",
"noSupportMsg": "Les notifications ne sont pas prises en charge par votre navigateur"
}
},
"accountAddressText": "Adresse du compte",
"fiatDisclaimer": "Veuillez noter que les valeurs fiduciaires associées aux crypto-monnaies sur notre site Web sont fournies par des services externes (Subquery, Subsquid, Ceres API) sont approximatives. Compte tenu de la complexité inhérente à ces calculs, une précision absolue à tout moment ne peut être garantie."
}
Loading