Skip to content

Commit

Permalink
docs(i18n): sync i18n files from Crowdin (#11259)
Browse files Browse the repository at this point in the history
* New translations en-us.json (Japanese)
docs(i18n): sync translation en-us.json for Japanese

* New translations en-us.json (Japanese)
docs(i18n): sync translation en-us.json for Japanese

* New translations en-us.json (Chinese Simplified)
docs(i18n): sync translation en-us.json for Chinese Simplified
  • Loading branch information
Jack-Works committed Jan 9, 2024
1 parent 86db5fb commit d651a51
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
8 changes: 7 additions & 1 deletion packages/plugins/Avatar/src/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@
"nft_input_tokenid_label": "トークンIDを入力してください",
"plugin_avatar_web3_error": "web3 エラー",
"plugin_avatar_asset": "アセットが見つかりません。",
"plugin_avatar_chain_error": "チェーンが一致しません。"
"plugin_avatar_chain_error": "チェーンが一致しません。",
"nft_owner_hint": "コントラクトアドレスが正しくないか、コレクションはあなたに属していません",
"nft_add_button_label_checking": "確認中",
"nft_add_button_label": "追加",
"plugin_avatar_input_token_address": "コントラクトアドレスを入力",
"plugin_avatar_input_token_id": "トークンID",
"dashboard_no_collectible_found": "コレクションが見つかりません."
}
20 changes: 19 additions & 1 deletion packages/plugins/Gitcoin/src/locales/ja-JP.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
{
"name": "Gitcoin",
"description": "Gitcoinプロジェクトの具体的な情報を表示し、ソーシャルメディア上で直接プロジェクトに寄付してください。",
"promote": "無料アセットの起動アクティビティに参加するには、mask.ioをインストールしてください。",
"select_a_token": "トークンを選択する",
"grant_not_available": "Grantは有効ではありません",
"enter_an_amount": "量を決める",
"insufficient_balance": "{{symbol}} の残高が足りません",
"gitcoin_readme": "このサービスを利用するにあたり、寄付金額の 5% が <fund>Gitcoin grants development fund</fund> に寄付されます",
"donate": "寄付する",
"share": "シェア",
"last_updated": "最新の更新:",
"view_on": "Gitcoin で見る"
"by": "によって",
"view_on": "Gitcoin で見る",
"amount": "金額",
"loading": "読み込み中",
"go_wrong": "問題が発生しました",
"retry": "再試行",
"plugin_wallet_connect_a_wallet": "ウォレットに接続",
"readme_fund_link": "https://gitcoin.co/grants/86/gitcoin-sustainability-fund",
"plugin_gitcoin_select_a_token": "トークンを選択する",
"plugin_gitcoin_insufficient_balance": "{{symbol}} の残高が足りません",
"share_text": "{{grant_name}} 寄付イベントに参加し、 {{- amount}} {{symbol}}を寄付しました。\n\n$t(プロモーション)",
"active": "アクティブ",
"grant_status$active": "アクティブ",
"grant_status$closed": "終了",
"total_raised": "総発生 <bold>{{amount}}</bold>"
}
2 changes: 1 addition & 1 deletion packages/plugins/RedPacket/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"erc721_gas_cap": "当选择过多的 NFT时,总气费可能超过 1 {{symbol}} 的 Metamask 限制。请减少选中的 NFT数量。",
"erc721_tab_title": "NFT",
"erc20_tab_title": "代币",
"claimed": "已认领",
"claimed": "已认领 {{- amount}}",
"details": "红包详情",
"confirm": "确定",
"confirming": "确认中",
Expand Down

0 comments on commit d651a51

Please sign in to comment.