1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/app/_locales/ja/messages.json
Dan Finlay f519fa1ed3
Connect distinct accounts per site (#7004)
* add PermissionsController

remove provider approval controller
integrate rpc-cap
create PermissionsController
move provider approval functionality to permissions controller
add permissions approval ui, settings page
add permissions activity and history
move some functionality to metamask-inpage-provider
rename siteMetadata -> domainMetadata

add accountsChange notification to inpage provider
move functionality to inpage provider
update inpage provider
Remove 'Connections' settings page (#7369)
add hooks for exposing accounts in settings
rename unused messages in non-English locales

Add external extension id to metadata (#7396)

update inpage provider, rpc-cap
add eth_requestAccounts handling to background
prevent notifying connections if extension is locked
update inpage provider
Fix lint errors
add migration
review fixes
transaction controller review updates
removed unused messages

* Login Per Site UI (#7368)

* LoginPerSite original UI changes to keep

* First commit

* Get necessary connected tab info for redirect and icon display for permissioned sites

* Fix up designs and add missing features

* Some lint fixes

* More lint fixes

* Ensures the tx controller + tx-state-manager orders transactions in the order they are received

* Code cleanup for LoginPerSite-ui

* Update e2e tests to use new connection flow

* Fix display of connect screen and app header after login when connect request present

* Update metamask-responsive-ui.spec for new item in accounts dropdown

* Fix approve container by replacing approvedOrigins with domainMetaData

* Adds test/e2e/permissions.spec.js

* Correctly handle cancellation of a permissions request

* Redirect to home after disconnecting all sites / cancelling all permissions

* Fix display of site icons in menu

* Fix height of permissions page container

* Remove unused locale messages

* Set default values for openExternalTabs and tabIdOrigins in account-menu.container

* More code cleanup for LoginPerSite-ui

* Use extensions api to close tab in permissions-connect

* Remove unnecessary change in domIsReady() in contentscript

* Remove unnecessary private function markers and class methods (for background tab info) in metamask-controller.

* Adds getOriginOfCurrentTab selector

* Adds IconWithFallback component and substitutes for appropriate cases

* Add and utilize font mixins

* Remove unused  method in disconnect-all.container.js

* Simplify buttonSizeLarge code in page-container-footer.component.js

* Add and utilize getAccountsWithLabels selector

* Remove console.log in ui/app/store/actions.js

* Change last connected time format to yyyy-M-d

* Fix css associated with IconWithFallback change

* Ensure tracked openNonMetamaskTabsIDs are correctly set to inactive on tab changes

* Code cleanup for LoginPerSite-ui

* Use reusable function for modifying openNonMetamaskTabsIDs in background.js

* Enables automatic switching to connected account when connected domain is open

* Prevent exploit of tabIdOriginMap in background.js

* Remove unneeded code from contentscript.js

* Simplify current tab origin and window opener logic using remotePort listener tabs.queryTabs

* Design and styling fixes for LoginPerSite-ui

* Fix permissionHistory and permission logging for eth_requestAccounts and eth_accounts

* Front end changes to support display of lastConnected time in connected and permissions screens

* Fix lint errors

* Refactor structure of permissionsHistory

* Fix default values and object modifications for domain and permissionsHistory related data

* Fix connecting to new accounts from modal

* Replace retweet.svg with connect-white.svg

* Fix signature-request.spec

* Update metamask-inpage-provider version

* Fix permissions e2e tests

* Remove unneeded delay from test/e2e/signature-request.spec.js

* Add delay before attempting to retrieve network id in dapp in ethereum-on=.spec

* Use requestAccountTabIds strategy for determining tab id that opened a given window

* Improve default values for permissions requests

* Add some message descriptions to app/_locales/en/messages.json

* Code clean up in permission controller

* Stopped deep cloning object in mapObjectValues

* Bump metamask-inpage-provider version

* Add missing description in app/_locales/en/messages.json

* Return promises from queryTabs and switchToTab of extension.js

* Remove unused getAllPermissions function

* Use default props in icon-with-fallback.component.js

* Stop passing  to permissions controller

* Delete no longer used clear-approved-origins modal code

* Remove duplicate imports in ui/app/components/app/index.scss

* Use URL instead of regex in getOriginFromUrl()

* Add runtime error checking to platform, promise based extension.tab methods

* Support permission requests from external extensions

* Improve font size and colour of the domain origin on the permission confirmation screen

* Add support for toggling permissions

* Ensure getRenderablePermissionsDomains only returns domains with exposedAccount caveat permissions

* Remove unused code from LoginPerSite-ui branch

* Ensure modal closes on Enter press for new-account-modal.component.js

* Lint fix

* fixup! Login Per Site UI (#7368)

* Some code cleanup for LoginPerSite

* Adds UX for connecting to dapps via the connected sites screen (#7593)

* Adds UX for connecting to dapps via the connected sites screen

* Use openMetaMaskTabIds from background.js to determine if current active tab is MetaMask

* Delete unused permissions controller methods

* Fixes two small bugs in the LoginPerSite ui (#7595)

* Restore `providerRequest` message translations (#7600)

This message was removed, but it was replaced with a very similar
message called `likeToConnect`. The only difference is that the new
message has "MetaMask" in it. Preserving these messages without
"MetaMask" is probably better than deleting them, so these messages
have all been restored and renamed to `likeToConnect`.

* Login per site no sitemetadata fix (#7610)

* Support connected sites for which we have no site metadata.

* Change property containing subtitle info often populated by origin to a more accurate of purpose name

* Lint fix

* Improve disconnection modal messages (#7612)

* Improve disconnectAccountModalDescription and disconnectAllModalDescription messages

* Update disconnectAccountModalDescription app/_locales/en/messages.json

Co-Authored-By: Mark Stacey <markjstacey@gmail.com>

* Improve disconnectAccount modal message clarity

* Adds cancel button to the account selection screen of the permissions request flow (#7613)

* Fix eth_accounts permission language & selectability (#7614)

* fix eth_accounts language & selectability

* fix MetaMask capitalization in all messages

* Close sidebar when opening connected sites (#7611)

The 'Connected Sites' button in the accounts details now closes the
sidebar, if it is open. This was accomplished by pulling the click
handler for that button up to the wallet view component, where another
button already followed a similar pattern of closing the sidebar.

It seemed confusing to me that one handler was in the `AccountsDetails`
container component, and one was handed down from above, so I added
PropTypes to the container component.

I'm not sure that the WalletView component is the best place for this
logic, but I've put it there for now to be consistent with the add
token button.

* Reject permissions request upon tab close (#7618)

Permissions requests are now rejected when the page is closed. This
only applies to the full-screen view, as that is the view permission
requests should be handled in. The case where the user deals with the
request through a different view is handled in #7617

* Handle tab update failure (#7619)

`extension.tabs.update` can sometimes fail if the user interacts with
the tabs directly around the same time. The redirect flow has been
updated to ensure that the permissions tab is still closed in that
case. The user is on their own to find the dapp tab again in that case.

* Login per site tab popup fixes (#7617)

* Handle redirect in response to state update in permissions-connect

* Ensure origin is available to permissions-connect subcomponents during redirect

* Hide app bar whenever on redirect route

* Improvements to handling of redirects in permissions-connect

* Ensure permission request id change handling only happens when page is not null

* Lint fix

* Decouple confirm transaction screen from the selected address (#7622)

* Avoid race condtion that could prevent contextual account switching (#7623)

There was a race condition in the logic responsible for switching the
selected account based upon the active tab. It was asynchronously
querying the active tab, then assuming it had been retrieved later.

The active tab info itself was already in the redux store in another
spot, one that is guaranteed to be set before the UI renders. The
race condition was avoided by deleting the duplicate state, and using
the other active tab state.

* Only redirect back to dapp if current tab is active (#7621)

The "redirect back to dapp" behaviour can be disruptive when the
permissions connect tab is not active. The purpose of the redirect was
to maintain context between the dapp and the permissions request, but
if the user has already moved to another tab, that no longer applies.

* Fix JSX style lint errors

* Remove unused state
2019-12-03 09:35:56 -08:00

543 lines
14 KiB
JSON

{
"chartOnlyAvailableEth": {
"message": "チャートはEthereumネットワークでのみ利用可能です。"
},
"contractInteraction": {
"message": "コントラクトへのアクセス"
},
"reject": {
"message": "拒否"
},
"likeToConnect": {
"message": "$1 はあなたのアカウントにアクセスしようとしています。"
},
"aboutSettingsDescription": {
"message": "バージョンやサポート、問合せ先など"
},
"acceleratingATransaction": {
"message": "*より高いガス価格を使用すると、ネットワークでより速く処理され、トランザクションを高速化できる可能性が高くなりますが、常に保証されるとは限りません。"
},
"accessingYourCamera": {
"message": "カメラにアクセスしています..."
},
"account": {
"message": "アカウント"
},
"accountDetails": {
"message": "アカウント詳細"
},
"accountName": {
"message": "アカウント名"
},
"accountOptions": {
"message": "アカウント設定"
},
"accountSelectionRequired": {
"message": "アカウントを選択してください。"
},
"activityLog": {
"message": "アクティビティログ"
},
"addNetwork": {
"message": "ネットワーク追加"
},
"addRecipient": {
"message": "受取人追加"
},
"advanced": {
"message": "詳細"
},
"advancedSettingsDescription": {
"message": "開発者向け機能では、状態ログのダウンロード、アカウントリセットし、テストネットやカスタムRPCの設定が可能です。"
},
"advancedOptions": {
"message": "詳細設定"
},
"addToAddressBook": {
"message": "アドレス帳に追加"
},
"addToAddressBookModalPlaceholder": {
"message": "例: John D"
},
"addAlias": {
"message": "エイリアスを追加"
},
"addToken": {
"message": "トークンを追加"
},
"addTokens": {
"message": "トークンを追加"
},
"addSuggestedTokens": {
"message": "推奨トークンを追加"
},
"addAcquiredTokens": {
"message": "MetaMaskで獲得したトークンを追加する"
},
"amount": {
"message": "金額"
},
"appDescription": {
"message": "Ethereumのブラウザ・エクステンション",
"description": "The description of the application"
},
"appName": {
"message": "MetaMask",
"description": "The name of the application"
},
"approve": {
"message": "承認する"
},
"approved": {
"message": "承認済み"
},
"asset": {
"message": "アセット"
},
"attemptingConnect": {
"message": "ブロックチェーンに接続中"
},
"attemptToCancel": {
"message": "キャンセルを試みますか?"
},
"attemptToCancelDescription": {
"message": "このキャンセルを送信しても、元のトランザクションがキャンセルされることは保証されません。キャンセルが成功した場合、上記の取引手数料が請求されます。"
},
"attributions": {
"message": "属性"
},
"autoLogoutTimeLimit": {
"message": "自動ログアウト(分)"
},
"autoLogoutTimeLimitDescription": {
"message": "MetaMaskが自動的にログアウトするまでのアイドル時間を分単位で設定します。"
},
"average": {
"message": "平均"
},
"back": {
"message": "戻る"
},
"balance": {
"message": "残高:"
},
"balanceIsInsufficientGas": {
"message": "現在のガス総量に対して残高が不足しています"
},
"blockiesIdenticon": {
"message": "Blockies Identicon を使用"
},
"buyCoinSwitch": {
"message": "CoinSwitchのサイトで購入"
},
"buyCoinSwitchExplainer": {
"message": "CoinSwitchは、最高のレートで300以上の暗号化交換を行うワンストップの宛先です。"
},
"cancel": {
"message": "キャンセル"
},
"confirm": {
"message": "確認"
},
"confirmPassword": {
"message": "パスワードの確認"
},
"continueToCoinSwitch": {
"message": "CoinSwitchを開く"
},
"contractDeployment": {
"message": "コントラクトのデプロイ"
},
"conversionProgress": {
"message": "変換中"
},
"copiedButton": {
"message": "コピー完了"
},
"copiedExclamation": {
"message": "コピー完了!"
},
"copyToClipboard": {
"message": "クリップボードへコピー"
},
"copyButton": {
"message": " コピー "
},
"copyPrivateKey": {
"message": "これはあなたの秘密鍵です(クリックでコピー)"
},
"create": {
"message": "作成"
},
"createAccount": {
"message": "アカウント作成"
},
"customGas": {
"message": "ガスのカスタマイズ"
},
"customToken": {
"message": "カスタムトークン"
},
"customRPC": {
"message": "カスタムRPC"
},
"decimal": {
"message": "小数点桁数"
},
"defaultNetwork": {
"message": "デフォルトのEther送受信ネットワークはメインネットです。"
},
"deposit": {
"message": "振込"
},
"depositEther": {
"message": "Etherを振込"
},
"details": {
"message": "詳細"
},
"directDepositEther": {
"message": "Etherを直接入金"
},
"directDepositEtherExplainer": {
"message": "既にEtherをお持ちなら、MetaMaskの新しいウォレットにEtherを送信することができます。"
},
"done": {
"message": "完了"
},
"edit": {
"message": "編集"
},
"endOfFlowMessage10": {
"message": "全て完了"
},
"enterPassword": {
"message": "パスワードを入力"
},
"etherscanView": {
"message": "Etherscanでアカウントを確認"
},
"exportPrivateKey": {
"message": "秘密鍵のエクスポート"
},
"failed": {
"message": "失敗"
},
"fiat": {
"message": "法定通貨",
"description": "Exchange type"
},
"fileImportFail": {
"message": "ファイルがインポートされなければ、ここをクリック!",
"description": "Helps user import their account from a JSON file"
},
"from": {
"message": "送信元"
},
"fromShapeShift": {
"message": "ShapeShiftから"
},
"gasLimit": {
"message": "ガスリミット"
},
"gasLimitCalculation": {
"message": "ネットワークの成功率を基にして、ガスリミットを提案しています。"
},
"gasLimitTooLow": {
"message": "ガスリミットは最低21000です。"
},
"gasPrice": {
"message": "ガスプライス (GWEI)"
},
"gasPriceCalculation": {
"message": "ネットワークの成功率を基にして、ガスプライスを提案しています。"
},
"getEther": {
"message": "Etherを取得する"
},
"getEtherFromFaucet": {
"message": "フォーセットで $1のEtherを得ることができます。",
"description": "Displays network name for Ether faucet"
},
"here": {
"message": "ここ",
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
},
"hide": {
"message": "隠す"
},
"hideToken": {
"message": "トークンを隠す"
},
"hideTokenPrompt": {
"message": "トークンを隠しますか?"
},
"import": {
"message": "追加",
"description": "Button to import an account from a selected file"
},
"importAccount": {
"message": "アカウントのインポート"
},
"importAccountMsg": {
"message": "追加したアカウントはMetaMaskのアカウントパスフレーズとは関連付けられません。インポートしたアカウントについての詳細は"
},
"imported": {
"message": "インポート完了",
"description": "status showing that an account has been fully loaded into the keyring"
},
"infoHelp": {
"message": "情報とヘルプ"
},
"insufficientFunds": {
"message": "残高不足"
},
"invalidAddress": {
"message": "アドレスが無効です。"
},
"invalidInput": {
"message": "インプットが無効です。"
},
"jsonFile": {
"message": "JSONファイル",
"description": "format for importing an account"
},
"kovan": {
"message": "Kovanテストネットワーク"
},
"max": {
"message": "最大"
},
"learnMore": {
"message": "詳細"
},
"likeToAddTokens": {
"message": "トークンを追加しますか?"
},
"links": {
"message": "リンク"
},
"loading": {
"message": "ロード中..."
},
"loadingTokens": {
"message": "トークンをロード中..."
},
"login": {
"message": "ログイン"
},
"logout": {
"message": "ログアウト"
},
"mainnet": {
"message": "Ethereumメインネットワーク"
},
"menu": {
"message": "メニュー"
},
"message": {
"message": "メッセージ"
},
"myAccounts": {
"message": "マイアカウント"
},
"mustSelectOne": {
"message": "一つ以上のトークンを選択してください。"
},
"needEtherInWallet": {
"message": "MetaMaskで分散型アプリケーションを使用するためには、このウォレットにEtherが必要です。"
},
"needImportFile": {
"message": "インポートするファイルを選択してください。",
"description": "User is important an account and needs to add a file to continue"
},
"networks": {
"message": "ネットワーク"
},
"newAccount": {
"message": "新規アカウント"
},
"newAccountNumberName": {
"message": "アカウント $1",
"description": "Default name of next account to be created on create account screen"
},
"newContract": {
"message": "新規コントラクト"
},
"newPassword": {
"message": "新規パスワード(最低8文字)"
},
"noAlreadyHaveSeed": {
"message": "すでにシードを持っています"
},
"next": {
"message": "次へ"
},
"noAddressForName": {
"message": "この名前にはアドレスが設定されていません。"
},
"noDeposits": {
"message": "振込みがありません。"
},
"noTransactions": {
"message": "トランザクションがありません。"
},
"password": {
"message": "パスワード"
},
"pastePrivateKey": {
"message": "秘密鍵をここにペーストして下さい:",
"description": "For importing an account from a private key"
},
"privacyMsg": {
"message": "プライバシーポリシー"
},
"privateKey": {
"message": "秘密鍵",
"description": "select this type of file to use to import an account"
},
"privateKeyWarning": {
"message": "警告: この鍵は絶対に公開しないで下さい。公開すると、誰でもあなたのアカウント内の資産を盗むことができてしまいます。"
},
"privateNetwork": {
"message": "プライベート・ネットワーク"
},
"qrCode": {
"message": "QRコードを表示"
},
"readdToken": {
"message": "アカウントのオプションメニューから「トークンを追加」すれば、将来このトークンを追加し直すことができます。"
},
"recipientAddress": {
"message": "受取人アドレス"
},
"rejected": {
"message": "拒否されました"
},
"resetAccount": {
"message": "アカウントをリセット"
},
"restoreFromSeed": {
"message": "パスフレーズから復元する"
},
"required": {
"message": "必要です。"
},
"revealSeedWords": {
"message": "パスフレーズを表示"
},
"revert": {
"message": "元に戻す"
},
"rinkeby": {
"message": "Rinkebyテストネットワーク"
},
"ropsten": {
"message": "Ropstenテストネットワーク"
},
"save": {
"message": "保存"
},
"search": {
"message": "検索"
},
"searchResults": {
"message": "検索結果"
},
"selectCurrency": {
"message": "通貨を選択"
},
"selectType": {
"message": "キーの種類"
},
"send": {
"message": "送信"
},
"sendETH": {
"message": "ETHの送信"
},
"sendTokens": {
"message": "トークンを送信"
},
"searchTokens": {
"message": "トークンの検索"
},
"settings": {
"message": "設定"
},
"showPrivateKeys": {
"message": "秘密鍵を表示"
},
"sign": {
"message": "署名"
},
"signatureRequest": {
"message": "署名リクエスト"
},
"signNotice": {
"message": "このメッセージへの署名は危険となる可能性があります。\n完全に信頼するサイトからのメッセージのみ、\nあなたのアカウントで署名して下さい。今後のバージョンでは、\nこの危険なメソッドは削除される予定です。"
},
"sigRequest": {
"message": "署名リクエスト"
},
"terms": {
"message": "利用規約"
},
"testFaucet": {
"message": "Faucetをテスト"
},
"to": {
"message": "送信先"
},
"toETHviaShapeShift": {
"message": "ShapeShiftで $1をETHにする",
"description": "system will fill in deposit type in start of message"
},
"token": {
"message": "トークン"
},
"tokenSymbol": {
"message": "トークンシンボル"
},
"total": {
"message": "合計"
},
"troubleTokenBalances": {
"message": "トークン残高を取得できません。こちらでご確認ください。",
"description": "Followed by a link (here) to view token balances"
},
"typePassword": {
"message": "パスワードの入力"
},
"unknown": {
"message": "不明"
},
"unknownNetwork": {
"message": "不明なプライベートネットワーク"
},
"usedByClients": {
"message": "様々なクライアントによって使用されています。"
},
"viewAccount": {
"message": "アカウントを見る"
},
"viewOnEtherscan": {
"message": "Etherscan で見る"
},
"walletSeed": {
"message": "ウォレットのパスフレーズ"
},
"welcomeBack": {
"message": "おかえりなさい!"
},
"welcome": {
"message": "MetaMask ベータ版へようこそ!"
},
"yourSigRequested": {
"message": "あなたの署名がリクエストされています。"
},
"youSign": {
"message": "署名しています。"
}
}