Skip to content

Commit

Permalink
Merge pull request #4802 from 03-26/develop
Browse files Browse the repository at this point in the history
Update translation 🇯🇵
  • Loading branch information
kumavis authored Jul 26, 2018
2 parents 53b440a + 3e6d13d commit ffefeb6
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions app/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
"copy": {
"message": "コピー"
},
"copyContractAddress": {
"message": "コントラクトアドレスをコピー"
},
"copyToClipboard": {
"message": "クリップボードへコピー"
},
Expand Down Expand Up @@ -395,6 +398,9 @@
"mainnet": {
"message": "Ethereumメインネットワーク"
},
"menu": {
"message": "メニュー"
},
"message": {
"message": "メッセージ"
},
Expand Down Expand Up @@ -464,6 +470,9 @@
"oldUIMessage": {
"message": "旧UIを表示しています。右上のドロップダウンメニューのオプションより、新UIへ切り替えが可能です。"
},
"openInTab": {
"message": "タブを開く"
},
"or": {
"message": "または",
"description": "choice between creating or importing a new account"
Expand Down Expand Up @@ -573,6 +582,15 @@
"searchResults": {
"message": "検索結果"
},
"newPassword8Chars": {
"message": "新しいパスワード (8桁以上)"
},
"select": {
"message": "選択"
},
"selectCurrency": {
"message": "通貨を選択"
},
"selectService": {
"message": "サービスを選択"
},
Expand All @@ -586,10 +604,14 @@
"message": "ETHの送信"
},
"sendTokens": {
"message": "トークンを送る"
"message": "トークンを送信"
},
"onlySendToEtherAddress": {
"message": "ETHはイーサリウムアカウントのみに送信できます。"
"message": "ETH はイーサリウムアカウントのみに送信できます。"
},
"onlySendTokensToAccountAddress": {
"message": "$1 はイーサリアムアカウントのみに送信できます。",
"description": "displays token symbol"
},
"searchTokens": {
"message": "トークンの検索"
Expand Down Expand Up @@ -690,10 +712,10 @@
"message": "パスワードの入力"
},
"uiWelcome": {
"message": "新UIへようこそ(ベータ版)"
"message": "新UIへようこそ! (ベータ版)"
},
"uiWelcomeMessage": {
"message": "現在Metamaskの新しいUIをお使いになっています。トークン送信など、新たな機能を試してみましょう何か問題があればご報告ください。"
"message": "現在、MetaMask の新しいUIをお使いになっています。トークン送信など、新たな機能を試してみましょう! 何か問題があればご報告ください。"
},
"unavailable": {
"message": "有効ではありません。"
Expand All @@ -720,6 +742,9 @@
"viewAccount": {
"message": "アカウントを見る"
},
"viewOnEtherscan": {
"message": "Etherscan で見る"
},
"warning": {
"message": "警告"
},
Expand Down

0 comments on commit ffefeb6

Please sign in to comment.