diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json new file mode 100644 index 00000000..87042ca0 --- /dev/null +++ b/public/locales/ja/common.json @@ -0,0 +1,51 @@ +{ + "Connect": "连接", + "Followers": "フォロワー", + "Following": "フォロー中", + "Followings": "フォロー中", + "Follow": "フォローする", + "Unfollow": "フォローを解除", + "intlDateTime": "{{val, datetime}}", + "post": "ポスト", + "posts": "ポスト", + "page": "ページ", + "pages": "ページ", + "comment": "コメント", + "comments": "コメント", + "Comment": "コメント", + "Comments": "コメント", + "reply": "返信", + "replies": "返信", + "like": "いいね", + "likes": "いいね", + "blog": "ブログ", + "Owner": "所有者", + "Transaction Hash": "トランザクション ハッシュ", + "IPFS Address": "IPFS アドレス", + "Creation": "作成", + "Last Update": "最後更新", + "Create Character": "キャラクター作成", + "Submit": "送信", + "Reply": "返事", + "Cancel Reply": "返事をキャンセル", + "ago": "{{time}}以前", + "joined ago": "{{time}}に参加した", + "Mint to an NFT": "NFTにミント", + "Like successfull": "いいね成功した", + "Mint successfull": "ミント成功した", + "like stored": "あなたのいいねはブロックチェーン上に安全に保存されました, <2>Crossbell Scan にて確認できます", + "mint stored": "あなたのポストはNFTにミントされました、<2>xChar または <6>Crossbell Scan にて確認できます", + "Got it, thanks!": "わかりました、ありがとう!", + "Like List": "いいねリスト", + "Mint List": "ミントリスト", + "No Content Yet.": "まだコンテンツがありません", + "Close": "閉じる", + "Dashboard": "ダッシュボード", + "Copied!": "コピーしました", + "Operator Sign": "bio", + "Switch Characters": "キャラクターを変更", + "Upgrade to Wallet": "ウォレットにアップグレード", + "Disconnect": "接続を切断", + "Loading": "ロード中", + "Showcase": "ショーケース" +} \ No newline at end of file diff --git a/public/locales/ja/site.json b/public/locales/ja/site.json new file mode 100644 index 00000000..ba34bedb --- /dev/null +++ b/public/locales/ja/site.json @@ -0,0 +1,10 @@ +{ + "Home": "ホーム", + "Archives": "アーカイブ", + "About": "ついて", + "Tags": "タグ", + "load more": "{{count}} 個{{name}}があります、クリックしてロードする", + "signed and stored on the blockchain": "この{{name}}は創作者によってサインされ安全にブロックチェーンに保存されました", + "Write a comment on the blockchain": "ブロックチェーン上にあなたのコメントを。", + "powered by": " によって提供されます" +} \ No newline at end of file