Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add jp Translation #566

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
246 changes: 246 additions & 0 deletions src/locales/jp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,246 @@
{
"Blockchain": {
"Mnemonic": "ニーモニック",
"Address": "アドレス",
"Wallet": "ウォレット",
"Wallets": "ウォレット",
"Coins": "コイン",
"Tokens": "トークン",
"Balance": "残高",
"Tx hash": "取引ハッシュ",
"Gas": "ガス",
"Tax": "税金",
"Fee": "手数料",
"Memo": "メモ",
"decimals": "小数",
"Buy": "購入",
"Exchanges": "取引所",
"Fiat": "法定通貨",
"APY": "年利率",
"chain": "チェーン"
},
"Form": {
"Amount": "金額",
"Recipient": "受取人アドレス",
"Asset": "資産",
"Source chain": "ソースチェーン",
"Name": "名前",
"optional": "オプション",
"Submit": "送信",
"Confirm": "確認",
"Reset": "リセット",
"All": "すべて"
},
"Validate": {
"{{label}} is required": "{{label}}は必須です",
"{{label}} is not defined": "{{label}}は定義されていません",
"{{label}} is not available": "{{label}}は利用できません",
"{{label}} is not supported": "{{label}}はサポートされていません。",
"{{label}} is invalid": "{{label}}は無効です",
"{{label}} already exists": "{{label}}は既に存在します",
"{{label}} does not exist": "{{label}}は存在しません",
"{{label}} must be longer than {{length}} characters": "{{label}}は{{length}}文字より長くなければなりません。",
"Already exists": "既に存在します",
"Invalid": "無効です",
"Invalid {{label}}": "無効な{{label}}です。"
},
"Loading": {
"Initializing app...": "アプリを初期化中...",
"Loading...": "読み込み中...",
"Load more": "もっと読み込む",
"Loading more...": "さらに読み込み中...",
"Nothing more to load": "読み込むものはありません",
"Simulating...": "シミュレーション中...",
"Broadcasting a tx...": "取引を送信中...",
"Broadcasting transaction": "取引をブロードキャスト中",
"Queued": "キューに入っています"
},
"Success": { "Success!": "成功!" },
"Failure": {
"Failed": "失敗しました",
"Simulation failed": "シミュレーションに失敗しました",
"User denied": "ユーザーによって拒否されました",
"Failed to create tx": "取引の作成に失敗しました",
"Tx failed": "取引に失敗しました",
"Connect wallet to see your address": ""
},
"Application": {
"Go back": "戻る",
"View": "表示",
"Show all": "すべて表示",
"Copy": "コピー",
"Copied": "コピー完了",
"Active": "アクティブ",
"Inactive": "非アクティブ",
"Not found": "見つかりません",
"setup": "設定",
"documentation": "ドキュメント",
"Search for a chain...": "",
"Select theme": ""
},
"Units": { "year": "年", "day": "日", "{{d}} days": "{{d}} 日" },
"Preferences": { "Language": "言語", "Currency": "通貨" },
"Auth": {
"Connect": "接続",
"Disconnect": "切断",
"New wallet": "新しいウォレット",
"Recover wallet": "ウォレットを復元",
"Connect wallet": "ウォレットを接続",
"Password": "パスワード",
"Confirm password": "パスワードを確認",
"Password does not match": "パスワードが一致しません",
"Change password": "パスワードを変更",
"Current password": "現在のパスワード",
"New password": "新しいパスワード",
"Confirm new password": "新しいパスワードを確認",
"Incorrect password": "パスワードが正しくありません",
"Export wallet": "ウォレットをエクスポート",
"Delete wallet": "ウォレットを削除",
"Install extension": "拡張機能をインストール"
},
"Menu": {
"Dashboard": "ダッシュボード",
"Wallet": "ウォレット",
"NFT": "NFT",
"History": "取引履歴",
"Stake": "ステーク",
"Governance": "ガバナンス",
"Contract": "スマートコントラクト"
},
"Dashboard": {
"Luna price": "ルナ価格",
"Tax rate": "税率",
"Issuance": "発行量",
"Community pool": "コミュニティプール",
"Staking ratio": "ステーキング比率"
},
"Chart": {
"Transaction volume": "取引量",
"Staking return": "ステーキングリターン",
"Tax rewards": "税収報酬",
"Wallets": "ウォレット"
},
"Wallet": {
"Add tokens": "トークンを追加",
"Manage list": "リストを管理",
"Assets": "資産",
"receive": "受け取る",
"select a coin": "コインを選択",
"asset value": "資産価値",
"{{balance}} available": ""
},
"Txs": {
"Send": "送信",
"Swap": "スワップ",
"Stake": "ステーク",
"Delegate": "委任",
"Redelegate": "再委任",
"Undelegate": "解除",
"Withdraw rewards": "報酬を引き出す",
"Withdraw commission": "手数料を引き出す",
"New proposal": "新しい提案",
"Deposit": "デポジット",
"Vote": "投票",
"Transfer NFT": "NFTを転送",
"Earn": "獲得",
"Leave enough coins to pay fee for subsequent transactions": "次の取引の手数料を支払うために十分なコインを残してください",
"Check if this transaction requires a memo": "",
"Balance after tx": "取引後の残高"
},
"Swap": {
"From": "から",
"To": "へ",
"Spread": "スプレッド",
"Slippage tolerance": "スリッページ許容度",
"Oracle price": "オラクル価格",
"Pair price": "ペア価格",
"Expected price": "期待される価格",
"Minimum received": "最小受取額",
"Trading fee": "取引手数料"
},
"Stake": {
"Delegations": "委任",
"My delegations": "私の委任",
"Undelegations": "解除中",
"Delegated": "委任済み",
"Undelegated": "解除済み",
"Staking rewards": "ステーキング報酬",
"My rewards": "私の報酬",
"Maximum 7 undelegations can be in progress at the same time": "最大7つの解除が同時に進行可能です",
"No rewards are distributed during the 21 day undelegation period": "21日間の解除期間中は報酬は配布されません。",
"Quick stake selects validators that": "クイックステークは以下のバリデーターを選択します",
"Are outside of top third by voting power": "投票権の上位三分の一外にいます",
"Charge 5% commission or less": "5%以下の手数料を請求します",
"Have not been slashed recently": "最近スラッシュされていません",
"Are in the active set": "アクティブセットにいます",
"staking": "クイックステーク",
"Staked funds": "ステークされた資金",
"Quick Stake": "クイックステーク",
"Manual Stake": "手動ステーク",
"Select action": "",
"Withdraw all rewards": "",
"Show inactive validators": "",
"Search for validator...": ""
},
"Validator": {
"Validators": "バリデーター",
"Voting power": "投票権",
"Self delegation": "自己委任",
"Commission": "手数料",
"Current": "",
"Max": "",
"Max daily change": "",
"Last changed": "",
"Uptime": "稼働時間",
"Validator details": "バリデーターの詳細",
"Operator address": "オペレーターアドレス",
"Wallet address": "ウォレットアドレス",
"Jailed": "投獄"
},
"Governance": {
"Voting": "投票中",
"Votes": "投票",
"Initial deposit": "初期預金",
"Deposited": "預金済み",
"Depositors": "預金者",
"Depositor": "預金者",
"Deposit end time": "預金終了時間",
"Passed": "通過",
"Rejected": "拒否",
"Minimum deposit": "最小預金",
"Maximum deposit period": "最大預金期間",
"Voting period": "投票期間",
"Proposal": "提案",
"Proposal details": "提案の詳細",
"Proposal type": "提案の種類",
"Title": "タイトル",
"Description": "説明",
"Changes": "変更内容",
"Yes": "賛成",
"No": "反対",
"No with veto": "反対(拒否権あり)",
"Abstain": "棄権",
"Tallying procedure": "集計手続き",
"Quorum": "定足数",
"Pass threshold": "通過基準",
"Veto threshold": "拒否基準",
"Proposal deposits will not be refunded if the proposal fails to reach the quorum or the result is NO_WITH_VETO": "提案が定足数に達しないか、結果がNO_WITH_VETOの場合、提案の預金は返金されません。",
"Parameters cannot be changed by text proposals": "パラメータはテキスト提案で変更できません。",
"No proposals in {{label}} period": ""
},
"Contract": {
"Upload": "アップロード",
"Instantiate": "インスタンス化",
"Query": "クエリ",
"Execute": "実行",
"Upload a wasm file": "Wasmファイルをアップロード",
"File": "ファイル",
"Size": "ファイルサイズ",
"Instantiate a code": "コードをインスタンス化"
},
"NFT": { "Marketplace": "マーケットプレイス", "Collection": "コレクション"},
"Address book": {
"Address book": "アドレス帳",
"Add a new address": "新しいアドレスを追加"
}
}