@0xfutbol/id
Version:
React component library with shared providers for 0xFutbol ID
24 lines (23 loc) • 926 B
JavaScript
;/**
* @internal
*/
const injectedWalletLocale = (wallet) => ({
connectionScreen: {
inProgress: "確認を待っています",
failed: "接続に失敗しました",
instruction: `${wallet}で接続リクエストを承認してください`,
retry: "再試行",
},
getStartedScreen: {
instruction: `QRコードをスキャンして${wallet}アプリをダウンロードしてください`,
},
scanScreen: {
instruction: `${wallet}アプリでQRコードをスキャンして接続してください`,
},
getStartedLink: `${wallet}をお持ちではありませんか?`,
download: {
chrome: "Chrome拡張機能をダウンロード",
android: "Google Playでダウンロード",
iOS: "App Storeでダウンロード",
},
});exports.default=injectedWalletLocale;//# sourceMappingURL=ja-G5b0taPy.js.map