UNPKG

@0xfutbol/id

Version:

React component library with shared providers for 0xFutbol ID

24 lines (23 loc) 916 B
/** * @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でダウンロード", }, });export{injectedWalletLocale as default};//# sourceMappingURL=ja-Y5wWM92J.js.map