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

Fix ja-JP, zh-CN i18n #7775

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/uniswap/src/i18n/locales/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@
"globalPreferences.title": "グローバル設定",
"hero.scroll": "スクロールして詳細をご覧ください",
"hero.subtitle": "最大のオンチェーン マーケットプレイスです。イーサリアムやその他 11 以上のチェーンで暗号通貨を売買できます。",
"hero.swap.title": "いつでも <br/>どこでもスワップできます。",
"hero.swap.title": "いつでも <br/> どこでもスワップできます。",
"hidden.nfts.info.banner.text": "隠されたNFTについてさらに詳しく",
"hidden.nfts.info.text.button": "隠しNFT ({{numHidden}})",
"hidden.nfts.info.text.extension": "これらは、潜在的な詐欺や非表示にした NFT です。NFT を右クリックすると、非表示を解除できます。",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniswap/src/i18n/locales/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@
"globalPreferences.title": "全局首选项",
"hero.scroll": "滚动查看更多",
"hero.subtitle": "最大的链上市场。在以太坊及其他超过 11 个区块链上购买和出售加密货币。",
"hero.swap.title": "随时随地<br/>兑换。",
"hero.swap.title": "随时随地 <br/> 兑换。",
"hidden.nfts.info.banner.text": "了解有关隐藏 NFT 的更多信息",
"hidden.nfts.info.text.button": "隐藏的 NFT({{numHidden}})",
"hidden.nfts.info.text.extension": "这些是您隐藏的潜在骗局和 NFT。您可以右键单击 NFT 以取消隐藏它。",
Expand Down