2016-07-13 21:17:08 +02:00
{
2022-01-07 20:55:07 +01:00
"QRHardwareInvalidTransactionTitle" : {
"message" : "エラー"
} ,
"QRHardwareMismatchedSignId" : {
"message" : "トランザクションデータが一致していません。トランザクションの詳細を確認してください。"
} ,
"QRHardwarePubkeyAccountOutOfRange" : {
"message" : "他にアカウントはありません。以下のリストにない別のアカウントにアクセスする場合は、ハードウェアウォレットを接続しなおして選択してください。"
} ,
"QRHardwareScanInstructions" : {
2022-02-07 17:29:17 +01:00
"message" : "カメラをQRコードに向けてください。画面がぼやけていますが、読み取りには影響しません。"
2022-01-07 20:55:07 +01:00
} ,
"QRHardwareSignRequestCancel" : {
"message" : "拒否"
} ,
"QRHardwareSignRequestDescription" : {
"message" : "ウォレットで署名したら、「署名を取得」をクリックして署名を受け取ります"
} ,
"QRHardwareSignRequestGetSignature" : {
"message" : "署名を取得"
} ,
"QRHardwareSignRequestSubtitle" : {
"message" : "ウォレットでQRコードをスキャンします"
} ,
"QRHardwareSignRequestTitle" : {
"message" : "署名をリクエスト"
} ,
"QRHardwareUnknownQRCodeTitle" : {
"message" : "エラー"
} ,
"QRHardwareUnknownWalletQRCode" : {
2023-09-05 15:49:07 +02:00
"message" : "QRコードが無効です。ハードウェアウォレットの同期QRコードをスキャンしてください。"
2022-01-07 20:55:07 +01:00
} ,
"QRHardwareWalletImporterTitle" : {
2022-02-07 17:29:17 +01:00
"message" : "QRコードのスキャン"
2022-01-07 20:55:07 +01:00
} ,
"QRHardwareWalletSteps1Description" : {
2023-01-04 20:22:06 +01:00
"message" : "公式QRコードをサポートする以下のパートナーのリストから選択できます。"
2022-01-07 20:55:07 +01:00
} ,
"QRHardwareWalletSteps1Title" : {
2023-01-04 20:22:06 +01:00
"message" : "QRハードウェアウォレットを接続"
2022-01-07 20:55:07 +01:00
} ,
"QRHardwareWalletSteps2Description" : {
2022-09-27 17:36:55 +02:00
"message" : "Ngrave (近日追加予定)"
} ,
"SIWEAddressInvalid" : {
"message" : "サインインリクエストのアドレスが、サインインに使用しているアカウントのアドレスと一致していません。"
} ,
2023-01-04 20:22:06 +01:00
"SIWEDomainInvalidText" : {
"message" : "サインインしようとしているサイトは、リクエストのドメインと一致していません。慎重に進めてください。"
} ,
"SIWEDomainInvalidTitle" : {
"message" : "不正なサイトリクエスト。"
} ,
2022-09-27 17:36:55 +02:00
"SIWEDomainWarningBody" : {
2023-09-05 15:49:07 +02:00
"message" : "Webサイト ($1) が正しくないドメインへのサインインを要求しています。フィッシング攻撃の可能性があります。" ,
2022-09-27 17:36:55 +02:00
"description" : "$1 represents the website domain"
} ,
2023-01-04 20:22:06 +01:00
"SIWEDomainWarningLabel" : {
"message" : "危険"
} ,
2022-09-27 17:36:55 +02:00
"SIWELabelChainID" : {
2023-09-05 15:49:07 +02:00
"message" : "チェーンID:"
2022-09-27 17:36:55 +02:00
} ,
"SIWELabelExpirationTime" : {
"message" : "有効期限:"
} ,
"SIWELabelIssuedAt" : {
"message" : "発行日時:"
} ,
"SIWELabelMessage" : {
"message" : "メッセージ:"
} ,
"SIWELabelNonce" : {
"message" : "ナンス:"
} ,
"SIWELabelNotBefore" : {
"message" : "この日時以降:"
} ,
"SIWELabelRequestID" : {
2023-09-05 15:49:07 +02:00
"message" : "リクエストID:"
2022-09-27 17:36:55 +02:00
} ,
"SIWELabelResources" : {
"message" : "リソース: $1" ,
"description" : "$1 represents the number of resources"
} ,
"SIWELabelURI" : {
"message" : "URI:"
} ,
"SIWELabelVersion" : {
"message" : "バージョン:"
} ,
"SIWESiteRequestSubtitle" : {
"message" : "このサイトは次の方法でのサインインを要求しています:"
} ,
"SIWESiteRequestTitle" : {
"message" : "サインインリクエスト"
} ,
"SIWEWarningSubtitle" : {
"message" : "理解したことを確認するために、次の項目にチェックを入れてください:"
} ,
"SIWEWarningTitle" : {
"message" : "よろしいですか?"
2022-01-07 20:55:07 +01:00
} ,
2021-02-08 16:31:17 +01:00
"about" : {
2023-09-05 15:49:07 +02:00
"message" : "基本情報"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"accept" : {
"message" : "同意する"
} ,
2021-02-08 16:31:17 +01:00
"acceptTermsOfUse" : {
2022-02-07 17:29:17 +01:00
"message" : "$1を読んで同意しました" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the `terms` message"
} ,
2022-04-22 18:58:09 +02:00
"accessAndSpendNoticeNFT" : {
2023-09-05 15:49:07 +02:00
"message" : "$1はこのアセットにアクセスし、使用できます" ,
2022-04-22 18:58:09 +02:00
"description" : "$1 is the url of the site requesting ability to spend"
} ,
2022-06-14 00:49:12 +02:00
"accessYourWalletWithSRP" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズでウォレットにアクセス"
2022-06-14 00:49:12 +02:00
} ,
"accessYourWalletWithSRPDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskはユーザーのパスワードを復元できません。代わりにシークレットリカバリーフレーズを使用して所有者を確認し、ウォレットを復元して新しいパスワードを設定します。まずはじめに、ウォレットの作成時に提供されたシークレットリカバリーフレーズを入力してください。$1" ,
2022-06-14 00:49:12 +02:00
"description" : "$1 is the words 'Learn More' from key 'learnMore', separated here so that it can be added as a link"
} ,
2019-09-05 19:05:33 +02:00
"accessingYourCamera" : {
2021-06-08 05:19:32 +02:00
"message" : "カメラにアクセス中..."
2019-09-05 19:05:33 +02:00
} ,
2018-03-14 06:33:26 +01:00
"account" : {
"message" : "アカウント"
} ,
"accountDetails" : {
2021-02-08 16:31:17 +01:00
"message" : "アカウントの詳細"
2018-03-14 06:33:26 +01:00
} ,
2022-04-22 18:58:09 +02:00
"accountIdenticon" : {
"message" : "アカウントのアイデンティコン"
} ,
2018-03-14 06:33:26 +01:00
"accountName" : {
"message" : "アカウント名"
} ,
2022-01-07 20:55:07 +01:00
"accountNameDuplicate" : {
"message" : "このアカウント名は既に存在します" ,
"description" : "This is an error message shown when the user enters a new account name that matches an existing account name"
} ,
2023-01-04 20:22:06 +01:00
"accountNameReserved" : {
"message" : "このアカウント名は予約されています" ,
"description" : "This is an error message shown when the user enters a new account name that is reserved for future use"
} ,
2019-09-05 19:05:33 +02:00
"accountOptions" : {
2021-06-08 05:19:32 +02:00
"message" : "アカウントのオプション"
2019-09-05 19:05:33 +02:00
} ,
"accountSelectionRequired" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウントを選択する必要があります!"
2021-02-08 16:31:17 +01:00
} ,
"active" : {
"message" : "アクティブ"
} ,
"activity" : {
"message" : "アクティビティ"
2019-09-05 19:05:33 +02:00
} ,
"activityLog" : {
2021-02-08 16:31:17 +01:00
"message" : "アクティビティのログ"
} ,
2022-01-07 20:55:07 +01:00
"add" : {
"message" : "追加"
} ,
"addANetwork" : {
"message" : "ネットワークを追加"
} ,
2022-04-22 18:58:09 +02:00
"addANetworkManually" : {
"message" : "ネットワークを手動で追加"
} ,
2022-01-07 20:55:07 +01:00
"addANickname" : {
"message" : "ニックネームを追加"
} ,
2023-08-22 15:34:31 +02:00
"addAccount" : {
"message" : "アカウントを追加"
} ,
2020-09-23 16:51:42 +02:00
"addAcquiredTokens" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskを使用して取得したトークンを追加します"
2020-09-23 16:51:42 +02:00
} ,
"addAlias" : {
2022-02-07 17:29:17 +01:00
"message" : "別名を追加"
2021-06-08 05:19:32 +02:00
} ,
2022-09-27 17:36:55 +02:00
"addBlockExplorer" : {
"message" : "ブロックエクスプローラーを追加"
} ,
2021-06-08 05:19:32 +02:00
"addContact" : {
2022-02-07 17:29:17 +01:00
"message" : "連絡先を追加"
2021-06-08 05:19:32 +02:00
} ,
2023-01-04 20:22:06 +01:00
"addCustomNetwork" : {
"message" : "カスタムネットワークを追加"
} ,
2021-06-08 05:19:32 +02:00
"addEthereumChainConfirmationDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "これにより、このネットワークはMetaMask内で使用できるようになります。"
2021-06-08 05:19:32 +02:00
} ,
"addEthereumChainConfirmationRisks" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskはカスタムネットワークを検証しません。"
2021-06-08 05:19:32 +02:00
} ,
"addEthereumChainConfirmationRisksLearnMore" : {
2022-02-07 17:29:17 +01:00
"message" : "$1の詳細。" ,
2021-06-08 05:19:32 +02:00
"description" : "$1 is a link with text that is provided by the 'addEthereumChainConfirmationRisksLearnMoreLink' key"
} ,
"addEthereumChainConfirmationRisksLearnMoreLink" : {
2023-09-05 15:49:07 +02:00
"message" : "詐欺やネットワークセキュリティのリスク" ,
2021-06-08 05:19:32 +02:00
"description" : "Link text for the 'addEthereumChainConfirmationRisksLearnMore' translation key"
} ,
"addEthereumChainConfirmationTitle" : {
"message" : "このサイトにネットワークの追加を許可しますか?"
} ,
2023-01-04 20:22:06 +01:00
"addEthereumChainWarningModalHeader" : {
2023-09-05 15:49:07 +02:00
"message" : "このRPCプロバイダーは、確実に信頼できる場合のみ追加してください。$1" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 is addEthereumChainWarningModalHeaderPartTwo passed separately so that it can be bolded"
} ,
"addEthereumChainWarningModalHeaderPartTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "悪質なプロバイダーは、ブロックチェーンのステートを偽り、ユーザーのネットワークアクティビティを記録する可能性があります。"
2023-01-04 20:22:06 +01:00
} ,
"addEthereumChainWarningModalListHeader" : {
"message" : "プロバイダーは次の権限を有するため、信頼性が重要です:"
} ,
"addEthereumChainWarningModalListPointOne" : {
"message" : "アカウントと IP アドレスの把握、およびそれらの関連付け"
} ,
"addEthereumChainWarningModalListPointThree" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウントの残高およびその他オンチェーンステートの表示"
2023-01-04 20:22:06 +01:00
} ,
"addEthereumChainWarningModalListPointTwo" : {
"message" : "トランザクションのブロードキャスト"
} ,
"addEthereumChainWarningModalTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "イーサリアムメインネット用の新しいRPCプロバイダーを追加しようとしています"
2023-01-04 20:22:06 +01:00
} ,
2021-06-08 05:19:32 +02:00
"addFriendsAndAddresses" : {
"message" : "信頼できる友達とアドレスを追加する"
2020-09-23 16:51:42 +02:00
} ,
2022-04-22 18:58:09 +02:00
"addFromAListOfPopularNetworks" : {
"message" : "人気のネットワークのリストから追加するか、ネットワークを手動で追加します。信頼できる相手と以外はやり取りしないようにしてください。"
} ,
2023-08-22 15:34:31 +02:00
"addHardwareWallet" : {
"message" : "ハードウェアウォレットを追加"
} ,
"addIPFSGateway" : {
2023-09-05 15:49:07 +02:00
"message" : "優先IPFSゲートウェイを追加"
2023-08-22 15:34:31 +02:00
} ,
2022-01-07 20:55:07 +01:00
"addMemo" : {
"message" : "メモを追加"
} ,
2022-07-28 17:06:21 +02:00
"addMoreNetworks" : {
"message" : "他のネットワークを手動で追加"
} ,
2019-09-05 19:05:33 +02:00
"addNetwork" : {
2022-02-07 17:29:17 +01:00
"message" : "ネットワークを追加"
2019-09-05 19:05:33 +02:00
} ,
2022-06-14 00:49:12 +02:00
"addNetworkTooltipWarning" : {
"message" : "このネットワーク接続はサードパーティに依存しているため、信頼性が低かったり、サードパーティによるアクティビティの追跡が可能になる可能性があります。$1" ,
"description" : "$1 is Learn more link"
} ,
2023-08-22 15:34:31 +02:00
"addNewToken" : {
"message" : "新しいトークンを追加"
} ,
"addNft" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTを追加"
2023-08-22 15:34:31 +02:00
} ,
"addNfts" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTを追加"
2023-08-22 15:34:31 +02:00
} ,
"addSnapAccountModalDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Snapsでアカウントのセキュリティを確保する方法をご覧ください"
2023-08-22 15:34:31 +02:00
} ,
"addSuggestedNFTs" : {
2023-09-05 15:49:07 +02:00
"message" : "推奨されたNFTを追加"
2023-08-22 15:34:31 +02:00
} ,
2020-09-23 16:51:42 +02:00
"addSuggestedTokens" : {
2022-02-07 17:29:17 +01:00
"message" : "推奨されたトークンを追加"
2019-09-05 19:05:33 +02:00
} ,
2018-03-14 06:33:26 +01:00
"addToken" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンを追加"
2018-03-14 06:33:26 +01:00
} ,
2023-06-15 20:17:21 +02:00
"addTokenByContractAddress" : {
2023-09-05 15:49:07 +02:00
"message" : "トークンが見つからない場合、アドレスを貼り付けて手動でトークンを追加できます。トークンコントラクトアドレスは$1にあります" ,
2023-06-15 20:17:21 +02:00
"description" : "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum"
} ,
2023-08-22 15:34:31 +02:00
"addingCustomNetwork" : {
"message" : "ネットワークを追加中"
} ,
2022-01-07 20:55:07 +01:00
"address" : {
"message" : "アドレス"
} ,
2023-09-05 15:49:07 +02:00
"addressCopied" : {
"message" : "アドレスがコピーされました!"
} ,
2020-09-23 16:51:42 +02:00
"advanced" : {
2022-02-07 17:29:17 +01:00
"message" : "高度な設定"
2019-09-05 19:05:33 +02:00
} ,
2022-01-07 20:55:07 +01:00
"advancedBaseGasFeeToolTip" : {
2023-09-05 15:49:07 +02:00
"message" : "トランザクションがブロックに含まれた場合、最大基本料金と実際の基本料金の差が返金されます。合計金額は、最大基本料金 (Gwei単位) * ガスリミットで計算されます。"
2022-01-07 20:55:07 +01:00
} ,
2023-01-04 20:22:06 +01:00
"advancedConfiguration" : {
"message" : "詳細設定"
} ,
2023-09-05 15:49:07 +02:00
"advancedGasFeeDefaultOptIn" : {
"message" : "これらの値を$1ネットワークのデフォルトとして保存する" ,
"description" : "$1 is the current network name."
} ,
2022-01-07 20:55:07 +01:00
"advancedGasFeeModalTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "ガス代の高度な設定"
2022-01-07 20:55:07 +01:00
} ,
"advancedGasPriceTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "ガス価格"
2022-01-07 20:55:07 +01:00
} ,
"advancedPriorityFeeToolTip" : {
"message" : "優先手数料 (別名「マイナーチップ」) はマイナーに直接支払われ、トランザクションを優先するインセンティブとなります。"
} ,
2023-08-22 15:34:31 +02:00
"agreeTermsOfUse" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskの$1に同意します" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is the `terms` link"
} ,
2022-04-22 18:58:09 +02:00
"airgapVault" : {
"message" : "AirGap Vault"
} ,
2021-02-08 16:31:17 +01:00
"alertDisableTooltip" : {
2023-09-05 15:49:07 +02:00
"message" : "これは「設定」>「アラート」で変更できます"
2021-02-08 16:31:17 +01:00
} ,
"alertSettingsUnconnectedAccount" : {
2022-02-07 17:29:17 +01:00
"message" : "選択した未接続のアカウントを使用してWebサイトをブラウズしています"
2021-02-08 16:31:17 +01:00
} ,
"alertSettingsUnconnectedAccountDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "このアラートは、選択中のアカウントが未接続のままweb3サイトを閲覧しているときにポップアップ表示されます。"
2021-02-08 16:31:17 +01:00
} ,
"alertSettingsWeb3ShimUsage" : {
2023-09-05 15:49:07 +02:00
"message" : "Webサイトが削除済みのwindow.web3 APIを使用しようとした場合"
2021-02-08 16:31:17 +01:00
} ,
"alertSettingsWeb3ShimUsageDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "このアラートは、削除されたwindow.web3 APIを使用しようとし、その結果破損している可能性があるサイトをブラウズした際、ポップアップに表示されます。"
2021-02-08 16:31:17 +01:00
} ,
"alerts" : {
2021-06-08 05:19:32 +02:00
"message" : "アラート"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"allCustodianAccountsConnectedSubtitle" : {
2023-09-05 15:49:07 +02:00
"message" : "すでにすべてのカストディアンアカウントを接続したか、MetaMask Institutionalに接続するアカウントがありません。"
2023-08-22 15:34:31 +02:00
} ,
"allCustodianAccountsConnectedTitle" : {
"message" : "接続できるアカウントがありません"
} ,
2022-07-28 17:06:21 +02:00
"allOfYour" : {
2023-09-05 15:49:07 +02:00
"message" : "すべての$1" ,
2022-07-28 17:06:21 +02:00
"description" : "$1 is the symbol or name of the token that the user is approving spending"
} ,
2023-08-22 15:34:31 +02:00
"allYourNFTsOf" : {
2023-09-05 15:49:07 +02:00
"message" : "$1のすべてのNFT" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is a link to contract on the block explorer when we're not able to retrieve a erc721 or erc1155 name"
} ,
2021-02-08 16:31:17 +01:00
"allowExternalExtensionTo" : {
2021-06-08 05:19:32 +02:00
"message" : "この外部拡張機能に次の操作を許可します"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"allowSpendToken" : {
2023-09-05 15:49:07 +02:00
"message" : "$1へのアクセス許可を与えますか? " ,
2022-01-07 20:55:07 +01:00
"description" : "$1 is the symbol of the token that are requesting to spend"
} ,
2021-02-08 16:31:17 +01:00
"allowThisSiteTo" : {
2021-06-08 05:19:32 +02:00
"message" : "このサイトに次の操作を許可します"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"allowThisSnapTo" : {
2023-09-05 15:49:07 +02:00
"message" : "このsnapに次の操作を許可します:"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"allowWithdrawAndSpend" : {
2022-02-07 17:29:17 +01:00
"message" : "$1に以下の額までの引き出しと使用を許可します。" ,
2021-02-08 16:31:17 +01:00
"description" : "The url of the site that requested permission to 'withdraw and spend'"
} ,
2018-03-14 06:33:26 +01:00
"amount" : {
"message" : "金額"
} ,
2023-08-22 15:34:31 +02:00
"apiUrl" : {
"message" : "API URL"
} ,
2018-03-14 06:33:26 +01:00
"appDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "ブラウザにあるイーサリアムウォレット" ,
2018-03-14 06:33:26 +01:00
"description" : "The description of the application"
} ,
2019-09-17 22:14:47 +02:00
"appName" : {
"message" : "MetaMask" ,
"description" : "The name of the application"
} ,
2021-12-21 21:02:57 +01:00
"appNameBeta" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskベータ版" ,
2021-12-21 21:02:57 +01:00
"description" : "The name of the application (Beta)"
} ,
"appNameFlask" : {
"message" : "MetaMask Flask" ,
"description" : "The name of the application (Flask)"
} ,
2023-03-06 18:21:56 +01:00
"appNameMmi" : {
"message" : "MetaMask Institutional" ,
"description" : "The name of the application (MMI)"
} ,
2019-09-05 19:05:33 +02:00
"approve" : {
2021-02-08 16:31:17 +01:00
"message" : "使用限度額の承認"
} ,
2022-07-28 17:06:21 +02:00
"approveAllTokensTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "すべての$1へのアクセスとその送金を許可しますか? " ,
2022-07-28 17:06:21 +02:00
"description" : "$1 is the symbol of the token for which the user is granting approval"
} ,
2023-08-22 15:34:31 +02:00
"approveAllTokensTitleWithoutSymbol" : {
2023-09-05 15:49:07 +02:00
"message" : "$1のすべてのNFTへのアクセスとそれらの転送を許可しますか? " ,
2023-08-22 15:34:31 +02:00
"description" : "$1 a link to contract on the block explorer when we're not able to retrieve a erc721 or erc1155 name"
} ,
2021-06-08 05:19:32 +02:00
"approveButtonText" : {
"message" : "承認"
} ,
2023-03-06 18:21:56 +01:00
"approveSpendingCap" : {
2023-09-05 15:49:07 +02:00
"message" : "$1の使用上限を承認する" ,
2023-03-06 18:21:56 +01:00
"description" : "The token symbol that is being approved"
} ,
2023-01-04 20:22:06 +01:00
"approveTokenDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "これにより、アクセス許可を取り消すまで、第三者が今後通知なしに次のNFTにアクセスし、転送できるようになります。"
2023-01-04 20:22:06 +01:00
} ,
2023-08-22 15:34:31 +02:00
"approveTokenDescriptionWithoutSymbol" : {
2023-09-05 15:49:07 +02:00
"message" : "これにより、アクセス許可を取り消すまで、第三者が今後通知なしに$1のすべてのNFTにアクセスし、それらを転送できるようになります。" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is a link to contract on the block explorer when we're not able to retrieve a erc721 or erc1155 name"
} ,
2023-01-04 20:22:06 +01:00
"approveTokenTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "$1へのアクセスと転送を許可しますか? " ,
2023-01-04 20:22:06 +01:00
"description" : "$1 is the symbol of the token for which the user is granting approval"
} ,
2019-09-05 19:05:33 +02:00
"approved" : {
"message" : "承認済み"
} ,
2022-04-22 18:58:09 +02:00
"approvedAsset" : {
"message" : "承認済みのアセット"
} ,
2022-09-27 17:36:55 +02:00
"approvedOn" : {
2023-09-05 15:49:07 +02:00
"message" : "$1に承認" ,
2022-09-27 17:36:55 +02:00
"description" : "$1 is the approval date for a permission"
} ,
2022-04-22 18:58:09 +02:00
"areYouSure" : {
"message" : "よろしいですか?"
} ,
2019-09-05 19:05:33 +02:00
"asset" : {
"message" : "アセット"
2016-07-13 21:17:08 +02:00
} ,
2021-06-08 05:19:32 +02:00
"assetOptions" : {
"message" : "アセットのオプション"
} ,
2022-09-27 17:36:55 +02:00
"attemptSendingAssets" : {
2023-09-05 15:49:07 +02:00
"message" : "1つのネットワークから別のネットワークに直接アセットを送ろうとすると、アセットが永久に失われる可能性があります。必ずブリッジを使用してください。"
2022-09-27 17:36:55 +02:00
} ,
2023-08-22 15:34:31 +02:00
"attemptToCancelSwap" : {
2023-09-05 15:49:07 +02:00
"message" : "~$1でスワップのキャンセルを試行" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 could be e.g. $2.98, it is a cost for cancelling a Smart Swap"
} ,
2020-09-23 16:51:42 +02:00
"attemptingConnect" : {
2021-06-08 05:19:32 +02:00
"message" : "ブロックチェーンへの接続を試みています。"
2020-09-23 16:51:42 +02:00
} ,
2019-09-05 19:05:33 +02:00
"attributions" : {
2021-06-08 05:19:32 +02:00
"message" : "属性"
2021-02-08 16:31:17 +01:00
} ,
"authorizedPermissions" : {
2021-06-08 05:19:32 +02:00
"message" : "以下の権限を承認しました"
2019-09-05 19:05:33 +02:00
} ,
2023-01-04 20:22:06 +01:00
"autoDetectTokens" : {
"message" : "トークンを自動検出"
} ,
"autoDetectTokensDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "サードパーティAPIを使用して、ウォレットに送られた新しいトークンを検出・表示します。アプリがこれらのサービスからデータを自動的に取得しないようにするには、オフにしてください。$1" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 is a link to a support article"
} ,
2020-01-21 23:09:53 +01:00
"autoLockTimeLimit" : {
2022-02-07 17:29:17 +01:00
"message" : "オートロックタイマー (分)"
2019-09-05 19:05:33 +02:00
} ,
2020-01-21 23:09:53 +01:00
"autoLockTimeLimitDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskがロックされるまでのアイドル時間を分単位で設定します。"
2019-09-05 19:05:33 +02:00
} ,
"average" : {
"message" : "平均"
} ,
2023-08-22 15:34:31 +02:00
"awaitingApproval" : {
"message" : "承認待ちです..."
} ,
2018-03-14 06:33:26 +01:00
"back" : {
"message" : "戻る"
} ,
2022-09-27 17:36:55 +02:00
"backup" : {
"message" : "バックアップ"
} ,
2021-02-08 16:31:17 +01:00
"backupApprovalInfo" : {
2022-02-07 17:29:17 +01:00
"message" : "このシークレット コードは、デバイスをなくしたとき、パスワードを忘れたとき、MetaMaskの再インストールが必要なとき、または別のデバイスでウォレットにアクセスするときに必要です。"
2021-02-08 16:31:17 +01:00
} ,
"backupApprovalNotice" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズをバックアップして、ウォレットと資金の安全を確保してください。"
2021-02-08 16:31:17 +01:00
} ,
"backupNow" : {
"message" : "今すぐバックアップ"
} ,
2022-09-27 17:36:55 +02:00
"backupUserData" : {
"message" : "データをバックアップ"
} ,
"backupUserDataDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "設定とアカウントアドレスを含むユーザー設定を、JSONファイルにバックアップできます。"
2022-09-27 17:36:55 +02:00
} ,
2018-03-14 06:33:26 +01:00
"balance" : {
2021-02-08 16:31:17 +01:00
"message" : "残高"
} ,
"balanceOutdated" : {
2021-06-08 05:19:32 +02:00
"message" : "残高が期限切れの可能性があります"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"baseFee" : {
"message" : "基本手数料"
} ,
2021-02-08 16:31:17 +01:00
"basic" : {
"message" : "基本"
} ,
2022-09-27 17:36:55 +02:00
"beCareful" : {
"message" : "ご注意ください"
} ,
2023-01-04 20:22:06 +01:00
"beta" : {
"message" : "ベータ版"
} ,
"betaHeaderText" : {
"message" : "これはベータ版です。バグは報告してください $1" ,
"description" : "$1 represents the word 'here' in a hyperlink"
} ,
2023-08-22 15:34:31 +02:00
"betaMetamaskInstitutionalVersion" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Institutionalベータ版"
2023-08-22 15:34:31 +02:00
} ,
2022-01-07 20:55:07 +01:00
"betaMetamaskVersion" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskベータ版"
2022-01-07 20:55:07 +01:00
} ,
2023-01-04 20:22:06 +01:00
"betaTerms" : {
"message" : "ベータ版利用規約"
} ,
"betaWalletCreationSuccessReminder1" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskベータ版はシークレットリカバリーフレーズを復元できません。"
2023-01-04 20:22:06 +01:00
} ,
"betaWalletCreationSuccessReminder2" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskベータ版がユーザーのシークレットリカバリーフレーズを求めることは絶対にありません。"
2023-01-04 20:22:06 +01:00
} ,
2022-01-07 20:55:07 +01:00
"blockExplorerAccountAction" : {
"message" : "アカウント" ,
"description" : "This is used with viewOnEtherscan and viewInExplorer e.g View Account in Explorer"
} ,
"blockExplorerAssetAction" : {
"message" : "アセット" ,
"description" : "This is used with viewOnEtherscan and viewInExplorer e.g View Asset in Explorer"
} ,
"blockExplorerSwapAction" : {
"message" : "スワップ" ,
"description" : "This is used with viewOnEtherscan e.g View Swap on Etherscan"
} ,
2021-02-08 16:31:17 +01:00
"blockExplorerUrl" : {
2022-02-07 17:29:17 +01:00
"message" : "ブロックエクスプローラーのURL"
2021-06-08 05:19:32 +02:00
} ,
"blockExplorerUrlDefinition" : {
2022-02-07 17:29:17 +01:00
"message" : "このネットワークのブロックエクスプローラーとして使用されるURL。"
2021-02-08 16:31:17 +01:00
} ,
"blockExplorerView" : {
2023-09-05 15:49:07 +02:00
"message" : "$1でアカウントを表示" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 replaced by URL for custom block explorer"
2018-03-14 06:33:26 +01:00
} ,
2023-08-22 15:34:31 +02:00
"blockaid" : {
"message" : "Blockaid"
} ,
"blockaidDescriptionApproveFarming" : {
2023-09-05 15:49:07 +02:00
"message" : "このリクエストを承認すると、詐欺が判明しているサードパーティに資産をすべて奪われる可能性があります。"
2023-08-22 15:34:31 +02:00
} ,
"blockaidDescriptionBlurFarming" : {
2023-09-05 15:49:07 +02:00
"message" : "このリクエストを承認すると、Blurに登録されている資産を誰かに盗まれる可能性があります。"
2023-08-22 15:34:31 +02:00
} ,
"blockaidDescriptionFailed" : {
"message" : "エラーが発生したため、このリクエストはセキュリティプロバイダーにより確認されませんでした。慎重に進めてください。"
} ,
"blockaidDescriptionMaliciousDomain" : {
2023-09-05 15:49:07 +02:00
"message" : "悪質なドメインとやり取りしています。このリクエストを承認すると、資産を失う可能性があります。"
2023-08-22 15:34:31 +02:00
} ,
"blockaidDescriptionMightLoseAssets" : {
2023-09-05 15:49:07 +02:00
"message" : "このリクエストを承認すると、資産を失う可能性があります。"
2023-08-22 15:34:31 +02:00
} ,
"blockaidDescriptionSeaportFarming" : {
2023-09-05 15:49:07 +02:00
"message" : "このリクエストを承認すると、OpenSeaに登録されている資産を誰かに盗まれる可能性があります。"
2023-08-22 15:34:31 +02:00
} ,
"blockaidDescriptionTransferFarming" : {
2023-09-05 15:49:07 +02:00
"message" : "このリクエストを承認すると、詐欺が判明しているサードパーティに資産をすべて奪われます。"
2023-08-22 15:34:31 +02:00
} ,
"blockaidTitleDeceptive" : {
2023-09-05 15:49:07 +02:00
"message" : "これは虚偽のリクエストです"
2023-08-22 15:34:31 +02:00
} ,
"blockaidTitleMayNotBeSafe" : {
"message" : "リクエストは安全でない可能性があります"
} ,
"blockaidTitleSuspicious" : {
2023-09-05 15:49:07 +02:00
"message" : "これは不審なリクエストです"
2023-08-22 15:34:31 +02:00
} ,
2022-04-22 18:58:09 +02:00
"blockies" : {
2023-09-05 15:49:07 +02:00
"message" : "Blockie"
2022-04-22 18:58:09 +02:00
} ,
2023-08-22 15:34:31 +02:00
"bridge" : {
"message" : "ブリッジ"
} ,
2023-09-05 15:49:07 +02:00
"bridgeDescription" : {
"message" : "別のネットワークからトークンを転送します"
} ,
"bridgeDisabled" : {
"message" : "ブリッジはこのネットワークで利用できません"
} ,
2021-02-08 16:31:17 +01:00
"browserNotSupported" : {
2022-02-07 17:29:17 +01:00
"message" : "ご使用のブラウザはサポートされていません..."
2021-06-08 05:19:32 +02:00
} ,
2021-06-15 04:59:30 +02:00
"buildContactList" : {
2021-06-08 05:19:32 +02:00
"message" : "連絡先リストを作成する"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"builtAroundTheWorld" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskは、世界中でデザイン・開発されています。"
2022-01-07 20:55:07 +01:00
} ,
"busy" : {
"message" : "ビジー状態"
} ,
2021-02-08 16:31:17 +01:00
"buy" : {
2021-06-08 05:19:32 +02:00
"message" : "購入"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"buyAsset" : {
2023-09-05 15:49:07 +02:00
"message" : "$1を購入" ,
2022-04-22 18:58:09 +02:00
"description" : "$1 is the ticker symbol of a an asset the user is being prompted to purchase"
} ,
2023-09-05 15:49:07 +02:00
"buyDescription" : {
"message" : "仮想通貨を保持して利益を得ます"
} ,
"buyDisabled" : {
"message" : "このネットワークでは購入できません"
} ,
2023-08-22 15:34:31 +02:00
"buyMoreAsset" : {
2023-09-05 15:49:07 +02:00
"message" : "$1を追加購入" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is the ticker symbol of a an asset the user is being prompted to purchase"
} ,
2023-01-04 20:22:06 +01:00
"buyNow" : {
"message" : "今すぐ購入"
} ,
2021-02-08 16:31:17 +01:00
"bytes" : {
"message" : "バイト"
} ,
"canToggleInSettings" : {
2023-09-05 15:49:07 +02:00
"message" : "この通知は「設定」>「アラート」で再度有効にできます。"
2018-06-06 20:38:57 +02:00
} ,
2018-03-14 06:33:26 +01:00
"cancel" : {
"message" : "キャンセル"
} ,
2022-01-07 20:55:07 +01:00
"cancelEdit" : {
"message" : "編集をキャンセル"
} ,
"cancelPopoverTitle" : {
"message" : "トランザクションをキャンセル"
} ,
"cancelSpeedUp" : {
2023-09-05 15:49:07 +02:00
"message" : "トランザクションをキャンセルまたは高速化"
2022-01-07 20:55:07 +01:00
} ,
2022-04-22 18:58:09 +02:00
"cancelSpeedUpLabel" : {
"message" : "このガス代は、元の額を$1ます。" ,
"description" : "$1 is text 'replace' in bold"
} ,
"cancelSpeedUpTransactionTooltip" : {
2023-09-05 15:49:07 +02:00
"message" : "トランザクションを$1するには、ネットワークに認識されるようにガス代を10%以上増額する必要があります。" ,
2022-04-22 18:58:09 +02:00
"description" : "$1 is string 'cancel' or 'speed up'"
} ,
2021-02-08 16:31:17 +01:00
"cancelled" : {
"message" : "キャンセル済み"
} ,
"chainId" : {
2022-02-07 17:29:17 +01:00
"message" : "チェーンID"
2021-06-08 05:19:32 +02:00
} ,
"chainIdDefinition" : {
2022-02-07 17:29:17 +01:00
"message" : "このネットワークのトランザクションの署名に使用されるチェーンID。"
2021-02-08 16:31:17 +01:00
} ,
2021-06-16 18:34:29 +02:00
"chainIdExistsErrorMsg" : {
2022-02-07 17:29:17 +01:00
"message" : "このチェーンIDは現在$1ネットワークで使用されています。"
2021-06-16 18:34:29 +02:00
} ,
2022-04-22 18:58:09 +02:00
"chainListReturnedDifferentTickerSymbol" : {
2023-09-05 15:49:07 +02:00
"message" : "チェーンID $1 のネットワークは、入力されたものとは異なる通貨記号 ($2) を使用している可能性があります。続行する前に確認してください。" ,
2022-04-22 18:58:09 +02:00
"description" : "$1 is the chain id currently entered in the network form and $2 is the return value of nativeCurrency.symbol from chainlist.network"
} ,
2023-01-04 20:22:06 +01:00
"chooseYourNetwork" : {
"message" : "ネットワークを選択してください"
} ,
"chooseYourNetworkDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "当社では、遠隔手続き呼び出し (RPC) プロバイダーにInfuraを使用して、イーサリアムデータにできるだけ信頼性の高いプライベートな形でアクセスできるようにしています。独自のRPCをお選びいただくこともできますが、どのRPCもトランザクションを実行するために、ユーザーのIPアドレスとイーサリアムウォレットを取得する点にご注意ください。Infuraによるデータの取扱いに関する詳細は、$1をご覧ください。" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 is a link to the privacy policy"
} ,
2021-02-08 16:31:17 +01:00
"chromeRequiredForHardwareWallets" : {
2022-02-07 17:29:17 +01:00
"message" : "ハードウェアウォレットに接続するには、MetaMaskをGoogle Chromeで使用する必要があります。"
2021-02-08 16:31:17 +01:00
} ,
2023-03-06 18:21:56 +01:00
"clear" : {
"message" : "消去"
} ,
"clearActivity" : {
2023-09-05 15:49:07 +02:00
"message" : "アクティビティとナンスデータを消去"
2023-03-06 18:21:56 +01:00
} ,
"clearActivityButton" : {
"message" : "アクティビティタブのデータを消去"
} ,
"clearActivityDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "これによりアカウントのナンスがリセットされ、ウォレットのアクティビティタブからデータが消去されます。現在のアカウントとネットワークだけが影響を受けます。残高と受信トランザクションへの変更はありません。"
2023-03-06 18:21:56 +01:00
} ,
2023-08-22 15:34:31 +02:00
"click" : {
"message" : "クリックして"
} ,
2022-01-07 20:55:07 +01:00
"clickToConnectLedgerViaWebHID" : {
"message" : "ここをクリックして、WebHIDでLedgerを接続します" ,
"description" : "Text that can be clicked to open a browser popup for connecting the ledger device via webhid"
} ,
2022-09-27 17:36:55 +02:00
"clickToManuallyAdd" : {
"message" : "トークンを手動で追加するにはこちらをクリックしてください。"
} ,
2021-02-08 16:31:17 +01:00
"close" : {
"message" : "閉じる"
} ,
2023-03-06 18:21:56 +01:00
"coingecko" : {
"message" : "CoinGecko"
} ,
2023-08-22 15:34:31 +02:00
"configureSnapPopupDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskから移動してこのsnapを構成します。"
2023-08-22 15:34:31 +02:00
} ,
"configureSnapPopupInstallDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskから移動してこのsnapをインストールします。"
2023-08-22 15:34:31 +02:00
} ,
"configureSnapPopupInstallTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "snapをインストール"
2023-08-22 15:34:31 +02:00
} ,
"configureSnapPopupLink" : {
"message" : "続けるにはこのリンクをクリックしてください:"
} ,
"configureSnapPopupTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "snapを構成"
2023-08-22 15:34:31 +02:00
} ,
2018-03-14 06:33:26 +01:00
"confirm" : {
"message" : "確認"
} ,
"confirmPassword" : {
"message" : "パスワードの確認"
} ,
2022-01-07 20:55:07 +01:00
"confirmRecoveryPhrase" : {
"message" : "シークレットリカバリーフレーズの確認"
} ,
2021-02-08 16:31:17 +01:00
"confirmed" : {
2022-02-07 17:29:17 +01:00
"message" : "確認されました"
2021-02-08 16:31:17 +01:00
} ,
2021-06-08 05:19:32 +02:00
"confusableUnicode" : {
"message" : "「$1」は「$2」と類似しています。"
} ,
"confusableZeroWidthUnicode" : {
2023-09-05 15:49:07 +02:00
"message" : "ゼロ幅文字が見つかりました。"
2021-06-08 05:19:32 +02:00
} ,
"confusingEnsDomain" : {
2022-02-07 17:29:17 +01:00
"message" : "ENS名に混乱しやすい文字が発見されました。詐欺を防ぐためにENS名を確認して下さい。"
2021-06-08 05:19:32 +02:00
} ,
2021-02-08 16:31:17 +01:00
"connect" : {
"message" : "接続"
} ,
"connectAccountOrCreate" : {
"message" : "アカウントを接続するか、または新規に作成します"
} ,
2023-08-22 15:34:31 +02:00
"connectCustodialAccountMenu" : {
"message" : "カストディアルアカウントを接続"
} ,
"connectCustodialAccountMsg" : {
"message" : "トークンを追加または更新するには、接続するカストディアンを選択してください。"
} ,
"connectCustodialAccountTitle" : {
"message" : "カストディアルアカウント"
} ,
2021-02-08 16:31:17 +01:00
"connectManually" : {
2022-02-07 17:29:17 +01:00
"message" : "現在のサイトに手動で接続"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"connectSnap" : {
2023-09-05 15:49:07 +02:00
"message" : "$1を接続" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is the snap for which a connection is being requested."
} ,
2021-02-08 16:31:17 +01:00
"connectTo" : {
2022-02-07 17:29:17 +01:00
"message" : "$1に接続" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the name/origin of a web3 site/application that the user can connect to metamask"
} ,
"connectToAll" : {
2022-02-07 17:29:17 +01:00
"message" : "すべての$1に接続" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 will be replaced by the translation of connectToAllAccounts"
} ,
"connectToAllAccounts" : {
"message" : "アカウント" ,
"description" : "will replace $1 in connectToAll, completing the sentence 'connect to all of your accounts', will be text that shows list of accounts on hover"
} ,
"connectToMultiple" : {
2022-02-07 17:29:17 +01:00
"message" : "$1に接続" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 will be replaced by the translation of connectToMultipleNumberOfAccounts"
} ,
"connectToMultipleNumberOfAccounts" : {
2022-02-07 17:29:17 +01:00
"message" : "$1アカウント" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple"
} ,
"connectWithMetaMask" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskを使用して接続"
2021-02-08 16:31:17 +01:00
} ,
"connectedAccountsDescriptionPlural" : {
2022-02-07 17:29:17 +01:00
"message" : "このサイトに接続されているアカウントを$1個持っています。" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the number of accounts"
} ,
"connectedAccountsDescriptionSingular" : {
2022-02-07 17:29:17 +01:00
"message" : "このサイトに接続されているアカウントを1個持っています。"
2021-02-08 16:31:17 +01:00
} ,
"connectedAccountsEmptyDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskはこのサイトに接続されていません。web3サイトに接続するには、そのサイトの接続ボタンをクリックしてください。"
2021-02-08 16:31:17 +01:00
} ,
"connectedSites" : {
"message" : "接続済みのサイト"
} ,
"connectedSitesDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1はこれらのサイトに接続されています。これらのサイトは、アカウントアドレスを把握できます。" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the account name"
} ,
"connectedSitesEmptyDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "$1はどのサイトとも接続されていません。" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the account name"
} ,
"connecting" : {
2022-02-07 17:29:17 +01:00
"message" : "接続中..."
2021-02-08 16:31:17 +01:00
} ,
"connectingTo" : {
2022-02-07 17:29:17 +01:00
"message" : "$1に接続中"
2021-02-08 16:31:17 +01:00
} ,
"connectingToGoerli" : {
2022-02-07 17:29:17 +01:00
"message" : "Goerliテストネットワークに接続中"
2021-02-08 16:31:17 +01:00
} ,
2023-06-15 13:38:07 +02:00
"connectingToLineaGoerli" : {
2023-09-05 15:49:07 +02:00
"message" : "Linea Goerliテストネットワークに接続中"
2023-03-21 17:28:38 +01:00
} ,
2023-08-22 15:34:31 +02:00
"connectingToLineaMainnet" : {
2023-09-05 15:49:07 +02:00
"message" : "Lineaメインネットに接続中"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"connectingToMainnet" : {
2022-02-07 17:29:17 +01:00
"message" : "イーサリアムメインネットに接続中"
2021-02-08 16:31:17 +01:00
} ,
2022-09-27 17:36:55 +02:00
"connectingToSepolia" : {
2023-09-05 15:49:07 +02:00
"message" : "Sepoliaテストネットワークに接続中"
2022-09-27 17:36:55 +02:00
} ,
2023-08-22 15:34:31 +02:00
"connectionFailed" : {
"message" : "接続できませんでした"
} ,
"connectionFailedDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1を取得できませんでした。ネットワークを確認してもう一度お試しください。" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is the name of the snap being fetched."
} ,
"connectionRequest" : {
2023-09-05 15:49:07 +02:00
"message" : "接続リクエスト"
} ,
"connections" : {
"message" : "接続"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"contactUs" : {
2022-02-07 17:29:17 +01:00
"message" : "お問い合わせ"
2021-02-08 16:31:17 +01:00
} ,
"contacts" : {
2021-06-08 05:19:32 +02:00
"message" : "連絡先"
2021-02-08 16:31:17 +01:00
} ,
2023-01-04 20:22:06 +01:00
"contentFromSnap" : {
2023-09-05 15:49:07 +02:00
"message" : "$1のコンテンツ" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 represents the name of the snap"
} ,
2021-06-08 05:19:32 +02:00
"continue" : {
"message" : "続行"
2021-02-08 16:31:17 +01:00
} ,
2021-06-16 18:34:29 +02:00
"contract" : {
"message" : "コントラクト"
} ,
2022-01-07 20:55:07 +01:00
"contractAddress" : {
"message" : "コントラクトアドレス"
} ,
2021-06-08 05:19:32 +02:00
"contractAddressError" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンのコントラクトアドレスにトークンを送信します。これにより、これらのトークンが失われる可能性があります。"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"contractDeployment" : {
2021-06-08 05:19:32 +02:00
"message" : "コントラクトの展開"
2018-03-14 06:33:26 +01:00
} ,
2022-09-27 17:36:55 +02:00
"contractDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "詐欺から身を守るため、サードパーティの詳細を確認してください。"
2022-09-27 17:36:55 +02:00
} ,
2020-09-23 16:51:42 +02:00
"contractInteraction" : {
2022-02-07 17:29:17 +01:00
"message" : "コントラクトインタラクション"
2020-09-23 16:51:42 +02:00
} ,
2023-01-04 20:22:06 +01:00
"contractNFT" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTコントラクト"
2023-01-04 20:22:06 +01:00
} ,
"contractRequestingAccess" : {
2023-09-05 15:49:07 +02:00
"message" : "サードパーティがアクセスを要求しています"
2023-01-04 20:22:06 +01:00
} ,
"contractRequestingSignature" : {
2023-09-05 15:49:07 +02:00
"message" : "サードパーティが署名をリクエストしています"
2023-01-04 20:22:06 +01:00
} ,
2022-09-27 17:36:55 +02:00
"contractRequestingSpendingCap" : {
2023-08-22 15:34:31 +02:00
"message" : "サードパーティが使用上限を要求しています"
2022-09-27 17:36:55 +02:00
} ,
"contractTitle" : {
2023-08-22 15:34:31 +02:00
"message" : "サードパーティの詳細"
2022-09-27 17:36:55 +02:00
} ,
"contractToken" : {
"message" : "トークンコントラクト"
} ,
2022-04-22 18:58:09 +02:00
"convertTokenToNFTDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "このアセットはNFTであることが検出されました。MetaMaskでは現在、NFTが完全にネイティブでサポートされています。トークンリストから削除して、NFTとして追加しますか? "
2022-04-22 18:58:09 +02:00
} ,
"convertTokenToNFTExistDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "このアセットはNFTとして追加されていることが検出されました。トークンリストから削除しますか? "
2022-04-22 18:58:09 +02:00
} ,
2023-01-04 20:22:06 +01:00
"coolWallet" : {
"message" : "CoolWallet"
} ,
2018-03-14 06:33:26 +01:00
"copiedExclamation" : {
2023-03-06 18:21:56 +01:00
"message" : "コピーしました。"
2018-03-14 06:33:26 +01:00
} ,
2021-02-08 16:31:17 +01:00
"copyAddress" : {
2021-06-08 05:19:32 +02:00
"message" : "アドレスをクリップボードにコピー"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"copyRawTransactionData" : {
"message" : "未処理のトランザクションデータをコピー"
} ,
2020-09-23 16:51:42 +02:00
"copyToClipboard" : {
2021-06-08 05:19:32 +02:00
"message" : "クリップボードにコピー"
2020-09-23 16:51:42 +02:00
} ,
2021-02-08 16:31:17 +01:00
"copyTransactionId" : {
2022-02-07 17:29:17 +01:00
"message" : "トランザクションIDをコピー"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"create" : {
"message" : "作成"
} ,
2022-01-07 20:55:07 +01:00
"createNewWallet" : {
"message" : "新規ウォレットを作成"
} ,
2021-02-08 16:31:17 +01:00
"createPassword" : {
2022-02-07 17:29:17 +01:00
"message" : "パスワードを作成"
2021-02-08 16:31:17 +01:00
} ,
2023-03-06 18:21:56 +01:00
"cryptoCompare" : {
"message" : "CryptoCompare"
} ,
2021-02-08 16:31:17 +01:00
"currencyConversion" : {
"message" : "通貨換算"
} ,
2023-03-06 18:21:56 +01:00
"currencyRateCheckToggle" : {
"message" : "残高とトークン価格チェッカーを表示"
} ,
"currencyRateCheckToggleDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskは、$1と$2のAPIを使用して残高とトークンの価格を表示します。$3" ,
2023-03-06 18:21:56 +01:00
"description" : "$1 represents Coingecko, $2 represents CryptoCompare and $3 represents Privacy Policy"
} ,
2021-06-08 05:19:32 +02:00
"currencySymbol" : {
"message" : "通貨記号"
} ,
"currencySymbolDefinition" : {
2022-02-07 17:29:17 +01:00
"message" : "このネットワークの通貨に対して表示されるティッカーシンボル。"
2021-06-08 05:19:32 +02:00
} ,
2021-02-08 16:31:17 +01:00
"currentAccountNotConnected" : {
"message" : "現在のアカウントは接続されていません"
} ,
"currentExtension" : {
2023-09-05 15:49:07 +02:00
"message" : "現在の拡張機能ページ"
2021-02-08 16:31:17 +01:00
} ,
"currentLanguage" : {
"message" : "現在の言語"
} ,
2023-01-04 20:22:06 +01:00
"currentRpcUrlDeprecated" : {
2023-09-05 15:49:07 +02:00
"message" : "このネットワークの現在のRPC URLは非推奨となりました。"
2023-01-04 20:22:06 +01:00
} ,
2022-01-07 20:55:07 +01:00
"currentTitle" : {
"message" : "現在:"
} ,
"currentlyUnavailable" : {
"message" : "このネットワークでは利用できません"
} ,
2022-04-22 18:58:09 +02:00
"curveHighGasEstimate" : {
"message" : "積極的なガス代見積もりグラフ"
} ,
"curveLowGasEstimate" : {
"message" : "低いガス代見積もりグラフ"
} ,
"curveMediumGasEstimate" : {
"message" : "市場のガス代見積もりグラフ"
} ,
2023-08-22 15:34:31 +02:00
"custodian" : {
"message" : "カストディアン"
} ,
"custodianAccount" : {
"message" : "カストディアンアカウント"
} ,
"custodianAccountAddedDesc" : {
2023-09-05 15:49:07 +02:00
"message" : "カストディアンアカウントをMetaMask Institutionalで使えるようになりました。"
2023-08-22 15:34:31 +02:00
} ,
"custodianAccountAddedTitle" : {
"message" : "選択されたカストディアンアカウントが追加されました。"
} ,
"custodianReplaceRefreshTokenChangedFailed" : {
2023-09-05 15:49:07 +02:00
"message" : "$1に移動して、ユーザーインターフェースの「MMIに接続」ボタンをクリックし、アカウントをMMIに再接続します。"
2023-08-22 15:34:31 +02:00
} ,
"custodianReplaceRefreshTokenChangedSubtitle" : {
2023-09-05 15:49:07 +02:00
"message" : "カストディアンアカウントをMetaMask Institutionalで使えるようになりました。"
2023-08-22 15:34:31 +02:00
} ,
"custodianReplaceRefreshTokenChangedTitle" : {
"message" : "カストディアントークンが更新されました"
} ,
"custodianReplaceRefreshTokenSubtitle" : {
"message" : "これにより、次のアドレスのカストディアントークンが置き換えられます:"
} ,
"custodianReplaceRefreshTokenTitle" : {
"message" : "カストディアントークンを置き換える"
} ,
"custodyApiUrl" : {
"message" : "$1 API URL"
} ,
"custodyDeeplinkDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1アプリでトランザクションを承認してください。必要なカストディ承認がすべて行われると、トランザクションが完了します。ステータスは$1アプリで確認できます。"
2023-08-22 15:34:31 +02:00
} ,
"custodyRefreshTokenModalDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1に移動して、ユーザーインターフェースの「MMIに接続」ボタンをクリックし、アカウントをMMIに再接続します。"
2023-08-22 15:34:31 +02:00
} ,
"custodyRefreshTokenModalDescription1" : {
"message" : "カストディアンがMetaMask Institutional拡張機能を認証するトークンを発行し、アカウントを接続できるようになります。"
} ,
"custodyRefreshTokenModalDescription2" : {
"message" : "このトークンはセキュリティ上の理由により、一定期間後に失効します。その場合、MMIへの再接続が必要になります。"
} ,
"custodyRefreshTokenModalSubtitle" : {
"message" : "このメッセージが表示される理由"
} ,
"custodyRefreshTokenModalTitle" : {
"message" : "カストディアンセッションが期限切れになりました"
} ,
"custodySessionExpired" : {
"message" : "カストディアンセッションが期限切れになりました。"
} ,
"custodyWrongChain" : {
2023-09-05 15:49:07 +02:00
"message" : "このアカウントは$1で使用できるように設定されていません"
2023-08-22 15:34:31 +02:00
} ,
2022-01-07 20:55:07 +01:00
"custom" : {
2022-02-07 17:29:17 +01:00
"message" : "高度な設定"
2022-01-07 20:55:07 +01:00
} ,
2022-04-22 18:58:09 +02:00
"customContentSearch" : {
"message" : "以前追加されたネットワークを検索"
} ,
2022-01-07 20:55:07 +01:00
"customGasSettingToolTipMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "ガス価格をカスタマイズするには$1を使用します。慣れていない場合はわかりにくい可能性があります。自己責任で操作してください。" ,
2022-08-08 21:01:38 +02:00
"description" : "$1 is key 'advanced' (text: 'Advanced') separated here so that it can be passed in with bold font-weight"
2022-01-07 20:55:07 +01:00
} ,
2021-02-08 16:31:17 +01:00
"customSpendLimit" : {
"message" : "カスタム使用限度額"
} ,
2022-09-27 17:36:55 +02:00
"customSpendingCap" : {
"message" : "カスタム使用上限"
} ,
2020-09-23 16:51:42 +02:00
"customToken" : {
2022-02-07 17:29:17 +01:00
"message" : "カスタムトークン"
2020-09-23 16:51:42 +02:00
} ,
2022-04-22 18:58:09 +02:00
"customTokenWarningInNonTokenDetectionNetwork" : {
2023-09-05 15:49:07 +02:00
"message" : "このネットワークではまだトークンの検出を利用できません。トークンを手動でインポートし、信頼できることを確認してください。$1の詳細をご覧ください"
2022-04-22 18:58:09 +02:00
} ,
"customTokenWarningInTokenDetectionNetwork" : {
2023-09-05 15:49:07 +02:00
"message" : "手動でトークンをインポートする前に、信頼できることを確認してください。$1の詳細をご覧ください。"
2022-04-22 18:58:09 +02:00
} ,
2022-09-27 17:36:55 +02:00
"customTokenWarningInTokenDetectionNetworkWithTDOFF" : {
"message" : "インポートする前にトークンが信頼できることを確認してください。$1を避ける方法の詳細をご覧ください。また、$2トークンの検出を有効にすることもできます。"
} ,
2022-04-22 18:58:09 +02:00
"customerSupport" : {
"message" : "カスタマーサポート"
} ,
2023-08-22 15:34:31 +02:00
"dappRequestedSpendingCap" : {
"message" : "サイトが使用上限を要求しました"
} ,
2022-01-07 20:55:07 +01:00
"dappSuggested" : {
"message" : "サイト提案"
} ,
"dappSuggestedGasSettingToolTipMessage" : {
"message" : "$1はこの価格を提案しています。" ,
"description" : "$1 is url for the dapp that has suggested gas settings"
} ,
2023-08-22 15:34:31 +02:00
"dappSuggestedHigh" : {
"message" : "提案されたサイト"
} ,
"dappSuggestedHighShortLabel" : {
"message" : "サイト (高)"
} ,
2022-01-07 20:55:07 +01:00
"dappSuggestedShortLabel" : {
"message" : "サイト"
} ,
"dappSuggestedTooltip" : {
"message" : "$1はこの価格を推奨しています。" ,
"description" : "$1 represents the Dapp's origin"
} ,
2022-04-22 18:58:09 +02:00
"darkTheme" : {
"message" : "ダーク"
} ,
2022-01-07 20:55:07 +01:00
"data" : {
"message" : "データ"
} ,
2022-09-27 17:36:55 +02:00
"dataBackupSeemsCorrupt" : {
"message" : "データを復元できません。ファイルが破損しているようです。"
} ,
2022-01-07 20:55:07 +01:00
"dataHex" : {
"message" : "16進法"
} ,
2023-01-04 20:22:06 +01:00
"dcent" : {
"message" : "D'Cent"
} ,
2018-03-27 15:05:37 +02:00
"decimal" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンの小数桁数"
2018-10-03 18:19:03 +02:00
} ,
2021-02-08 16:31:17 +01:00
"decimalsMustZerotoTen" : {
2022-02-07 17:29:17 +01:00
"message" : "小数桁数は0以上、36以下の範囲で使用する必要があります。"
2021-02-08 16:31:17 +01:00
} ,
"decrypt" : {
2022-02-07 17:29:17 +01:00
"message" : "解読"
2021-02-08 16:31:17 +01:00
} ,
"decryptCopy" : {
2022-02-07 17:29:17 +01:00
"message" : "暗号化されたメッセージをコピー"
2021-02-08 16:31:17 +01:00
} ,
"decryptInlineError" : {
2022-02-07 17:29:17 +01:00
"message" : "このメッセージは次のエラーにより解読できません。$1" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is error message"
} ,
"decryptMessageNotice" : {
2022-02-07 17:29:17 +01:00
"message" : "$1は、このメッセージを読んでアクションを完了させることを望んでいます" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the web3 site name"
} ,
"decryptMetamask" : {
2022-02-07 17:29:17 +01:00
"message" : "メッセージを解読"
2021-02-08 16:31:17 +01:00
} ,
"decryptRequest" : {
2022-02-07 17:29:17 +01:00
"message" : "リクエストを解読"
2021-02-08 16:31:17 +01:00
} ,
"delete" : {
"message" : "削除"
} ,
2023-08-22 15:34:31 +02:00
"deleteContact" : {
"message" : "連絡先を削除"
} ,
2021-02-08 16:31:17 +01:00
"deleteNetwork" : {
2023-09-05 15:49:07 +02:00
"message" : "ネットワークを削除しますか?"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"deleteNetworkIntro" : {
"message" : "このネットワークを削除した場合、このネットワーク内の資産を見るには、再度ネットワークの追加が必要になります。"
} ,
"deleteNetworkTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "$1ネットワークを削除しますか? " ,
2023-08-22 15:34:31 +02:00
"description" : "$1 represents the name of the network"
} ,
2023-01-04 20:22:06 +01:00
"deposit" : {
"message" : "入金"
} ,
2022-09-27 17:36:55 +02:00
"deprecatedTestNetworksLink" : {
"message" : "詳細"
} ,
"deprecatedTestNetworksMsg" : {
2023-09-05 15:49:07 +02:00
"message" : "イーサリアムのプロトコル変更のため: Rinkeby、Ropsten、Kovanテストネットワークは動作が安定しない可能性があり、近いうちに非推奨になります。"
2022-09-27 17:36:55 +02:00
} ,
2022-01-07 20:55:07 +01:00
"description" : {
"message" : "説明"
} ,
2023-08-22 15:34:31 +02:00
"descriptionFromSnap" : {
2023-09-05 15:49:07 +02:00
"message" : "$1からの説明" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 represents the name of the snap"
} ,
2023-09-05 15:49:07 +02:00
"desktopApp" : {
"message" : "デスクトップアプリ"
} ,
2023-03-06 18:21:56 +01:00
"desktopConnectionCriticalErrorDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "このエラーは一時的なものかもしれないので、拡張機能を再起動するか、MetaMask Desktopを無効にしてみてください。"
2023-03-06 18:21:56 +01:00
} ,
"desktopConnectionCriticalErrorTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskがうまく起動できませんでした"
2023-03-06 18:21:56 +01:00
} ,
"desktopConnectionLostErrorDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "デスクトップアプリが正常に動作していることを確認するか、MetaMask Desktopを無効にしてください。"
2023-03-06 18:21:56 +01:00
} ,
"desktopConnectionLostErrorTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopの接続が失われました"
2023-03-06 18:21:56 +01:00
} ,
"desktopDisableButton" : {
"message" : "デスクトップアプリを無効にする"
} ,
"desktopDisableErrorCTA" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopを無効にする"
2023-03-06 18:21:56 +01:00
} ,
"desktopEnableButton" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopを有効にする"
2023-03-06 18:21:56 +01:00
} ,
"desktopEnableButtonDescription" : {
"message" : "クリックして、デスクトップアプリのすべてのバックグラウンドプロセスを実行します。"
} ,
"desktopErrorNavigateSettingsCTA" : {
"message" : "設定ページに戻る"
} ,
"desktopErrorRestartMMCTA" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskを再起動"
2023-03-06 18:21:56 +01:00
} ,
"desktopNotFoundErrorCTA" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopをダウンロード"
2023-03-06 18:21:56 +01:00
} ,
"desktopNotFoundErrorDescription1" : {
"message" : "デスクトップアプリが正常に動作していることを確認してください。"
} ,
"desktopNotFoundErrorDescription2" : {
2023-09-05 15:49:07 +02:00
"message" : "デスクトップアプリがインストールされていない場合は、MetaMaskのWebサイトでダウンロードしてください。"
2023-03-06 18:21:56 +01:00
} ,
"desktopNotFoundErrorTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopが見つかりませんでした"
2023-03-06 18:21:56 +01:00
} ,
"desktopOpenOrDownloadCTA" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopを開く"
2023-03-06 18:21:56 +01:00
} ,
"desktopOutdatedErrorCTA" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopを更新"
2023-03-06 18:21:56 +01:00
} ,
"desktopOutdatedErrorDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "ご使用のMetaMaskデスクトップアプリはアップグレードが必要です。"
2023-03-06 18:21:56 +01:00
} ,
"desktopOutdatedErrorTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopが古くなっています"
2023-03-06 18:21:56 +01:00
} ,
"desktopOutdatedExtensionErrorCTA" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask拡張機能を更新"
2023-03-06 18:21:56 +01:00
} ,
"desktopOutdatedExtensionErrorDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "ご使用のMetaMask拡張機能はアップグレードが必要です。"
2023-03-06 18:21:56 +01:00
} ,
"desktopOutdatedExtensionErrorTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask拡張機能が古くなっています"
2023-03-06 18:21:56 +01:00
} ,
"desktopPageDescription" : {
"message" : "ペアリングが成功したら、拡張機能が再起動し、パスワードの再入力が必要になります。"
} ,
"desktopPageSubTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopを開いてこのコードを入力してください"
2023-03-06 18:21:56 +01:00
} ,
"desktopPageTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "Desktopとのペアリング"
2023-03-06 18:21:56 +01:00
} ,
"desktopPairedWarningDeepLink" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopの設定に移動"
2023-03-06 18:21:56 +01:00
} ,
"desktopPairedWarningDescription" : {
"message" : "新しいペアリングを開始するには、現在の接続を削除してください。"
} ,
"desktopPairedWarningTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "MM Desktopがすでにペアリングされています"
2023-03-06 18:21:56 +01:00
} ,
"desktopPairingExpireMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "コードはあと$1秒で期限切れになります"
2023-03-06 18:21:56 +01:00
} ,
"desktopRouteNotFoundErrorDescription" : {
"message" : "desktopRouteNotFoundErrorDescription"
} ,
"desktopRouteNotFoundErrorTitle" : {
"message" : "desktopRouteNotFoundErrorTitle"
} ,
"desktopUnexpectedErrorCTA" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskのホームに戻る"
2023-03-06 18:21:56 +01:00
} ,
"desktopUnexpectedErrorDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Desktopを確認して接続を復元してください"
2023-03-06 18:21:56 +01:00
} ,
"desktopUnexpectedErrorTitle" : {
"message" : "何か問題が発生しました..."
} ,
2018-03-14 06:33:26 +01:00
"details" : {
"message" : "詳細"
} ,
2022-04-22 18:58:09 +02:00
"disabledGasOptionToolTipMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "元のガス代の10%以上という増額の条件を満たしていないため、「$1」は無効になっています。" ,
2022-04-22 18:58:09 +02:00
"description" : "$1 is gas estimate type which can be market or aggressive"
} ,
2021-02-08 16:31:17 +01:00
"disconnect" : {
2021-06-08 05:19:32 +02:00
"message" : "接続解除"
2021-02-08 16:31:17 +01:00
} ,
"disconnectAllAccounts" : {
2022-02-07 17:29:17 +01:00
"message" : "すべてのアカウントを接続解除"
2021-02-08 16:31:17 +01:00
} ,
"disconnectAllAccountsConfirmationDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "本当に接続解除しますか?サイトの機能を失う可能性があります。"
2021-02-08 16:31:17 +01:00
} ,
"disconnectPrompt" : {
2022-02-07 17:29:17 +01:00
"message" : "$1を接続解除"
2021-02-08 16:31:17 +01:00
} ,
"disconnectThisAccount" : {
2022-02-07 17:29:17 +01:00
"message" : "このアカウントを接続解除"
2021-02-08 16:31:17 +01:00
} ,
"dismiss" : {
2022-02-07 17:29:17 +01:00
"message" : "閉じる"
2018-03-14 06:33:26 +01:00
} ,
2021-05-15 02:18:39 +02:00
"dismissReminderDescriptionField" : {
2023-09-05 15:49:07 +02:00
"message" : "これをオンにすると、シークレットリカバリーフレーズのバックアップのリマインダーメッセージが解除されます。資金の損失を防ぐために、シークレットリカバリーフレーズのバックアップを取ることを強くお勧めします。"
2021-05-15 02:18:39 +02:00
} ,
2021-06-08 05:19:32 +02:00
"dismissReminderField" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズのバックアップリマインダーを解除"
2021-06-08 05:19:32 +02:00
} ,
2023-08-22 15:34:31 +02:00
"displayNftMedia" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTメディアの表示"
2023-08-22 15:34:31 +02:00
} ,
"displayNftMediaDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTのメディアとデータを表示した場合、IPアドレスがOpenSeaをはじめとするサードパーティに公開されます。その結果、攻撃者がユーザーのIPアドレスとイーサリアムアドレスを関連付けられるようになる可能性があります。NFTの自動検出はこの設定に依存しており、この設定を無効にすると利用できなくなります。"
2023-08-22 15:34:31 +02:00
} ,
2021-06-08 05:19:32 +02:00
"domain" : {
"message" : "ドメイン"
} ,
2018-03-14 06:33:26 +01:00
"done" : {
"message" : "完了"
} ,
2021-02-08 16:31:17 +01:00
"dontShowThisAgain" : {
2022-02-07 17:29:17 +01:00
"message" : "今後表示しない"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"downArrow" : {
"message" : "下矢印"
} ,
2021-02-08 16:31:17 +01:00
"downloadGoogleChrome" : {
2022-02-07 17:29:17 +01:00
"message" : "Google Chromeをダウンロード"
2021-02-08 16:31:17 +01:00
} ,
2023-01-04 20:22:06 +01:00
"downloadNow" : {
"message" : "今すぐダウンロード"
} ,
2021-02-08 16:31:17 +01:00
"downloadStateLogs" : {
2023-09-05 15:49:07 +02:00
"message" : "ステートログをダウンロード"
2021-02-08 16:31:17 +01:00
} ,
"dropped" : {
2021-06-08 05:19:32 +02:00
"message" : "削除されました"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"edit" : {
"message" : "編集"
} ,
2022-01-07 20:55:07 +01:00
"editANickname" : {
"message" : "ニックネームを編集"
} ,
"editAddressNickname" : {
"message" : "アドレスのニックネームを編集"
} ,
2022-04-22 18:58:09 +02:00
"editCancellationGasFeeModalTitle" : {
"message" : "キャンセルのガス代を編集"
} ,
2021-02-08 16:31:17 +01:00
"editContact" : {
2022-02-07 17:29:17 +01:00
"message" : "連絡先を編集"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"editGasFeeModalTitle" : {
"message" : "ガス代を編集"
} ,
"editGasLimitOutOfBounds" : {
2023-09-05 15:49:07 +02:00
"message" : "ガスリミットは$1以上にする必要があります"
2022-01-07 20:55:07 +01:00
} ,
"editGasLimitOutOfBoundsV2" : {
2023-09-05 15:49:07 +02:00
"message" : "ガスリミットは$1より大きく、$2未満でなければなりません" ,
2022-01-07 20:55:07 +01:00
"description" : "$1 is the minimum limit for gas and $2 is the maximum limit"
} ,
"editGasLimitTooltip" : {
2023-09-05 15:49:07 +02:00
"message" : "ガスリミットは、使用しても構わないガスの最大単位数です。ガスの単位数は、「最大優先手数料」および「最大手数料」の乗数になります。"
2022-01-07 20:55:07 +01:00
} ,
"editGasMaxBaseFeeGWEIImbalance" : {
2023-09-05 15:49:07 +02:00
"message" : "最大基本料金を優先手数料よりも低くすることはできません"
2022-01-07 20:55:07 +01:00
} ,
"editGasMaxBaseFeeHigh" : {
2023-09-05 15:49:07 +02:00
"message" : "最大基本料金が必要以上です"
2022-01-07 20:55:07 +01:00
} ,
"editGasMaxBaseFeeLow" : {
2023-09-05 15:49:07 +02:00
"message" : "現在のネットワーク状況に対して最大基本料金が低いです"
2022-01-07 20:55:07 +01:00
} ,
"editGasMaxFeeHigh" : {
"message" : "最大手数料が必要以上です"
} ,
"editGasMaxFeeLow" : {
"message" : "ネットワークの状況に対して最大手数料が低すぎます"
} ,
"editGasMaxFeePriorityImbalance" : {
"message" : "最大手数料を優先手数料よりも低くすることはできません"
} ,
"editGasMaxPriorityFeeBelowMinimum" : {
2023-09-05 15:49:07 +02:00
"message" : "最大優先手数料は0gweiより高くなければなりません"
2022-01-07 20:55:07 +01:00
} ,
"editGasMaxPriorityFeeBelowMinimumV2" : {
"message" : "優先手数料は0より高くなければなりません。"
} ,
"editGasMaxPriorityFeeHigh" : {
"message" : "最大優先手数料が必要以上です。必要以上の額が支払われる可能性があります。"
} ,
"editGasMaxPriorityFeeHighV2" : {
"message" : "優先手数料が必要以上です。必要以上の額が支払われる可能性があります。"
} ,
"editGasMaxPriorityFeeLow" : {
"message" : "現在のネットワーク状況に対して最大優先手数料が低いです"
} ,
"editGasMaxPriorityFeeLowV2" : {
"message" : "現在のネットワーク状況に対して優先手数料が低いです"
} ,
"editGasPriceTooLow" : {
2023-09-05 15:49:07 +02:00
"message" : "ガス価格は0より高くなければなりません"
2022-01-07 20:55:07 +01:00
} ,
"editGasPriceTooltip" : {
2023-09-05 15:49:07 +02:00
"message" : "このネットワークは、トランザクションの送信時に「ガス価格」フィールドが必要です。ガス価格は、ガス1単位あたりに支払う金額です。"
2022-01-07 20:55:07 +01:00
} ,
"editGasSubTextAmountLabel" : {
"message" : "最大額:" ,
"description" : "This is meant to be used as the $1 substitution editGasSubTextAmount"
} ,
"editGasSubTextFeeLabel" : {
"message" : "最大手数料:"
} ,
"editGasTitle" : {
"message" : "優先度を編集"
} ,
"editGasTooLow" : {
"message" : "不明な処理時間"
} ,
2021-06-08 05:19:32 +02:00
"editNonceField" : {
2022-02-07 17:29:17 +01:00
"message" : "ナンスを編集"
2021-06-08 05:19:32 +02:00
} ,
"editNonceMessage" : {
"message" : "これは高度な機能であり、慎重に使用してください。"
} ,
2021-02-08 16:31:17 +01:00
"editPermission" : {
"message" : "アクセス許可の編集"
} ,
2022-04-22 18:58:09 +02:00
"editSpeedUpEditGasFeeModalTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "高速化用のガス代を編集"
2022-04-22 18:58:09 +02:00
} ,
2022-01-07 20:55:07 +01:00
"enableAutoDetect" : {
"message" : " 自動検出を有効にする"
} ,
2023-08-22 15:34:31 +02:00
"enableForAllNetworks" : {
"message" : "すべてのネットワークで有効にする"
} ,
2022-01-07 20:55:07 +01:00
"enableFromSettings" : {
"message" : " 設定で有効にします。"
} ,
2023-08-22 15:34:31 +02:00
"enableSmartSwaps" : {
"message" : "スマートスワップを有効にする"
} ,
"enableSnap" : {
"message" : "有効にする"
} ,
2022-01-07 20:55:07 +01:00
"enableToken" : {
"message" : "$1を有効にする" ,
"description" : "$1 is a token symbol, e.g. ETH"
} ,
2023-08-22 15:34:31 +02:00
"enabled" : {
"message" : "有効"
} ,
2021-02-08 16:31:17 +01:00
"encryptionPublicKeyNotice" : {
2022-02-07 17:29:17 +01:00
"message" : "$1は公開暗号鍵を必要とします。同意することによって、このサイトは暗号化されたメッセージを作成できます。" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the web3 site name"
} ,
"encryptionPublicKeyRequest" : {
2023-09-05 15:49:07 +02:00
"message" : "公開暗号鍵をリクエスト"
2021-02-08 16:31:17 +01:00
} ,
"endpointReturnedDifferentChainId" : {
2023-09-05 15:49:07 +02:00
"message" : "入力したRPC URLが別のチェーンID ($1) を返しました。追加しようとしているネットワークのRPC URLと一致するように、チェーンIDを更新してください。" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the return value of eth_chainId from an RPC endpoint"
} ,
2022-09-27 17:36:55 +02:00
"enhancedTokenDetectionAlertMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "改善されたトークン検出は現在$1で利用可能です。$2"
2022-09-27 17:36:55 +02:00
} ,
2023-08-22 15:34:31 +02:00
"ensDomainsSettingDescriptionIntro" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskは、「https://metamask.eth」などのENSドメインをブラウザのアドレスバーに直接表示します。使い方は次の通りです:"
2023-08-22 15:34:31 +02:00
} ,
"ensDomainsSettingDescriptionOutro" : {
2023-09-05 15:49:07 +02:00
"message" : "一般的なブラウザは通常、ENSやIPFSアドレスを扱えませんが、MetaMaskはそれをサポートします。この機能を使うと、IPFSサードパーティサービスにIPアドレスが共有される可能性があります。"
2023-08-22 15:34:31 +02:00
} ,
"ensDomainsSettingDescriptionPoint1" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskはイーサリアムのENSコントラクトを確認し、ENS名に接続されたコードを取得します。"
2023-08-22 15:34:31 +02:00
} ,
"ensDomainsSettingDescriptionPoint2" : {
2023-09-05 15:49:07 +02:00
"message" : "コードがIPFSにリンクされている場合、IPFSネットワークからコンテンツを取得します。"
2023-08-22 15:34:31 +02:00
} ,
"ensDomainsSettingDescriptionPoint3" : {
2023-09-05 15:49:07 +02:00
"message" : "その後コンテンツが表示され、通常Webサイトやその他同様のコンテンツとなります。"
2023-08-22 15:34:31 +02:00
} ,
"ensDomainsSettingTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "アドレスバーにENSドメインを表示する"
2023-08-22 15:34:31 +02:00
} ,
2022-01-07 20:55:07 +01:00
"ensIllegalCharacter" : {
"message" : "ENSにサポートされていない文字が使用されています。"
} ,
2021-02-08 16:31:17 +01:00
"ensNotFoundOnCurrentNetwork" : {
2022-02-07 17:29:17 +01:00
"message" : "ENS名が現在のネットワーク上に見つかりませんでした。イーサリアムメインネットへの切り替えを試みてください。"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"ensNotSupportedOnNetwork" : {
"message" : "ネットワークがENSをサポートしていません"
} ,
2021-02-08 16:31:17 +01:00
"ensRegistrationError" : {
2022-02-07 17:29:17 +01:00
"message" : "ENS名の登録エラー"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"ensUnknownError" : {
"message" : "ENSの検索に失敗しました。"
} ,
2023-01-04 20:22:06 +01:00
"enterANumber" : {
"message" : "数字を入力してください"
} ,
2023-08-22 15:34:31 +02:00
"enterCustodianToken" : {
2023-09-05 15:49:07 +02:00
"message" : "$1トークンを入力するか、新しいトークンを追加してください"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"enterMaxSpendLimit" : {
"message" : "使用限度額の最大値を入力してください"
} ,
2023-08-22 15:34:31 +02:00
"enterOptionalPassword" : {
"message" : "オプションのパスワードを入力してください"
} ,
2021-02-08 16:31:17 +01:00
"enterPasswordContinue" : {
"message" : "続行するには、パスワードを入力してください"
} ,
2023-08-22 15:34:31 +02:00
"enterTokenNameOrAddress" : {
"message" : "トークン名を入力するか、アドレスを貼り付けてください"
} ,
"enterYourPassword" : {
"message" : "パスワードを入力してください"
} ,
2021-02-08 16:31:17 +01:00
"errorCode" : {
2022-02-07 17:29:17 +01:00
"message" : "コード: $1" ,
2021-02-08 16:31:17 +01:00
"description" : "Displayed error code for debugging purposes. $1 is the error code"
} ,
"errorDetails" : {
"message" : "エラーの詳細" ,
"description" : "Title for collapsible section that displays error details for debugging purposes"
} ,
"errorMessage" : {
2022-02-07 17:29:17 +01:00
"message" : "メッセージ: $1" ,
2021-02-08 16:31:17 +01:00
"description" : "Displayed error message for debugging purposes. $1 is the error message"
} ,
"errorName" : {
2022-02-07 17:29:17 +01:00
"message" : "コード: $1" ,
2021-02-08 16:31:17 +01:00
"description" : "Displayed error name for debugging purposes. $1 is the error name"
} ,
2021-06-08 05:19:32 +02:00
"errorPageMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "ページを再ロードしてもう一度実行するか、$1からサポートまでお問い合わせください。" ,
2021-06-08 05:19:32 +02:00
"description" : "Message displayed on generic error page in the fullscreen or notification UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets."
} ,
"errorPagePopupMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "ポップアップを閉じてから再び開いてもう一度実行するか、$1からサポートまでお問い合わせください。" ,
2021-06-08 05:19:32 +02:00
"description" : "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets."
} ,
2021-02-08 16:31:17 +01:00
"errorPageTitle" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskにエラーが発生しました" ,
2021-02-08 16:31:17 +01:00
"description" : "Title of generic error page"
} ,
"errorStack" : {
"message" : "スタック:" ,
"description" : "Title for error stack, which is displayed for debugging purposes"
} ,
2023-08-22 15:34:31 +02:00
"errorWhileConnectingToRPC" : {
"message" : "カスタムネットワークへの接続中にエラーが発生しました。"
} ,
"errorWithSnap" : {
2023-09-05 15:49:07 +02:00
"message" : "$1でエラーが発生しました" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 represents the name of the snap"
} ,
2021-06-08 05:19:32 +02:00
"ethGasPriceFetchWarning" : {
2023-09-05 15:49:07 +02:00
"message" : "現在メインのガスの見積もりサービスが利用できないため、バックアップのガス価格が提供されています。"
2021-06-08 05:19:32 +02:00
} ,
2023-08-22 15:34:31 +02:00
"ethereumProviderAccess" : {
2023-09-05 15:49:07 +02:00
"message" : "イーサリアムプロバイダーに$1へのアクセス権を付与する" ,
2023-08-22 15:34:31 +02:00
"description" : "The parameter is the name of the requesting origin"
} ,
2021-02-08 16:31:17 +01:00
"ethereumPublicAddress" : {
2023-09-05 15:49:07 +02:00
"message" : "イーサリアムのパブリックアドレス"
2021-02-08 16:31:17 +01:00
} ,
"etherscan" : {
"message" : "Etherscan"
2018-03-14 06:33:26 +01:00
} ,
"etherscanView" : {
2022-02-07 17:29:17 +01:00
"message" : "Etherscanでアカウントを表示"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"etherscanViewOn" : {
"message" : "Etherscanで表示"
} ,
2021-02-08 16:31:17 +01:00
"expandView" : {
2022-02-07 17:29:17 +01:00
"message" : "ビューを展開"
2018-03-14 06:33:26 +01:00
} ,
2022-01-07 20:55:07 +01:00
"experimental" : {
2023-09-05 15:49:07 +02:00
"message" : "試験運用"
2022-01-07 20:55:07 +01:00
} ,
2023-08-22 15:34:31 +02:00
"exploreMetaMaskSnaps" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Snapsを閲覧"
2023-08-22 15:34:31 +02:00
} ,
"extendWalletWithSnaps" : {
2023-09-05 15:49:07 +02:00
"message" : "ウォレットのユーザー体験をカスタマイズします。"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"externalExtension" : {
"message" : "外部拡張機能"
} ,
2018-03-14 06:33:26 +01:00
"failed" : {
2021-06-08 05:19:32 +02:00
"message" : "失敗しました"
2018-03-14 06:33:26 +01:00
} ,
2021-02-08 16:31:17 +01:00
"failedToFetchChainId" : {
2023-09-05 15:49:07 +02:00
"message" : "チェーンIDを取り込むことができませんでした。お使いのRPC URLは正しいですか? "
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"failedToFetchTickerSymbolData" : {
2023-09-05 15:49:07 +02:00
"message" : "ティッカーシンボルの検証データが現在利用できません。入力されたシンボルが正しいことを確認してください。これはこのネットワークの換算レートに影響を与えます"
2022-04-22 18:58:09 +02:00
} ,
2021-02-08 16:31:17 +01:00
"failureMessage" : {
2022-02-07 17:29:17 +01:00
"message" : "問題が発生しました。アクションを完了させることができません"
2021-02-08 16:31:17 +01:00
} ,
"fast" : {
"message" : "高速"
} ,
"feeAssociatedRequest" : {
2023-09-05 15:49:07 +02:00
"message" : "このリクエストには手数料がかかります。"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"fiat" : {
2023-09-05 15:49:07 +02:00
"message" : "法定通貨" ,
2018-03-14 06:33:26 +01:00
"description" : "Exchange type"
} ,
"fileImportFail" : {
2023-09-05 15:49:07 +02:00
"message" : "ファイルのインポートが機能していない場合、ここをクリックしてください!" ,
2018-03-14 06:33:26 +01:00
"description" : "Helps user import their account from a JSON file"
} ,
2023-08-22 15:34:31 +02:00
"fileTooBig" : {
"message" : "ドロップされたファイルが大きすぎます。"
} ,
2022-04-22 18:58:09 +02:00
"flaskWelcomeUninstall" : {
"message" : "この拡張機能はアンインストールしてください" ,
"description" : "This request is shown on the Flask Welcome screen. It is intended for non-developers, and will be bolded."
} ,
"flaskWelcomeWarning1" : {
2023-09-05 15:49:07 +02:00
"message" : "Flaskは、開発者が新しい不安定なAPIをテストするためのものです。開発者やベータテスター以外の方は、$1。" ,
2022-04-22 18:58:09 +02:00
"description" : "This is a warning shown on the Flask Welcome screen, intended to encourage non-developers not to proceed any further. $1 is the bolded message 'flaskWelcomeUninstall'"
} ,
"flaskWelcomeWarning2" : {
2023-09-05 15:49:07 +02:00
"message" : "この拡張機能の安全性や安定性は保証されていません。Flaskで提供される新しいAPIはフィッシング攻撃への対策ができていないため、Flaskを必要とするサイトまたはsnapは、資産の窃取を目的とした悪質なものである可能性があります。" ,
2022-04-22 18:58:09 +02:00
"description" : "This explains the risks of using MetaMask Flask"
} ,
"flaskWelcomeWarning3" : {
2023-09-05 15:49:07 +02:00
"message" : "Flask APIはすべて試験運用です。これらは通知なしに変更または削除される可能性があり、安定したMetaMaskに移行することなく永久にFlaskに残る可能性もあります。自己責任でご使用ください。" ,
2022-04-22 18:58:09 +02:00
"description" : "This message warns developers about unstable Flask APIs"
} ,
2022-06-14 00:49:12 +02:00
"flaskWelcomeWarning4" : {
2023-09-05 15:49:07 +02:00
"message" : "Flaskの使用中は、通常のMetaMask拡張機能を無効にしてください。" ,
2022-06-14 00:49:12 +02:00
"description" : "This message calls to pay attention about multiple versions of MetaMask running on the same site (Flask + Prod)"
} ,
2022-04-22 18:58:09 +02:00
"flaskWelcomeWarningAcceptButton" : {
"message" : "リスクを受け入れる" ,
"description" : "this text is shown on a button, which the user presses to confirm they understand the risks of using Flask"
} ,
2022-01-07 20:55:07 +01:00
"followUsOnTwitter" : {
"message" : "Twitterでフォロー"
} ,
2021-02-08 16:31:17 +01:00
"forbiddenIpfsGateway" : {
2022-02-07 17:29:17 +01:00
"message" : "IPFSゲートウェイの使用は禁止されています。CIDゲートウェイを指定してください"
2021-02-08 16:31:17 +01:00
} ,
"forgetDevice" : {
2022-02-07 17:29:17 +01:00
"message" : "このデバイスの登録を解除"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"forgotPassword" : {
"message" : "パスワードを忘れた場合"
} ,
2018-03-14 06:33:26 +01:00
"from" : {
2021-06-08 05:19:32 +02:00
"message" : "移動元"
2018-03-14 06:33:26 +01:00
} ,
2021-02-08 16:31:17 +01:00
"fromAddress" : {
2022-02-07 17:29:17 +01:00
"message" : "移動元: $1" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the address to include in the From label. It is typically shortened first using shortenAddress"
} ,
2022-04-22 18:58:09 +02:00
"fromTokenLists" : {
"message" : "トークンリストから: $1"
} ,
2021-02-08 16:31:17 +01:00
"functionApprove" : {
2022-02-07 17:29:17 +01:00
"message" : "機能: 承認"
2021-02-08 16:31:17 +01:00
} ,
2022-07-28 17:06:21 +02:00
"functionSetApprovalForAll" : {
"message" : "関数: SetApprovalForAll"
} ,
2021-02-08 16:31:17 +01:00
"functionType" : {
"message" : "機能の種類"
} ,
2022-01-07 20:55:07 +01:00
"gas" : {
"message" : "ガス"
} ,
"gasDisplayAcknowledgeDappButtonText" : {
"message" : "ガス代の提案を編集"
} ,
"gasDisplayDappWarning" : {
"message" : "このガス代は$1により提案されています。これを上書きすると、トランザクションに問題が発生する可能性があります。ご質問がございましたら、$1までお問い合わせください。" ,
"description" : "$1 represents the Dapp's origin"
} ,
2018-03-14 06:33:26 +01:00
"gasLimit" : {
2022-09-27 17:36:55 +02:00
"message" : "ガスリミット"
2021-02-08 16:31:17 +01:00
} ,
"gasLimitInfoTooltipContent" : {
2023-09-05 15:49:07 +02:00
"message" : "ガスリミットは使用するガスの最大単位数です。"
2018-03-14 06:33:26 +01:00
} ,
2022-04-22 18:58:09 +02:00
"gasLimitRecommended" : {
2023-09-05 15:49:07 +02:00
"message" : "推奨されるガスリミットは$1です。ガスリミットがこれ未満の場合、失敗する可能性があります。"
2022-04-22 18:58:09 +02:00
} ,
2018-03-14 06:33:26 +01:00
"gasLimitTooLow" : {
2023-09-05 15:49:07 +02:00
"message" : "ガスリミットは21000以上にする必要があります"
2021-02-08 16:31:17 +01:00
} ,
"gasLimitTooLowWithDynamicFee" : {
2023-09-05 15:49:07 +02:00
"message" : "ガスリミットは$1以上にする必要があります" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the custom gas limit, in decimal."
2018-03-14 06:33:26 +01:00
} ,
2022-01-07 20:55:07 +01:00
"gasLimitV2" : {
2023-09-05 15:49:07 +02:00
"message" : "ガスリミット"
2022-01-07 20:55:07 +01:00
} ,
"gasOption" : {
2022-02-07 17:29:17 +01:00
"message" : "ガスのオプション"
2022-01-07 20:55:07 +01:00
} ,
2018-03-14 06:33:26 +01:00
"gasPrice" : {
2023-09-05 15:49:07 +02:00
"message" : "ガス価格 (gwei)"
2021-06-08 05:19:32 +02:00
} ,
"gasPriceExcessive" : {
2023-09-05 15:49:07 +02:00
"message" : "ガス代が不要に高く設定されています。金額を下げることを検討してください。"
2021-06-08 05:19:32 +02:00
} ,
"gasPriceExcessiveInput" : {
2022-09-27 17:36:55 +02:00
"message" : "ガス価格が高すぎます"
2021-02-08 16:31:17 +01:00
} ,
"gasPriceExtremelyLow" : {
2022-09-27 17:36:55 +02:00
"message" : "ガス価格が非常に低く設定されています"
2021-06-08 05:19:32 +02:00
} ,
"gasPriceFetchFailed" : {
2023-09-05 15:49:07 +02:00
"message" : "ネットワークエラーのため、ガス価格の見積もりに失敗しました。"
2021-02-08 16:31:17 +01:00
} ,
"gasPriceInfoTooltipContent" : {
2023-09-05 15:49:07 +02:00
"message" : "ガス価格は、ガス1単位ごとに支払うイーサの額を指定します。"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"gasTimingHoursShort" : {
"message" : "$1時間" ,
"description" : "$1 represents a number of hours"
} ,
"gasTimingMinutes" : {
"message" : "$1分" ,
"description" : "$1 represents a number of minutes"
} ,
"gasTimingMinutesShort" : {
"message" : "$1分" ,
"description" : "$1 represents a number of minutes"
} ,
"gasTimingNegative" : {
"message" : "おそらく$1" ,
"description" : "$1 represents an amount of time"
} ,
"gasTimingPositive" : {
"message" : "$1未満の可能性が高い" ,
"description" : "$1 represents an amount of time"
} ,
"gasTimingSeconds" : {
"message" : "$1秒" ,
"description" : "$1 represents a number of seconds"
} ,
"gasTimingSecondsShort" : {
"message" : "$1秒" ,
"description" : "$1 represents a number of seconds"
} ,
"gasTimingVeryPositive" : {
"message" : "$1未満の可能性が非常に高い" ,
"description" : "$1 represents an amount of time"
} ,
2021-02-08 16:31:17 +01:00
"gasUsed" : {
2022-09-27 17:36:55 +02:00
"message" : "ガス使用量"
2021-02-08 16:31:17 +01:00
} ,
"general" : {
"message" : "一般"
} ,
2023-08-22 15:34:31 +02:00
"getStarted" : {
"message" : "開始"
} ,
"globalTitle" : {
"message" : "グローバルメニュー"
} ,
"globalTourDescription" : {
"message" : "ポートフォリオ、接続されたサイト、設定などを確認できます"
} ,
2022-01-07 20:55:07 +01:00
"goBack" : {
"message" : "戻る"
} ,
2021-02-08 16:31:17 +01:00
"goerli" : {
2022-02-07 17:29:17 +01:00
"message" : "Goerliテストネットワーク"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"gotIt" : {
"message" : "了解!"
} ,
2022-01-07 20:55:07 +01:00
"grantedToWithColon" : {
"message" : "付与先:"
} ,
2022-04-22 18:58:09 +02:00
"gwei" : {
2023-09-05 15:49:07 +02:00
"message" : "gwei"
2022-04-22 18:58:09 +02:00
} ,
2021-02-08 16:31:17 +01:00
"hardware" : {
"message" : "ハードウェア"
} ,
"hardwareWalletConnected" : {
2022-02-07 17:29:17 +01:00
"message" : "ハードウェアウォレットが接続されました"
2021-06-08 05:19:32 +02:00
} ,
"hardwareWalletLegacyDescription" : {
"message" : "(レガシー)" ,
"description" : "Text representing the MEW path"
} ,
"hardwareWalletSupportLinkConversion" : {
"message" : "ここをクリック"
2021-02-08 16:31:17 +01:00
} ,
"hardwareWallets" : {
2022-02-07 17:29:17 +01:00
"message" : "ハードウェアウォレットを接続"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"hardwareWalletsInfo" : {
2023-09-05 15:49:07 +02:00
"message" : "ハードウェアウォレットの統合には、外部サーバーへのAPI呼び出しを使用します。外部サーバーはこれにより、あなたがやり取りしたIPアドレスとスマートコントラクトアドレスを把握できます。"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"hardwareWalletsMsg" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskに接続するハードウェアウォレットを選択してください。"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"here" : {
2021-02-08 16:31:17 +01:00
"message" : "こちら" ,
2018-03-14 06:33:26 +01:00
"description" : "as in -click here- for more information (goes with troubleTokenBalances)"
} ,
2021-02-08 16:31:17 +01:00
"hexData" : {
2022-02-07 17:29:17 +01:00
"message" : "16進データ"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"hide" : {
2021-02-08 16:31:17 +01:00
"message" : "非表示"
2018-03-14 06:33:26 +01:00
} ,
2022-06-14 00:49:12 +02:00
"hideFullTransactionDetails" : {
"message" : "完全なトランザクション情報を非表示"
} ,
2022-04-22 18:58:09 +02:00
"hideSeedPhrase" : {
"message" : "シードフレーズを非表示"
} ,
"hideToken" : {
"message" : "トークンを非表示"
} ,
2018-03-14 06:33:26 +01:00
"hideTokenPrompt" : {
2023-09-05 15:49:07 +02:00
"message" : "トークンを非表示にしますか?"
2021-02-08 16:31:17 +01:00
} ,
"hideTokenSymbol" : {
2022-02-07 17:29:17 +01:00
"message" : "$1を非表示" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the symbol for a token (e.g. 'DAI')"
} ,
2021-06-08 05:19:32 +02:00
"hideZeroBalanceTokens" : {
2022-09-27 17:36:55 +02:00
"message" : "残高のないトークンを非表示"
2021-06-08 05:19:32 +02:00
} ,
2022-01-07 20:55:07 +01:00
"high" : {
"message" : "積極的"
} ,
"highGasSettingToolTipMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "変動の激しい市場でも確率が高くなります。人気のNFTドロップなどによるネットワークトラフィックの急増に備えるには、$1を使用してください。" ,
2022-08-08 21:01:38 +02:00
"description" : "$1 is key 'high' (text: 'Aggressive') separated here so that it can be passed in with bold font-weight"
2022-01-07 20:55:07 +01:00
} ,
"highLowercase" : {
"message" : "高"
} ,
2021-02-08 16:31:17 +01:00
"history" : {
"message" : "履歴"
2018-03-14 06:33:26 +01:00
} ,
2023-03-06 18:21:56 +01:00
"holdToRevealContent1" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズは$1を提供します。" ,
2023-03-06 18:21:56 +01:00
"description" : "$1 is a bolded text with the message from 'holdToRevealContent2'"
} ,
"holdToRevealContent2" : {
"message" : "ウォレットと資金への完全アクセス" ,
"description" : "Is the bolded text in 'holdToRevealContent1'"
} ,
"holdToRevealContent3" : {
2023-09-05 15:49:07 +02:00
"message" : "これは誰にも教えないでください。$1 $2" ,
2023-03-06 18:21:56 +01:00
"description" : "$1 is a message from 'holdToRevealContent4' and $2 is a text link with the message from 'holdToRevealContent5'"
} ,
"holdToRevealContent4" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskサポートがこの情報を尋ねることはなく、" ,
2023-03-06 18:21:56 +01:00
"description" : "Part of 'holdToRevealContent3'"
} ,
"holdToRevealContent5" : {
"message" : "もし尋ねられた場合はフィッシング詐欺の可能性があります。" ,
"description" : "The text link in 'holdToRevealContent3'"
} ,
2023-08-22 15:34:31 +02:00
"holdToRevealContentPrivateKey1" : {
"message" : "秘密鍵は$1" ,
"description" : "$1 is a bolded text with the message from 'holdToRevealContentPrivateKey2'"
} ,
"holdToRevealContentPrivateKey2" : {
"message" : "ウォレットと資金への完全アクセスを提供します。" ,
"description" : "Is the bolded text in 'holdToRevealContentPrivateKey2'"
} ,
"holdToRevealLockedLabel" : {
"message" : "長押ししてロックされた円を表示します"
} ,
"holdToRevealPrivateKey" : {
"message" : "長押しして秘密鍵を表示します"
} ,
"holdToRevealPrivateKeyTitle" : {
"message" : "秘密鍵は安全に保管してください"
} ,
2023-06-20 20:27:10 +02:00
"holdToRevealSRP" : {
2023-09-05 15:49:07 +02:00
"message" : "長押ししてSRPを表示します"
2023-06-20 20:27:10 +02:00
} ,
"holdToRevealSRPTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "SRPは安全に保管してください"
2023-08-22 15:34:31 +02:00
} ,
"holdToRevealUnlockedLabel" : {
"message" : "長押ししてロックが解除された円を表示します"
} ,
"id" : {
"message" : "ID"
2023-06-20 20:27:10 +02:00
} ,
2022-06-14 00:49:12 +02:00
"ignoreAll" : {
"message" : "すべて無視"
} ,
"ignoreTokenWarning" : {
"message" : "トークンを非表示にするとウォレットに表示されなくなりますが、検索して追加することはできます。"
} ,
2018-03-14 06:33:26 +01:00
"import" : {
2021-02-08 16:31:17 +01:00
"message" : "インポート" ,
2018-03-14 06:33:26 +01:00
"description" : "Button to import an account from a selected file"
} ,
"importAccount" : {
2022-02-07 17:29:17 +01:00
"message" : "アカウントをインポート"
2018-03-14 06:33:26 +01:00
} ,
2022-01-07 20:55:07 +01:00
"importAccountError" : {
"message" : "アカウントのインポート中にエラーが発生しました。"
} ,
2023-08-22 15:34:31 +02:00
"importAccountErrorIsSRP" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズ (またはニーモニックフレーズ) が入力されました。ここにアカウントをインポートするには、秘密鍵を入力する必要があります。秘密鍵は64文字の16進数の文字列です。"
2023-08-22 15:34:31 +02:00
} ,
"importAccountErrorNotAValidPrivateKey" : {
"message" : "これは有効な秘密鍵ではありません。16進数の文字列を入力しましたが、64文字でなければなりません。"
} ,
"importAccountErrorNotHexadecimal" : {
"message" : "これは有効な秘密鍵ではありません。16進数の64文字の文字列を入力する必要があります。"
} ,
"importAccountJsonLoading1" : {
"message" : "このJSONのインポートには数分かかり、MetaMaskがフリーズします。"
} ,
"importAccountJsonLoading2" : {
"message" : "申し訳ございません。今後高速化できるよう取り組みます。"
} ,
2018-03-27 15:05:37 +02:00
"importAccountMsg" : {
2023-08-22 15:34:31 +02:00
"message" : "インポートされたアカウントは、MetaMaskアカウントのシークレットリカバリーフレーズと関連付けられません。インポートされたアカウントの詳細を表示"
2018-03-27 15:05:37 +02:00
} ,
2022-01-07 20:55:07 +01:00
"importMyWallet" : {
"message" : "ウォレットをインポート"
} ,
2022-04-22 18:58:09 +02:00
"importNFT" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTをインポート"
2022-04-22 18:58:09 +02:00
} ,
"importNFTAddressToolTip" : {
2023-09-05 15:49:07 +02:00
"message" : "OpenSeaの場合、NFTページの詳細の下に、「コントラクトアドレス」という青いハイパーリンクがあります。これをクリックすると、Etherscanのコントラクトのアドレスに移動します。そのページの左上に「コントラクト」というアイコンがあり、その右側には文字と数字で構成された長い文字列があります。これがNFTを作成したコントラクトのアドレスです。アドレスの右側にある「コピー」アイコンをクリックすると、クリップボードにコピーされます。"
2022-04-22 18:58:09 +02:00
} ,
"importNFTPage" : {
"message" : "NFTページをインポート"
} ,
"importNFTTokenIdToolTip" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTのIDは一意の識別子で、同じNFTは2つとして存在しません。前述の通り、OpenSeaではこの番号は「詳細」に表示されます。このIDを書き留めるか、クリップボードにコピーしてください。"
2022-04-22 18:58:09 +02:00
} ,
2022-09-27 17:36:55 +02:00
"importSelectedTokens" : {
"message" : "選択したトークンをインポートしますか?"
} ,
"importSelectedTokensDescription" : {
"message" : "選択したトークンだけがウォレットに表示されます。非表示のトークンは後でいつでも検索してインポートできます。"
} ,
2021-06-16 18:34:29 +02:00
"importTokenQuestion" : {
2023-09-05 15:49:07 +02:00
"message" : "トークンをインポートしますか?"
2021-06-16 18:34:29 +02:00
} ,
"importTokenWarning" : {
2023-09-05 15:49:07 +02:00
"message" : "誰でも既存のトークンの偽バージョンを含めて、任意の名前でトークンを作成することができます。追加および取引は自己責任となります!"
2021-06-16 18:34:29 +02:00
} ,
2022-01-07 20:55:07 +01:00
"importTokensCamelCase" : {
"message" : "トークンをインポート"
} ,
2022-06-14 00:49:12 +02:00
"importWithCount" : {
2023-09-05 15:49:07 +02:00
"message" : "$1をインポート" ,
2022-06-14 00:49:12 +02:00
"description" : "$1 will the number of detected tokens that are selected for importing, if all of them are selected then $1 will be all"
} ,
2018-03-14 06:33:26 +01:00
"imported" : {
2021-06-08 05:19:32 +02:00
"message" : "インポート済み" ,
2018-03-14 06:33:26 +01:00
"description" : "status showing that an account has been fully loaded into the keyring"
} ,
2022-09-27 17:36:55 +02:00
"inYourSettings" : {
"message" : "設定で"
} ,
2021-06-08 05:19:32 +02:00
"infuraBlockedNotification" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskがブロックチェーンのホストに接続できません。考えられる理由$1を確認してください。" ,
2021-06-08 05:19:32 +02:00
"description" : "$1 is a clickable link with with text defined by the 'here' key"
} ,
2021-02-08 16:31:17 +01:00
"initialTransactionConfirmed" : {
2023-09-05 15:49:07 +02:00
"message" : "最初のトランザクションはネットワークによって承認されました。戻るには「OK」をクリックします。"
2021-02-08 16:31:17 +01:00
} ,
2023-01-04 20:22:06 +01:00
"inputLogicEmptyState" : {
2023-08-22 15:34:31 +02:00
"message" : "現在または今後サードパーティが使用しても構わない額のみを入力してください。使用上限は後でいつでも増額できます。"
2023-01-04 20:22:06 +01:00
} ,
"inputLogicEqualOrSmallerNumber" : {
2023-09-05 15:49:07 +02:00
"message" : "これにより、サードパーティが現在の残高から$1使用できるようになります。" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 is the current token balance in the account and the name of the current token"
} ,
"inputLogicHigherNumber" : {
2023-08-22 15:34:31 +02:00
"message" : "これにより、上限に達するか使用上限が取り消されるまで、サードパーティがトークン残高全額を使用できるようになります。これを意図していない場合は、使用上限を低めに設定することをお勧めします。"
} ,
"insightsFromSnap" : {
2023-09-05 15:49:07 +02:00
"message" : "$1からのインサイト" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 represents the name of the snap"
2023-01-04 20:22:06 +01:00
} ,
2022-09-27 17:36:55 +02:00
"install" : {
"message" : "インストール"
} ,
2023-08-22 15:34:31 +02:00
"installOrigin" : {
"message" : "インストール元"
} ,
"installedOn" : {
2023-09-05 15:49:07 +02:00
"message" : "$1にインストール" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is the date when the snap has been installed"
} ,
2021-02-08 16:31:17 +01:00
"insufficientBalance" : {
2021-06-08 05:19:32 +02:00
"message" : "残高が不十分です。"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"insufficientCurrencyBuyOrDeposit" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウントに、$2ネットワークでトランザクション手数料を支払うのに十分な$1がありません。$3するか、別のアカウントからデポジットしてください。" ,
2022-04-22 18:58:09 +02:00
"description" : "$1 is the native currency of the network, $2 is the name of the current network, $3 is the key 'buy' + the ticker symbol of the native currency of the chain wrapped in a button"
} ,
2023-01-04 20:22:06 +01:00
"insufficientCurrencyBuyOrReceive" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウントに、$2ネットワークでトランザクション手数料を支払うのに十分な$1がありません。$3するか、別のアカウントから$4してください。" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 is the native currency of the network, $2 is the name of the current network, $3 is the key 'buy' + the ticker symbol of the native currency of the chain wrapped in a button, $4 is the key 'deposit' button"
} ,
2022-04-22 18:58:09 +02:00
"insufficientCurrencyDeposit" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウントに、$2ネットワークでトランザクション手数料を支払うのに十分な$1がありません。別のアカウントから$1を入金してください。" ,
2022-04-22 18:58:09 +02:00
"description" : "$1 is the native currency of the network, $2 is the name of the current network"
} ,
2018-03-27 15:05:37 +02:00
"insufficientFunds" : {
2021-06-08 05:19:32 +02:00
"message" : "資金が不十分です。"
2018-03-14 06:33:26 +01:00
} ,
2022-01-07 20:55:07 +01:00
"insufficientFundsForGas" : {
"message" : "ガス代が足りません"
} ,
2021-02-08 16:31:17 +01:00
"insufficientTokens" : {
2021-06-08 05:19:32 +02:00
"message" : "トークンが不十分です。"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"invalidAddress" : {
2021-06-08 05:19:32 +02:00
"message" : "無効なアドレス"
2021-02-08 16:31:17 +01:00
} ,
"invalidAddressRecipient" : {
2021-06-08 05:19:32 +02:00
"message" : "送金先アドレスが無効です"
2021-02-08 16:31:17 +01:00
} ,
"invalidAddressRecipientNotEthNetwork" : {
2023-09-05 15:49:07 +02:00
"message" : "ETHネットワークではありません。小文字にしてください。"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"invalidAssetType" : {
2023-09-05 15:49:07 +02:00
"message" : "このアセットはNFTであるため、「NFT」タブの「NFTのインポート」ページで追加しなおす必要があります"
2022-04-22 18:58:09 +02:00
} ,
2021-02-08 16:31:17 +01:00
"invalidBlockExplorerURL" : {
2022-09-27 17:36:55 +02:00
"message" : "ブロックエクスプローラーのURLが無効です"
2021-02-08 16:31:17 +01:00
} ,
"invalidChainIdTooBig" : {
2022-02-07 17:29:17 +01:00
"message" : "無効なチェーンID。チェーンIDが大きすぎます。"
2021-02-08 16:31:17 +01:00
} ,
"invalidCustomNetworkAlertContent1" : {
2022-02-07 17:29:17 +01:00
"message" : "カスタムネットワーク $1のチェーンIDの再入力が必要です。" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the name/identifier of the network."
} ,
"invalidCustomNetworkAlertContent2" : {
2022-02-07 17:29:17 +01:00
"message" : "悪意または欠陥のあるネットワークプロバイダーからユーザーを保護するため、すべてのカスタムネットワークに対してチェーンIDが必要になりました。"
2021-02-08 16:31:17 +01:00
} ,
"invalidCustomNetworkAlertContent3" : {
2023-09-05 15:49:07 +02:00
"message" : "「設定」>「ネットワーク」に進んで、チェーンIDを入力します。最もよく使用されるネットワークのチェーンIDは$1にあります。" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is a link to https://chainid.network"
} ,
"invalidCustomNetworkAlertTitle" : {
2022-09-27 17:36:55 +02:00
"message" : "カスタムネットワークが無効です"
2021-02-08 16:31:17 +01:00
} ,
"invalidHexNumber" : {
2022-02-07 17:29:17 +01:00
"message" : "無効な16進数です。"
2021-02-08 16:31:17 +01:00
} ,
"invalidHexNumberLeadingZeros" : {
2022-02-07 17:29:17 +01:00
"message" : "無効な16進数です。頭のゼロを削除してください。"
2021-02-08 16:31:17 +01:00
} ,
"invalidIpfsGateway" : {
2022-02-07 17:29:17 +01:00
"message" : "無効なIPFSゲートウェイです: 値が有効なURLになる必要があります"
2021-02-08 16:31:17 +01:00
} ,
"invalidNumber" : {
2022-02-07 17:29:17 +01:00
"message" : "無効な数値です。10進数または「0x」で始まる16進数を入力してください。"
2021-02-08 16:31:17 +01:00
} ,
"invalidNumberLeadingZeros" : {
2022-02-07 17:29:17 +01:00
"message" : "無効な数値です。頭のゼロを削除してください。"
2021-02-08 16:31:17 +01:00
} ,
"invalidRPC" : {
2022-02-07 17:29:17 +01:00
"message" : "無効なRPC URL"
2021-02-08 16:31:17 +01:00
} ,
"invalidSeedPhrase" : {
2022-02-07 17:29:17 +01:00
"message" : "無効なシークレットリカバリーフレーズ"
2021-02-08 16:31:17 +01:00
} ,
2022-07-28 17:06:21 +02:00
"invalidSeedPhraseCaseSensitive" : {
2023-09-05 15:49:07 +02:00
"message" : "入力値が無効です!シークレットリカバリーフレーズは大文字・小文字が区別されます。"
2022-07-28 17:06:21 +02:00
} ,
2023-08-22 15:34:31 +02:00
"ipfsGateway" : {
2023-09-05 15:49:07 +02:00
"message" : "IPFSゲートウェイ"
2023-08-22 15:34:31 +02:00
} ,
"ipfsGatewayDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskは、サードパーティサービスを使用して、IPFSに保管されているNFTの画像の表示、ブラウザのアドレスバーに入力されたENSアドレスに関する情報の表示、様々なトークンのアイコンの取得を行います。これらのサービスの使用時には、IPアドレスが当該サービスに公開される可能性があります。"
2023-08-22 15:34:31 +02:00
} ,
"ipfsToggleModalDescriptionOne" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskは、サードパーティサービスを使用して、IPFSに保管されているNFTの画像の表示、ブラウザのアドレスバーに入力されたENSアドレスに関する情報の表示、様々なトークンのアイコンの取得を行います。これらのサービスの使用時には、IPアドレスが当該サービスに公開される可能性があります。"
2023-08-22 15:34:31 +02:00
} ,
"ipfsToggleModalDescriptionTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "「確認」を選択すると、IPFS解決がオンになります。これは$1でいつでもオフにできます。" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is the method to turn off ipfs"
} ,
"ipfsToggleModalSettings" : {
2023-09-05 15:49:07 +02:00
"message" : "「設定」>「セキュリティとプライバシー」"
2023-08-22 15:34:31 +02:00
} ,
2022-04-22 18:58:09 +02:00
"jazzAndBlockies" : {
2023-09-05 15:49:07 +02:00
"message" : "JazziconとBlockieは、アカウントを一目で見分けるためのユニークなアイコンであり、2つの異なるスタイルが特徴です。"
2022-04-22 18:58:09 +02:00
} ,
"jazzicons" : {
"message" : "Jazzicon"
} ,
2022-01-07 20:55:07 +01:00
"jsDeliver" : {
"message" : "jsDeliver"
} ,
2018-03-14 06:33:26 +01:00
"jsonFile" : {
2022-02-07 17:29:17 +01:00
"message" : "JSONファイル" ,
2018-03-14 06:33:26 +01:00
"description" : "format for importing an account"
} ,
2022-01-07 20:55:07 +01:00
"keystone" : {
"message" : "Keystone"
} ,
2021-02-08 16:31:17 +01:00
"knownAddressRecipient" : {
2022-02-07 17:29:17 +01:00
"message" : "既知のコントラクトアドレスです。"
2021-02-08 16:31:17 +01:00
} ,
"knownTokenWarning" : {
2022-02-01 16:30:15 +01:00
"message" : "このアクションは、ウォレットに既に一覧表示されているトークンを編集します。これは、フィッシングに使用される可能性があります。これらのトークンの表す内容を変更する意図が確実な場合にのみ承認します。$1に関する詳細をご覧ください"
2021-02-08 16:31:17 +01:00
} ,
"lastConnected" : {
2022-02-07 17:29:17 +01:00
"message" : "前回の接続"
2021-02-08 16:31:17 +01:00
} ,
2023-03-06 18:21:56 +01:00
"lastPriceSold" : {
"message" : "前回の売値"
} ,
"lastSold" : {
"message" : "前回の売却"
} ,
2023-08-22 15:34:31 +02:00
"layer1Fees" : {
2023-09-05 15:49:07 +02:00
"message" : "レイヤー1手数料"
2023-08-22 15:34:31 +02:00
} ,
2022-01-07 20:55:07 +01:00
"learnCancelSpeeedup" : {
"message" : "$1の方法を学ぶ" ,
"description" : "$1 is link to cancel or speed up transactions"
} ,
2018-03-27 15:05:37 +02:00
"learnMore" : {
2022-02-07 17:29:17 +01:00
"message" : "詳細"
2021-02-08 16:31:17 +01:00
} ,
2022-09-22 16:50:05 +02:00
"learnMoreAboutGas" : {
2023-01-04 20:22:06 +01:00
"message" : "ガスに関する$1をご希望ですか? " ,
2022-09-22 16:50:05 +02:00
"description" : "$1 will be replaced by the learnMore translation key"
} ,
2023-08-22 15:34:31 +02:00
"learnMoreKeystone" : {
"message" : "詳細"
} ,
2022-01-07 20:55:07 +01:00
"learnMoreUpperCase" : {
2022-02-07 17:29:17 +01:00
"message" : "詳細"
2022-01-07 20:55:07 +01:00
} ,
"learnScamRisk" : {
2022-02-07 17:29:17 +01:00
"message" : "詐欺やセキュリティのリスク。"
2022-01-07 20:55:07 +01:00
} ,
2021-02-08 16:31:17 +01:00
"ledgerAccountRestriction" : {
2021-06-08 05:19:32 +02:00
"message" : "新しいアカウントを追加するには、その前に最後のアカウントを使用する必要があります。"
} ,
2022-01-07 20:55:07 +01:00
"ledgerConnectionInstructionCloseOtherApps" : {
"message" : "デバイスに接続されている他のソフトウェアを閉じてから、ここをクリックして更新してください。"
} ,
"ledgerConnectionInstructionHeader" : {
"message" : "確認をクリックする前:に:"
} ,
"ledgerConnectionInstructionStepFour" : {
2023-09-05 15:49:07 +02:00
"message" : "Ledgerデバイスで「スマートコントラクトデータ」または「ブラインド署名」を有効にしてください。"
2022-01-07 20:55:07 +01:00
} ,
"ledgerConnectionInstructionStepOne" : {
2023-09-05 15:49:07 +02:00
"message" : "「設定」>「高度な設定」でLedger Liveを有効にしてください。"
2022-01-07 20:55:07 +01:00
} ,
"ledgerConnectionInstructionStepThree" : {
2023-09-05 15:49:07 +02:00
"message" : "Ledgerが接続されていて、イーサリアムアプリを選択していることを確認してください。"
2022-01-07 20:55:07 +01:00
} ,
"ledgerConnectionInstructionStepTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "Ledger Liveアプリを開いてロックを解除してください。"
2022-01-07 20:55:07 +01:00
} ,
"ledgerConnectionPreferenceDescription" : {
"message" : "LedgerをMetaMaskに接続する方法をカスタマイズします。$1が推奨されますが、他のオプションも利用できます。詳細はこちらをご覧ください: $2" ,
"description" : "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message."
} ,
"ledgerDeviceOpenFailureMessage" : {
"message" : "Ledgerデバイスを開けませんでした。Ledgerが他のソフトウェアに接続されている可能性があります。Ledger LiveまたはLedgerデバイスに接続されている他のアプリケーションを閉じて、もう一度接続してみてください。"
} ,
"ledgerLive" : {
"message" : "Ledger Live" ,
"description" : "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask."
} ,
2021-06-08 05:19:32 +02:00
"ledgerLiveApp" : {
2022-02-07 17:29:17 +01:00
"message" : "Ledger Liveアプリ"
2021-06-08 05:19:32 +02:00
} ,
"ledgerLocked" : {
2023-09-05 15:49:07 +02:00
"message" : "Ledgerデバイスに接続できません。デバイスのロックが解除され、イーサリアムアプリが開かれていることを確認してください。"
2021-06-08 05:19:32 +02:00
} ,
"ledgerTimeout" : {
2022-02-07 17:29:17 +01:00
"message" : "Ledger Liveが応答に時間がかかりすぎているか、接続がタイムアウトしました。Ledger Liveのアプリが開かれていて、デバイスのロックが解除されていることを確認してください。"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"ledgerTransportChangeWarning" : {
"message" : "Ledger Liveアプリが開いている場合は、開いているLedger Live接続をすべて切断し、Ledger Liveアプリを閉じてください。"
} ,
"ledgerWebHIDNotConnectedErrorMessage" : {
"message" : "Ledgerデバイスが接続されていません。Ledgerに接続する場合は、もう一度「続行」をクリックして、HID接続を承認してください。" ,
"description" : "An error message shown to the user during the hardware connect flow."
} ,
2022-04-22 18:58:09 +02:00
"levelArrow" : {
"message" : "水平矢印"
} ,
2022-06-14 00:49:12 +02:00
"lightTheme" : {
"message" : "ライト"
} ,
2021-09-10 22:21:04 +02:00
"likeToImportTokens" : {
2023-09-05 15:49:07 +02:00
"message" : "これらのトークンを追加しますか?"
2018-03-27 15:05:37 +02:00
} ,
2023-06-15 13:38:07 +02:00
"lineaGoerli" : {
2023-09-05 15:49:07 +02:00
"message" : "Linea Goerliテストネットワーク"
2023-03-21 17:28:38 +01:00
} ,
2023-08-22 15:34:31 +02:00
"lineaMainnet" : {
2023-09-05 15:49:07 +02:00
"message" : "Lineaメインネット"
2023-08-22 15:34:31 +02:00
} ,
2022-01-07 20:55:07 +01:00
"link" : {
"message" : "リンク"
} ,
2018-06-06 20:38:57 +02:00
"links" : {
"message" : "リンク"
} ,
2021-02-08 16:31:17 +01:00
"loadMore" : {
2021-06-08 05:19:32 +02:00
"message" : "さらにロード"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"loading" : {
2021-02-08 16:31:17 +01:00
"message" : "ロードしています..."
2018-03-14 06:33:26 +01:00
} ,
2022-04-22 18:58:09 +02:00
"loadingNFTs" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTをロードしています..."
2022-04-22 18:58:09 +02:00
} ,
2018-03-14 06:33:26 +01:00
"loadingTokens" : {
2021-02-08 16:31:17 +01:00
"message" : "トークンをロードしています..."
} ,
"localhost" : {
2023-09-05 15:49:07 +02:00
"message" : "Localhost 8545"
2018-03-14 06:33:26 +01:00
} ,
2020-01-21 23:09:53 +01:00
"lock" : {
2021-02-08 16:31:17 +01:00
"message" : "ロック"
} ,
2023-08-22 15:34:31 +02:00
"lockMetaMask" : {
"message" : "MetaMaskをロック"
} ,
"lockTimeInvalid" : {
2023-09-05 15:49:07 +02:00
"message" : "ロック時間は0~ 10080の間の数字で設定する必要があります"
2023-08-22 15:34:31 +02:00
} ,
2022-04-22 18:58:09 +02:00
"logo" : {
2023-09-05 15:49:07 +02:00
"message" : "$1ロゴ" ,
2022-04-22 18:58:09 +02:00
"description" : "$1 is the name of the ticker"
} ,
2022-01-07 20:55:07 +01:00
"low" : {
"message" : "低"
} ,
"lowGasSettingToolTipMessage" : {
2022-02-07 17:29:17 +01:00
"message" : "値下がりを待つには$1を使用してください。価格がやや予測不能なため、予想時間はあまり正確ではありません。" ,
2022-08-08 21:01:38 +02:00
"description" : "$1 is key 'low' separated here so that it can be passed in with bold font-weight"
2022-01-07 20:55:07 +01:00
} ,
"lowLowercase" : {
"message" : "低"
} ,
"lowPriorityMessage" : {
"message" : "今後のトランザクションはこのトランザクションの後でキューに入ります。この価格が最後に表示されたのはしばらく前のことです。"
} ,
2018-03-14 06:33:26 +01:00
"mainnet" : {
2022-02-07 17:29:17 +01:00
"message" : "イーサリアムメインネット"
2021-06-08 05:19:32 +02:00
} ,
2022-04-22 18:58:09 +02:00
"mainnetToken" : {
2023-09-05 15:49:07 +02:00
"message" : "このアドレスは、既知のイーサリアムメインネットのトークンアドレスと一致しています。追加するトークンのコントラクトアドレスとネットワークを再確認してください。"
2022-04-22 18:58:09 +02:00
} ,
2021-06-08 05:19:32 +02:00
"makeAnotherSwap" : {
"message" : "新しいスワップの作成"
2018-03-14 06:33:26 +01:00
} ,
2022-01-07 20:55:07 +01:00
"makeSureNoOneWatching" : {
2023-03-06 18:21:56 +01:00
"message" : "誰にも見られていないことを確認してください" ,
2022-01-07 20:55:07 +01:00
"description" : "Warning to users to be care while creating and saving their new Secret Recovery Phrase"
} ,
2022-04-22 18:58:09 +02:00
"malformedData" : {
"message" : "不正な形式のデータ"
} ,
2020-09-23 16:51:42 +02:00
"max" : {
"message" : "最大"
} ,
2022-01-07 20:55:07 +01:00
"maxBaseFee" : {
2023-09-05 15:49:07 +02:00
"message" : "最大基本料金"
2022-01-07 20:55:07 +01:00
} ,
"maxFee" : {
"message" : "最大手数料"
} ,
"maxPriorityFee" : {
"message" : "最大優先手数料"
} ,
"medium" : {
"message" : "市場"
} ,
"mediumGasSettingToolTipMessage" : {
"message" : "現在の市場価格での迅速な処理には、$1を使用してください。" ,
2022-08-08 21:01:38 +02:00
"description" : "$1 is key 'medium' (text: 'Market') separated here so that it can be passed in with bold font-weight"
2022-01-07 20:55:07 +01:00
} ,
2021-02-08 16:31:17 +01:00
"memo" : {
"message" : "メモ"
} ,
2018-03-14 06:33:26 +01:00
"message" : {
"message" : "メッセージ"
} ,
2021-02-08 16:31:17 +01:00
"metaMaskConnectStatusParagraphOne" : {
2022-02-07 17:29:17 +01:00
"message" : "アカウントの接続をMetaMaskでさらに制御できるようになりました。"
2021-02-08 16:31:17 +01:00
} ,
"metaMaskConnectStatusParagraphThree" : {
2021-06-08 05:19:32 +02:00
"message" : "接続されているアカウントを管理するには、これをクリックします。"
2021-02-08 16:31:17 +01:00
} ,
"metaMaskConnectStatusParagraphTwo" : {
2022-02-07 17:29:17 +01:00
"message" : "訪問しているWebサイトが現在選択しているアカウントに接続されている場合、接続ステータスボタンが表示されます。"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"metamaskInstitutionalVersion" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Institutionalバージョン"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"metamaskSwapsOfflineDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMask Swapsはメンテナンス中です。後でもう一度確認してください。"
2021-02-08 16:31:17 +01:00
} ,
"metamaskVersion" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskのバージョン"
2021-02-08 16:31:17 +01:00
} ,
2023-03-06 18:21:56 +01:00
"metrics" : {
"message" : "メトリクス"
} ,
2023-08-22 15:34:31 +02:00
"mismatchAccount" : {
"message" : "選択されたアカウント ($1) は署名しようとしているアカウント ($2) と異なります"
} ,
2021-06-08 05:19:32 +02:00
"mismatchedChainLinkText" : {
2022-02-07 17:29:17 +01:00
"message" : "ネットワークの詳細の確認" ,
2021-06-08 05:19:32 +02:00
"description" : "Serves as link text for the 'mismatchedChain' key. This text will be embedded inside the translation for that key."
2021-02-08 16:31:17 +01:00
} ,
2022-07-28 17:06:21 +02:00
"mismatchedChainRecommendation" : {
"message" : "先に進む前に$1をお勧めします。" ,
"description" : "$1 is a clickable link with text defined by the 'mismatchedChainLinkText' key. The link will open to instructions for users to validate custom network details."
} ,
"mismatchedNetworkName" : {
2023-09-05 15:49:07 +02:00
"message" : "弊社の記録によると、ネットワーク名がこのチェーンIDと正しく一致していない可能性があります。"
2022-07-28 17:06:21 +02:00
} ,
"mismatchedNetworkSymbol" : {
2023-09-05 15:49:07 +02:00
"message" : "送信された通貨記号がこのチェーンIDに関して予想されるものと一致していません。"
2022-07-28 17:06:21 +02:00
} ,
2023-08-22 15:34:31 +02:00
"mismatchedRpcChainId" : {
"message" : "カスタムネットワークにより返されたチェーンIDが、送信されたチェーンIDと一致しません。"
} ,
2022-07-28 17:06:21 +02:00
"mismatchedRpcUrl" : {
2023-09-05 15:49:07 +02:00
"message" : "弊社の記録によると、送信されたRPC URLの値がこのチェーンIDの既知のプロバイダーと一致しません。"
2022-07-28 17:06:21 +02:00
} ,
2022-04-22 18:58:09 +02:00
"missingSetting" : {
"message" : "設定が見つかりませんか?"
} ,
"missingSettingRequest" : {
"message" : "ここからリクエスト"
} ,
2023-08-22 15:34:31 +02:00
"mmiAddToken" : {
2023-09-05 15:49:07 +02:00
"message" : "$1のページがMetaMask Institutionalで次のカストディアントークンの承認を求めています"
2023-08-22 15:34:31 +02:00
} ,
"mmiBuiltAroundTheWorld" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskは、世界中でデザイン・開発されています。"
2023-08-22 15:34:31 +02:00
} ,
"more" : {
"message" : "他"
} ,
"multipleSnapConnectionWarning" : {
2023-09-05 15:49:07 +02:00
"message" : "$1が$2個のsnapとの接続を要求しています。このWebサイトが信頼できる場合にのみ続行してください。" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is the dapp and $2 is the number of snaps it wants to connect to."
2023-03-06 18:21:56 +01:00
} ,
2018-04-10 10:14:28 +02:00
"mustSelectOne" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンを1つ以上選択する必要があります。"
2018-04-10 10:14:28 +02:00
} ,
2021-06-08 05:19:32 +02:00
"name" : {
"message" : "名前"
2020-09-23 16:51:42 +02:00
} ,
2022-09-27 17:36:55 +02:00
"nativeToken" : {
2023-09-05 15:49:07 +02:00
"message" : "このネットワークのネイティブトークンは$1です。ガス代にもこのトークンが使用されます。" ,
2022-09-27 17:36:55 +02:00
"description" : "$1 represents the name of the native token on the current network"
} ,
2021-06-08 05:19:32 +02:00
"needHelp" : {
2022-02-07 17:29:17 +01:00
"message" : "アシスタンスが必要な場合は、$1にお問い合わせください" ,
2021-06-08 05:19:32 +02:00
"description" : "$1 represents `needHelpLinkText`, the text which goes in the help link"
} ,
2022-01-07 20:55:07 +01:00
"needHelpFeedback" : {
"message" : "フィードバックを提供"
} ,
2021-06-08 05:19:32 +02:00
"needHelpLinkText" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskサポート"
2018-03-14 06:33:26 +01:00
} ,
2022-01-07 20:55:07 +01:00
"needHelpSubmitTicket" : {
"message" : "チケットを送信"
} ,
2018-03-14 06:33:26 +01:00
"needImportFile" : {
2021-06-08 05:19:32 +02:00
"message" : "インポートするファイルの選択が必要です。" ,
2018-03-14 06:33:26 +01:00
"description" : "User is important an account and needs to add a file to continue"
} ,
2021-02-08 16:31:17 +01:00
"negativeETH" : {
2022-02-07 17:29:17 +01:00
"message" : "負の額のETHを送金することはできません。"
2021-06-08 05:19:32 +02:00
} ,
2022-04-22 18:58:09 +02:00
"network" : {
"message" : "ネットワーク:"
} ,
2022-07-28 17:06:21 +02:00
"networkAddedSuccessfully" : {
"message" : "ネットワークが追加されました!"
} ,
2021-06-08 05:19:32 +02:00
"networkDetails" : {
"message" : "ネットワークの詳細"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"networkIsBusy" : {
"message" : "ネットワークが混み合っています。ガス代が高く、見積もりはあまり正確ではありません。"
} ,
2023-08-22 15:34:31 +02:00
"networkMenu" : {
"message" : "ネットワークメニュー"
} ,
"networkMenuHeading" : {
"message" : "ネットワークを選択"
} ,
2021-02-08 16:31:17 +01:00
"networkName" : {
"message" : "ネットワーク名"
} ,
2023-01-04 20:22:06 +01:00
"networkNameArbitrum" : {
"message" : "Arbitrum"
} ,
2022-04-22 18:58:09 +02:00
"networkNameAvalanche" : {
"message" : "Avalanche"
} ,
2021-06-08 05:19:32 +02:00
"networkNameBSC" : {
"message" : "BSC"
} ,
"networkNameDefinition" : {
"message" : "このネットワークに関連付けられている名前。"
} ,
"networkNameEthereum" : {
"message" : "イーサリアム"
} ,
2022-09-27 17:36:55 +02:00
"networkNameGoerli" : {
"message" : "Goerli"
} ,
2023-01-04 20:22:06 +01:00
"networkNameOptimism" : {
"message" : "Optimism"
} ,
2022-01-07 20:55:07 +01:00
"networkNamePolygon" : {
"message" : "Polygon"
} ,
2021-06-08 05:19:32 +02:00
"networkNameTestnet" : {
"message" : "テストネット"
} ,
2023-01-04 20:22:06 +01:00
"networkProvider" : {
"message" : "ネットワークプロバイダー"
} ,
2021-02-08 16:31:17 +01:00
"networkSettingsChainIdDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "チェーンIDはトランザクションの署名に使用されます。チェーンIDはネットワークが返すチェーンIDと一致する必要があります。10進数または「0x」が先行する16進数を入力できますが、10進数で表示されます。"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"networkStatus" : {
"message" : "ネットワークステータス"
} ,
"networkStatusBaseFeeTooltip" : {
2023-09-05 15:49:07 +02:00
"message" : "基本料金はネットワークによって設定され、13~ 14秒ごとに変更されます。弊社の$1と$2のオプションは、突然の上昇を考慮したものです。" ,
2022-01-07 20:55:07 +01:00
"description" : "$1 and $2 are bold text for Medium and Aggressive respectively."
} ,
"networkStatusPriorityFeeTooltip" : {
2023-09-05 15:49:07 +02:00
"message" : "優先手数料 (別名「マイナーチップ」) の範囲。これはマイナーに直接支払われ、トランザクションを優先するインセンティブとなります。"
2022-01-07 20:55:07 +01:00
} ,
"networkStatusStabilityFeeTooltip" : {
"message" : "ガス代は過去72時間と比較して$1です。" ,
"description" : "$1 is networks stability value - stable, low, high"
} ,
2023-08-22 15:34:31 +02:00
"networkSwitchConnectionError" : {
2023-09-05 15:49:07 +02:00
"message" : "$1に接続できません" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 represents the network name"
} ,
2021-06-08 05:19:32 +02:00
"networkURL" : {
2022-02-07 17:29:17 +01:00
"message" : "ネットワークURL"
2021-06-08 05:19:32 +02:00
} ,
"networkURLDefinition" : {
2022-02-07 17:29:17 +01:00
"message" : "このネットワークへのアクセスに使用されるURLです。"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"networks" : {
"message" : "ネットワーク"
} ,
2021-02-08 16:31:17 +01:00
"nevermind" : {
2022-02-07 17:29:17 +01:00
"message" : "取り消し"
2021-02-08 16:31:17 +01:00
} ,
2022-09-27 17:36:55 +02:00
"new" : {
"message" : "新登場!"
} ,
2018-03-14 06:33:26 +01:00
"newAccount" : {
2021-02-08 16:31:17 +01:00
"message" : "新しいアカウント"
} ,
2018-03-14 06:33:26 +01:00
"newAccountNumberName" : {
2022-02-07 17:29:17 +01:00
"message" : "アカウント$1" ,
2018-03-14 06:33:26 +01:00
"description" : "Default name of next account to be created on create account screen"
} ,
2021-02-08 16:31:17 +01:00
"newContact" : {
"message" : "新しい連絡先"
} ,
2018-03-14 06:33:26 +01:00
"newContract" : {
2021-02-08 16:31:17 +01:00
"message" : "新しいコントラクト"
} ,
2022-04-22 18:58:09 +02:00
"newNFTDetectedMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "OpenseaからのNFTの自動検出とウォレットへの表示をMetaMaskに許可してください。"
2022-04-22 18:58:09 +02:00
} ,
2022-01-07 20:55:07 +01:00
"newNFTsDetected" : {
2023-09-05 15:49:07 +02:00
"message" : "新機能! NFT検出"
2022-01-07 20:55:07 +01:00
} ,
"newNetworkAdded" : {
2023-09-05 15:49:07 +02:00
"message" : "「$1」が追加されました! "
2022-01-07 20:55:07 +01:00
} ,
2023-02-10 16:36:58 +01:00
"newNftAddedMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTが追加されました! "
2023-02-10 16:36:58 +01:00
} ,
2018-03-14 06:33:26 +01:00
"newPassword" : {
2022-02-07 17:29:17 +01:00
"message" : "新しいパスワード (最低8文字)"
2021-02-08 16:31:17 +01:00
} ,
2022-06-14 00:49:12 +02:00
"newTokensImportedMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "$1をインポートしました。" ,
2022-06-14 00:49:12 +02:00
"description" : "$1 is the string of symbols of all the tokens imported"
} ,
"newTokensImportedTitle" : {
"message" : "トークンがインポートされました"
} ,
2018-03-14 06:33:26 +01:00
"next" : {
"message" : "次へ"
} ,
2021-02-08 16:31:17 +01:00
"nextNonceWarning" : {
2023-09-05 15:49:07 +02:00
"message" : "ナンスが提案された$1よりも大きいです" ,
2021-02-08 16:31:17 +01:00
"description" : "The next nonce according to MetaMask's internal logic"
} ,
2023-02-10 16:36:58 +01:00
"nftAddFailedMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "所有者情報が一致していないため、NFTを追加できません。入力された情報が正しいことを確認してください。"
2023-02-10 16:36:58 +01:00
} ,
"nftAddressError" : {
2023-09-05 15:49:07 +02:00
"message" : "このトークンはNFTです。$1で追加してください" ,
2023-02-10 16:36:58 +01:00
"description" : "$1 is a clickable link with text defined by the 'importNFTPage' key"
} ,
2023-03-06 18:21:56 +01:00
"nftDisclaimer" : {
2023-09-05 15:49:07 +02:00
"message" : "開示事項: MetaMaskはソースURLからメディアファイルを取得します。このURLは時々、NFTがミントされたマーケットプレイスにより変更されることがあります。"
2023-03-06 18:21:56 +01:00
} ,
"nftOptions" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTオプション"
2023-03-06 18:21:56 +01:00
} ,
2022-01-07 20:55:07 +01:00
"nftTokenIdPlaceholder" : {
2022-09-27 17:36:55 +02:00
"message" : "トークンIDを入力してください"
2022-01-07 20:55:07 +01:00
} ,
2023-01-04 20:22:06 +01:00
"nftWarningContent" : {
2023-09-05 15:49:07 +02:00
"message" : "今後取得する可能性のあるものも含め、$1へのアクセスを許可しようとしています。相手はこの承認が取り消されるまで、お客様のウォレットからいつでも許可なしにこれらのNFTを送ることができます。$2" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 is nftWarningContentBold bold part, $2 is Learn more link"
} ,
"nftWarningContentBold" : {
2023-09-05 15:49:07 +02:00
"message" : "手持ちのすべての$1 NFT" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 is name of the collection"
} ,
"nftWarningContentGrey" : {
"message" : "慎重に進めてください。"
} ,
2022-01-07 20:55:07 +01:00
"nfts" : {
"message" : "NFT"
} ,
2023-08-22 15:34:31 +02:00
"nftsPreviouslyOwned" : {
"message" : "以前保有"
} ,
2022-01-07 20:55:07 +01:00
"nickname" : {
"message" : "ニックネーム"
} ,
2021-02-08 16:31:17 +01:00
"noAccountsFound" : {
2022-02-07 17:29:17 +01:00
"message" : "指定された検索クエリでアカウントが見つかりませんでした"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"noAddressForName" : {
2021-06-08 05:19:32 +02:00
"message" : "この名前にアドレスが設定されていません。"
2018-03-14 06:33:26 +01:00
} ,
2022-01-07 20:55:07 +01:00
"noConversionDateAvailable" : {
"message" : "通貨換算日がありません"
} ,
2021-02-08 16:31:17 +01:00
"noConversionRateAvailable" : {
2022-09-27 17:36:55 +02:00
"message" : "利用可能な換算レートがありません"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"noNFTs" : {
"message" : "NFTはまだありません"
} ,
"noNetworksFound" : {
"message" : "入力された検索クエリでネットワークが見つかりません"
} ,
2022-04-22 18:58:09 +02:00
"noSnaps" : {
2023-09-05 15:49:07 +02:00
"message" : "snapがインストールされていません"
2022-04-22 18:58:09 +02:00
} ,
"noThanksVariant2" : {
"message" : "結構です。"
} ,
2018-03-14 06:33:26 +01:00
"noTransactions" : {
2021-02-08 16:31:17 +01:00
"message" : "トランザクションがありません"
2018-03-14 06:33:26 +01:00
} ,
2021-02-08 16:31:17 +01:00
"noWebcamFound" : {
2022-02-07 17:29:17 +01:00
"message" : "お使いのコンピューターのWebカメラが見つかりませんでした。もう一度お試しください。"
2018-06-06 20:38:57 +02:00
} ,
2021-02-08 16:31:17 +01:00
"noWebcamFoundTitle" : {
2022-02-07 17:29:17 +01:00
"message" : "Webカメラが見つかりません"
2018-03-14 06:33:26 +01:00
} ,
2021-06-08 05:19:32 +02:00
"nonce" : {
"message" : "ナンス"
} ,
2021-02-08 16:31:17 +01:00
"nonceField" : {
2021-06-08 05:19:32 +02:00
"message" : "トランザクション ナンスのカスタマイズ"
2018-06-06 20:38:57 +02:00
} ,
2021-02-08 16:31:17 +01:00
"nonceFieldDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "承認画面上でナンス (トランザクション番号) を変更するには、この機能をオンにします。これは高度な機能であり、慎重に使用してください。"
2018-03-14 06:33:26 +01:00
} ,
2021-02-08 16:31:17 +01:00
"nonceFieldHeading" : {
2022-02-07 17:29:17 +01:00
"message" : "カスタムナンス"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"notBusy" : {
2022-02-07 17:29:17 +01:00
"message" : "ビジー状態ではありません"
2022-01-07 20:55:07 +01:00
} ,
2021-02-08 16:31:17 +01:00
"notCurrentAccount" : {
2023-09-05 15:49:07 +02:00
"message" : "これは正しいアカウントですか?ウォレットで現在選択されているアカウントと異なっています"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"notEnoughBalance" : {
"message" : "残高が不十分です"
} ,
2021-02-08 16:31:17 +01:00
"notEnoughGas" : {
2021-06-08 05:19:32 +02:00
"message" : "ガスが不足しています"
} ,
2023-08-22 15:34:31 +02:00
"note" : {
"message" : "備考"
} ,
"notePlaceholder" : {
"message" : "承認者がカストディアンでトランザクションを承認する際に、この備考が表示されます。"
} ,
"notificationTransactionFailedMessage" : {
"message" : "トランザクション $1 に失敗しました!$2" ,
"description" : "Content of the browser notification that appears when a transaction fails"
} ,
"notificationTransactionFailedMessageMMI" : {
"message" : "トランザクションに失敗しました!$1" ,
"description" : "Content of the browser notification that appears when a transaction fails in MMI"
} ,
"notificationTransactionFailedTitle" : {
"message" : "トランザクション失敗" ,
"description" : "Title of the browser notification that appears when a transaction fails"
} ,
"notificationTransactionSuccessMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "トランザクション $1 が承認されました!" ,
2023-08-22 15:34:31 +02:00
"description" : "Content of the browser notification that appears when a transaction is confirmed"
} ,
"notificationTransactionSuccessTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "トランザクションの承認完了" ,
2023-08-22 15:34:31 +02:00
"description" : "Title of the browser notification that appears when a transaction is confirmed"
} ,
"notificationTransactionSuccessView" : {
2023-09-05 15:49:07 +02:00
"message" : "$1で表示" ,
2023-08-22 15:34:31 +02:00
"description" : "Additional content in browser notification that appears when a transaction is confirmed and has a block explorer URL"
} ,
"notifications" : {
"message" : "通知"
} ,
2022-04-22 18:58:09 +02:00
"notifications10ActionText" : {
"message" : "設定に移動" ,
2022-08-08 21:01:38 +02:00
"description" : "The 'call to action' on the button, or link, of the 'Visit in Settings' notification. Upon clicking, users will be taken to Settings page."
2022-04-22 18:58:09 +02:00
} ,
"notifications10DescriptionOne" : {
2023-09-05 15:49:07 +02:00
"message" : "改善されたトークン検出は現在、イーサリアムメインネット、Polygon、BSC、Avalancheネットワークで利用できます。他のネットワークも追加される予定です! "
2022-04-22 18:58:09 +02:00
} ,
"notifications10DescriptionThree" : {
2023-01-04 20:22:06 +01:00
"message" : "トークン検出機能は現在デフォルトでオフになっていますが、設定で有効にできます。"
2022-04-22 18:58:09 +02:00
} ,
"notifications10DescriptionTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "トークンの情報は、サードパーティのトークンリストから取得されています。3つ以上のトークンリストに掲載されているトークンは自動的に検出されます。"
2022-04-22 18:58:09 +02:00
} ,
"notifications10Title" : {
"message" : "トークン検出が改善されました"
} ,
"notifications11Description" : {
"message" : "トークンは誰にでも作れるため、名前が同じ場合もあります。信頼できないトークンや取引したことのないトークンが表示された場合は、信頼しない方が無難です。"
} ,
"notifications11Title" : {
"message" : "詐欺やセキュリティのリスク"
} ,
"notifications12ActionText" : {
"message" : "ダークモードを有効にする"
} ,
"notifications12Description" : {
2023-09-05 15:49:07 +02:00
"message" : "拡張機能のダークモードがついに追加されました!オンにするには、「設定」>「試験運用」の順に移動し、ライト、ダーク、システムの表示オプションから一つを選択してください。"
2022-04-22 18:58:09 +02:00
} ,
"notifications12Title" : {
"message" : "いつダークモードに?今ダークモードです!🕶️🦊"
} ,
2022-07-28 17:06:21 +02:00
"notifications13ActionText" : {
"message" : "カスタムネットワークリストを表示"
} ,
"notifications13Description" : {
2023-09-05 15:49:07 +02:00
"message" : "人気のカスタムネットワーク (Arbitrum、Avalanche、Binance Smart Chain、Fantom、Harmony、Optimism、Palm、Polygon) が簡単に追加できるようになりました!この機能を有効にするには、「設定」>「試験運用」に移動し、「カスタムネットワークリストを表示」をオンにしてください!" ,
2022-07-28 17:06:21 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes popular network feature."
} ,
"notifications13Title" : {
"message" : "人気のネットワークを追加"
} ,
2022-09-27 17:36:55 +02:00
"notifications14ActionText" : {
"message" : "バックアップの設定を表示"
} ,
"notifications14Description" : {
2023-09-05 15:49:07 +02:00
"message" : "3Boxデータ機能は10月の初めに非推奨になります。ウォレットを手動でバックアップ・復元するには、「高度な設定」の「今すぐバックアップ」を使用してください。" ,
2022-09-27 17:36:55 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes 3box deprecation."
} ,
"notifications14Title" : {
2023-09-05 15:49:07 +02:00
"message" : "3Boxの非推奨化"
2022-09-27 17:36:55 +02:00
} ,
"notifications15Description" : {
2023-09-05 15:49:07 +02:00
"message" : "ユーザー側での作業は必要ないため、ウォレットは引き続き通常通りご使用いただけます。「マージ」関連の詐欺にご注意ください。" ,
2022-09-27 17:36:55 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Advises users about the ethereum merge (https://ethereum.org/en/upgrades/merge/#main-content) and potential scams."
} ,
"notifications15Title" : {
2023-09-05 15:49:07 +02:00
"message" : "イーサリアムの「マージ」が完了しました!"
2022-09-27 17:36:55 +02:00
} ,
2023-08-22 15:34:31 +02:00
"notifications18ActionText" : {
"message" : "セキュリティアラートを有効にする"
} ,
"notifications18DescriptionOne" : {
"message" : "悪質なリクエストを受けた可能性がある場合、サードパーティからアラートを受信します。" ,
"description" : "Description of a notification in the 'See What's New' popup. Describes Opensea Security Provider feature."
} ,
"notifications18DescriptionThree" : {
"message" : "リクエストを承認する前に、必ず独自のデューデリジェンスを行ってください。" ,
"description" : "Description of a notification in the 'See What's New' popup. Describes Opensea Security Provider feature."
} ,
"notifications18DescriptionTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "OpenSeaは、この機能の最初のプロバイダーです。他のプロバイダーも近日追加予定です! " ,
2023-08-22 15:34:31 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes Opensea Security Provider feature."
} ,
"notifications18Title" : {
"message" : "セキュリティアラートで安全を確保"
} ,
"notifications19ActionText" : {
"message" : "NFTの自動検出を有効にする"
} ,
"notifications19DescriptionOne" : {
"message" : "始めるには次の2通りの方法があります:" ,
"description" : "Description of a notification in the 'See What's New' popup. Describes NFT autodetection feature."
} ,
"notifications19DescriptionThree" : {
"message" : "現在当社はERC-721のみをサポートしています。" ,
"description" : "Description of a notification in the 'See What's New' popup. Describes NFT autodetection feature."
} ,
"notifications19DescriptionTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "手動でNFTを追加するか、「設定」>「試験運用」でNFTの自動検出をオンにします。" ,
2023-08-22 15:34:31 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes NFT autodetection feature."
} ,
"notifications19Title" : {
"message" : "NFTが今までにない形で表示されます"
} ,
2021-06-08 05:19:32 +02:00
"notifications1Description" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMask Mobileのユーザーが、モバイルウォレット内でトークンを交換できるようになりました。QRコードをスキャンしてモバイルアプリを取得し、スワップを開始します。" ,
2021-06-08 05:19:32 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature."
} ,
"notifications1Title" : {
2023-09-05 15:49:07 +02:00
"message" : "モバイルでのスワッピングが可能になりました!\n" ,
2021-06-08 05:19:32 +02:00
"description" : "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile."
} ,
2023-08-22 15:34:31 +02:00
"notifications20ActionText" : {
"message" : "詳細" ,
"description" : "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a ledger page to resolve the U2F connection issue."
} ,
"notifications20Description" : {
2023-09-05 15:49:07 +02:00
"message" : "Firefoxの最新バージョンを使用している場合、FirefoxのU2Fサポート廃止に関連した問題が発生する可能性があります。" ,
2023-08-22 15:34:31 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes the U2F support being dropped by firefox and that it affects ledger users."
} ,
"notifications20Title" : {
2023-09-05 15:49:07 +02:00
"message" : "LedgerとFirefoxのユーザーに発生している接続の問題について" ,
2023-08-22 15:34:31 +02:00
"description" : "Title for a notification in the 'See What's New' popup. Tells users that latest firefox users using U2F may experience connection issues."
} ,
"notifications21ActionText" : {
"message" : "試す"
} ,
"notifications21Description" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask拡張機能のSwapsをアップデートして、より素早く簡単に使えるようにしました。" ,
2023-08-22 15:34:31 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes NFT autodetection feature."
} ,
"notifications21Title" : {
2023-09-05 15:49:07 +02:00
"message" : "新しくなったSwapsをご紹介します! "
2023-08-22 15:34:31 +02:00
} ,
"notifications22ActionText" : {
"message" : "了解"
} ,
"notifications22Description" : {
"message" : "💡 グローバルメニューまたはアカウントメニューをクリックするだけで見つかります!"
} ,
"notifications22Title" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウント情報またはブロックエクスプローラーURLをお探しですか? "
2023-08-22 15:34:31 +02:00
} ,
"notifications23ActionText" : {
"message" : "セキュリティアラートを有効にする"
} ,
2023-09-05 15:49:07 +02:00
"notifications23DescriptionOne" : {
"message" : "イーサリアムメインネットで、Blockaidによるセキュリティアラートを使用して、プライバシーを守りつつ既知の詐欺を回避しましょう。"
} ,
2023-08-22 15:34:31 +02:00
"notifications23DescriptionTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "リクエストを承認する前に、必ず独自のデューデリジェンスを行ってください。"
2023-08-22 15:34:31 +02:00
} ,
"notifications23Title" : {
"message" : "セキュリティアラートで安全を確保"
} ,
2023-09-05 15:49:07 +02:00
"notifications24ActionText" : {
"message" : "了解"
} ,
"notifications24Description" : {
"message" : "使用中のネットワークに基づき高度なガス代設定が保存されるようになりました。これにより、ネットワークごとに高度なガス代設定を行い、ガス代の払い過ぎやトランザクション詰まりを防ぐことができます。"
} ,
"notifications24Title" : {
"message" : "ネットワークごとの高度なガス代設定"
} ,
2021-06-08 05:19:32 +02:00
"notifications3ActionText" : {
"message" : "続きを表示" ,
"description" : "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website."
} ,
"notifications3Description" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskの最新のセキュリティベストプラクティスについて学び、MetaMaskの公式サポートから最新のセキュリティ情報を入手してください。" ,
2021-06-08 05:19:32 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page."
} ,
"notifications3Title" : {
"message" : "安全の維持" ,
"description" : "Title for a notification in the 'See What's New' popup. Encourages users to consider security."
} ,
"notifications4ActionText" : {
"message" : "スワッピングの開始" ,
"description" : "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain."
} ,
"notifications4Description" : {
2023-09-05 15:49:07 +02:00
"message" : "ウォレットのトークンのスワップに最高の価格をご利用ください。MetaMaskで、Binance Smart Chainの複数の分散型取引所アグリゲーターや専門のマーケットメーカーと接続できるようになりました。" ,
2021-06-08 05:19:32 +02:00
"description" : "Description of a notification in the 'See What's New' popup."
} ,
"notifications4Title" : {
2022-02-07 17:29:17 +01:00
"message" : "Binance Smart Chainでのスワップ" ,
2021-06-08 05:19:32 +02:00
"description" : "Title for a notification in the 'See What's New' popup. Encourages users to do swaps on Binance Smart Chain."
} ,
"notifications5Description" : {
2022-02-07 17:29:17 +01:00
"message" : "これでシードフレーズが「シークレットリカバリーフレーズ」と呼ばれるようになりました。" ,
2021-06-08 05:19:32 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update."
2021-02-08 16:31:17 +01:00
} ,
2021-06-16 18:34:29 +02:00
"notifications6DescriptionOne" : {
2022-02-07 17:29:17 +01:00
"message" : "Chromeバージョン91以降は、Ledgerのサポートを可能にしていたAPI (U2F) がハードウェアウォレットをサポートしなくなります。MetaMaskでは、ユーザーがLedger Liveのデスクトップアプリを介してLedgerデバイスに継続的に接続できる、新しいLedger Liveサポートを導入しました。" ,
2021-06-16 18:34:29 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes the Ledger support update."
} ,
"notifications6DescriptionThree" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskでLedgerアカウントを使用する際は、新しいタブが開き、Ledger Liveアプリを開くよう指示されます。アプリが開いたら、MetaMaskアカウントへのWebSocket接続を許可するよう指示されます。以上です。" ,
2021-06-16 18:34:29 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes the Ledger support update."
} ,
"notifications6DescriptionTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "「設定」>「詳細」>「Ledger Liveを使用」の順にクリックすることで、Ledger Liveのサポートを有効にできます。" ,
2021-06-16 18:34:29 +02:00
"description" : "Description of a notification in the 'See What's New' popup. Describes the Ledger support update."
} ,
"notifications6Title" : {
2022-02-07 17:29:17 +01:00
"message" : "Chromeユーザー向けのLedgerサポートの更新" ,
2021-06-16 18:34:29 +02:00
"description" : "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update"
} ,
2022-01-07 20:55:07 +01:00
"notifications7DescriptionOne" : {
"message" : "MetaMask v10.1.0には、Ledgerデバイスを使用時のEIP-1559トランザクションのサポートが新たに追加されました。" ,
"description" : "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0"
} ,
"notifications7DescriptionTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "イーサリアムメインネットでトランザクションを完了させるには、Ledgerデバイスに最新のファームウェアがインストールされていることを確認してください。" ,
2022-01-07 20:55:07 +01:00
"description" : "Description of a notification in the 'See What's New' popup. Describes the need to update ledger firmware."
} ,
"notifications7Title" : {
"message" : "Ledgerファームウェアのアップデート" ,
"description" : "Title for a notification in the 'See What's New' popup. Notifies ledger users of the need to update firmware."
} ,
"notifications8ActionText" : {
2023-09-05 15:49:07 +02:00
"message" : "「設定」>「高度な設定」に移動します" ,
2022-08-08 21:01:38 +02:00
"description" : "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced settings page."
2022-01-07 20:55:07 +01:00
} ,
"notifications8DescriptionOne" : {
"message" : "MetaMask v10.4.0以降では、LedgerデバイスのMetaMaskへの接続にLedger Liveが不要になりました。" ,
"description" : "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device."
} ,
"notifications8DescriptionTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "Ledgerをより簡単かつ安定してご利用いただくには、「設定」の「高度な設定」タブに移動し、「優先Ledger接続タイプ」を「WebHID」に切り替えてください。" ,
2022-01-07 20:55:07 +01:00
"description" : "Description of a notification in the 'See What's New' popup. Describes how the user can turn off the Ledger Live setting."
} ,
"notifications8Title" : {
"message" : "Ledgerの接続の改善" ,
"description" : "Title for a notification in the 'See What's New' popup. Notifies ledger users that there is an improvement in how they can connect their device."
} ,
"notifications9DescriptionOne" : {
2023-09-05 15:49:07 +02:00
"message" : "スマートコントラクトトランザクションの承認の際に、「データ」タブでより多くの情報が提供されるようになりました。"
2022-01-07 20:55:07 +01:00
} ,
"notifications9DescriptionTwo" : {
"message" : "確定する前に、トランザクションの詳細をよりよく理解できるようになりました。また、アドレス帳にトランザクションアドレスを簡単に追加できるようにもなり、安全かつ情報に基づいた意思決定が可能になりました。"
} ,
"notifications9Title" : {
"message" : "👓 トランザクションが読みやすくなりました。"
} ,
2023-09-05 15:49:07 +02:00
"notificationsDropLedgerFirefoxDescription" : {
"message" : "FirefoxはU2Fをサポートしなくなったため、LedgerはFirefox版の MetaMaskでは機能しません。代わりにGoogle Chrome版のMetaMaskをお試しください。" ,
"description" : "Description of a notification in the 'See What's New' popup. Describes that ledger will not longer be supported for firefox users and they should use MetaMask on chrome for ledger support instead."
} ,
"notificationsDropLedgerFirefoxTitle" : {
"message" : "FirefoxでのLedger サポートの停止" ,
"description" : "Title for a notification in the 'See What's New' popup. Tells firefox users that ledger support is being dropped."
} ,
2022-06-14 00:49:12 +02:00
"notificationsEmptyText" : {
2023-09-05 15:49:07 +02:00
"message" : "ここには、インストールしたsnapからの通知が表示されます。"
2022-06-14 00:49:12 +02:00
} ,
"notificationsHeader" : {
"message" : "通知"
} ,
"notificationsInfos" : {
2023-09-05 15:49:07 +02:00
"message" : "$1に$2から" ,
2022-06-14 00:49:12 +02:00
"description" : "$1 is the date at which the notification has been dispatched and $2 is the link to the snap that dispatched the notification."
} ,
"notificationsMarkAllAsRead" : {
"message" : "すべて既読にする"
} ,
2023-09-07 11:36:46 +02:00
"notificationsOpenBetaSnapsActionText" : {
"message" : "詳細"
} ,
"notificationsOpenBetaSnapsDescriptionOne" : {
"message" : "🎉 MetaMask Snapsのオープンベータについてお知らせします! "
} ,
"notificationsOpenBetaSnapsDescriptionThree" : {
"message" : "開発者コミュニティによって開発されたsnapで、ウォレットをカスタマイズできます! "
} ,
"notificationsOpenBetaSnapsDescriptionTwo" : {
"message" : "Snapsを使えば、他のネットワークへの接続やトランザクションインサイトの表示、カスタム通知の取得など、MetaMaskでより多くのことができるようになります。"
} ,
"notificationsOpenBetaSnapsTitle" : {
"message" : "MetaMask Snapsのご紹介"
} ,
2022-09-27 17:36:55 +02:00
"numberOfNewTokensDetectedPlural" : {
2023-09-05 15:49:07 +02:00
"message" : "$1種類の新しいトークンがこのアカウントで見つかりました" ,
2022-09-27 17:36:55 +02:00
"description" : "$1 is the number of new tokens detected"
} ,
"numberOfNewTokensDetectedSingular" : {
2023-09-05 15:49:07 +02:00
"message" : "1つの新しいトークンがこのアカウントで見つかりました"
2022-09-27 17:36:55 +02:00
} ,
2021-02-08 16:31:17 +01:00
"ofTextNofM" : {
2021-06-08 05:19:32 +02:00
"message" : "中の"
2021-02-08 16:31:17 +01:00
} ,
"off" : {
"message" : "オフ"
} ,
"offlineForMaintenance" : {
"message" : "メンテナンスのためにオフラインです"
} ,
"ok" : {
"message" : "OK"
} ,
"on" : {
"message" : "オン"
} ,
2023-01-04 20:22:06 +01:00
"onboardingAdvancedPrivacyIPFSDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "IPFSゲートウェイにより、第三者がホスティングしているデータへのアクセスと表示が可能になります。カスタムIPFSゲートウェイを追加するか、引き続きデフォルトを使用できます。"
2023-01-04 20:22:06 +01:00
} ,
"onboardingAdvancedPrivacyIPFSInvalid" : {
2023-09-05 15:49:07 +02:00
"message" : "有効なURLを入力してください"
2023-01-04 20:22:06 +01:00
} ,
"onboardingAdvancedPrivacyIPFSTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "カスタムIPFSゲートウェイを追加"
2023-01-04 20:22:06 +01:00
} ,
"onboardingAdvancedPrivacyIPFSValid" : {
2023-09-05 15:49:07 +02:00
"message" : "IPFSゲートウェイのURLが有効です"
2023-01-04 20:22:06 +01:00
} ,
"onboardingAdvancedPrivacyNetworkButton" : {
"message" : "カスタムネットワークを追加"
} ,
"onboardingAdvancedPrivacyNetworkDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "当社では、遠隔手続き呼び出し (RPC) プロバイダーにInfuraを使用して、イーサリアムデータにできるだけ信頼性の高いプライベートな形でアクセスできるようにしています。独自のRPCをお選びいただくこともできますが、どのRPCもトランザクションを実行するために、ユーザーのIPアドレスとイーサリアムウォレットを取得する点にご注意ください。Infuraによるデータの取扱いに関する詳細は、$1をご覧ください。"
2023-01-04 20:22:06 +01:00
} ,
"onboardingAdvancedPrivacyNetworkTitle" : {
"message" : "ネットワークを選択してください"
} ,
2022-01-07 20:55:07 +01:00
"onboardingCreateWallet" : {
"message" : "新規ウォレットを作成"
} ,
"onboardingImportWallet" : {
"message" : "既存のウォレットをインポート"
} ,
2023-01-04 20:22:06 +01:00
"onboardingMetametricsAgree" : {
"message" : "同意します"
} ,
"onboardingMetametricsAllowOptOut" : {
"message" : "いつでも設定からオプトアウトできるようにします"
} ,
"onboardingMetametricsDataTerms" : {
"message" : "一般データ保護規則 (EU) 2016/679 の目的に従い、このデータは集約され匿名化されます。"
} ,
"onboardingMetametricsDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskは、ユーザーによるMetaMaskの使用状況をより詳細に把握するため、使用データを収集したいと考えています。このデータは、使用状況に基づくサービスの改善を含め、サービスの提供を目的に使用されます。"
2023-01-04 20:22:06 +01:00
} ,
"onboardingMetametricsDescription2" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskは..."
2023-01-04 20:22:06 +01:00
} ,
"onboardingMetametricsDisagree" : {
"message" : "結構です"
} ,
"onboardingMetametricsInfuraTerms" : {
2023-09-05 15:49:07 +02:00
"message" : "* MetaMaskでInfuraをデフォルトのRPCプロバイダーとして使用する場合、Infuraはトランザクションの送信時にユーザーのIPアドレスおよびイーサリアムウォレットアドレスを収集します。当社がこれらの情報を、システムによりこれら2つのデータが関連付けられる形で保管することはありません。データ収集の観点から見たMetaMaskとInfuraとのやり取りに関する詳細は、当社の最新の$1をご覧ください。当社のプライバシー慣行全般に関する詳細は、$2をご覧ください。" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 represents `onboardingMetametricsInfuraTermsPolicyLink`, $2 represents `onboardingMetametricsInfuraTermsPolicy`"
} ,
"onboardingMetametricsInfuraTermsPolicy" : {
"message" : "こちらのプライバシーポリシー"
} ,
"onboardingMetametricsInfuraTermsPolicyLink" : {
"message" : "こちら"
} ,
"onboardingMetametricsModalTitle" : {
"message" : "カスタムネットワークを追加"
} ,
"onboardingMetametricsNeverCollect" : {
"message" : "サービスの提供に不要な情報 (キー、アドレス、トランザクションハッシュ、残高) を収集することは、$1" ,
"description" : "$1 represents `onboardingMetametricsNeverEmphasis`"
} ,
"onboardingMetametricsNeverCollectIP" : {
2023-09-05 15:49:07 +02:00
"message" : "ユーザーの完全なIPアドレスを収集することは、$1*" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 represents `onboardingMetametricsNeverEmphasis`"
} ,
"onboardingMetametricsNeverEmphasis" : {
"message" : "一切ありません"
} ,
"onboardingMetametricsNeverSellData" : {
"message" : "データを販売することは$1。絶対です! " ,
"description" : "$1 represents `onboardingMetametricsNeverEmphasis`"
} ,
"onboardingMetametricsSendAnonymize" : {
"message" : "匿名のクリックおよびページ閲覧イベントを送信"
} ,
"onboardingMetametricsTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskの改善にご協力ください"
2023-01-04 20:22:06 +01:00
} ,
2022-01-07 20:55:07 +01:00
"onboardingPinExtensionBillboardAccess" : {
"message" : "フルアクセス"
} ,
"onboardingPinExtensionBillboardDescription" : {
"message" : "これらの拡張機能は、情報を表示および変更できます"
} ,
"onboardingPinExtensionBillboardDescription2" : {
"message" : "このサイトで。"
} ,
"onboardingPinExtensionBillboardTitle" : {
"message" : "拡張機能"
} ,
"onboardingPinExtensionChrome" : {
"message" : "ブラウザの拡張機能アイコンをクリックします"
} ,
"onboardingPinExtensionDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskをブラウザにピン留めすることで、アクセスしやすくなり、トランザクションの承認を簡単に表示できるようになります。"
2022-01-07 20:55:07 +01:00
} ,
"onboardingPinExtensionDescription2" : {
"message" : "拡張機能をクリックしてMetaMaskを開き、ワンクリックでウォレットにアクセスできます。"
} ,
"onboardingPinExtensionDescription3" : {
"message" : "ブラウザの拡張機能アイコンをクリックすると、すぐにアクセスできます"
} ,
"onboardingPinExtensionLabel" : {
"message" : "MetaMaskをピン留めする"
} ,
"onboardingPinExtensionStep1" : {
"message" : "1"
} ,
"onboardingPinExtensionStep2" : {
"message" : "2"
} ,
"onboardingPinExtensionTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskのインストールが完了しました! "
2022-01-07 20:55:07 +01:00
} ,
"onboardingUsePhishingDetectionDescription" : {
"message" : "フィッシング検出アラートには$1との通信が必要です。jsDeliverはユーザーのIPアドレスにアクセスします。$2をご覧ください。" ,
"description" : "The $1 is the word 'jsDeliver', from key 'jsDeliver' and $2 is the words Privacy Policy from key 'privacyMsg', both separated here so that it can be wrapped as a link"
} ,
2021-06-08 05:19:32 +02:00
"onlyAddTrustedNetworks" : {
2023-09-05 15:49:07 +02:00
"message" : "悪意のあるネットワーク プロバイダーは、ブロックチェーンのステートを偽り、ユーザーのネットワークアクティビティを記録することがあります。信頼するカスタムネットワークのみを追加してください。"
2021-06-08 05:19:32 +02:00
} ,
2021-02-08 16:31:17 +01:00
"onlyConnectTrust" : {
2022-02-07 17:29:17 +01:00
"message" : "信頼するサイトにのみ接続してください。"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"openFullScreenForLedgerWebHid" : {
2023-09-05 15:49:07 +02:00
"message" : "全画面モードにしてLedgerを接続します。" ,
2022-01-07 20:55:07 +01:00
"description" : "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid."
} ,
2022-09-27 17:36:55 +02:00
"openInBlockExplorer" : {
"message" : "ブロックエクスプローラーで開く"
} ,
2023-03-06 18:21:56 +01:00
"openSea" : {
2023-08-22 15:34:31 +02:00
"message" : "OpenSea + Blockaid (ベータ)"
2023-03-06 18:21:56 +01:00
} ,
"openSeaNew" : {
"message" : "OpenSea"
} ,
2023-08-22 15:34:31 +02:00
"operationFailed" : {
"message" : "操作に失敗しました"
} ,
2022-01-07 20:55:07 +01:00
"optional" : {
2023-09-05 15:49:07 +02:00
"message" : "オプション"
2022-01-07 20:55:07 +01:00
} ,
"optionalWithParanthesis" : {
2023-09-05 15:49:07 +02:00
"message" : "(オプション)"
2022-01-07 20:55:07 +01:00
} ,
2023-03-06 18:21:56 +01:00
"options" : {
"message" : "オプション"
} ,
2022-01-07 20:55:07 +01:00
"or" : {
"message" : "または"
} ,
2021-02-08 16:31:17 +01:00
"origin" : {
2021-06-08 05:19:32 +02:00
"message" : "起点"
2021-02-08 16:31:17 +01:00
} ,
2022-06-14 00:49:12 +02:00
"osTheme" : {
"message" : "システム"
} ,
2023-01-04 20:22:06 +01:00
"otherSnaps" : {
2023-09-05 15:49:07 +02:00
"message" : "他のsnap" ,
2023-01-04 20:22:06 +01:00
"description" : "Used in the 'permission_rpc' message."
} ,
2023-03-06 18:21:56 +01:00
"outdatedBrowserNotification" : {
2023-09-05 15:49:07 +02:00
"message" : "古いブラウザを使用しています。ブラウザをアップデートしないと、MetaMaskからセキュリティパッチや新機能を入手できなくなります。"
2023-03-06 18:21:56 +01:00
} ,
2022-06-14 00:49:12 +02:00
"padlock" : {
"message" : "南京錠"
} ,
2021-02-08 16:31:17 +01:00
"parameters" : {
2022-02-07 17:29:17 +01:00
"message" : "パラメーター"
2021-02-08 16:31:17 +01:00
} ,
"participateInMetaMetrics" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMetricsに参加"
2021-02-08 16:31:17 +01:00
} ,
"participateInMetaMetricsDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMetricsに参加して、MetaMaskの改善にご協力ください"
2021-02-08 16:31:17 +01:00
} ,
"password" : {
"message" : "パスワード"
} ,
"passwordNotLongEnough" : {
"message" : "パスワードの長さが足りません"
} ,
2022-01-07 20:55:07 +01:00
"passwordSetupDetails" : {
"message" : "このパスワードは、このデバイスでのみMetaMaskウォレットのロックを解除します。MetaMaskはこのパスワードを復元できません。"
} ,
2022-04-22 18:58:09 +02:00
"passwordStrength" : {
"message" : "パスワードの強度: $1" ,
"description" : "Return password strength to the user when user wants to create password."
} ,
"passwordStrengthDescription" : {
"message" : "強力なパスワードは、デバイスが盗まれたり侵入されたりした場合に、ウォレットのセキュリティを高めます。"
} ,
2022-01-07 20:55:07 +01:00
"passwordTermsWarning" : {
"message" : "私はMetaMaskがこのパスワードを復元できないことを理解しています。$1"
} ,
2021-02-08 16:31:17 +01:00
"passwordsDontMatch" : {
"message" : "パスワードが一致しません"
} ,
2023-08-22 15:34:31 +02:00
"pasteJWTToken" : {
2023-09-05 15:49:07 +02:00
"message" : "ここにトークンを貼り付けるかドロップしてください:"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"pastePrivateKey" : {
2021-06-08 05:19:32 +02:00
"message" : "秘密鍵の文字列をここに貼り付けます:" ,
2021-02-08 16:31:17 +01:00
"description" : "For importing an account from a private key"
} ,
"pending" : {
2022-02-07 17:29:17 +01:00
"message" : "保留中"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"pendingTransactionInfo" : {
"message" : "このトランザクションは、そのトランザクションが完了するまで処理されません。"
} ,
"pendingTransactionMultiple" : {
2023-09-05 15:49:07 +02:00
"message" : "保留中のトランザクションが$1件あります。"
2022-01-07 20:55:07 +01:00
} ,
"pendingTransactionSingle" : {
2023-09-05 15:49:07 +02:00
"message" : "保留中のトランザクションが1件あります。" ,
2022-01-07 20:55:07 +01:00
"description" : "$1 is count of pending transactions"
} ,
"permissionRequest" : {
2022-02-07 17:29:17 +01:00
"message" : "許可のリクエスト"
2022-01-07 20:55:07 +01:00
} ,
2022-04-22 18:58:09 +02:00
"permissionRequestCapitalized" : {
2023-09-05 15:49:07 +02:00
"message" : "許可のリクエスト"
2022-09-27 17:36:55 +02:00
} ,
"permissionRequested" : {
"message" : "現在リクエスト中"
} ,
"permissionRevoked" : {
"message" : "この更新で取り消し"
2022-04-22 18:58:09 +02:00
} ,
2023-03-06 18:21:56 +01:00
"permission_accessNamedSnap" : {
2023-09-05 15:49:07 +02:00
"message" : "$1に接続。" ,
2023-03-08 19:29:23 +01:00
"description" : "The description for the `wallet_snap` permission. $1 is the human-readable name of the snap."
2023-03-06 18:21:56 +01:00
} ,
2022-04-22 18:58:09 +02:00
"permission_accessNetwork" : {
"message" : "インターネットにアクセスします。" ,
"description" : "The description of the `endowment:network-access` permission."
} ,
2023-08-22 15:34:31 +02:00
"permission_accessNetworkDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapによるインターネットへのアクセスを許可します。これはサードパーティサーバーとのデータの送受信の両方に使用できます。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description of the `endowment:network-access` permission."
} ,
2022-04-22 18:58:09 +02:00
"permission_accessSnap" : {
2023-09-05 15:49:07 +02:00
"message" : "$1 snapに接続します。" ,
2023-03-08 19:29:23 +01:00
"description" : "The description for the `wallet_snap` permission. $1 is the name of the snap."
2022-04-22 18:58:09 +02:00
} ,
2023-08-22 15:34:31 +02:00
"permission_accessSnapDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "Webサイトまたはsnapによる$1とのやり取りを許可します。" ,
2023-08-22 15:34:31 +02:00
"description" : "The description for the `wallet_snap_*` permission. $1 is the name of the Snap."
} ,
2023-01-04 20:22:06 +01:00
"permission_cronjob" : {
"message" : "定期的なアクションのスケジュール設定と実行。" ,
"description" : "The description for the `snap_cronjob` permission"
} ,
2023-08-22 15:34:31 +02:00
"permission_cronjobDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapが、一定の時刻、日付、または間隔で定期的に実行されるアクションを実行することを許可します。これは、時間依存のやり取りや通知のトリガーに使用できます。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `snap_cronjob` permission"
} ,
2023-01-04 20:22:06 +01:00
"permission_dialog" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskにダイアログウィンドウを表示します。" ,
2023-01-04 20:22:06 +01:00
"description" : "The description for the `snap_dialog` permission"
} ,
2023-08-22 15:34:31 +02:00
"permission_dialogDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "このsnapがカスタムテキスト、入力フィールド、アクションの承認・拒否ボタンを備えたMetaMaskポップアップを表示することを許可します。これは、snapのアラート、承認、オプトインフローなどの作成に使用される可能性があります。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `snap_dialog` permission"
} ,
2022-02-15 01:02:51 +01:00
"permission_ethereumAccounts" : {
2023-09-05 15:49:07 +02:00
"message" : "アドレス、アカウント残高、アクティビティを表示して、承認するトランザクションを提案" ,
2022-02-15 01:02:51 +01:00
"description" : "The description for the `eth_accounts` permission"
} ,
2023-01-04 20:22:06 +01:00
"permission_ethereumProvider" : {
2023-09-05 15:49:07 +02:00
"message" : "イーサリアムプロバイダーにアクセスします。" ,
2023-01-04 20:22:06 +01:00
"description" : "The description for the `endowment:ethereum-provider` permission"
} ,
2023-08-22 15:34:31 +02:00
"permission_ethereumProviderDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "ブロックチェーンのデータを読み込みメッセージやトランザクションを提案するために、snapによるMetaMaskとの直接の通信を許可します。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `endowment:ethereum-provider` permission"
} ,
2023-01-04 20:22:06 +01:00
"permission_getEntropy" : {
2023-09-05 15:49:07 +02:00
"message" : "このsnapに固有の無作為なキーを導出します。" ,
2023-01-04 20:22:06 +01:00
"description" : "The description for the `snap_getEntropy` permission"
} ,
2023-08-22 15:34:31 +02:00
"permission_getEntropyDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapが、このsnapに固有の任意のキーを公開せずに導出することを許可します。これらのキーはMetaMaskアカウントとは別で、秘密鍵やシークレットリカバリーフレーズとは関連性がありません。他のsnapはこの情報にアクセスできません。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `snap_getEntropy` permission"
} ,
"permission_lifecycleHooks" : {
"message" : "ライフサイクルフックを使用します。" ,
"description" : "The description for the `endowment:lifecycle-hooks` permission"
} ,
"permission_lifecycleHooksDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapがライフサイクルフックを使用して、ライフサイクルの特定のタイミングでコードを実行することを許可します。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `endowment:lifecycle-hooks` permission"
} ,
2022-06-14 00:49:12 +02:00
"permission_longRunning" : {
"message" : "無期限で実行。" ,
"description" : "The description for the `endowment:long-running` permission"
} ,
2023-08-22 15:34:31 +02:00
"permission_longRunningDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "大きなデータの処理中など、snapが無期限で実行されることを許可します。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `endowment:long-running` permission"
} ,
"permission_manageAccounts" : {
2023-09-05 15:49:07 +02:00
"message" : "イーサリアムアカウントを追加して管理します" ,
2023-08-22 15:34:31 +02:00
"description" : "The description for `snap_manageAccounts` permission"
} ,
2022-09-27 17:36:55 +02:00
"permission_manageBip32Keys" : {
"message" : "$1 ($2) のアカウントとアセットを管理します。" ,
"description" : "The description for the `snap_getBip32Entropy` permission. $1 is a derivation path, e.g. 'm/44'/0'/0''. $2 is the elliptic curve name, e.g. 'secp256k1'."
} ,
2023-08-22 15:34:31 +02:00
"permission_manageBip32KeysDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapがシークレットリカバリーフレーズに基づき、公開することなくBIP-32キーペアを導出することを許可します。これにより、$1のすべてのアカウントとアセットへの完全アクセスが許可されます。\\nキーの管理権限を与えることで、snapはイーサリアム (EVM) 以外にもさまざまなブロックチェーンプロトコルをサポートできるようになります。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `snap_getBip32Entropy` permission. $1 is a derivation path (name)"
} ,
2022-04-22 18:58:09 +02:00
"permission_manageBip44Keys" : {
2023-09-05 15:49:07 +02:00
"message" : "$1アカウントとアセットをコントロールします。" ,
2022-09-23 12:39:54 +02:00
"description" : "The description for the `snap_getBip44Entropy` permission. $1 is the name of a protocol, e.g. 'Filecoin'."
2022-04-22 18:58:09 +02:00
} ,
2023-08-22 15:34:31 +02:00
"permission_manageBip44KeysDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapがシークレットリカバリーフレーズに基づき、公開することなくBIP-44キーペアを導出することを許可します。これにより、$1のすべてのアカウントとアセットへの完全アクセスが許可されます。\\nキーの管理権限を与えることで、snapはイーサリアム (EVM) 以外にもさまざまなブロックチェーンプロトコルをサポートできるようになります。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `snap_getBip44Entropy` permission. $1 is the name of a protocol, e.g., 'Filecoin'."
} ,
2023-03-06 18:21:56 +01:00
"permission_manageNamedBip32Keys" : {
2023-09-05 15:49:07 +02:00
"message" : "$1アカウントとアセットをコントロールします。" ,
2023-03-06 18:21:56 +01:00
"description" : "The description for the `snap_getBip32Entropy` permission. $1 is a name for the derivation path, e.g., 'Ethereum accounts'. $2 is the plain derivation path, e.g. 'm/44'/0'/0''."
} ,
2022-04-22 18:58:09 +02:00
"permission_manageState" : {
"message" : "デバイスにデータを保管し管理します。" ,
"description" : "The description for the `snap_manageState` permission"
} ,
2023-08-22 15:34:31 +02:00
"permission_manageStateDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapが暗号化を使用して安全にデータを保管、更新、取得することを許可します。他のsnapはこの情報にアクセスできません。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `snap_manageState` permission"
} ,
2022-04-22 18:58:09 +02:00
"permission_notifications" : {
"message" : "通知を表示します。" ,
"description" : "The description for the `snap_notify` permission"
} ,
2023-08-22 15:34:31 +02:00
"permission_notificationsDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapがMetaMask内に通知を表示することを許可します。snapは、行動を促す情報や緊急性の高い情報に関する短い通知テキストをトリガーできます。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `snap_notify` permission"
} ,
2023-01-04 20:22:06 +01:00
"permission_rpc" : {
2023-09-05 15:49:07 +02:00
"message" : "$1によるこのsnapとの直接のやり取りを許可してください。" ,
2023-01-04 20:22:06 +01:00
"description" : "The description for the `endowment:rpc` permission. $1 is 'other snaps' or 'websites'."
} ,
2023-08-22 15:34:31 +02:00
"permission_rpcDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1によるsnapへのメッセージの送信とsnapからの応答の受信を許可します。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `endowment:rpc` permission. $1 is 'other snaps' or 'websites'."
} ,
2022-09-27 17:36:55 +02:00
"permission_transactionInsight" : {
"message" : "トランザクションインサイトを取得して表示します。" ,
"description" : "The description for the `endowment:transaction-insight` permission"
} ,
2023-08-22 15:34:31 +02:00
"permission_transactionInsightDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapによるトランザクションのデコードと、MetaMask UI内でのインサイトの表示を許可します。これは、フィッシング対策やセキュリティソリューションに使用できます。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `endowment:transaction-insight` permission"
} ,
2023-01-04 20:22:06 +01:00
"permission_transactionInsightOrigin" : {
2023-09-05 15:49:07 +02:00
"message" : "トランザクションを提案しているWebサイトの提供元を確認します" ,
2023-01-04 20:22:06 +01:00
"description" : "The description for the `transactionOrigin` caveat, to be used with the `endowment:transaction-insight` permission"
} ,
2023-08-22 15:34:31 +02:00
"permission_transactionInsightOriginDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapが、トランザクションを提案するWebサイトの転送元 (URI) を確認することを許可します。これは、フィッシング対策やセキュリティソリューションに使用できます。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `transactionOrigin` caveat, to be used with the `endowment:transaction-insight` permission"
} ,
2022-04-22 18:58:09 +02:00
"permission_unknown" : {
2023-09-05 15:49:07 +02:00
"message" : "不明な許可: $1" ,
2022-04-22 18:58:09 +02:00
"description" : "$1 is the name of a requested permission that is not recognized."
} ,
2022-09-27 17:36:55 +02:00
"permission_viewBip32PublicKeys" : {
"message" : "$1 ($2) の公開鍵を表示します。" ,
"description" : "The description for the `snap_getBip32PublicKey` permission. $1 is a derivation path, e.g. 'm/44'/0'/0''. $2 is the elliptic curve name, e.g. 'secp256k1'."
} ,
2023-08-22 15:34:31 +02:00
"permission_viewBip32PublicKeysDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapが、$1の公開鍵 (およびアドレス) を表示することを許可します。これは、アカウントやアセットのコントロールを許可するものでは一切ありません。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description for the `snap_getBip32PublicKey` permission. $1 is a derivation path (name)"
} ,
2023-03-06 18:21:56 +01:00
"permission_viewNamedBip32PublicKeys" : {
2023-09-05 15:49:07 +02:00
"message" : "$1の公開鍵を表示します。" ,
2023-03-06 18:21:56 +01:00
"description" : "The description for the `snap_getBip32PublicKey` permission. $1 is a name for the derivation path, e.g., 'Ethereum accounts'."
} ,
2023-08-22 15:34:31 +02:00
"permission_webAssembly" : {
"message" : "WebAssemblyのサポート" ,
"description" : "The description of the `endowment:webassembly` permission."
} ,
"permission_webAssemblyDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "snapがWebAssemblyを介して低レベルの実行環境にアクセスすることを許可します。" ,
2023-08-22 15:34:31 +02:00
"description" : "An extended description of the `endowment:webassembly` permission."
} ,
2021-02-08 16:31:17 +01:00
"permissions" : {
2021-06-08 05:19:32 +02:00
"message" : "許可"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"permissionsTitle" : {
"message" : "許可"
} ,
"permissionsTourDescription" : {
"message" : "ここで接続されたアカウントを見つけて許可の管理を行います"
} ,
2021-02-08 16:31:17 +01:00
"personalAddressDetected" : {
2022-02-07 17:29:17 +01:00
"message" : "個人アドレスが検出されました。トークンコントラクトアドレスを入力してください。"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"pleaseConfirm" : {
"message" : "確認してください"
} ,
2021-02-08 16:31:17 +01:00
"plusXMore" : {
2023-09-05 15:49:07 +02:00
"message" : "その他$1件" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is a number of additional but unshown items in a list- this message will be shown in place of those items"
} ,
2022-06-14 00:49:12 +02:00
"popularCustomNetworks" : {
"message" : "人気のカスタムネットワーク"
} ,
2023-03-06 18:21:56 +01:00
"portfolio" : {
2023-09-05 15:49:07 +02:00
"message" : "Portfolio"
2023-03-06 18:21:56 +01:00
} ,
2023-08-22 15:34:31 +02:00
"portfolioDashboard" : {
2023-09-05 15:49:07 +02:00
"message" : "Portfolioダッシュボード"
2023-08-22 15:34:31 +02:00
} ,
2022-01-07 20:55:07 +01:00
"preferredLedgerConnectionType" : {
"message" : "優先Ledger接続タイプ" ,
2022-08-08 21:01:38 +02:00
"description" : "A header for a dropdown in Settings > Advanced. Appears above the ledgerConnectionPreferenceDescription message"
2022-01-07 20:55:07 +01:00
} ,
2022-04-22 18:58:09 +02:00
"preparingSwap" : {
"message" : "スワップを準備しています..."
} ,
2021-02-08 16:31:17 +01:00
"prev" : {
2021-06-08 05:19:32 +02:00
"message" : "前へ"
2021-02-08 16:31:17 +01:00
} ,
"primaryCurrencySetting" : {
2021-06-08 05:19:32 +02:00
"message" : "プライマリ通貨"
2021-02-08 16:31:17 +01:00
} ,
"primaryCurrencySettingDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "チェーンのネイティブ通貨 (ETHなど) による値の表示を優先するには、「ネイティブ」を選択します。選択した法定通貨による値の表示を優先するには、「法定通貨」を選択します。"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"priorityFee" : {
"message" : "優先手数料"
} ,
"priorityFeeProperCase" : {
"message" : "優先手数料"
} ,
2023-01-04 20:22:06 +01:00
"privacy" : {
"message" : "プライバシー"
} ,
2021-02-08 16:31:17 +01:00
"privacyMsg" : {
2022-09-27 17:36:55 +02:00
"message" : "プライバシーポリシー"
2021-02-08 16:31:17 +01:00
} ,
"privateKey" : {
"message" : "秘密鍵" ,
"description" : "select this type of file to use to import an account"
} ,
2023-08-22 15:34:31 +02:00
"privateKeyCopyWarning" : {
2023-09-05 15:49:07 +02:00
"message" : "$1の秘密鍵" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 represents the account name"
} ,
2021-02-08 16:31:17 +01:00
"privateKeyWarning" : {
2023-09-05 15:49:07 +02:00
"message" : "警告: この鍵は絶対に公開しないでください。秘密鍵を持つ人は誰でも、アカウントに保持されているアセットを盗むことができます。"
2018-03-14 06:33:26 +01:00
} ,
"privateNetwork" : {
2022-02-07 17:29:17 +01:00
"message" : "プライベートネットワーク"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"proceedWithTransaction" : {
"message" : "それでも続行"
} ,
2021-02-08 16:31:17 +01:00
"proposedApprovalLimit" : {
2021-06-08 05:19:32 +02:00
"message" : "提案された承認限度額"
2021-02-08 16:31:17 +01:00
} ,
"provide" : {
2021-06-08 05:19:32 +02:00
"message" : "提供"
} ,
"publicAddress" : {
2022-02-07 17:29:17 +01:00
"message" : "パブリックアドレス"
2021-02-08 16:31:17 +01:00
} ,
"queued" : {
2022-02-07 17:29:17 +01:00
"message" : "キュー待ち"
2018-03-14 06:33:26 +01:00
} ,
2023-08-22 15:34:31 +02:00
"quoteRate" : {
"message" : "クォートレート"
} ,
2022-04-22 18:58:09 +02:00
"reAddAccounts" : {
"message" : "他のアカウントを再度追加"
} ,
"reAdded" : {
"message" : "再度追加されました"
} ,
2018-03-14 06:33:26 +01:00
"readdToken" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウントオプションメニューで「トークンのインポート」を選択することによって、今後このトークンを戻すことができます。"
2021-02-08 16:31:17 +01:00
} ,
"receive" : {
2023-09-05 15:49:07 +02:00
"message" : "受取"
2021-02-08 16:31:17 +01:00
} ,
"recipientAddressPlaceholder" : {
2023-09-05 15:49:07 +02:00
"message" : "パブリックアドレス (0x) またはENS名を入力してください"
2018-03-14 06:33:26 +01:00
} ,
2022-01-07 20:55:07 +01:00
"recommendedGasLabel" : {
"message" : "推奨"
} ,
2021-06-16 18:34:29 +02:00
"recoveryPhraseReminderBackupStart" : {
"message" : "ここから開始"
} ,
"recoveryPhraseReminderConfirm" : {
2022-02-07 17:29:17 +01:00
"message" : "了解"
2021-06-16 18:34:29 +02:00
} ,
"recoveryPhraseReminderHasBackedUp" : {
2022-02-07 17:29:17 +01:00
"message" : "シークレットリカバリーフレーズは常に安全かつ秘密の場所に保管してください"
2021-06-16 18:34:29 +02:00
} ,
"recoveryPhraseReminderHasNotBackedUp" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズのバックアップが必要ですか?"
2021-06-16 18:34:29 +02:00
} ,
"recoveryPhraseReminderItemOne" : {
2022-02-07 17:29:17 +01:00
"message" : "シークレットリカバリーフレーズは誰とも決して共有しないでください"
2021-06-16 18:34:29 +02:00
} ,
"recoveryPhraseReminderItemTwo" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMaskチームが、ユーザーのシークレットリカバリーフレーズを確認することは絶対にありません"
2021-06-16 18:34:29 +02:00
} ,
"recoveryPhraseReminderSubText" : {
2022-02-07 17:29:17 +01:00
"message" : "シークレットリカバリーフレーズは、ご利用のすべてのアカウントを制御します。"
2021-06-16 18:34:29 +02:00
} ,
"recoveryPhraseReminderTitle" : {
2022-02-07 17:29:17 +01:00
"message" : "資産を守りましょう"
2021-06-16 18:34:29 +02:00
} ,
2022-01-07 20:55:07 +01:00
"refreshList" : {
"message" : "リストを更新"
} ,
2020-09-23 16:51:42 +02:00
"reject" : {
"message" : "拒否"
} ,
2021-02-08 16:31:17 +01:00
"rejectAll" : {
"message" : "すべて拒否"
} ,
2023-01-04 20:22:06 +01:00
"rejectRequestsDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1件のリクエストを一括で拒否しようとしています。"
2023-01-04 20:22:06 +01:00
} ,
"rejectRequestsN" : {
2023-09-05 15:49:07 +02:00
"message" : "$1件のリクエストを拒否"
2023-01-04 20:22:06 +01:00
} ,
2021-02-08 16:31:17 +01:00
"rejectTxsDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "$1件のトランザクションを一括拒否しようとしています。"
2021-02-08 16:31:17 +01:00
} ,
"rejectTxsN" : {
2022-02-07 17:29:17 +01:00
"message" : "$1件のトランザクションを拒否"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"rejected" : {
2021-06-08 05:19:32 +02:00
"message" : "拒否されました"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"remember" : {
"message" : "ご注意:"
} ,
2021-02-08 16:31:17 +01:00
"remove" : {
"message" : "削除"
} ,
"removeAccount" : {
2022-02-07 17:29:17 +01:00
"message" : "アカウントを削除"
2021-02-08 16:31:17 +01:00
} ,
"removeAccountDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "このアカウントはウォレットから削除されます。続行する前に、インポートしたアカウントの元のシークレットリカバリーフレーズまたは秘密鍵を持っていることを確認してください。アカウントはアカウントドロップダウンから再度インポートまたは作成できます。"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"removeJWT" : {
"message" : "カストディアントークンを削除"
} ,
"removeJWTDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "このトークンを削除してよろしいですか?このトークンに割り当てられているすべてのアカウントが、同時に拡張機能から削除されます: "
2023-08-22 15:34:31 +02:00
} ,
2022-01-07 20:55:07 +01:00
"removeNFT" : {
"message" : "NFTを削除"
} ,
2023-03-06 18:21:56 +01:00
"removeNftMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTが削除されました! "
2023-03-06 18:21:56 +01:00
} ,
2022-04-22 18:58:09 +02:00
"removeSnap" : {
2023-09-05 15:49:07 +02:00
"message" : "snapを削除"
2022-04-22 18:58:09 +02:00
} ,
"removeSnapConfirmation" : {
2023-09-05 15:49:07 +02:00
"message" : "$1を削除してよろしいですか? " ,
2022-04-22 18:58:09 +02:00
"description" : "$1 represents the name of the snap"
} ,
"removeSnapDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "この操作により、snapとそのデータが削除され、与えられたアクセス許可が取り消されます。"
2022-04-22 18:58:09 +02:00
} ,
"replace" : {
"message" : "置き換え"
} ,
2023-03-06 18:21:56 +01:00
"requestFlaggedAsMaliciousFallbackCopyReason" : {
"message" : "セキュリティプロバイダーが追加情報を共有していません"
} ,
"requestFlaggedAsMaliciousFallbackCopyReasonTitle" : {
"message" : "リクエストが悪質なものとして分類されました"
} ,
"requestMayNotBeSafe" : {
"message" : "リクエストは安全でない可能性があります"
} ,
"requestMayNotBeSafeError" : {
"message" : "セキュリティプロバイダーは既知の悪質なアクティビティを検出しませんでしたが、それでも続けるのは安全でない可能性があります。"
} ,
"requestNotVerified" : {
2023-09-05 15:49:07 +02:00
"message" : "リクエストが検証されませんでした"
2023-03-06 18:21:56 +01:00
} ,
"requestNotVerifiedError" : {
2023-09-05 15:49:07 +02:00
"message" : "エラーが発生したため、このリクエストはセキュリティプロバイダーにより検証されませんでした。慎重に進めてください。"
2023-03-06 18:21:56 +01:00
} ,
2021-02-08 16:31:17 +01:00
"requestsAwaitingAcknowledgement" : {
2023-09-05 15:49:07 +02:00
"message" : "リクエストの承認待ち"
2018-03-14 06:33:26 +01:00
} ,
2020-09-23 16:51:42 +02:00
"required" : {
2021-02-08 16:31:17 +01:00
"message" : "必須"
} ,
"reset" : {
"message" : "リセット"
2020-09-23 16:51:42 +02:00
} ,
2022-04-22 18:58:09 +02:00
"resetWallet" : {
2022-09-27 17:36:55 +02:00
"message" : "ウォレットをリセット"
2022-04-22 18:58:09 +02:00
} ,
"resetWalletSubHeader" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskはパスワードのコピーを保管しません。アカウントのロックを解除できない場合は、ウォレットをリセットする必要があります。これは、ウォレットのセットアップ時に使用したシークレットリカバリーフレーズを入力することで行えます。"
2022-04-22 18:58:09 +02:00
} ,
"resetWalletUsingSRP" : {
2023-09-05 15:49:07 +02:00
"message" : "この操作により、このデバイスから現在のウォレットとシークレットリカバリーフレーズ、および作成されたアカウントのリストが削除されます。シークレットリカバリーフレーズでリセットすると、リセットに使用されたシークレットリカバリーフレーズに基づくアカウントのリストが表示されます。この新しいリストには、残高のあるアカウントが自動的に含まれます。また、以前作成された$1することもできます。インポートしたカスタムアカウントは$2である必要があり、アカウントに追加されたカスタムトークンも$3である必要があります。"
2022-04-22 18:58:09 +02:00
} ,
"resetWalletWarning" : {
2023-09-05 15:49:07 +02:00
"message" : "続行する前に、正しいシークレットリカバリーフレーズを使用していることを確認してください。これは元に戻せません。"
2022-04-22 18:58:09 +02:00
} ,
2022-06-14 00:49:12 +02:00
"restartMetamask" : {
"message" : "MetaMask を再起動"
} ,
2021-02-08 16:31:17 +01:00
"restore" : {
"message" : "復元"
} ,
2022-09-27 17:36:55 +02:00
"restoreFailed" : {
"message" : "提供されたファイルからデータを復元できません"
} ,
"restoreSuccessful" : {
"message" : "データが復元されました"
} ,
"restoreUserData" : {
"message" : "ユーザーデータの復元"
} ,
"restoreUserDataDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "以前バックアップされたJSONファイルから、設定とアカウントアドレスを含むユーザー設定を復元できます。"
2022-09-27 17:36:55 +02:00
} ,
2023-08-22 15:34:31 +02:00
"resultPageError" : {
"message" : "エラー"
} ,
"resultPageErrorDefaultMessage" : {
"message" : "操作に失敗しました。"
} ,
"resultPageSuccess" : {
"message" : "成功"
} ,
"resultPageSuccessDefaultMessage" : {
"message" : "操作が正常に完了しました。"
} ,
2021-02-08 16:31:17 +01:00
"retryTransaction" : {
2022-02-07 17:29:17 +01:00
"message" : "トランザクションを再試行"
2021-02-08 16:31:17 +01:00
} ,
"reusedTokenNameWarning" : {
2022-02-07 17:29:17 +01:00
"message" : "ここのトークンは、監視する別のトークンのシンボルを再使用します。これは混乱を招いたり紛らわしい場合があります。"
2018-03-27 15:05:37 +02:00
} ,
"revealSeedWords" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズを確認"
2021-02-08 16:31:17 +01:00
} ,
2023-03-06 18:21:56 +01:00
"revealSeedWordsDescription1" : {
2023-09-05 15:49:07 +02:00
"message" : "$1は$2を提供します。" ,
2023-03-06 18:21:56 +01:00
"description" : "This is a sentence consisting of link using 'revealSeedWordsSRPName' as $1 and bolded text using 'revealSeedWordsDescription3' as $2."
} ,
"revealSeedWordsDescription2" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskは$1です。つまり、ユーザーがSRPの所有者となります。" ,
2023-03-06 18:21:56 +01:00
"description" : "$1 is text link with the message from 'revealSeedWordsNonCustodialWallet'"
} ,
"revealSeedWordsDescription3" : {
"message" : "ウォレットと資金への完全アクセス"
} ,
"revealSeedWordsNonCustodialWallet" : {
"message" : "ノンカストディアルウォレット"
} ,
"revealSeedWordsQR" : {
"message" : "QR"
} ,
"revealSeedWordsSRPName" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズ (SRP)"
2023-03-06 18:21:56 +01:00
} ,
"revealSeedWordsText" : {
"message" : "テキスト"
} ,
2021-02-08 16:31:17 +01:00
"revealSeedWordsWarning" : {
2023-03-06 18:21:56 +01:00
"message" : "誰にも画面を見られていないことを確認してください。$1" ,
2023-02-15 19:07:33 +01:00
"description" : "$1 is bolded text using the message from 'revealSeedWordsWarning2'"
2018-03-27 15:05:37 +02:00
} ,
2023-03-06 18:21:56 +01:00
"revealSeedWordsWarning2" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskサポートがこの情報を尋ねることはありません。" ,
2023-03-06 18:21:56 +01:00
"description" : "The bolded texted in the second part of 'revealSeedWordsWarning'"
} ,
2022-04-22 18:58:09 +02:00
"revealTheSeedPhrase" : {
2023-09-05 15:49:07 +02:00
"message" : "シードフレーズを確認"
2022-04-22 18:58:09 +02:00
} ,
2022-07-28 17:06:21 +02:00
"revokeAllTokensTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "すべての$1へのアクセスおよび転送許可を取り消しますか? " ,
2022-07-28 17:06:21 +02:00
"description" : "$1 is the symbol of the token for which the user is revoking approval"
} ,
2023-08-22 15:34:31 +02:00
"revokeAllTokensTitleWithoutSymbol" : {
2023-09-05 15:49:07 +02:00
"message" : "$1のすべてのNFTへのアクセスおよびそれらの転送の許可を取り消しますか? " ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is a link to contract on the block explorer when we're not able to retrieve a erc721 or erc1155 name"
} ,
2022-07-28 17:06:21 +02:00
"revokeApproveForAllDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "これにより、別途通知なしで第三者によるユーザーの$1へのアクセスおよび転送の許可が取り消されます。" ,
2023-01-31 12:27:41 +01:00
"description" : "$1 is either a string or link of a given token symbol or name"
2022-07-28 17:06:21 +02:00
} ,
2023-08-22 15:34:31 +02:00
"revokeApproveForAllDescriptionWithoutSymbol" : {
2023-09-05 15:49:07 +02:00
"message" : "これにより、第三者が別途通知なしで$1のすべてのNFTにアクセスし、それらを転送する許可が取り消されます。" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is a link to contract on the block explorer when we're not able to retrieve a erc721 or erc1155 name"
} ,
"revokePermission" : {
"message" : "許可を取り消す"
} ,
2023-01-04 20:22:06 +01:00
"revokeSpendingCap" : {
2023-09-05 15:49:07 +02:00
"message" : "$1の使用上限を取り消す" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 is a token symbol"
} ,
2022-09-27 17:36:55 +02:00
"revokeSpendingCapTooltipText" : {
2023-08-22 15:34:31 +02:00
"message" : "このサードパーティは、現在または今後のトークンをこれ以上使用できなくなります。"
2022-09-27 17:36:55 +02:00
} ,
2021-02-08 16:31:17 +01:00
"rpcUrl" : {
2022-02-07 17:29:17 +01:00
"message" : "新しいRPC URL"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"safeTransferFrom" : {
2022-09-27 17:36:55 +02:00
"message" : "安全な送金元:"
2022-04-22 18:58:09 +02:00
} ,
2018-03-14 06:33:26 +01:00
"save" : {
"message" : "保存"
} ,
2021-02-08 16:31:17 +01:00
"scanInstructions" : {
2022-02-07 17:29:17 +01:00
"message" : "QRコードにカメラを向けてください"
2021-02-08 16:31:17 +01:00
} ,
"scanQrCode" : {
2022-02-07 17:29:17 +01:00
"message" : "QRコードをスキャン"
2021-02-08 16:31:17 +01:00
} ,
"scrollDown" : {
2022-02-07 17:29:17 +01:00
"message" : "下にスクロール"
2021-02-08 16:31:17 +01:00
} ,
2018-06-06 20:38:57 +02:00
"search" : {
"message" : "検索"
} ,
2021-02-08 16:31:17 +01:00
"searchAccounts" : {
2022-02-07 17:29:17 +01:00
"message" : "アカウントを検索"
2021-02-08 16:31:17 +01:00
} ,
2018-06-06 20:38:57 +02:00
"searchResults" : {
2022-02-07 17:29:17 +01:00
"message" : "検索結果"
2018-06-06 20:38:57 +02:00
} ,
2022-01-07 20:55:07 +01:00
"secretRecoveryPhrase" : {
"message" : "シークレットリカバリーフレーズ"
} ,
"secureWallet" : {
"message" : "安全なウォレット"
} ,
2023-01-04 20:22:06 +01:00
"security" : {
"message" : "セキュリティ"
} ,
2023-08-22 15:34:31 +02:00
"securityAlert" : {
2023-09-05 15:49:07 +02:00
"message" : "$1と$2からのセキュリティアラート"
2023-08-22 15:34:31 +02:00
} ,
"securityAlerts" : {
2023-09-05 15:49:07 +02:00
"message" : "セキュリティアラート"
} ,
"securityAlertsDescription" : {
"message" : "この機能は、ユーザーのプライバシーを守りつつ、トランザクションと署名リクエストをアクティブに確認することで、イーサリアムメインネットでの悪質な行為に対する警告を発します。ユーザーのデータはこのサービスを提供するサードパーティと共有されません。リクエストを承認する前に、必ず独自のデューデリジェンスを行ってください。この機能がすべての悪質な行為を検出するという保証はありません。"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"securityAndPrivacy" : {
"message" : "セキュリティとプライバシー"
} ,
2023-09-05 15:49:07 +02:00
"securityProviderPoweredBy" : {
"message" : "データソース: $1" ,
"description" : "The security provider that is providing data"
} ,
2023-08-22 15:34:31 +02:00
"seeDetails" : {
"message" : "詳細を表示"
} ,
2022-01-07 20:55:07 +01:00
"seedPhraseConfirm" : {
"message" : "シークレットリカバリーフレーズの確認"
} ,
"seedPhraseEnterMissingWords" : {
"message" : "シークレットリカバリーフレーズの確認"
} ,
"seedPhraseIntroNotRecommendedButtonCopy" : {
"message" : "後で通知 (非推奨)"
} ,
"seedPhraseIntroRecommendedButtonCopy" : {
"message" : "ウォレットの安全を確保 (推奨)"
} ,
2021-06-16 18:34:29 +02:00
"seedPhraseIntroSidebarBulletFour" : {
2022-02-07 17:29:17 +01:00
"message" : "書き留めて、複数の秘密の場所に保管してください。"
2021-06-16 18:34:29 +02:00
} ,
"seedPhraseIntroSidebarBulletOne" : {
2022-02-07 17:29:17 +01:00
"message" : "パスワードマネージャーに保存"
2021-06-16 18:34:29 +02:00
} ,
"seedPhraseIntroSidebarBulletThree" : {
2022-02-07 17:29:17 +01:00
"message" : "セーフティボックスに保管する。"
2021-06-16 18:34:29 +02:00
} ,
"seedPhraseIntroSidebarCopyOne" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズは12単語のフレーズで、ウォレットと資金への「マスターキー」となります。"
2021-06-16 18:34:29 +02:00
} ,
"seedPhraseIntroSidebarCopyThree" : {
2023-09-05 15:49:07 +02:00
"message" : "誰かにリカバリーフレーズを尋ねられたら、ウォレットの資金を盗もうとする詐欺の可能性が高いです。"
2021-06-16 18:34:29 +02:00
} ,
"seedPhraseIntroSidebarCopyTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリ フレーズはMetaMaskを含め、決して誰とも共有しないでください! "
2021-06-16 18:34:29 +02:00
} ,
"seedPhraseIntroSidebarTitleOne" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズとは何ですか?"
2021-06-16 18:34:29 +02:00
} ,
"seedPhraseIntroSidebarTitleThree" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズは共有すべきですか?"
2021-06-16 18:34:29 +02:00
} ,
"seedPhraseIntroSidebarTitleTwo" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズはどのように保管すべきですか?"
2021-06-16 18:34:29 +02:00
} ,
"seedPhraseIntroTitle" : {
"message" : "ウォレットの保護"
} ,
"seedPhraseIntroTitleCopy" : {
2022-02-07 17:29:17 +01:00
"message" : "始める前に、この短いビデオを見て、シークレットリカバリーフレーズとウォレットを安全に保つ方法について確認してください。"
2021-06-16 18:34:29 +02:00
} ,
2021-02-08 16:31:17 +01:00
"seedPhraseReq" : {
2022-02-07 17:29:17 +01:00
"message" : "シークレットリカバリーフレーズは、12、15、18、21、24語で構成されます"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"seedPhraseWriteDownDetails" : {
"message" : "この12単語のシークレットリカバリーフレーズを書き留めて、自分だけがアクセスできる信頼できる場所に保管してください。"
} ,
"seedPhraseWriteDownHeader" : {
"message" : "シークレットリカバリーフレーズを書き留めてください"
} ,
2023-08-22 15:34:31 +02:00
"select" : {
"message" : "選択"
} ,
2021-02-08 16:31:17 +01:00
"selectAccounts" : {
2022-02-07 17:29:17 +01:00
"message" : "このサイトに使用するアカウントを選択してください"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"selectAccountsForSnap" : {
2023-09-05 15:49:07 +02:00
"message" : "このsnapで使用するアカウントを選択してください"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"selectAll" : {
"message" : "すべて選択"
} ,
2023-08-22 15:34:31 +02:00
"selectAllAccounts" : {
"message" : "すべてのアカウントを選択"
} ,
2021-02-08 16:31:17 +01:00
"selectAnAccount" : {
2022-02-07 17:29:17 +01:00
"message" : "アカウントを選択してください"
2021-06-08 05:19:32 +02:00
} ,
"selectAnAccountAlreadyConnected" : {
2022-02-07 17:29:17 +01:00
"message" : "このアカウントはすでにMetaMaskに接続されています"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"selectAnAccountHelp" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Institutionalで使用するカストディアンアカウントを選択します。"
} ,
"selectAnAction" : {
"message" : "アクションを選択してください"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"selectHdPath" : {
2022-02-07 17:29:17 +01:00
"message" : "HDパスを選択"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"selectJWT" : {
"message" : "トークンを選択"
} ,
2022-01-07 20:55:07 +01:00
"selectNFTPrivacyPreference" : {
"message" : "設定でNFTの検出をオンにします"
} ,
2021-02-08 16:31:17 +01:00
"selectPathHelp" : {
2022-02-07 17:29:17 +01:00
"message" : "アカウントが見当たらない場合は、HDパスを切り替えてみてください。"
2021-02-08 16:31:17 +01:00
} ,
2018-04-10 10:14:28 +02:00
"selectType" : {
2022-02-07 17:29:17 +01:00
"message" : "種類を選択"
2021-02-08 16:31:17 +01:00
} ,
"selectingAllWillAllow" : {
2021-06-08 05:19:32 +02:00
"message" : "すべてを選択すると、このサイトに現在のすべてのアカウントが表示されます。このサイトが信頼できることを確認してください。"
2018-04-10 10:14:28 +02:00
} ,
2018-03-14 06:33:26 +01:00
"send" : {
2021-06-08 05:19:32 +02:00
"message" : "送金"
2021-02-08 16:31:17 +01:00
} ,
2022-06-14 00:49:12 +02:00
"sendBugReport" : {
2023-09-05 15:49:07 +02:00
"message" : "バグの報告をお送りください。"
} ,
"sendDescription" : {
"message" : "仮想通貨を任意のアカウントに送金します"
2022-06-14 00:49:12 +02:00
} ,
2021-02-08 16:31:17 +01:00
"sendSpecifiedTokens" : {
2022-02-07 17:29:17 +01:00
"message" : "$1を送金" ,
2021-02-08 16:31:17 +01:00
"description" : "Symbol of the specified token"
2018-03-27 15:05:37 +02:00
} ,
2022-01-07 20:55:07 +01:00
"sendTo" : {
2022-02-07 17:29:17 +01:00
"message" : "送金先:"
2022-01-07 20:55:07 +01:00
} ,
2018-03-14 06:33:26 +01:00
"sendTokens" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンを送信"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"sendingDisabled" : {
2023-09-05 15:49:07 +02:00
"message" : "ERC-1155 NFTアセットの送信は、まだサポートされていません。"
2022-04-22 18:58:09 +02:00
} ,
2022-01-07 20:55:07 +01:00
"sendingNativeAsset" : {
"message" : "$1を送信中" ,
"description" : "$1 represents the native currency symbol for the current network (e.g. ETH or BNB)"
} ,
2022-07-28 17:06:21 +02:00
"sendingToTokenContractWarning" : {
"message" : "警告: 資金の喪失に繋がる可能性のあるトークンコントラクトに送信しようとしています。$1" ,
"description" : "$1 is a clickable link with text defined by the 'learnMoreUpperCase' key. The link will open to a support article regarding the known contract address warning"
} ,
2022-09-27 17:36:55 +02:00
"sepolia" : {
2023-09-05 15:49:07 +02:00
"message" : "Sepoliaテストネットワーク"
2022-09-27 17:36:55 +02:00
} ,
2022-01-07 20:55:07 +01:00
"setAdvancedPrivacySettingsDetails" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskはこれらの信頼できるサードパーティサービスを使用して、製品の使いやすさと安全性を向上させています。"
2022-01-07 20:55:07 +01:00
} ,
2022-07-28 17:06:21 +02:00
"setApprovalForAll" : {
"message" : "すべてを承認に設定"
} ,
"setApprovalForAllTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "使用限度額なしで$1を承認" ,
2022-07-28 17:06:21 +02:00
"description" : "The token symbol that is being approved"
} ,
2023-08-22 15:34:31 +02:00
"settingAddSnapAccount" : {
2023-09-05 15:49:07 +02:00
"message" : "snapアカウントを追加"
2023-08-22 15:34:31 +02:00
} ,
2018-03-14 06:33:26 +01:00
"settings" : {
"message" : "設定"
} ,
2022-04-22 18:58:09 +02:00
"settingsSearchMatchingNotFound" : {
"message" : "一致する結果が見つかりませんでした。"
} ,
2022-01-07 20:55:07 +01:00
"show" : {
"message" : "表示"
} ,
2021-02-08 16:31:17 +01:00
"showFiatConversionInTestnets" : {
2023-09-05 15:49:07 +02:00
"message" : "テストネット上に換算レートを表示"
2021-02-08 16:31:17 +01:00
} ,
"showFiatConversionInTestnetsDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "これを選択すると、テストネット上に法定通貨の換算レートが表示されます"
2021-02-08 16:31:17 +01:00
} ,
"showHexData" : {
2022-02-07 17:29:17 +01:00
"message" : "16進データを表示"
2021-02-08 16:31:17 +01:00
} ,
"showHexDataDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "これを選択すると、送金画面に16進データフィールドが表示されます"
2021-02-08 16:31:17 +01:00
} ,
"showIncomingTransactions" : {
2022-02-07 17:29:17 +01:00
"message" : "受信トランザクションを表示"
2021-02-08 16:31:17 +01:00
} ,
"showIncomingTransactionsDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "これは、ユーザーのイーサリアムアドレスおよびIPアドレスにアクセスする$1に依存します。$2" ,
2022-12-19 18:46:36 +01:00
"description" : "$1 is the link to etherscan url and $2 is the link to the privacy policy of consensys APIs"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"showIncomingTransactionsInformation" : {
2023-09-05 15:49:07 +02:00
"message" : "これは、ユーザーのイーサリアムアドレスおよびIPアドレスにアクセスする各ネットワークに依存します。"
2023-08-22 15:34:31 +02:00
} ,
"showMore" : {
"message" : "他を表示"
} ,
"showNft" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTを表示"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"showPermissions" : {
2022-02-07 17:29:17 +01:00
"message" : "表示許可"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"showPrivateKey" : {
"message" : "秘密鍵を表示"
} ,
2022-01-07 20:55:07 +01:00
"showTestnetNetworks" : {
"message" : "テストネットワークを表示"
} ,
"showTestnetNetworksDescription" : {
"message" : "ネットワークリストにテストネットワークを表示するには、こちらを選択してください"
} ,
2020-09-23 16:51:42 +02:00
"sigRequest" : {
2023-09-05 15:49:07 +02:00
"message" : "署名のリクエスト"
2020-09-23 16:51:42 +02:00
} ,
2018-03-14 06:33:26 +01:00
"sign" : {
"message" : "署名"
} ,
2020-09-23 16:51:42 +02:00
"signatureRequest" : {
2023-09-05 15:49:07 +02:00
"message" : "署名のリクエスト"
2018-03-14 06:33:26 +01:00
} ,
2023-01-04 20:22:06 +01:00
"signatureRequestGuidance" : {
2023-09-05 15:49:07 +02:00
"message" : "このメッセージの内容を完全に理解し、リクエスト元のサイトを信頼する場合にのみ署名してください。"
2023-01-04 20:22:06 +01:00
} ,
"signatureRequestWarning" : {
"message" : "このメッセージに署名するのは危険な可能性があります。このメッセージの相手に、アカウントと資産の完全なコントロールを許可しようとしている可能性があります。つまり、相手がいつでもアカウントからすべてを引き出せるようになります。慎重に進めてください。$1。"
} ,
2021-02-08 16:31:17 +01:00
"signed" : {
"message" : "署名が完了しました"
} ,
2022-09-27 17:36:55 +02:00
"signin" : {
"message" : "サインイン"
} ,
2022-01-07 20:55:07 +01:00
"simulationErrorMessageV2" : {
2023-09-05 15:49:07 +02:00
"message" : "ガス代を見積もることができませんでした。コントラクトにエラーがある可能性があり、このトランザクションは失敗するかもしれません。"
2022-01-07 20:55:07 +01:00
} ,
"skip" : {
"message" : "スキップ"
} ,
"skipAccountSecurity" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウントのセキュリティをスキップしますか?"
2022-01-07 20:55:07 +01:00
} ,
"skipAccountSecurityDetails" : {
"message" : "私は、シークレットリカバリーフレーズをバックアップするまで、アカウントとそのアセットのすべてを失う可能性があることを理解しています。"
} ,
2023-08-22 15:34:31 +02:00
"smartContracts" : {
"message" : "スマートコントラクト"
} ,
"smartSwap" : {
"message" : "スマートスワップ"
} ,
"smartSwapsAreHere" : {
"message" : "スマートスワップの登場です!"
} ,
"smartSwapsDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Swapsがはるかに賢くなりました! スマートスワップを有効にすると、MetaMaskがプログラムに従ってスワップを最適化できるようになるため、以下のようなメリットがあります。"
2023-08-22 15:34:31 +02:00
} ,
"smartSwapsErrorNotEnoughFunds" : {
"message" : "スマートスワップに必要な資金が不足しています。"
} ,
"smartSwapsErrorUnavailable" : {
"message" : "スマートスワップは一時的にご利用いただけません。"
} ,
"smartSwapsSubDescription" : {
"message" : "* スマートスワップは、トランザクションの送信を非公開で複数回試行します。すべての試行に失敗した場合、スワップが正常に行われるように、トランザクションが一般公開されます。"
} ,
"snapConfigure" : {
"message" : "構成"
} ,
"snapConnectionWarning" : {
2023-09-05 15:49:07 +02:00
"message" : "$1が$2への接続を要求しています。このWebサイトが信頼できる場合にのみ続行してください。" ,
2023-08-22 15:34:31 +02:00
"description" : "$2 is the snap and $1 is the dapp requesting connection to the snap."
} ,
2022-09-27 17:36:55 +02:00
"snapContent" : {
2023-09-05 15:49:07 +02:00
"message" : "このコンテンツは$1からのものです" ,
2022-09-27 17:36:55 +02:00
"description" : "This is shown when a snap shows transaction insight information in the confirmation UI. $1 is a link to the snap's settings page with the link text being the name of the snap."
} ,
2023-08-22 15:34:31 +02:00
"snapCreateAccountSubtitle" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMask Snapで新規アカウントのセキュリティを確保する方法を選択してください。"
2023-08-22 15:34:31 +02:00
} ,
"snapCreateAccountTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "$1アカウントの作成" ,
2023-08-22 15:34:31 +02:00
"description" : "Title of the Create Snap Account Page, $1 is the text using a different color"
} ,
"snapCreateAccountTitle2" : {
2023-09-05 15:49:07 +02:00
"message" : "snap" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 of the snapCreateAccountTitle"
} ,
"snapCreatedByMetaMask" : {
"message" : "By MetaMask"
} ,
"snapDetailAudits" : {
"message" : "監査"
} ,
"snapDetailDeveloper" : {
"message" : "開発者"
} ,
"snapDetailLastUpdated" : {
"message" : "更新済み"
} ,
"snapDetailManageSnap" : {
2023-09-05 15:49:07 +02:00
"message" : "snapの管理"
2023-08-22 15:34:31 +02:00
} ,
"snapDetailTags" : {
"message" : "タグ"
} ,
"snapDetailVersion" : {
"message" : "バージョン"
} ,
"snapDetailWebsite" : {
2023-09-05 15:49:07 +02:00
"message" : "Webサイト"
2023-08-22 15:34:31 +02:00
} ,
"snapDetailsCreateASnapAccount" : {
"message" : "スナップアカウントの作成"
} ,
"snapDetailsInstalled" : {
"message" : "インストール済み"
} ,
2022-04-22 18:58:09 +02:00
"snapError" : {
2023-09-05 15:49:07 +02:00
"message" : "snapエラー:「$1」。エラーコード:「$2」" ,
2022-04-22 18:58:09 +02:00
"description" : "This is shown when a snap encounters an error. $1 is the error message from the snap, and $2 is the error code."
} ,
"snapInstall" : {
2023-09-05 15:49:07 +02:00
"message" : "snapをインストール"
2022-04-22 18:58:09 +02:00
} ,
2023-08-22 15:34:31 +02:00
"snapInstallRequest" : {
2023-09-05 15:49:07 +02:00
"message" : "$1をインストールすることで、次のアクセス許可が付与されます。$1を信頼できる場合にのみ続行してください。" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is the snap name."
} ,
"snapInstallSuccess" : {
"message" : "インストール完了"
} ,
2022-04-22 18:58:09 +02:00
"snapInstallWarningCheck" : {
2023-09-05 15:49:07 +02:00
"message" : "まずは、求められている許可の内容を確認してください。$1を信頼できる場合のみ続行してください。" ,
2023-06-08 12:32:47 +02:00
"description" : "Warning message used in popup displayed on snap install. $1 is the snap name."
2022-09-27 17:36:55 +02:00
} ,
"snapInstallWarningCheckPlural" : {
2023-09-05 15:49:07 +02:00
"message" : "まずは、求められている許可の内容を確認してください。$1を信頼できる場合のみ続行してください。" ,
2023-06-08 12:32:47 +02:00
"description" : "Warning message used in popup displayed on snap install when having multiple permissions. $1 is the snap name."
2022-04-22 18:58:09 +02:00
} ,
2023-08-22 15:34:31 +02:00
"snapInstallWarningHeading" : {
"message" : "慎重に進めてください"
} ,
2022-09-27 17:36:55 +02:00
"snapInstallWarningKeyAccess" : {
2023-09-05 15:49:07 +02:00
"message" : "$2に$1アカウントのコントロールを許可する" ,
2022-09-27 17:36:55 +02:00
"description" : "The first parameter is the name of the snap and the second one is the protocol"
} ,
2023-08-22 15:34:31 +02:00
"snapInstallWarningPublicKeyAccess" : {
2023-09-05 15:49:07 +02:00
"message" : "$2に$1への公開鍵アクセス権を付与する" ,
2023-08-22 15:34:31 +02:00
"description" : "The first parameter is the name of the snap and the second one is the protocol"
} ,
"snapInstallationErrorDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1をインストールできませんでした。" ,
2023-08-22 15:34:31 +02:00
"description" : "Error description used when snap installation fails. $1 is the snap name."
} ,
"snapInstallationErrorTitle" : {
"message" : "インストールに失敗しました" ,
"description" : "Error title used when snap installation fails."
} ,
"snapIsAudited" : {
"message" : "監査済み"
} ,
"snapResultError" : {
"message" : "エラー"
} ,
"snapResultSuccess" : {
"message" : "成功"
} ,
"snapResultSuccessDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1を使用する準備が整いました"
2023-08-22 15:34:31 +02:00
} ,
2022-09-27 17:36:55 +02:00
"snapUpdate" : {
2023-09-05 15:49:07 +02:00
"message" : "snapを更新"
2022-09-27 17:36:55 +02:00
} ,
2023-08-22 15:34:31 +02:00
"snapUpdateAvailable" : {
"message" : "アップデートが利用できます"
} ,
"snapUpdateErrorDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1を更新できませんでした。" ,
2023-08-22 15:34:31 +02:00
"description" : "Error description used when snap update fails. $1 is the snap name."
} ,
"snapUpdateErrorTitle" : {
"message" : "更新失敗" ,
"description" : "Error title used when snap update fails."
} ,
"snapUpdateRequest" : {
2023-09-05 15:49:07 +02:00
"message" : "$1が$2の$3への更新を要求しています。これにより、次のアクセス許可が付与されます。$2を信頼できる場合にのみ続行してください。" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is the dApp origin requesting the snap, $2 is the snap name and $3 is the snap version."
} ,
"snapUpdateSuccess" : {
"message" : "更新完了"
} ,
2022-04-22 18:58:09 +02:00
"snaps" : {
2023-09-05 15:49:07 +02:00
"message" : "Snaps"
2022-04-22 18:58:09 +02:00
} ,
2022-09-27 17:36:55 +02:00
"snapsInsightLoading" : {
"message" : "トランザクションインサイトを読み込み中..."
} ,
2023-08-22 15:34:31 +02:00
"snapsInvalidUIError" : {
2023-09-05 15:49:07 +02:00
"message" : "snapに指定されたUIが無効です。"
2023-08-22 15:34:31 +02:00
} ,
2022-09-27 17:36:55 +02:00
"snapsNoInsight" : {
2023-09-05 15:49:07 +02:00
"message" : "snapがインサイトを返しませんでした"
2022-09-27 17:36:55 +02:00
} ,
2023-09-07 11:36:46 +02:00
"snapsPrivacyWarningSecondMessage" : {
"message" : "サードパーティサービスと共有する情報は、当該サードパーティサービスにより、それぞれのプライバシーポリシーに従い直接収集されます。詳細は、各サードパーティサービスのプライバシーポリシーをご覧ください。" ,
"description" : "Second part of a message in popup modal displayed when installing a snap for the first time."
} ,
2022-04-22 18:58:09 +02:00
"snapsSettingsDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "Snapsの管理"
2022-04-22 18:58:09 +02:00
} ,
2023-08-22 15:34:31 +02:00
"snapsTermsOfUse" : {
"message" : "利用規約"
} ,
2022-04-22 18:58:09 +02:00
"snapsToggle" : {
2023-09-05 15:49:07 +02:00
"message" : "snapは有効になっている場合にのみ実行されます"
2022-04-22 18:58:09 +02:00
} ,
2023-01-04 20:22:06 +01:00
"snapsUIError" : {
2023-09-05 15:49:07 +02:00
"message" : "今後のサポートは、$1の作成者にお問い合わせください。" ,
2023-04-03 18:04:30 +02:00
"description" : "This is shown when the insight snap throws an error. $1 is the snap name"
2023-01-04 20:22:06 +01:00
} ,
2022-07-28 17:06:21 +02:00
"someNetworksMayPoseSecurity" : {
"message" : "ネットワークによっては、セキュリティやプライバシーの面でリスクが伴う可能性があります。ネットワークを追加・使用する前にリスクを理解するようにしてください。"
} ,
2023-01-04 20:22:06 +01:00
"somethingIsWrong" : {
"message" : "エラーが発生しました。ページを再度読み込んでみてください。"
} ,
2021-02-08 16:31:17 +01:00
"somethingWentWrong" : {
2021-06-08 05:19:32 +02:00
"message" : "申し訳ありません。問題が発生しました。"
2021-02-08 16:31:17 +01:00
} ,
"speedUp" : {
2023-09-05 15:49:07 +02:00
"message" : "高速化"
2021-02-08 16:31:17 +01:00
} ,
"speedUpCancellation" : {
2022-02-07 17:29:17 +01:00
"message" : "このキャンセルを高速化"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"speedUpExplanation" : {
"message" : "現在のネットワーク状況に基づきガス代を更新し、10%以上 (ネットワークによる要件) 増額させました。"
} ,
"speedUpPopoverTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "トランザクションを高速化"
2022-01-07 20:55:07 +01:00
} ,
"speedUpTooltipText" : {
"message" : "新しいガス代"
} ,
2021-02-08 16:31:17 +01:00
"speedUpTransaction" : {
2023-09-05 15:49:07 +02:00
"message" : "このトランザクションを高速化"
2021-02-08 16:31:17 +01:00
} ,
"spendLimitInsufficient" : {
2021-06-08 05:19:32 +02:00
"message" : "使用限度額が十分ではありません"
2021-02-08 16:31:17 +01:00
} ,
"spendLimitInvalid" : {
2021-06-08 05:19:32 +02:00
"message" : "使用限度額が無効です。正の数値を使用する必要があります"
2021-02-08 16:31:17 +01:00
} ,
"spendLimitPermission" : {
"message" : "使用限度額の許可"
} ,
"spendLimitRequestedBy" : {
2023-09-05 15:49:07 +02:00
"message" : "使用限度額が$1によりリクエストされました" ,
2021-02-08 16:31:17 +01:00
"description" : "Origin of the site requesting the spend limit"
} ,
"spendLimitTooLarge" : {
2021-06-08 05:19:32 +02:00
"message" : "使用限度額が大きすぎます"
2021-02-08 16:31:17 +01:00
} ,
2023-03-06 18:21:56 +01:00
"spendingCap" : {
"message" : "使用上限"
} ,
2023-01-04 20:22:06 +01:00
"spendingCapError" : {
"message" : "エラー: 数字のみを入力してください"
} ,
"spendingCapErrorDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "現在または今後$1がアクセスしても構わない額のみを入力してください。トークン上限は後でいつでも増額できます。" ,
2023-01-04 20:22:06 +01:00
"description" : "$1 is origin of the site requesting the token limit"
} ,
2023-08-22 15:34:31 +02:00
"spendingCapRequest" : {
2023-09-05 15:49:07 +02:00
"message" : "$1の使用上限のリクエスト"
2023-08-22 15:34:31 +02:00
} ,
2022-04-22 18:58:09 +02:00
"srpInputNumberOfWords" : {
2023-09-05 15:49:07 +02:00
"message" : "$1語のフレーズがあります" ,
2022-04-22 18:58:09 +02:00
"description" : "This is the text for each option in the dropdown where a user selects how many words their secret recovery phrase has during import. The $1 is the number of words (either 12, 15, 18, 21, or 24)."
} ,
"srpPasteFailedTooManyWords" : {
2023-09-05 15:49:07 +02:00
"message" : "24を超える単語が含まれていたため、貼り付けに失敗しました。シークレットリカバリーフレーズは24語までです。" ,
2023-06-20 20:27:10 +02:00
"description" : "Description of SRP paste error when the pasted content has too many words"
2022-04-22 18:58:09 +02:00
} ,
"srpPasteTip" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズ全体をいずれかのフィールドに張り付けできます。" ,
2022-04-22 18:58:09 +02:00
"description" : "Our secret recovery phrase input is split into one field per word. This message explains to users that they can paste their entire secrete recovery phrase into any field, and we will handle it correctly."
} ,
2023-06-20 20:27:10 +02:00
"srpSecurityQuizGetStarted" : {
"message" : "開始"
} ,
2023-08-22 15:34:31 +02:00
"srpSecurityQuizImgAlt" : {
2023-09-05 15:49:07 +02:00
"message" : "目の中央に鍵穴があり、3つのパスワード入力欄がフローティング表示されている画像"
2023-08-22 15:34:31 +02:00
} ,
2023-06-20 20:27:10 +02:00
"srpSecurityQuizIntroduction" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズを確認するには、2つの質問に正しく答える必要があります。"
2023-06-20 20:27:10 +02:00
} ,
"srpSecurityQuizQuestionOneQuestion" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズをなくした場合、MetaMaskは..."
2023-06-20 20:27:10 +02:00
} ,
"srpSecurityQuizQuestionOneRightAnswer" : {
"message" : "どうすることもできません"
} ,
"srpSecurityQuizQuestionOneRightAnswerDescription" : {
"message" : "書き留めたり金属に掘ったり、いくつかの秘密の場所に保管したりして、絶対になくさないようにしてください。なくした場合、一生戻ってきません。"
} ,
"srpSecurityQuizQuestionOneRightAnswerTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "正解です!シークレットリカバリーフレーズは誰にも取り戻すことができません"
2023-06-20 20:27:10 +02:00
} ,
"srpSecurityQuizQuestionOneWrongAnswer" : {
"message" : "それを取り戻すことができます"
} ,
"srpSecurityQuizQuestionOneWrongAnswerDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズをなくした場合、一生戻ってきません。誰が何と言おうと、誰にも取り戻すことはできません。"
2023-06-20 20:27:10 +02:00
} ,
"srpSecurityQuizQuestionOneWrongAnswerTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "不正解!シークレットリカバリーフレーズは誰にも取り戻せません"
2023-06-20 20:27:10 +02:00
} ,
"srpSecurityQuizQuestionTwoQuestion" : {
2023-09-05 15:49:07 +02:00
"message" : "誰かにシークレットリカバリーフレーズを尋ねられたら、それがサポート担当者であっても..."
2023-06-20 20:27:10 +02:00
} ,
"srpSecurityQuizQuestionTwoRightAnswer" : {
"message" : "あなたは騙されようとしています"
} ,
"srpSecurityQuizQuestionTwoRightAnswerDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズが必要だと言われたら、それは嘘です。教えてしまったら資産を盗まれます。"
2023-06-20 20:27:10 +02:00
} ,
"srpSecurityQuizQuestionTwoRightAnswerTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "正解です!シークレットリカバリーフレーズは決して誰にも教えてはいけません"
2023-06-20 20:27:10 +02:00
} ,
"srpSecurityQuizQuestionTwoWrongAnswer" : {
"message" : "教えるべきです"
} ,
"srpSecurityQuizQuestionTwoWrongAnswerDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズが必要だと言われたら、それは嘘です。教えてしまったら資産を盗まれます。"
2023-06-20 20:27:10 +02:00
} ,
"srpSecurityQuizQuestionTwoWrongAnswerTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "不正解!シークレットリカバリーフレーズは決して誰にも教えないでください"
2023-06-20 20:27:10 +02:00
} ,
"srpSecurityQuizTitle" : {
"message" : "セキュリティの質問"
} ,
2022-04-22 18:58:09 +02:00
"srpToggleShow" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズのこの単語を表示・非表示" ,
2022-04-22 18:58:09 +02:00
"description" : "Describes a toggle that is used to show or hide a single word of the secret recovery phrase"
} ,
"srpWordHidden" : {
"message" : "この単語は表示されません" ,
"description" : "Explains that a word in the secret recovery phrase is hidden"
} ,
"srpWordShown" : {
"message" : "この単語は表示されます" ,
"description" : "Explains that a word in the secret recovery phrase is being shown"
} ,
2022-01-07 20:55:07 +01:00
"stable" : {
"message" : "安定"
} ,
"stableLowercase" : {
"message" : "安定"
} ,
2023-08-22 15:34:31 +02:00
"stake" : {
"message" : "ステーク"
} ,
2023-09-05 15:49:07 +02:00
"stakeDescription" : {
"message" : "仮想通貨を保持して利益を得ます"
} ,
2021-02-08 16:31:17 +01:00
"stateLogError" : {
2023-09-05 15:49:07 +02:00
"message" : "ステートログの取得中にエラーが発生しました。"
2021-02-08 16:31:17 +01:00
} ,
"stateLogFileName" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskステートログ"
2021-02-08 16:31:17 +01:00
} ,
"stateLogs" : {
2023-09-05 15:49:07 +02:00
"message" : "ステートログ"
2021-02-08 16:31:17 +01:00
} ,
"stateLogsDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "ステートログには、パブリックアカウントアドレスと送信済みトランザクションが含まれています。"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"status" : {
"message" : "ステータス"
} ,
2021-02-08 16:31:17 +01:00
"statusNotConnected" : {
2022-02-07 17:29:17 +01:00
"message" : "未接続"
2021-06-08 05:19:32 +02:00
} ,
2023-08-22 15:34:31 +02:00
"statusNotConnectedAccount" : {
"message" : "アカウントが接続されていません"
} ,
2022-01-07 20:55:07 +01:00
"step1LatticeWallet" : {
2023-01-04 20:22:06 +01:00
"message" : "Lattice1を接続する"
2022-01-07 20:55:07 +01:00
} ,
"step1LatticeWalletMsg" : {
2023-01-04 20:22:06 +01:00
"message" : "セットアップが完了しオンラインになると、MetaMaskをLattice1デバイスに接続できます。デバイスのロックを解除し、デバイスIDを準備してください。" ,
2022-01-07 20:55:07 +01:00
"description" : "$1 represents the `hardwareWalletSupportLinkConversion` localization key"
} ,
2021-06-08 05:19:32 +02:00
"step1LedgerWallet" : {
2022-02-07 17:29:17 +01:00
"message" : "Ledgerアプリをダウンロード"
2021-06-08 05:19:32 +02:00
} ,
"step1LedgerWalletMsg" : {
2022-02-07 17:29:17 +01:00
"message" : "$1のロックを解除するには、ダウンロードして設定し、パスワードを入力してください。" ,
2021-06-08 05:19:32 +02:00
"description" : "$1 represents the `ledgerLiveApp` localization value"
} ,
"step1TrezorWallet" : {
2023-01-04 20:22:06 +01:00
"message" : "Trezorを接続する"
2021-06-08 05:19:32 +02:00
} ,
"step1TrezorWalletMsg" : {
2023-01-04 20:22:06 +01:00
"message" : "Trezorをコンピューターに直接接続し、ロックを解除します。 必ず正しいパスフレーズを使用してください。" ,
2021-06-08 05:19:32 +02:00
"description" : "$1 represents the `hardwareWalletSupportLinkConversion` localization key"
} ,
"step2LedgerWallet" : {
2023-01-04 20:22:06 +01:00
"message" : "Ledgerを接続する"
2021-06-08 05:19:32 +02:00
} ,
"step2LedgerWalletMsg" : {
2023-01-04 20:22:06 +01:00
"message" : "コンピューターにLedgerを直接接続します。Ledgerのロックを解除し、イーサリアムアプリを開きます。" ,
2021-06-08 05:19:32 +02:00
"description" : "$1 represents the `hardwareWalletSupportLinkConversion` localization key"
2021-02-08 16:31:17 +01:00
} ,
2022-06-14 00:49:12 +02:00
"stillGettingMessage" : {
"message" : "まだこのメッセージが表示されますか?"
} ,
2022-04-22 18:58:09 +02:00
"strong" : {
"message" : "強"
} ,
"stxBenefit1" : {
"message" : "トランザクションコストを最小化"
} ,
"stxBenefit2" : {
"message" : "トランザクションの失敗数を低減"
} ,
"stxBenefit3" : {
"message" : "トランザクションの停滞を解消"
} ,
"stxBenefit4" : {
"message" : "フロントランニングを防止"
} ,
"stxCancelled" : {
"message" : "スワップが失敗するところでした"
} ,
"stxCancelledDescription" : {
"message" : "トランザクションが失敗しそうになり、不要なガス代の支払いを避けるためにキャンセルされました。"
} ,
"stxCancelledSubDescription" : {
"message" : "もう一度スワップをお試しください。次回は同様のリスクを避けられるようサポートします。"
} ,
"stxFailure" : {
"message" : "スワップに失敗しました"
} ,
"stxFailureDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "突然の市場変動が失敗の原因になります。問題が解決されないようでしたら、$1にお問い合わせください。" ,
2022-04-22 18:58:09 +02:00
"description" : "This message is shown to a user if their swap fails. The $1 will be replaced by support.metamask.io"
} ,
2022-06-14 00:49:12 +02:00
"stxPendingPrivatelySubmittingSwap" : {
"message" : "スワップを非公開で送信中..."
} ,
"stxPendingPubliclySubmittingSwap" : {
"message" : "スワップを公開で送信中..."
} ,
2022-04-22 18:58:09 +02:00
"stxSuccess" : {
"message" : "スワップ完了!"
} ,
"stxSuccessDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1が利用可能になりました。" ,
2022-04-22 18:58:09 +02:00
"description" : "$1 is a token symbol, e.g. ETH"
} ,
2022-06-14 00:49:12 +02:00
"stxSwapCompleteIn" : {
"message" : "スワップ完了まで残り <" ,
"description" : "'<' means 'less than', e.g. Swap will complete in < 2:59"
} ,
2022-04-22 18:58:09 +02:00
"stxTooltip" : {
"message" : "送信前にトランザクションのシミュレーションを行い、トランザクションのコストと失敗率を減らします。"
} ,
"stxTryingToCancel" : {
"message" : "トランザクションのキャンセルを試みています..."
} ,
"stxUnknown" : {
"message" : "ステータス不明"
} ,
"stxUnknownDescription" : {
"message" : "トランザクションは成功しましたが、詳細がわかりません。このスワップの処理中に別のトランザクションが送信されたことが原因である可能性があります。"
} ,
"stxUserCancelled" : {
"message" : "スワップがキャンセルされました"
} ,
"stxUserCancelledDescription" : {
2022-09-27 17:36:55 +02:00
"message" : "不要なガス代を支払うことなくトランザクションがキャンセルされました。"
2022-04-22 18:58:09 +02:00
} ,
"stxYouCanOptOut" : {
2023-09-05 15:49:07 +02:00
"message" : "「高度な設定」でいつでもオプトアウトできます。"
2022-04-22 18:58:09 +02:00
} ,
2021-02-08 16:31:17 +01:00
"submit" : {
"message" : "送信"
} ,
"submitted" : {
"message" : "送信済み"
} ,
2021-06-08 05:19:32 +02:00
"support" : {
"message" : "サポート"
} ,
2021-02-08 16:31:17 +01:00
"supportCenter" : {
2022-09-27 17:36:55 +02:00
"message" : "サポートセンターをご利用ください"
2021-02-08 16:31:17 +01:00
} ,
"swap" : {
"message" : "スワップ"
} ,
2023-09-05 15:49:07 +02:00
"swapAdjustSlippage" : {
"message" : "スリッページの調整"
} ,
2021-02-08 16:31:17 +01:00
"swapAggregator" : {
2021-06-08 05:19:32 +02:00
"message" : "アグリゲーター"
} ,
"swapAllowSwappingOf" : {
2022-02-07 17:29:17 +01:00
"message" : "$1のスワップを許可" ,
2021-06-08 05:19:32 +02:00
"description" : "Shows a user that they need to allow a token for swapping on their hardware wallet"
2021-02-08 16:31:17 +01:00
} ,
"swapAmountReceived" : {
2021-06-08 05:19:32 +02:00
"message" : "保証額"
2021-02-08 16:31:17 +01:00
} ,
"swapAmountReceivedInfo" : {
2022-02-07 17:29:17 +01:00
"message" : "これは受け取る最低額です。スリッページによりそれ以上の額を受け取ることもあります。"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"swapAnyway" : {
"message" : "スワップを続ける"
} ,
2021-02-08 16:31:17 +01:00
"swapApproval" : {
2022-02-07 17:29:17 +01:00
"message" : "$1のスワップを承認" ,
2021-02-08 16:31:17 +01:00
"description" : "Used in the transaction display list to describe a transaction that is an approve call on a token that is to be swapped.. $1 is the symbol of a token that has been approved."
} ,
"swapApproveNeedMoreTokens" : {
2022-02-07 17:29:17 +01:00
"message" : "このスワップを完了させるには、さらに$1の$2が必要です。" ,
2021-02-08 16:31:17 +01:00
"description" : "Tells the user how many more of a given token they need for a specific swap. $1 is an amount of tokens and $2 is the token symbol."
} ,
2023-08-22 15:34:31 +02:00
"swapAreYouStillThere" : {
"message" : "まだご利用中ですか?"
} ,
"swapAreYouStillThereDescription" : {
"message" : "続ける際には、最新のクォートを表示する準備ができています"
} ,
2021-02-08 16:31:17 +01:00
"swapBuildQuotePlaceHolderText" : {
2022-02-07 17:29:17 +01:00
"message" : "$1と一致するトークンがありません" ,
2021-02-08 16:31:17 +01:00
"description" : "Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
} ,
2021-06-08 05:19:32 +02:00
"swapConfirmWithHwWallet" : {
2022-02-07 17:29:17 +01:00
"message" : "ハードウェアウォレットで確定"
2021-06-08 05:19:32 +02:00
} ,
2023-08-22 15:34:31 +02:00
"swapContinueSwapping" : {
"message" : "スワップを続ける"
} ,
2021-06-08 05:19:32 +02:00
"swapContractDataDisabledErrorDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "Ledgerのイーサリアムアプリで「設定」に移動し、コントラクトデータを許可します。次に、スワップを再度試します。"
2021-06-08 05:19:32 +02:00
} ,
"swapContractDataDisabledErrorTitle" : {
2022-02-07 17:29:17 +01:00
"message" : "コントラクトデータがLedgerで無効です"
2021-06-08 05:19:32 +02:00
} ,
2021-02-08 16:31:17 +01:00
"swapCustom" : {
"message" : "カスタム"
} ,
"swapDecentralizedExchange" : {
2023-09-05 15:49:07 +02:00
"message" : "分散型取引所"
} ,
"swapDescription" : {
"message" : "トークンのスワップや取引を行います"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"swapDirectContract" : {
"message" : "ダイレクトコントラクト"
} ,
2023-09-05 15:49:07 +02:00
"swapDisabled" : {
"message" : "このネットワークではスワップが利用できません"
} ,
2021-02-08 16:31:17 +01:00
"swapEditLimit" : {
2022-02-07 17:29:17 +01:00
"message" : "限度額を編集"
2021-02-08 16:31:17 +01:00
} ,
"swapEnableDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "これは必須であり、MetaMaskに$1をスワップする許可を付与します。" ,
2021-02-08 16:31:17 +01:00
"description" : "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps."
} ,
2022-01-07 20:55:07 +01:00
"swapEnableTokenForSwapping" : {
"message" : "これはスワップ用に$1" ,
"description" : "$1 is for the 'enableToken' key, e.g. 'enable ETH'"
} ,
2023-08-22 15:34:31 +02:00
"swapEnterAmount" : {
"message" : "金額を入力してください"
} ,
2021-02-08 16:31:17 +01:00
"swapEstimatedNetworkFees" : {
2022-02-07 17:29:17 +01:00
"message" : "推定ネットワーク手数料"
2021-02-08 16:31:17 +01:00
} ,
"swapEstimatedNetworkFeesInfo" : {
2022-02-07 17:29:17 +01:00
"message" : "これは、スワップを完了させるために使用されるネットワーク手数料の見積もりです。実際の額はネットワークの状態によって変化する可能性があります。"
2021-06-08 05:19:32 +02:00
} ,
"swapFailedErrorDescriptionWithSupportLink" : {
2022-02-07 17:29:17 +01:00
"message" : "トランザクション障害が発生した場合は、いつでもお手伝いいたします。この問題が解決しない場合は、$1でカスタマーサポートにお問い合わせください。" ,
2021-06-08 05:19:32 +02:00
"description" : "This message is shown to a user if their swap fails. The $1 will be replaced by support.metamask.io"
2021-02-08 16:31:17 +01:00
} ,
"swapFailedErrorTitle" : {
"message" : "スワップに失敗しました"
} ,
2023-08-22 15:34:31 +02:00
"swapFetchingQuote" : {
"message" : "クォートを取得中"
} ,
2022-04-22 18:58:09 +02:00
"swapFetchingQuoteNofN" : {
2023-09-05 15:49:07 +02:00
"message" : "$2件中$1件の見積もりを取得中" ,
2022-04-22 18:58:09 +02:00
"description" : "A count of possible quotes shown to the user while they are waiting for quotes to be fetched. $1 is the number of quotes already loaded, and $2 is the total number of resources that we check for quotes. Keep in mind that not all resources will have a quote for a particular swap."
} ,
2022-01-07 20:55:07 +01:00
"swapFetchingQuotes" : {
"message" : "見積もりを取得中"
} ,
2021-02-08 16:31:17 +01:00
"swapFetchingQuotesErrorDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "問題が発生しました。もう一度実行してください。エラーが解消されない場合は、カスタマサポートにお問い合わせください。"
2021-02-08 16:31:17 +01:00
} ,
"swapFetchingQuotesErrorTitle" : {
2022-02-07 17:29:17 +01:00
"message" : "見積もり取得エラー"
2021-02-08 16:31:17 +01:00
} ,
"swapFetchingTokens" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンを取得中..."
2021-02-08 16:31:17 +01:00
} ,
2021-06-08 05:19:32 +02:00
"swapFromTo" : {
2022-02-07 17:29:17 +01:00
"message" : "$1から$2へのスワップ" ,
2021-06-08 05:19:32 +02:00
"description" : "Tells a user that they need to confirm on their hardware wallet a swap of 2 tokens. $1 is a source token and $2 is a destination token"
} ,
2022-01-07 20:55:07 +01:00
"swapGasFeesDetails" : {
"message" : "ガス代は、ネットワークトラフィックとトランザクションの複雑さに基づき推定され、変動します。"
} ,
"swapGasFeesLearnMore" : {
"message" : "ガス代に関する詳細"
} ,
2021-06-08 05:19:32 +02:00
"swapGasFeesSplit" : {
2023-09-05 15:49:07 +02:00
"message" : "前の画面のガス代は、この2つのトランザクションに分けられています。"
2021-06-08 05:19:32 +02:00
} ,
2022-01-07 20:55:07 +01:00
"swapGasFeesSummary" : {
2022-02-07 17:29:17 +01:00
"message" : "ガス代は、$1ネットワークでトランザクションを処理するクリプトマイナーに支払われます。MetaMaskはガス代から利益を得ません。" ,
2022-01-07 20:55:07 +01:00
"description" : "$1 is the selected network, e.g. Ethereum or BSC"
} ,
2023-09-05 15:49:07 +02:00
"swapHighSlippage" : {
"message" : "高スリッページ"
} ,
2021-06-08 05:19:32 +02:00
"swapHighSlippageWarning" : {
2022-02-07 17:29:17 +01:00
"message" : "スリッページが非常に大きいです。"
2021-06-08 05:19:32 +02:00
} ,
2022-01-07 20:55:07 +01:00
"swapIncludesMMFee" : {
"message" : "$1%のMetaMask手数料が含まれています。" ,
"description" : "Provides information about the fee that metamask takes for swaps. $1 is a decimal number."
} ,
2023-08-22 15:34:31 +02:00
"swapIncludesMetaMaskFeeViewAllQuotes" : {
2023-09-05 15:49:07 +02:00
"message" : "$1%のMetaMask手数料が含まれています – $2" ,
2023-08-22 15:34:31 +02:00
"description" : "Provides information about the fee that metamask takes for swaps. $1 is a decimal number and $2 is a link to view all quotes."
} ,
"swapLearnMore" : {
2023-09-05 15:49:07 +02:00
"message" : "Swapsの詳細"
} ,
"swapLowSlippage" : {
"message" : "低スリッページ"
2023-08-22 15:34:31 +02:00
} ,
2021-02-08 16:31:17 +01:00
"swapLowSlippageError" : {
2021-06-08 05:19:32 +02:00
"message" : "トランザクションが失敗する可能性があります。最大スリッページが低すぎます。"
2021-02-08 16:31:17 +01:00
} ,
"swapMaxSlippage" : {
"message" : "最大スリッページ"
} ,
"swapMetaMaskFee" : {
2022-02-07 17:29:17 +01:00
"message" : "MetaMask手数料"
2021-02-08 16:31:17 +01:00
} ,
"swapMetaMaskFeeDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "このクォートには、$1%の手数料が自動的に含まれています。この手数料は、MetaMaskの流動性プロバイダーの情報集積ソフトウェアの使用ライセンスの代金として支払うものです。" ,
2021-02-08 16:31:17 +01:00
"description" : "Provides information about the fee that metamask takes for swaps. $1 is a decimal number."
} ,
2022-01-07 20:55:07 +01:00
"swapNQuotesWithDot" : {
2023-09-05 15:49:07 +02:00
"message" : "$1件の見積もり。" ,
2022-01-07 20:55:07 +01:00
"description" : "$1 is the number of quotes that the user can select from when opening the list of quotes on the 'view quote' screen"
} ,
2021-02-08 16:31:17 +01:00
"swapNewQuoteIn" : {
2023-09-05 15:49:07 +02:00
"message" : "見積もりの更新まで $1" ,
2021-02-08 16:31:17 +01:00
"description" : "Tells the user the amount of time until the currently displayed quotes are update. $1 is a time that is counting down from 1:00 to 0:00"
} ,
2023-08-22 15:34:31 +02:00
"swapNoTokensAvailable" : {
2023-09-05 15:49:07 +02:00
"message" : "$1と一致するトークンがありません" ,
2023-08-22 15:34:31 +02:00
"description" : "Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
} ,
2021-02-08 16:31:17 +01:00
"swapOnceTransactionHasProcess" : {
2022-02-07 17:29:17 +01:00
"message" : "このトランザクションの処理が完了すると、$1がアカウントに追加されます。" ,
2021-02-08 16:31:17 +01:00
"description" : "This message communicates the token that is being transferred. It is shown on the awaiting swap screen. The $1 will be a token symbol."
} ,
"swapPriceDifference" : {
2022-02-07 17:29:17 +01:00
"message" : "$1 $2 (~ $3) を $4 $5 (~ $6) にスワップしようとしています。" ,
2021-02-08 16:31:17 +01:00
"description" : "This message represents the price slippage for the swap. $1 and $4 are a number (ex: 2.89), $2 and $5 are symbols (ex: ETH), and $3 and $6 are fiat currency amounts."
} ,
"swapPriceDifferenceTitle" : {
2022-02-07 17:29:17 +01:00
"message" : "最大$1%の価格差" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is a number (ex: 1.23) that represents the price difference."
} ,
2021-06-16 18:34:29 +02:00
"swapPriceImpactTooltip" : {
2022-02-07 17:29:17 +01:00
"message" : "プライスインパクトとは、現在の市場価格と取引の約定時に受け取る金額の差のことです。プライスインパクトは、流動性プールに対する取引の大きさにより発生します。"
2021-06-16 18:34:29 +02:00
} ,
"swapPriceUnavailableDescription" : {
"message" : "市場価格のデータが不足しているため、プライスインパクトを測定できませんでした。スワップする前に、これから受領するトークンの額に問題がないか確認してください。"
} ,
"swapPriceUnavailableTitle" : {
"message" : "続行する前にレートを確認してください"
} ,
2021-02-08 16:31:17 +01:00
"swapProcessing" : {
"message" : "処理中"
} ,
"swapQuoteDetails" : {
2021-06-08 05:19:32 +02:00
"message" : "見積もりの詳細"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"swapQuoteNofM" : {
"message" : "$1/$2" ,
"description" : "A count of possible quotes shown to the user while they are waiting for quotes to be fetched. $1 is the number of quotes already loaded, and $2 is the total number of resources that we check for quotes. Keep in mind that not all resources will have a quote for a particular swap."
} ,
2021-02-08 16:31:17 +01:00
"swapQuoteSource" : {
2023-09-05 15:49:07 +02:00
"message" : "見積もり提供元"
2021-02-08 16:31:17 +01:00
} ,
"swapQuotesExpiredErrorDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "最新のレートを取得するには、新しい見積もりをリクエストしてください。"
2021-02-08 16:31:17 +01:00
} ,
"swapQuotesExpiredErrorTitle" : {
2021-06-08 05:19:32 +02:00
"message" : "見積もりのタイムアウト"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"swapQuotesNotAvailableDescription" : {
"message" : "トレードのサイズを減らすか、別のトークンを使用してください。"
} ,
2021-02-08 16:31:17 +01:00
"swapQuotesNotAvailableErrorDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "額の調整またはスリッページの設定を試してから、もう一度実行してください。"
2021-02-08 16:31:17 +01:00
} ,
"swapQuotesNotAvailableErrorTitle" : {
2021-06-08 05:19:32 +02:00
"message" : "見積もりを取得できません"
2021-02-08 16:31:17 +01:00
} ,
"swapRate" : {
"message" : "レート"
} ,
"swapReceiving" : {
2021-06-08 05:19:32 +02:00
"message" : "受信中"
2021-02-08 16:31:17 +01:00
} ,
"swapReceivingInfoTooltip" : {
"message" : "これは推定値です。正確な額はスリッページによって異なります。"
} ,
"swapRequestForQuotation" : {
2023-09-05 15:49:07 +02:00
"message" : "見積もりのリクエスト"
2021-06-08 05:19:32 +02:00
} ,
"swapReviewSwap" : {
"message" : "スワップの確認"
2021-02-08 16:31:17 +01:00
} ,
2022-09-27 17:36:55 +02:00
"swapSearchNameOrAddress" : {
"message" : "名前を検索するかアドレスを貼り付けてください"
} ,
2021-02-08 16:31:17 +01:00
"swapSelect" : {
"message" : "選択"
} ,
"swapSelectAQuote" : {
2022-02-07 17:29:17 +01:00
"message" : "見積もりを選択"
2021-02-08 16:31:17 +01:00
} ,
"swapSelectAToken" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンを選択"
2021-02-08 16:31:17 +01:00
} ,
"swapSelectQuotePopoverDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "以下は複数の流動性供給源から収集したすべての見積もりです。"
2021-06-08 05:19:32 +02:00
} ,
2023-08-22 15:34:31 +02:00
"swapSelectToken" : {
"message" : "トークンを選択"
} ,
"swapShowLatestQuotes" : {
"message" : "最新のクォートを表示"
} ,
2023-09-05 15:49:07 +02:00
"swapSlippageHighDescription" : {
"message" : "入力されたスリッページ ($1%) は非常に高いもののため、不利なレートに繋がる可能性があります" ,
"description" : "$1 is the amount of % for slippage"
} ,
"swapSlippageHighTitle" : {
"message" : "高スリッページ"
} ,
"swapSlippageLowDescription" : {
"message" : "値がこのように低い ($1%) と、スワップの失敗に繋がります" ,
"description" : "$1 is the amount of % for slippage"
} ,
"swapSlippageLowTitle" : {
"message" : "低スリッページ"
} ,
2021-06-08 05:19:32 +02:00
"swapSlippageNegative" : {
2022-02-07 17:29:17 +01:00
"message" : "スリッページは0以上でなければなりません。"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"swapSlippageNegativeDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "スリッページは0以上でなければなりません"
2023-08-22 15:34:31 +02:00
} ,
"swapSlippageNegativeTitle" : {
"message" : "続けるにはスリッページを増やしてください"
} ,
"swapSlippageOverLimitDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "スリッページの許容範囲は15%以下でなければなりません。それを超えると不利なレートになります。"
2023-08-22 15:34:31 +02:00
} ,
"swapSlippageOverLimitTitle" : {
"message" : "続けるにはスリッページを減らしてください"
} ,
2022-06-14 00:49:12 +02:00
"swapSlippagePercent" : {
"message" : "$1%" ,
"description" : "$1 is the amount of % for slippage"
} ,
2022-09-27 17:36:55 +02:00
"swapSlippageTooltip" : {
"message" : "注文から確定までの間に価格が変動することを「スリッページ」といいます。スリッページが「スリッページ許容範囲」の設定を超えた場合、スワップは自動的にキャンセルされます。"
} ,
2023-08-22 15:34:31 +02:00
"swapSlippageZeroDescription" : {
"message" : "スリッページがゼロのプロバイダーは少ないため、不利なクォートになる可能性があります。"
} ,
"swapSlippageZeroTitle" : {
"message" : "スリッページがゼロのプロバイダーを使用中"
} ,
2021-02-08 16:31:17 +01:00
"swapSource" : {
2023-09-05 15:49:07 +02:00
"message" : "流動性の供給源"
2021-02-08 16:31:17 +01:00
} ,
"swapSourceInfo" : {
2023-09-05 15:49:07 +02:00
"message" : "弊社は、最良のレートと最小のネットワーク手数料を見つけるために、複数の流動性供給源 (取引所、アグリゲーター、専門のマーケットメーカー) を検索します。"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"swapSuggested" : {
"message" : "スワップが提案されました"
} ,
"swapSuggestedGasSettingToolTipMessage" : {
"message" : "スワップは複雑で急を要するトランザクションです。コストとスワップの確実な成功のバランスが取れたこのガス代をお勧めします。"
} ,
2021-02-08 16:31:17 +01:00
"swapSwapFrom" : {
"message" : "スワップ元"
} ,
"swapSwapSwitch" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンの切り替え"
2021-02-08 16:31:17 +01:00
} ,
"swapSwapTo" : {
"message" : "スワップ先"
} ,
2021-06-08 05:19:32 +02:00
"swapToConfirmWithHwWallet" : {
2023-09-05 15:49:07 +02:00
"message" : "ハードウェアウォレットで確定"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"swapTokenAddedManuallyDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "このトークンを$1で検証して、取引したいトークンであることを確認してください。" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 points the user to etherscan as a place they can verify information about a token. $1 is replaced with the translation for \"etherscan\""
} ,
"swapTokenAddedManuallyTitle" : {
"message" : "トークンが手動で追加されました"
} ,
2021-02-08 16:31:17 +01:00
"swapTokenAvailable" : {
2022-02-07 17:29:17 +01:00
"message" : "$1がアカウントに追加されました。" ,
2021-02-08 16:31:17 +01:00
"description" : "This message is shown after a swap is successful and communicates the exact amount of tokens the user has received for a swap. The $1 is a decimal number of tokens followed by the token symbol."
} ,
2021-06-08 05:19:32 +02:00
"swapTokenBalanceUnavailable" : {
2022-02-07 17:29:17 +01:00
"message" : "$1の残高を取り戻すことができませんでした。" ,
2021-06-08 05:19:32 +02:00
"description" : "This message communicates to the user that their balance of a given token is currently unavailable. $1 will be replaced by a token symbol"
} ,
2023-09-05 15:49:07 +02:00
"swapTokenNotAvailable" : {
"message" : "この地域ではトークンのスワップが行えません"
} ,
2021-02-08 16:31:17 +01:00
"swapTokenToToken" : {
2022-02-07 17:29:17 +01:00
"message" : "$1を$2にスワップ" ,
2021-02-08 16:31:17 +01:00
"description" : "Used in the transaction display list to describe a swap. $1 and $2 are the symbols of tokens in involved in a swap."
} ,
2021-06-16 18:34:29 +02:00
"swapTokenVerificationAddedManually" : {
"message" : "このトークンは手動で追加されました。"
} ,
2021-06-08 05:19:32 +02:00
"swapTokenVerificationMessage" : {
2022-02-07 17:29:17 +01:00
"message" : "常に$1のトークンアドレスを確認してください。" ,
2021-06-08 05:19:32 +02:00
"description" : "Points the user to Etherscan as a place they can verify information about a token. $1 is replaced with the translation for \"Etherscan\" followed by an info icon that shows more info on hover."
} ,
"swapTokenVerificationOnlyOneSource" : {
2022-02-07 17:29:17 +01:00
"message" : "1つのソースでのみ検証済みです。"
2021-06-08 05:19:32 +02:00
} ,
"swapTokenVerificationSources" : {
2022-02-07 17:29:17 +01:00
"message" : "$1個のソースで検証済みです。" ,
2021-06-08 05:19:32 +02:00
"description" : "Indicates the number of token information sources that recognize the symbol + address. $1 is a decimal number."
} ,
2023-08-22 15:34:31 +02:00
"swapTokenVerifiedOn1SourceDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "$1は1つのソースでしか検証されていません。進める前に$2で検証することをご検討ください。" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is a token name, $2 points the user to etherscan as a place they can verify information about a token. $1 is replaced with the translation for \"etherscan\""
} ,
"swapTokenVerifiedOn1SourceTitle" : {
"message" : "偽物のトークンの可能性"
} ,
2022-01-07 20:55:07 +01:00
"swapTooManyDecimalsError" : {
"message" : "$1は小数点以下$2桁まで使用できます" ,
"description" : "$1 is a token symbol and $2 is the max. number of decimals allowed for the token"
} ,
2021-02-08 16:31:17 +01:00
"swapTransactionComplete" : {
"message" : "トランザクションが完了しました"
} ,
2021-06-08 05:19:32 +02:00
"swapTwoTransactions" : {
2022-02-07 17:29:17 +01:00
"message" : "2つのトランザクション"
2021-06-08 05:19:32 +02:00
} ,
2021-02-08 16:31:17 +01:00
"swapUnknown" : {
2022-02-07 17:29:17 +01:00
"message" : "不明"
2021-02-08 16:31:17 +01:00
} ,
"swapVerifyTokenExplanation" : {
2022-02-07 17:29:17 +01:00
"message" : "複数のトークンで同じ名前とシンボルを使用できます。$1をチェックして、これが探しているトークンであることを確認してください。" ,
2021-03-29 14:54:27 +02:00
"description" : "This appears in a tooltip next to the verifyThisTokenOn message. It gives the user more information about why they should check the token on a block explorer. $1 will be the name or url of the block explorer, which will be the translation of 'etherscan' or a block explorer url specified for a custom network."
2021-02-08 16:31:17 +01:00
} ,
"swapYourTokenBalance" : {
2022-02-07 17:29:17 +01:00
"message" : "$1 $2がスワップに使用可能です" ,
2021-02-08 16:31:17 +01:00
"description" : "Tells the user how much of a token they have in their balance. $1 is a decimal number amount of tokens, and $2 is a token symbol"
} ,
"swapZeroSlippage" : {
2022-02-07 17:29:17 +01:00
"message" : "0%スリッページ"
2021-02-08 16:31:17 +01:00
} ,
"swapsAdvancedOptions" : {
"message" : "詳細オプション"
} ,
"swapsExcessiveSlippageWarning" : {
2022-02-07 17:29:17 +01:00
"message" : "スリッページ額が非常に大きいので、レートが不利になります。最大スリッページを15%未満の値に減らしてください。"
2021-02-08 16:31:17 +01:00
} ,
"swapsMaxSlippage" : {
"message" : "最大スリッページ"
} ,
"swapsNotEnoughForTx" : {
2022-02-07 17:29:17 +01:00
"message" : "トランザクションを完了させるには、$1が不足しています" ,
2021-02-08 16:31:17 +01:00
"description" : "Tells the user that they don't have enough of a token for a proposed swap. $1 is a token symbol"
} ,
2023-08-22 15:34:31 +02:00
"swapsNotEnoughToken" : {
2023-09-05 15:49:07 +02:00
"message" : "$1が不足しています" ,
2023-08-22 15:34:31 +02:00
"description" : "Tells the user that they don't have enough of a token for a proposed swap. $1 is a token symbol"
} ,
2021-02-08 16:31:17 +01:00
"swapsViewInActivity" : {
2022-02-07 17:29:17 +01:00
"message" : "アクティビティに表示"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"switch" : {
"message" : "切り替える"
} ,
2021-06-08 05:19:32 +02:00
"switchEthereumChainConfirmationDescription" : {
2022-02-07 17:29:17 +01:00
"message" : "これによりMetaMask内で選択されたネットワークが、以前に追加されたものに切り替わります。"
2021-06-08 05:19:32 +02:00
} ,
"switchEthereumChainConfirmationTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "このサイトによるネットワークの切り替えを許可しますか?"
2021-06-08 05:19:32 +02:00
} ,
"switchNetwork" : {
2022-02-07 17:29:17 +01:00
"message" : "ネットワークを切り替える"
2021-06-08 05:19:32 +02:00
} ,
2021-02-08 16:31:17 +01:00
"switchNetworks" : {
2022-02-07 17:29:17 +01:00
"message" : "ネットワークを切り替える"
2021-02-08 16:31:17 +01:00
} ,
2022-07-28 17:06:21 +02:00
"switchToNetwork" : {
2023-09-05 15:49:07 +02:00
"message" : "$1に切り替える" ,
2022-07-28 17:06:21 +02:00
"description" : "$1 represents the custom network that has previously been added"
} ,
2021-02-08 16:31:17 +01:00
"switchToThisAccount" : {
2022-02-07 17:29:17 +01:00
"message" : "このアカウントに切り替える"
2021-06-08 05:19:32 +02:00
} ,
2022-09-27 17:36:55 +02:00
"switchedTo" : {
2023-09-05 15:49:07 +02:00
"message" : "次に切り替えました:"
2022-09-27 17:36:55 +02:00
} ,
2023-08-22 15:34:31 +02:00
"switcherTitle" : {
"message" : "ネットワークスイッチャー"
} ,
"switcherTourDescription" : {
"message" : "アイコンをクリックしてネットワークを切り替えるか、新しいネットワークを追加します"
} ,
2021-06-08 05:19:32 +02:00
"switchingNetworksCancelsPendingConfirmations" : {
2023-09-05 15:49:07 +02:00
"message" : "ネットワークを切り替えると、保留中の承認がすべてキャンセルされます"
2021-02-08 16:31:17 +01:00
} ,
"symbol" : {
"message" : "シンボル"
} ,
"symbolBetweenZeroTwelve" : {
2022-02-07 17:29:17 +01:00
"message" : "シンボルは11文字以下にする必要があります。"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"tenPercentIncreased" : {
2023-09-05 15:49:07 +02:00
"message" : "10%の増加"
2022-04-22 18:58:09 +02:00
} ,
2018-06-06 20:38:57 +02:00
"terms" : {
2022-02-07 17:29:17 +01:00
"message" : "利用規約"
2018-06-06 20:38:57 +02:00
} ,
2021-02-08 16:31:17 +01:00
"termsOfService" : {
2022-02-07 17:29:17 +01:00
"message" : "サービス規約"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"termsOfUse" : {
"message" : "利用規約"
} ,
"termsOfUseAgreeText" : {
"message" : " MetaMaskおよびそのすべての機能の利用に適用される利用規約に同意します。"
} ,
"termsOfUseFooterText" : {
"message" : "スクロールしてすべてのセクションをお読みください"
} ,
"termsOfUseTitle" : {
"message" : "利用規約が更新されました"
} ,
2022-04-22 18:58:09 +02:00
"testNetworks" : {
"message" : "テストネットワーク"
} ,
"theme" : {
"message" : "テーマ"
} ,
"themeDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "ご希望のMetaMaskテーマを選択してください。"
2022-04-22 18:58:09 +02:00
} ,
2022-09-27 17:36:55 +02:00
"thingsToKeep" : {
"message" : "留意点:"
} ,
2023-08-22 15:34:31 +02:00
"thirdPartySoftware" : {
"message" : "サードパーティソフトウェアに関する通知" ,
"description" : "Title of a popup modal displayed when installing a snap for the first time."
} ,
"thisCollection" : {
"message" : "このコレクション"
} ,
"thisServiceIsExperimental" : {
2023-09-05 15:49:07 +02:00
"message" : "このサービスは試験運用中です。この機能を有効にすることで、OpenSeaの$1に同意したものとみなされます。" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is link to open sea terms of use"
} ,
2022-01-07 20:55:07 +01:00
"time" : {
"message" : "時間"
} ,
2021-02-08 16:31:17 +01:00
"tips" : {
"message" : "ヒント"
2018-03-14 06:33:26 +01:00
} ,
"to" : {
2021-06-08 05:19:32 +02:00
"message" : "移動先"
2021-02-08 16:31:17 +01:00
} ,
"toAddress" : {
2022-02-07 17:29:17 +01:00
"message" : "移動先: $1" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the address to include in the To label. It is typically shortened first using shortenAddress"
} ,
2023-08-22 15:34:31 +02:00
"toggleEthSignBannerDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "フィッシング攻撃のリスクがあります。eth_signを無効にして自分の身を守ってください。"
2023-08-22 15:34:31 +02:00
} ,
2023-03-06 18:21:56 +01:00
"toggleEthSignDescriptionField" : {
2023-09-05 15:49:07 +02:00
"message" : "この設定を有効にすると、読めない署名リクエストを受ける可能性があります。理解できないメッセージに署名すると、資金やNFTの提供に同意してしまう可能性があります。"
2023-03-06 18:21:56 +01:00
} ,
"toggleEthSignField" : {
2023-09-05 15:49:07 +02:00
"message" : "Eth_signリクエスト"
2023-08-22 15:34:31 +02:00
} ,
"toggleEthSignModalBannerBoldText" : {
"message" : "騙されている可能性があります"
} ,
"toggleEthSignModalBannerText" : {
"message" : "この設定を有効にするよう求められた場合、"
} ,
"toggleEthSignModalCheckBox" : {
2023-09-05 15:49:07 +02:00
"message" : "私は、eth_signリクエストを有効にすると、すべての資金とNFTを失う可能性があることを理解しています。"
2023-08-22 15:34:31 +02:00
} ,
"toggleEthSignModalDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "eth_signリクエストを許可すると、フィッシング攻撃を受けやすくなる可能性があります。常にURLを確認し、コードを含むメッセージに署名する際には注意してください。"
2023-08-22 15:34:31 +02:00
} ,
"toggleEthSignModalFormError" : {
"message" : "テキストが正しくありません"
} ,
"toggleEthSignModalFormLabel" : {
"message" : "続行するには、「私は理解できるものにしか署名しません」と入力してください"
} ,
"toggleEthSignModalFormValidation" : {
"message" : "私は理解できるものにしか署名しません"
} ,
"toggleEthSignModalTitle" : {
"message" : "自己責任でご利用ください"
} ,
"toggleEthSignOff" : {
"message" : "オフ (推奨)"
} ,
"toggleEthSignOn" : {
"message" : "オン (非推奨)"
2023-03-06 18:21:56 +01:00
} ,
2018-06-06 20:38:57 +02:00
"token" : {
"message" : "トークン"
} ,
2022-04-22 18:58:09 +02:00
"tokenAddress" : {
"message" : "トークンアドレス"
} ,
2021-02-08 16:31:17 +01:00
"tokenAlreadyAdded" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンの追加がすでに完了しています。"
2021-02-08 16:31:17 +01:00
} ,
2023-03-06 18:21:56 +01:00
"tokenAutoDetection" : {
"message" : "トークンの自動検出"
} ,
2021-02-08 16:31:17 +01:00
"tokenContractAddress" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンコントラクトアドレス"
2021-06-08 05:19:32 +02:00
} ,
"tokenDecimalFetchFailed" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンの10進数が必要です。"
2021-02-08 16:31:17 +01:00
} ,
2022-04-22 18:58:09 +02:00
"tokenDecimalTitle" : {
"message" : "トークンの小数桁数:"
} ,
"tokenDetails" : {
"message" : "トークンの詳細"
} ,
2022-09-27 17:36:55 +02:00
"tokenFoundTitle" : {
"message" : "1 つの新しいトークンが見つかりました"
} ,
2022-04-22 18:58:09 +02:00
"tokenId" : {
2023-09-05 15:49:07 +02:00
"message" : "トークンID"
2022-04-22 18:58:09 +02:00
} ,
"tokenList" : {
"message" : "トークンリスト:"
} ,
2022-09-27 17:36:55 +02:00
"tokenScamSecurityRisk" : {
"message" : "トークン関連の詐欺やセキュリティのリスク"
} ,
"tokenShowUp" : {
"message" : "トークンはウォレットに自動的に表示されない可能性があります。"
} ,
2018-03-27 15:05:37 +02:00
"tokenSymbol" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンシンボル"
2021-06-08 05:19:32 +02:00
} ,
2023-08-22 15:34:31 +02:00
"tokens" : {
"message" : "トークン"
} ,
2022-06-14 00:49:12 +02:00
"tokensFoundTitle" : {
2023-09-05 15:49:07 +02:00
"message" : "$1種類の新しいトークンが見つかりました" ,
2022-06-14 00:49:12 +02:00
"description" : "$1 is the number of new tokens detected"
} ,
2021-06-08 05:19:32 +02:00
"tooltipApproveButton" : {
"message" : "理解しました"
2018-03-27 15:05:37 +02:00
} ,
2023-08-22 15:34:31 +02:00
"tooltipSatusConnected" : {
"message" : "接続済み"
} ,
"tooltipSatusNotConnected" : {
"message" : "未接続"
} ,
2018-03-14 06:33:26 +01:00
"total" : {
"message" : "合計"
} ,
2021-02-08 16:31:17 +01:00
"transaction" : {
"message" : "トランザクション"
} ,
"transactionCancelAttempted" : {
2022-02-07 17:29:17 +01:00
"message" : "$1のガス代が$2でトランザクションのキャンセルが試みられました"
2021-02-08 16:31:17 +01:00
} ,
"transactionCancelSuccess" : {
2022-02-07 17:29:17 +01:00
"message" : "$2でのトランザクションがキャンセルされました"
2021-02-08 16:31:17 +01:00
} ,
"transactionConfirmed" : {
2023-09-05 15:49:07 +02:00
"message" : "$2でトランザクションが承認されました。"
2021-02-08 16:31:17 +01:00
} ,
"transactionCreated" : {
2022-02-07 17:29:17 +01:00
"message" : "トランザクションは$1の値が$2で作成されました。"
2021-02-08 16:31:17 +01:00
} ,
2022-01-07 20:55:07 +01:00
"transactionData" : {
"message" : "トランザクションデータ"
} ,
"transactionDecodingAccreditationDecoded" : {
"message" : "Truffleによるデコード"
} ,
"transactionDecodingAccreditationVerified" : {
2022-02-07 17:29:17 +01:00
"message" : "$1にコントラクトを確認しました"
2022-01-07 20:55:07 +01:00
} ,
"transactionDecodingUnsupportedNetworkError" : {
2023-09-05 15:49:07 +02:00
"message" : "トランザクションのデコードは、チェーンID $1 で使用できません"
2022-01-07 20:55:07 +01:00
} ,
"transactionDetailDappGasMoreInfo" : {
"message" : "サイトが提案されました"
} ,
"transactionDetailDappGasTooltip" : {
"message" : "最新のブロックに基づくMetaMaskの推奨ガス代を使用するように編集します。"
} ,
"transactionDetailGasHeading" : {
"message" : "ガス代見積もり"
} ,
"transactionDetailGasInfoV2" : {
"message" : "見積もり"
} ,
"transactionDetailGasTooltipConversion" : {
"message" : "ガス代に関する詳細"
} ,
"transactionDetailGasTooltipExplanation" : {
"message" : "ガス代はネットワークにより設定され、ネットワークトラフィックとトランザクションの複雑さに基づき変動します。"
} ,
"transactionDetailGasTooltipIntro" : {
2023-09-05 15:49:07 +02:00
"message" : "ガス代は、$1ネットワークでトランザクションを処理するクリプトマイナーに支払われます。MetaMaskはガス代から利益を得ません。"
2022-01-07 20:55:07 +01:00
} ,
"transactionDetailGasTotalSubtitle" : {
"message" : "金額 + ガス代"
} ,
"transactionDetailLayer2GasHeading" : {
"message" : "レイヤー2のガス代"
} ,
"transactionDetailMultiLayerTotalSubtitle" : {
"message" : "金額 + 手数料"
} ,
2021-02-08 16:31:17 +01:00
"transactionDropped" : {
2023-09-05 15:49:07 +02:00
"message" : "トランザクションは$2で削除されました。"
2021-02-08 16:31:17 +01:00
} ,
"transactionError" : {
2022-02-07 17:29:17 +01:00
"message" : "トランザクションエラー。コントラクトコードで例外がスローされました。"
2021-02-08 16:31:17 +01:00
} ,
"transactionErrorNoContract" : {
2023-09-05 15:49:07 +02:00
"message" : "コントラクトではないアドレスに対して関数の呼び出しを試みています。"
2021-02-08 16:31:17 +01:00
} ,
"transactionErrored" : {
"message" : "トランザクションでエラーが発生しました。"
} ,
2023-08-22 15:34:31 +02:00
"transactionFailed" : {
"message" : "トランザクションに失敗しました"
} ,
2021-02-08 16:31:17 +01:00
"transactionFee" : {
"message" : "トランザクション手数料"
} ,
2022-01-07 20:55:07 +01:00
"transactionHistoryBaseFee" : {
2023-09-05 15:49:07 +02:00
"message" : "基本料金 (Gwei)"
2022-01-07 20:55:07 +01:00
} ,
"transactionHistoryL1GasLabel" : {
"message" : "L1ガス代合計"
} ,
"transactionHistoryL2GasLimitLabel" : {
2022-09-27 17:36:55 +02:00
"message" : "L2ガスリミット"
2022-01-07 20:55:07 +01:00
} ,
"transactionHistoryL2GasPriceLabel" : {
2022-09-27 17:36:55 +02:00
"message" : "L2ガス価格"
2022-01-07 20:55:07 +01:00
} ,
"transactionHistoryMaxFeePerGas" : {
2022-09-27 17:36:55 +02:00
"message" : "ガス1単位あたりの最大手数料"
2022-01-07 20:55:07 +01:00
} ,
"transactionHistoryPriorityFee" : {
2023-09-05 15:49:07 +02:00
"message" : "優先手数料 (gwei)"
2022-01-07 20:55:07 +01:00
} ,
"transactionHistoryTotalGasFee" : {
"message" : "ガス代合計"
} ,
2023-08-22 15:34:31 +02:00
"transactionNote" : {
"message" : "トランザクション備考"
} ,
2021-02-08 16:31:17 +01:00
"transactionResubmitted" : {
2022-02-07 17:29:17 +01:00
"message" : "推定のガス代を$2で$1に増加し、トランザクションを再送信しました"
2021-02-08 16:31:17 +01:00
} ,
2023-01-04 20:22:06 +01:00
"transactionSecurityCheck" : {
2023-08-22 15:34:31 +02:00
"message" : "セキュリティアラートを有効にする"
2023-01-04 20:22:06 +01:00
} ,
"transactionSecurityCheckDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "当社はサードパーティAPIを使用して、ユーザーが署名する前に未署名のトランザクションおよび署名のリクエストに関するリスクを検出・表示します。このようなサービスは、ユーザーの未署名のトランザクションおよび署名のリクエスト、アカウントアドレス、希望言語にアクセスできます。"
2023-01-04 20:22:06 +01:00
} ,
2023-08-22 15:34:31 +02:00
"transactionSettings" : {
"message" : "トランザクション設定"
} ,
2021-02-08 16:31:17 +01:00
"transactionSubmitted" : {
2022-02-07 17:29:17 +01:00
"message" : "$1の推定ガス代が$2でトランザクションが送信されました。"
2021-02-08 16:31:17 +01:00
} ,
"transactionUpdated" : {
2022-02-07 17:29:17 +01:00
"message" : "トランザクションが$2で更新されました。"
2021-02-08 16:31:17 +01:00
} ,
2023-01-04 20:22:06 +01:00
"transactions" : {
"message" : "トランザクション"
} ,
2021-02-08 16:31:17 +01:00
"transfer" : {
2022-02-07 17:29:17 +01:00
"message" : "送金"
2021-02-08 16:31:17 +01:00
} ,
"transferFrom" : {
2022-02-07 17:29:17 +01:00
"message" : "送金元"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"troubleConnectingToLedgerU2FOnFirefox" : {
2023-09-05 15:49:07 +02:00
"message" : "Ledgerの接続に問題が発生しました。$1" ,
2023-08-22 15:34:31 +02:00
"description" : "$1 is a link to the wallet connection guide;"
} ,
"troubleConnectingToLedgerU2FOnFirefox2" : {
"message" : "ハードウェアウォレットの接続ガイドを確認し、もう一度お試しください。" ,
"description" : "$1 of the ledger wallet connection guide"
} ,
"troubleConnectingToLedgerU2FOnFirefoxLedgerSolution" : {
2023-09-05 15:49:07 +02:00
"message" : "Firefoxの最新バージョンを使用している場合、FirefoxのU2Fサポート廃止に関連した問題が発生する可能性があります。$1でこの問題を解決する方法をご覧ください。" ,
2023-08-22 15:34:31 +02:00
"description" : "It is a link to the ledger website for the workaround."
} ,
"troubleConnectingToLedgerU2FOnFirefoxLedgerSolution2" : {
"message" : "こちら" ,
"description" : "Second part of the error message; It is a link to the ledger website for the workaround."
} ,
2021-02-08 16:31:17 +01:00
"troubleConnectingToWallet" : {
2022-02-07 17:29:17 +01:00
"message" : "$1に接続できませんでした。$2を確認してから、もう一度実行してください。" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is the wallet device name; $2 is a link to wallet connection guide"
} ,
2022-06-14 00:49:12 +02:00
"troubleStarting" : {
2023-09-05 15:49:07 +02:00
"message" : "MetaMaskがうまく起動しませんでした。このエラーは断続的に発生する可能性があるため、拡張機能を再起動してみてください。"
2022-06-14 00:49:12 +02:00
} ,
2022-01-07 20:55:07 +01:00
"trustSiteApprovePermission" : {
2023-09-05 15:49:07 +02:00
"message" : "アクセス許可を付与することで、次の$1による資金へのアクセスが許可されます"
2022-01-07 20:55:07 +01:00
} ,
2021-02-08 16:31:17 +01:00
"tryAgain" : {
"message" : "再試行"
} ,
2022-01-07 20:55:07 +01:00
"turnOnTokenDetection" : {
"message" : "強化されたトークン検出をオンにする"
} ,
2023-01-04 20:22:06 +01:00
"tutorial" : {
"message" : "チュートリアル"
} ,
2022-01-07 20:55:07 +01:00
"twelveHrTitle" : {
"message" : "12時間:"
} ,
"txInsightsNotSupported" : {
2023-09-05 15:49:07 +02:00
"message" : "現時点では、このコントラクトでトランザクションインサイトはサポートされていません。"
2022-01-07 20:55:07 +01:00
} ,
2022-06-14 00:49:12 +02:00
"typeYourSRP" : {
2023-09-05 15:49:07 +02:00
"message" : "シークレットリカバリーフレーズを入力してください"
2022-06-14 00:49:12 +02:00
} ,
2022-01-07 20:55:07 +01:00
"u2f" : {
"message" : "U2F" ,
"description" : "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices."
} ,
2021-02-08 16:31:17 +01:00
"unapproved" : {
"message" : "未承認"
} ,
"units" : {
"message" : "単位"
2018-03-14 06:33:26 +01:00
} ,
"unknown" : {
2022-02-07 17:29:17 +01:00
"message" : "不明"
2018-03-14 06:33:26 +01:00
} ,
2021-02-08 16:31:17 +01:00
"unknownCameraError" : {
2022-02-07 17:29:17 +01:00
"message" : "カメラへのアクセス時にエラーが発生しました。もう一度実行してください..."
2021-02-08 16:31:17 +01:00
} ,
"unknownCameraErrorTitle" : {
2021-06-08 05:19:32 +02:00
"message" : "申し訳ありません。問題が発生しました..."
2021-02-08 16:31:17 +01:00
} ,
2022-07-28 17:06:21 +02:00
"unknownCollection" : {
"message" : "無名のコレクション"
} ,
2018-03-14 06:33:26 +01:00
"unknownNetwork" : {
2022-02-07 17:29:17 +01:00
"message" : "不明なプライベートネットワーク"
2018-03-14 06:33:26 +01:00
} ,
2021-02-08 16:31:17 +01:00
"unknownQrCode" : {
2022-02-07 17:29:17 +01:00
"message" : "エラー: QRコードを識別できませんでした"
2021-02-08 16:31:17 +01:00
} ,
"unlimited" : {
"message" : "無制限"
} ,
2020-09-23 16:51:42 +02:00
"unlock" : {
2021-02-08 16:31:17 +01:00
"message" : "ロック解除"
} ,
"unlockMessage" : {
2023-09-05 15:49:07 +02:00
"message" : "分散型インターネットが待っています"
2021-06-08 05:19:32 +02:00
} ,
"unrecognizedChain" : {
2022-09-27 17:36:55 +02:00
"message" : "このカスタムネットワークは認識されていません" ,
2021-06-08 05:19:32 +02:00
"description" : "$1 is a clickable link with text defined by the 'unrecognizedChanLinkText' key. The link will open to instructions for users to validate custom network details."
} ,
2022-09-27 17:36:55 +02:00
"unrecognizedProtocol" : {
"message" : "$1 (不明なプロトコル)" ,
"description" : "Shown when the protocol is unknown by the extension. $1 is the protocol code."
} ,
2022-01-07 20:55:07 +01:00
"unsendableAsset" : {
2023-03-06 18:21:56 +01:00
"message" : "NFT (ERC-721) トークンの送信は現在サポートされていません" ,
2023-02-10 16:36:58 +01:00
"description" : "This is an error message we show the user if they attempt to send an NFT asset type, for which currently don't support sending"
2022-01-07 20:55:07 +01:00
} ,
2022-04-22 18:58:09 +02:00
"unverifiedContractAddressMessage" : {
"message" : "このコントラクトを検証できません。このアドレスが信頼できることを確認してください。"
} ,
"upArrow" : {
"message" : "上矢印"
} ,
2023-08-22 15:34:31 +02:00
"update" : {
"message" : "更新"
} ,
2021-02-08 16:31:17 +01:00
"updatedWithDate" : {
2022-02-07 17:29:17 +01:00
"message" : "$1が更新されました"
2021-02-08 16:31:17 +01:00
} ,
"urlErrorMsg" : {
2022-02-07 17:29:17 +01:00
"message" : "URLには適切なHTTP/HTTPSプレフィックスが必要です。"
2021-02-08 16:31:17 +01:00
} ,
"urlExistsErrorMsg" : {
2022-02-07 17:29:17 +01:00
"message" : "このURLは現在$1ネットワークで使用されています。"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"use4ByteResolution" : {
"message" : "スマートコントラクトのデコード"
} ,
"use4ByteResolutionDescription" : {
"message" : "ユーザーエクスペリエンスの向上のため、ユーザーがやり取りするスマートコントラクトに応じたメッセージで、アクティビティタブをカスタマイズします。MetaMaskは、4byte.directoryと呼ばれるサービスを利用してデータをデコードし、より読みやすいバージョンのスマートコントラクトを表示します。これにより、悪質なスマートコントラクトの操作を承認する可能性は減りますが、IPアドレスが公開されます。"
} ,
2023-02-10 16:36:58 +01:00
"useMultiAccountBalanceChecker" : {
"message" : "アカウント残高の一括リクエスト"
} ,
2023-08-22 15:34:31 +02:00
"useMultiAccountBalanceCheckerSettingDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウントの残高リクエストを一斉に行うことで、より素早く残高更新を取得できます。これにより、アカウントの残高を一斉に取得できるので、更新がより迅速になり、エクスペリエンスが向上します。この機能がオフの場合、サードパーティがユーザーのアカウントをお互いに関連付けなくなる可能性があります。"
2023-08-22 15:34:31 +02:00
} ,
2023-02-10 16:36:58 +01:00
"useNftDetection" : {
2022-01-07 20:55:07 +01:00
"message" : "NFTを自動検出"
} ,
2023-02-10 16:36:58 +01:00
"useNftDetectionDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "当社はサードパーティAPIを使用して、ウォレットのNFTを検出します。これにより、ユーザーのIPアドレスが中央サーバーに開示される可能性があります。この機能を有効にする場合は、いくつかの注意点があります。"
2022-01-07 20:55:07 +01:00
} ,
2023-02-10 16:36:58 +01:00
"useNftDetectionDescriptionLine2" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウントアドレスがサードパーティAPIに開示されます。"
2023-01-04 20:22:06 +01:00
} ,
2023-02-10 16:36:58 +01:00
"useNftDetectionDescriptionLine3" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTのメタデータには、詐欺サイトやフィッシングサイトへのリンクが含まれている可能性があります。"
2023-01-04 20:22:06 +01:00
} ,
2023-02-10 16:36:58 +01:00
"useNftDetectionDescriptionLine4" : {
2023-09-05 15:49:07 +02:00
"message" : "誰でもユーザーのアカウントにNFTをエアドロップできます。これには不快なコンテンツが含まれていて、ウォレットに自動的に表示される可能性があります。"
2023-03-06 18:21:56 +01:00
} ,
"useNftDetectionDescriptionLine5" : {
"message" : "アプリによるこれらのサービスからのデータの取得を希望しない場合は、この機能をオフのままにしてください。"
2023-01-04 20:22:06 +01:00
} ,
2021-02-08 16:31:17 +01:00
"usePhishingDetection" : {
"message" : "フィッシング検出を使用"
} ,
"usePhishingDetectionDescription" : {
2021-06-08 05:19:32 +02:00
"message" : "イーサリアムユーザーを対象としたドメインのフィッシングに対して警告を表示します"
2020-09-23 16:51:42 +02:00
} ,
2023-08-22 15:34:31 +02:00
"useSiteSuggestion" : {
"message" : "サイトの提案を使用"
} ,
2022-04-22 18:58:09 +02:00
"useTokenDetectionPrivacyDesc" : {
2023-09-05 15:49:07 +02:00
"message" : "アカウントに送られたトークンを自動的に表示するには、サードパーティサーバーと通信し、トークンの画像を取得する必要があります。これらのサーバーはユーザーのIPアドレスにアクセスできます。"
2022-04-22 18:58:09 +02:00
} ,
2018-03-14 06:33:26 +01:00
"usedByClients" : {
2021-06-08 05:19:32 +02:00
"message" : "さまざまな異なるクライアントによって使用されています"
2021-02-08 16:31:17 +01:00
} ,
"userName" : {
"message" : "ユーザー名"
} ,
2023-01-04 20:22:06 +01:00
"verifyContractDetails" : {
2023-08-22 15:34:31 +02:00
"message" : "サードパーティの詳細を確認"
2023-01-04 20:22:06 +01:00
} ,
2021-06-08 05:19:32 +02:00
"verifyThisTokenDecimalOn" : {
2022-02-07 17:29:17 +01:00
"message" : "トークンの10進数は$1にあります" ,
2021-06-08 05:19:32 +02:00
"description" : "Points the user to etherscan as a place they can verify information about a token. $1 is replaced with the translation for \"etherscan\""
} ,
2021-02-08 16:31:17 +01:00
"verifyThisTokenOn" : {
2022-02-07 17:29:17 +01:00
"message" : "このトークンを$1で検証" ,
2021-02-08 16:31:17 +01:00
"description" : "Points the user to etherscan as a place they can verify information about a token. $1 is replaced with the translation for \"etherscan\""
2018-03-14 06:33:26 +01:00
} ,
2021-06-16 18:34:29 +02:00
"verifyThisUnconfirmedTokenOn" : {
2022-02-07 17:29:17 +01:00
"message" : "このトークンを$1で検証して、取引したいトークンであることを確認してください。" ,
2021-06-16 18:34:29 +02:00
"description" : "Points the user to etherscan as a place they can verify information about a token. $1 is replaced with the translation for \"etherscan\""
} ,
2023-08-22 15:34:31 +02:00
"version" : {
"message" : "バージョン"
} ,
2023-01-04 20:22:06 +01:00
"view" : {
"message" : "表示"
} ,
2021-06-08 05:19:32 +02:00
"viewAllDetails" : {
"message" : "すべての詳細の表示"
} ,
2023-08-22 15:34:31 +02:00
"viewAllQuotes" : {
"message" : "すべてのクォートを表示"
} ,
2021-02-08 16:31:17 +01:00
"viewContact" : {
"message" : "連絡先を表示"
} ,
2023-01-04 20:22:06 +01:00
"viewDetails" : {
"message" : "詳細を表示"
} ,
2022-01-07 20:55:07 +01:00
"viewFullTransactionDetails" : {
"message" : "トランザクションの完全な詳細を表示"
} ,
2021-06-08 05:19:32 +02:00
"viewMore" : {
"message" : "詳細を表示"
} ,
2022-01-07 20:55:07 +01:00
"viewOnBlockExplorer" : {
"message" : "ブロックエクスプローラーで表示"
} ,
"viewOnCustomBlockExplorer" : {
"message" : "$1を$2で表示" ,
"description" : "$1 is the action type. e.g (Account, Transaction, Swap) and $2 is the Custom Block Exporer URL"
} ,
"viewOnEtherscan" : {
"message" : "$1をEtherscanで表示" ,
"description" : "$1 is the action type. e.g (Account, Transaction, Swap)"
} ,
2023-08-22 15:34:31 +02:00
"viewOnExplorer" : {
"message" : "エクスプローラーで表示"
} ,
2022-01-07 20:55:07 +01:00
"viewOnOpensea" : {
"message" : "Openseaで表示"
} ,
2023-08-22 15:34:31 +02:00
"viewPortfolioDashboard" : {
2023-09-05 15:49:07 +02:00
"message" : "Portfolioダッシュボードを表示"
2023-08-22 15:34:31 +02:00
} ,
"viewinCustodianApp" : {
"message" : "カストディアンアプリで表示"
} ,
2022-01-07 20:55:07 +01:00
"viewinExplorer" : {
"message" : "$1をエクスプローラーで表示" ,
"description" : "$1 is the action type. e.g (Account, Transaction, Swap)"
} ,
2021-02-08 16:31:17 +01:00
"visitWebSite" : {
2023-09-05 15:49:07 +02:00
"message" : "弊社Webサイトにアクセス"
} ,
"wallet" : {
"message" : "ウォレット"
2021-02-08 16:31:17 +01:00
} ,
"walletConnectionGuide" : {
2022-02-07 17:29:17 +01:00
"message" : "弊社のハードウェアウォレット接続ガイド"
2018-07-15 08:09:18 +02:00
} ,
2022-01-07 20:55:07 +01:00
"walletCreationSuccessDetail" : {
2023-09-05 15:49:07 +02:00
"message" : "ウォレットが正常に保護されました。シークレットリカバリーフレーズを安全かつ機密に保管してください。これはユーザーの責任です!"
2022-01-07 20:55:07 +01:00
} ,
"walletCreationSuccessReminder1" : {
"message" : "MetaMaskはシークレットリカバリーフレーズを復元できません。"
} ,
"walletCreationSuccessReminder2" : {
"message" : "MetaMaskがユーザーのシークレットリカバリーフレーズを確認することは絶対にありません。"
} ,
"walletCreationSuccessReminder3" : {
2022-02-07 17:29:17 +01:00
"message" : "誰に対しても$1。資金が盗まれる恐れがあります" ,
2022-01-07 20:55:07 +01:00
"description" : "$1 is separated as walletCreationSuccessReminder3BoldSection so that we can bold it"
} ,
"walletCreationSuccessReminder3BoldSection" : {
2022-02-07 17:29:17 +01:00
"message" : "シークレットリカバリーフレーズは決して教えないでください" ,
2022-01-07 20:55:07 +01:00
"description" : "This string is localized separately from walletCreationSuccessReminder3 so that we can bold it"
} ,
"walletCreationSuccessTitle" : {
"message" : "ウォレットが作成されました"
} ,
2022-07-28 17:06:21 +02:00
"wantToAddThisNetwork" : {
"message" : "このネットワークを追加しますか?"
} ,
2023-08-22 15:34:31 +02:00
"wantsToAddThisAsset" : {
2023-09-05 15:49:07 +02:00
"message" : "$1がこのアセットのウォレットへの追加を要求しています"
2023-08-22 15:34:31 +02:00
} ,
2022-06-14 00:49:12 +02:00
"warning" : {
"message" : "警告"
} ,
2022-09-27 17:36:55 +02:00
"warningTooltipText" : {
2023-08-22 15:34:31 +02:00
"message" : "$1 このサードパーティは今後、通知や承諾なしにトークン残高全額を使用できます。使用上限をより低い金額にカスタマイズして、自分の身を守りましょう。" ,
2023-02-24 19:52:11 +01:00
"description" : "$1 is a warning icon with text 'Be careful' in 'warning' colour"
2022-09-27 17:36:55 +02:00
} ,
2022-04-22 18:58:09 +02:00
"weak" : {
"message" : "弱"
} ,
2021-02-08 16:31:17 +01:00
"web3ShimUsageNotification" : {
2022-02-07 17:29:17 +01:00
"message" : "現在のWebサイトが、削除済みのwindow.web3 APIの使用を検知しました。サイトが破損しているようであれば、$1をクリックして詳細を確認してください。" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 is a clickable link."
2019-09-05 19:05:33 +02:00
} ,
2022-01-07 20:55:07 +01:00
"webhid" : {
"message" : "WebHID" ,
"description" : "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API"
} ,
2023-01-04 20:22:06 +01:00
"websites" : {
2023-09-05 15:49:07 +02:00
"message" : "Webサイト" ,
2023-01-04 20:22:06 +01:00
"description" : "Used in the 'permission_rpc' message."
} ,
2020-09-23 16:51:42 +02:00
"welcomeBack" : {
2022-09-27 17:36:55 +02:00
"message" : "お帰りなさい!"
2021-06-08 05:19:32 +02:00
} ,
2022-01-07 20:55:07 +01:00
"welcomeExploreDescription" : {
2023-09-05 15:49:07 +02:00
"message" : "仮想通貨やアセットを保管、送金、使用。"
2022-01-07 20:55:07 +01:00
} ,
"welcomeExploreTitle" : {
"message" : "分散型アプリを閲覧"
} ,
"welcomeLoginDescription" : {
"message" : "MetaMaskを使用して分散型アプリにログイン。サインアップは不要です。"
} ,
"welcomeLoginTitle" : {
"message" : "ウォレットにようこそ"
} ,
"welcomeToMetaMask" : {
"message" : "始めましょう"
} ,
"welcomeToMetaMaskIntro" : {
"message" : "MetaMaskは何百万人もに信頼されている安全なウォレットで、すべての人々によるWeb3の世界へのアクセスを可能にしています。"
} ,
2021-06-08 05:19:32 +02:00
"whatsNew" : {
"message" : "新機能" ,
"description" : "This is the title of a popup that gives users notifications about new features and updates to MetaMask."
2018-03-14 06:33:26 +01:00
} ,
2021-02-08 16:31:17 +01:00
"whatsThis" : {
2023-09-05 15:49:07 +02:00
"message" : "これは何ですか?"
2021-02-08 16:31:17 +01:00
} ,
"xOfY" : {
2022-02-07 17:29:17 +01:00
"message" : "$2中の$1" ,
2021-02-08 16:31:17 +01:00
"description" : "$1 and $2 are intended to be two numbers, where $2 is a total, and $1 is a count towards that total"
} ,
2021-06-08 05:19:32 +02:00
"xOfYPending" : {
2023-09-05 15:49:07 +02:00
"message" : "$2件中$1件が保留中" ,
2021-06-08 05:19:32 +02:00
"description" : "$1 and $2 are intended to be two numbers, where $2 is a total number of pending confirmations, and $1 is a count towards that total"
} ,
2022-04-22 18:58:09 +02:00
"yes" : {
"message" : "はい"
} ,
2022-07-28 17:06:21 +02:00
"youHaveAddedAll" : {
"message" : "すべての人気ネットワークを追加しました。$1で他のネットワークを発見するか、$2できます。" ,
"description" : "$1 is a link with the text 'here' and $2 is a button with the text 'add more networks manually'"
} ,
2021-02-08 16:31:17 +01:00
"youNeedToAllowCameraAccess" : {
2021-06-08 05:19:32 +02:00
"message" : "この機能を使用するには、カメラへのアクセスを許可する必要があります。"
2021-02-08 16:31:17 +01:00
} ,
2018-03-14 06:33:26 +01:00
"youSign" : {
2023-09-05 15:49:07 +02:00
"message" : "署名しています"
2021-02-08 16:31:17 +01:00
} ,
2023-08-22 15:34:31 +02:00
"yourAccounts" : {
"message" : "アカウント"
} ,
2023-01-04 20:22:06 +01:00
"yourFundsMayBeAtRisk" : {
"message" : "資金が危険にさらされている可能性があります"
} ,
"yourNFTmayBeAtRisk" : {
2023-09-05 15:49:07 +02:00
"message" : "NFTが危険にさらされている可能性があります"
2023-01-04 20:22:06 +01:00
} ,
2021-02-08 16:31:17 +01:00
"yourPrivateSeedPhrase" : {
2023-03-06 18:21:56 +01:00
"message" : "シークレットリカバリーフレーズ"
2021-02-08 16:31:17 +01:00
} ,
"zeroGasPriceOnSpeedUpError" : {
2023-09-05 15:49:07 +02:00
"message" : "高速化用のガス価格がゼロです"
2016-07-13 21:17:08 +02:00
}
}